@regulaforensics/idv-face 3.6.329-nightly → 3.6.330-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -338,8 +338,8 @@ class Ga {
338
338
  for (; (o = JM.nextNode()) !== null && l.length < N; ) {
339
339
  if (o.nodeType === 1) {
340
340
  if (o.hasAttributes()) for (const y of o.getAttributeNames()) if (y.endsWith(HE)) {
341
- const D = A[c++], T = o.getAttribute(y).split(EM), d = /([.?@])?(.*)/.exec(D);
342
- l.push({ type: 1, index: g, name: d[2], strings: T, ctor: d[1] === "." ? rL : d[1] === "?" ? nL : d[1] === "@" ? ML : Oo }), o.removeAttribute(y);
341
+ const D = A[c++], T = o.getAttribute(y).split(EM), x = /([.?@])?(.*)/.exec(D);
342
+ l.push({ type: 1, index: g, name: x[2], strings: T, ctor: x[1] === "." ? rL : x[1] === "?" ? nL : x[1] === "@" ? ML : Oo }), o.removeAttribute(y);
343
343
  } else y.startsWith(EM) && (l.push({ type: 6, index: g }), o.removeAttribute(y));
344
344
  if (FE.test(o.tagName)) {
345
345
  const y = o.textContent.split(EM), D = y.length - 1;
@@ -813,7 +813,7 @@ function OL() {
813
813
  }, enqueueForceUpdate: function() {
814
814
  }, enqueueReplaceState: function() {
815
815
  }, enqueueSetState: function() {
816
- } }, d = Object.assign, E = {};
816
+ } }, x = Object.assign, E = {};
817
817
  function z(w, _, xe) {
818
818
  this.props = w, this.context = _, this.refs = E, this.updater = xe || T;
819
819
  }
@@ -830,7 +830,7 @@ function OL() {
830
830
  this.props = w, this.context = _, this.refs = E, this.updater = xe || T;
831
831
  }
832
832
  var L = S.prototype = new h();
833
- L.constructor = S, d(L, z.prototype), L.isPureReactComponent = !0;
833
+ L.constructor = S, x(L, z.prototype), L.isPureReactComponent = !0;
834
834
  var C = Array.isArray, U = Object.prototype.hasOwnProperty, k = { current: null }, W = { key: !0, ref: !0, __self: !0, __source: !0 };
835
835
  function H(w, _, xe) {
836
836
  var Ee, ue = {}, Te = null, fe = null;
@@ -930,7 +930,7 @@ function OL() {
930
930
  return w;
931
931
  } }, ot.Component = z, ot.Fragment = M, ot.Profiler = o, ot.PureComponent = S, ot.StrictMode = a, ot.Suspense = l, ot.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = K, ot.act = $, ot.cloneElement = function(w, _, xe) {
932
932
  if (w == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + w + ".");
933
- var Ee = d({}, w.props), ue = w.key, Te = w.ref, fe = w._owner;
933
+ var Ee = x({}, w.props), ue = w.key, Te = w.ref, fe = w._owner;
934
934
  if (_ != null) {
935
935
  if (_.ref !== void 0 && (Te = _.ref, fe = k.current), _.key !== void 0 && (ue = "" + _.key), w.type && w.type.defaultProps) var De = w.type.defaultProps;
936
936
  for (Oe in _) U.call(_, Oe) && !W.hasOwnProperty(Oe) && (Ee[Oe] = _[Oe] === void 0 && De !== void 0 ? De[Oe] : _[Oe]);
@@ -1441,10 +1441,10 @@ function fn() {
1441
1441
  var n = Yt(), r = tz(), M = rz(), a = Xt(), o = gl(), g = TypeError, c = Object.defineProperty, N = Object.getOwnPropertyDescriptor, l = "enumerable", j = "configurable", A = "writable";
1442
1442
  return nc.f = n ? M ? function(y, D, T) {
1443
1443
  if (a(y), D = o(D), a(T), typeof y == "function" && D === "prototype" && "value" in T && A in T && !T[A]) {
1444
- var d = N(y, D);
1445
- d && d[A] && (y[D] = T.value, T = {
1446
- configurable: j in T ? T[j] : d[j],
1447
- enumerable: l in T ? T[l] : d[l],
1444
+ var x = N(y, D);
1445
+ x && x[A] && (y[D] = T.value, T = {
1446
+ configurable: j in T ? T[j] : x[j],
1447
+ enumerable: l in T ? T[l] : x[l],
1448
1448
  writable: !1
1449
1449
  });
1450
1450
  }
@@ -1452,7 +1452,7 @@ function fn() {
1452
1452
  } : c : function(y, D, T) {
1453
1453
  if (a(y), D = o(D), a(T), r) try {
1454
1454
  return c(y, D, T);
1455
- } catch (d) {
1455
+ } catch (x) {
1456
1456
  }
1457
1457
  if ("get" in T || "set" in T) throw new g("Accessors not supported");
1458
1458
  return "value" in T && (y[D] = T.value), y;
@@ -1514,7 +1514,7 @@ var sc, f4;
1514
1514
  function Pn() {
1515
1515
  if (f4) return sc;
1516
1516
  f4 = 1;
1517
- var n = wL(), r = ct(), M = jr(), a = In(), o = Er(), g = ul(), c = Nl(), N = ll(), l = "Object already initialized", j = r.TypeError, A = r.WeakMap, y, D, T, d = function(S) {
1517
+ var n = wL(), r = ct(), M = jr(), a = In(), o = Er(), g = ul(), c = Nl(), N = ll(), l = "Object already initialized", j = r.TypeError, A = r.WeakMap, y, D, T, x = function(S) {
1518
1518
  return T(S) ? D(S) : y(S, {});
1519
1519
  }, E = function(S) {
1520
1520
  return function(L) {
@@ -1549,7 +1549,7 @@ function Pn() {
1549
1549
  set: y,
1550
1550
  get: D,
1551
1551
  has: T,
1552
- enforce: d,
1552
+ enforce: x,
1553
1553
  getterFor: E
1554
1554
  }, sc;
1555
1555
  }
@@ -1557,7 +1557,7 @@ var L4;
1557
1557
  function Mz() {
1558
1558
  if (L4) return uc.exports;
1559
1559
  L4 = 1;
1560
- var n = jt(), r = Dt(), M = Pt(), a = Er(), o = Yt(), g = mo().CONFIGURABLE, c = nz(), N = Pn(), l = N.enforce, j = N.get, A = String, y = Object.defineProperty, D = n("".slice), T = n("".replace), d = n([].join), E = o && !r(function() {
1560
+ var n = jt(), r = Dt(), M = Pt(), a = Er(), o = Yt(), g = mo().CONFIGURABLE, c = nz(), N = Pn(), l = N.enforce, j = N.get, A = String, y = Object.defineProperty, D = n("".slice), T = n("".replace), x = n([].join), E = o && !r(function() {
1561
1561
  return y(function() {
1562
1562
  }, "length", { value: 8 }).length !== 8;
1563
1563
  }), z = String(String).split("String"), h = uc.exports = function(S, L, C) {
@@ -1567,7 +1567,7 @@ function Mz() {
1567
1567
  } catch (k) {
1568
1568
  }
1569
1569
  var U = l(S);
1570
- return a(U, "source") || (U.source = d(z, typeof L == "string" ? L : "")), S;
1570
+ return a(U, "source") || (U.source = x(z, typeof L == "string" ? L : "")), S;
1571
1571
  };
1572
1572
  return Function.prototype.toString = h(function() {
1573
1573
  return M(this) && j(this).source || c(this);
@@ -1750,13 +1750,13 @@ function Bt() {
1750
1750
  G4 = 1;
1751
1751
  var n = ct(), r = sl().f, M = In(), a = Ln(), o = al(), g = Dl(), c = vL();
1752
1752
  return Lc = function(N, l) {
1753
- var j = N.target, A = N.global, y = N.stat, D, T, d, E, z, h;
1754
- if (A ? T = n : y ? T = n[j] || o(j, {}) : T = n[j] && n[j].prototype, T) for (d in l) {
1755
- if (z = l[d], N.dontCallGetSet ? (h = r(T, d), E = h && h.value) : E = T[d], D = c(A ? d : j + (y ? "." : "#") + d, N.forced), !D && E !== void 0) {
1753
+ var j = N.target, A = N.global, y = N.stat, D, T, x, E, z, h;
1754
+ if (A ? T = n : y ? T = n[j] || o(j, {}) : T = n[j] && n[j].prototype, T) for (x in l) {
1755
+ if (z = l[x], N.dontCallGetSet ? (h = r(T, x), E = h && h.value) : E = T[x], D = c(A ? x : j + (y ? "." : "#") + x, N.forced), !D && E !== void 0) {
1756
1756
  if (typeof z == typeof E) continue;
1757
1757
  g(z, E);
1758
1758
  }
1759
- (N.sham || E && E.sham) && M(z, "sham", !0), a(T, d, z, N);
1759
+ (N.sham || E && E.sham) && M(z, "sham", !0), a(T, x, z, N);
1760
1760
  }
1761
1761
  }, Lc;
1762
1762
  }
@@ -1936,12 +1936,12 @@ function BL() {
1936
1936
  if (MT) return _c;
1937
1937
  MT = 1;
1938
1938
  var n = rM(), r = Er(), M = In(), a = ni(), o = Vi(), g = Dl(), c = QL(), N = Al(), l = PL(), j = RL(), A = ZL(), y = Yt(), D = Yn();
1939
- return _c = function(T, d, E, z) {
1939
+ return _c = function(T, x, E, z) {
1940
1940
  var h = "stackTraceLimit", S = z ? 2 : 1, L = T.split("."), C = L[L.length - 1], U = n.apply(null, L);
1941
1941
  if (U) {
1942
1942
  var k = U.prototype;
1943
1943
  if (!D && r(k, "cause") && delete k.cause, !E) return U;
1944
- var W = n("Error"), H = d(function(G, V) {
1944
+ var W = n("Error"), H = x(function(G, V) {
1945
1945
  var Y = l(z ? V : G, void 0), J = z ? new U(G) : new U();
1946
1946
  return Y !== void 0 && M(J, "message", Y), A(J, H, J.stack, 2), this && a(k, this) && N(J, this, H), arguments.length > S && j(J, arguments[S]), J;
1947
1947
  });
@@ -2158,7 +2158,7 @@ function Mi() {
2158
2158
  var n = Xt(), r = XL(), M = jl(), a = ll(), o = KL(), g = cl(), c = Nl(), N = ">", l = "<", j = "prototype", A = "script", y = c("IE_PROTO"), D = function() {
2159
2159
  }, T = function(S) {
2160
2160
  return l + A + N + S + l + "/" + A + N;
2161
- }, d = function(S) {
2161
+ }, x = function(S) {
2162
2162
  S.write(T("")), S.close();
2163
2163
  var L = S.parentWindow.Object;
2164
2164
  return S = null, L;
@@ -2170,7 +2170,7 @@ function Mi() {
2170
2170
  z = new ActiveXObject("htmlfile");
2171
2171
  } catch (L) {
2172
2172
  }
2173
- h = typeof document != "undefined" ? document.domain && z ? d(z) : E() : d(z);
2173
+ h = typeof document != "undefined" ? document.domain && z ? x(z) : E() : x(z);
2174
2174
  for (var S = M.length; S--; ) delete h[j][M[S]];
2175
2175
  return h();
2176
2176
  };
@@ -2186,8 +2186,8 @@ function bo() {
2186
2186
  var n = Dt(), r = Pt(), M = jr(), a = Mi(), o = $a(), g = Ln(), c = Jt(), N = Yn(), l = c("iterator"), j = !1, A, y, D;
2187
2187
  [].keys && (D = [].keys(), "next" in D ? (y = o(o(D)), y !== Object.prototype && (A = y)) : j = !0);
2188
2188
  var T = !M(A) || n(function() {
2189
- var d = {};
2190
- return A[l].call(d) !== d;
2189
+ var x = {};
2190
+ return A[l].call(x) !== x;
2191
2191
  });
2192
2192
  return T ? A = {} : N && (A = a(A)), r(A[l]) || g(A, l, function() {
2193
2193
  return this;
@@ -2200,7 +2200,7 @@ var ET;
2200
2200
  function $L() {
2201
2201
  if (ET) return cT;
2202
2202
  ET = 1;
2203
- var n = Bt(), r = ct(), M = Ka(), a = Xt(), o = Pt(), g = $a(), c = nM(), N = oz(), l = Dt(), j = Er(), A = Jt(), y = bo().IteratorPrototype, D = Yt(), T = Yn(), d = "constructor", E = "Iterator", z = A("toStringTag"), h = TypeError, S = r[E], L = T || !o(S) || S.prototype !== y || !l(function() {
2203
+ var n = Bt(), r = ct(), M = Ka(), a = Xt(), o = Pt(), g = $a(), c = nM(), N = oz(), l = Dt(), j = Er(), A = Jt(), y = bo().IteratorPrototype, D = Yt(), T = Yn(), x = "constructor", E = "Iterator", z = A("toStringTag"), h = TypeError, S = r[E], L = T || !o(S) || S.prototype !== y || !l(function() {
2204
2204
  S({});
2205
2205
  }), C = function() {
2206
2206
  if (M(this, y), g(this) === y) throw new h("Abstract class Iterator not directly constructable");
@@ -2216,7 +2216,7 @@ function $L() {
2216
2216
  }
2217
2217
  }) : y[k] = W;
2218
2218
  };
2219
- return j(y, z) || U(z, E), (L || !j(y, d) || y[d] === Object) && U(d, C), C.prototype = y, n({ global: !0, constructor: !0, forced: L }, {
2219
+ return j(y, z) || U(z, E), (L || !j(y, x) || y[x] === Object) && U(x, C), C.prototype = y, n({ global: !0, constructor: !0, forced: L }, {
2220
2220
  Iterator: C
2221
2221
  }), cT;
2222
2222
  }
@@ -2290,7 +2290,7 @@ var Ms, kT;
2290
2290
  function gz() {
2291
2291
  if (kT) return Ms;
2292
2292
  kT = 1;
2293
- var n = pt(), r = Mi(), M = In(), a = xl(), o = Jt(), g = Pn(), c = Xa(), N = bo().IteratorPrototype, l = Uo(), j = MM(), A = qL(), y = o("toStringTag"), D = "IteratorHelper", T = "WrapForValidIterator", d = "normal", E = "throw", z = g.set, h = function(C) {
2293
+ var n = pt(), r = Mi(), M = In(), a = xl(), o = Jt(), g = Pn(), c = Xa(), N = bo().IteratorPrototype, l = Uo(), j = MM(), A = qL(), y = o("toStringTag"), D = "IteratorHelper", T = "WrapForValidIterator", x = "normal", E = "throw", z = g.set, h = function(C) {
2294
2294
  var U = g.getterFor(C ? T : D);
2295
2295
  return a(r(N), {
2296
2296
  next: function() {
@@ -2311,16 +2311,16 @@ function gz() {
2311
2311
  return H ? n(H, W) : l(void 0, !0);
2312
2312
  }
2313
2313
  if (k.inner) try {
2314
- j(k.inner.iterator, d);
2314
+ j(k.inner.iterator, x);
2315
2315
  } catch (G) {
2316
2316
  return j(W, E, G);
2317
2317
  }
2318
2318
  if (k.openIters) try {
2319
- A(k.openIters, d);
2319
+ A(k.openIters, x);
2320
2320
  } catch (G) {
2321
2321
  return j(W, E, G);
2322
2322
  }
2323
- return W && j(W, d), l(void 0, !0);
2323
+ return W && j(W, x), l(void 0, !0);
2324
2324
  }
2325
2325
  });
2326
2326
  }, S = h(!0), L = h(!1);
@@ -2382,7 +2382,7 @@ function eO() {
2382
2382
  if (UT) return zT;
2383
2383
  UT = 1;
2384
2384
  var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = gz(), c = El(), N = Yn(), l = MM(), j = cz(), A = eu(), y = !N && !j("filter", function() {
2385
- }), D = !N && !y && A("filter", TypeError), T = N || y || D, d = g(function() {
2385
+ }), D = !N && !y && A("filter", TypeError), T = N || y || D, x = g(function() {
2386
2386
  for (var E = this.iterator, z = this.predicate, h = this.next, S, L, C; ; ) {
2387
2387
  if (S = a(r(h, E)), L = this.done = !!S.done, L) return;
2388
2388
  if (C = S.value, c(E, z, [C, this.counter++], !0)) return C;
@@ -2396,7 +2396,7 @@ function eO() {
2396
2396
  } catch (z) {
2397
2397
  l(this, "throw", z);
2398
2398
  }
2399
- return D ? r(D, this, E) : new d(o(this), {
2399
+ return D ? r(D, this, E) : new x(o(this), {
2400
2400
  predicate: E
2401
2401
  });
2402
2402
  }
@@ -2460,11 +2460,11 @@ var ss, HT;
2460
2460
  function Ll() {
2461
2461
  if (HT) return ss;
2462
2462
  HT = 1;
2463
- var n = ii(), r = pt(), M = Xt(), a = Wi(), o = fl(), g = Yr(), c = ni(), N = Qo(), l = ru(), j = MM(), A = TypeError, y = function(T, d) {
2464
- this.stopped = T, this.result = d;
2463
+ var n = ii(), r = pt(), M = Xt(), a = Wi(), o = fl(), g = Yr(), c = ni(), N = Qo(), l = ru(), j = MM(), A = TypeError, y = function(T, x) {
2464
+ this.stopped = T, this.result = x;
2465
2465
  }, D = y.prototype;
2466
- return ss = function(T, d, E) {
2467
- var z = E && E.that, h = !!(E && E.AS_ENTRIES), S = !!(E && E.IS_RECORD), L = !!(E && E.IS_ITERATOR), C = !!(E && E.INTERRUPTED), U = n(d, z), k, W, H, G, V, Y, J, q = function(ne) {
2466
+ return ss = function(T, x, E) {
2467
+ var z = E && E.that, h = !!(E && E.AS_ENTRIES), S = !!(E && E.IS_RECORD), L = !!(E && E.IS_ITERATOR), C = !!(E && E.INTERRUPTED), U = n(x, z), k, W, H, G, V, Y, J, q = function(ne) {
2468
2468
  return k && j(k, "normal"), new y(!0, ne);
2469
2469
  }, re = function(ne) {
2470
2470
  return h ? (M(ne), C ? U(ne[0], ne[1], q) : U(ne[0], ne[1])) : C ? U(ne, q) : U(ne);
@@ -2535,11 +2535,11 @@ function rO() {
2535
2535
  typeof A == "string" ? g(l, A) : (typeof A == "number" || a(A) === "Number" || a(A) === "String") && g(l, o(A));
2536
2536
  }
2537
2537
  var y = l.length, D = !0;
2538
- return function(T, d) {
2538
+ return function(T, x) {
2539
2539
  if (D)
2540
- return D = !1, d;
2541
- if (r(this)) return d;
2542
- for (var E = 0; E < y; E++) if (l[E] === T) return d;
2540
+ return D = !1, x;
2541
+ if (r(this)) return x;
2542
+ for (var E = 0; E < y; E++) if (l[E] === T) return x;
2543
2543
  };
2544
2544
  }
2545
2545
  }, ls;
@@ -2548,7 +2548,7 @@ var XT;
2548
2548
  function nO() {
2549
2549
  if (XT) return FT;
2550
2550
  XT = 1;
2551
- var n = Bt(), r = rM(), M = yl(), a = pt(), o = jt(), g = Dt(), c = Pt(), N = ho(), l = Yo(), j = rO(), A = il(), y = String, D = r("JSON", "stringify"), T = o(/./.exec), d = o("".charAt), E = o("".charCodeAt), z = o("".replace), h = o(1.1.toString), S = /[\uD800-\uDFFF]/g, L = /^[\uD800-\uDBFF]$/, C = /^[\uDC00-\uDFFF]$/, U = !A || g(function() {
2551
+ var n = Bt(), r = rM(), M = yl(), a = pt(), o = jt(), g = Dt(), c = Pt(), N = ho(), l = Yo(), j = rO(), A = il(), y = String, D = r("JSON", "stringify"), T = o(/./.exec), x = o("".charAt), E = o("".charCodeAt), z = o("".replace), h = o(1.1.toString), S = /[\uD800-\uDFFF]/g, L = /^[\uD800-\uDBFF]$/, C = /^[\uDC00-\uDFFF]$/, U = !A || g(function() {
2552
2552
  var G = r("Symbol")("stringify detection");
2553
2553
  return D([G]) !== "[null]" || D({ a: G }) !== "{}" || D(Object(G)) !== "{}";
2554
2554
  }), k = g(function() {
@@ -2560,7 +2560,7 @@ function nO() {
2560
2560
  if (c(J) && (re = a(J, this, y(q), re)), !N(re)) return re;
2561
2561
  }, M(D, null, Y);
2562
2562
  }, H = function(G, V, Y) {
2563
- var J = d(Y, V - 1), q = d(Y, V + 1);
2563
+ var J = x(Y, V - 1), q = x(Y, V + 1);
2564
2564
  return T(L, G) && !T(C, q) || T(C, G) && !T(L, J) ? "\\u" + h(E(G, 0), 16) : G;
2565
2565
  };
2566
2566
  return D && n({ target: "JSON", stat: !0, arity: 3, forced: U || k }, {
@@ -2702,7 +2702,7 @@ var xs, gA;
2702
2702
  function lz() {
2703
2703
  if (gA) return xs;
2704
2704
  gA = 1;
2705
- var n = Bt(), r = pt(), M = Yn(), a = mo(), o = Pt(), g = Nz(), c = $a(), N = Vi(), l = Ji(), j = In(), A = Ln(), y = Jt(), D = tu(), T = bo(), d = a.PROPER, E = a.CONFIGURABLE, z = T.IteratorPrototype, h = T.BUGGY_SAFARI_ITERATORS, S = y("iterator"), L = "keys", C = "values", U = "entries", k = function() {
2705
+ var n = Bt(), r = pt(), M = Yn(), a = mo(), o = Pt(), g = Nz(), c = $a(), N = Vi(), l = Ji(), j = In(), A = Ln(), y = Jt(), D = tu(), T = bo(), x = a.PROPER, E = a.CONFIGURABLE, z = T.IteratorPrototype, h = T.BUGGY_SAFARI_ITERATORS, S = y("iterator"), L = "keys", C = "values", U = "entries", k = function() {
2706
2706
  return this;
2707
2707
  };
2708
2708
  return xs = function(W, H, G, V, Y, J, q) {
@@ -2728,7 +2728,7 @@ function lz() {
2728
2728
  return new G(this);
2729
2729
  };
2730
2730
  }, ne = H + " Iterator", ee = !1, Ie = W.prototype, R = Ie[S] || Ie["@@iterator"] || Y && Ie[Y], K = !h && R || re(Y), $ = H === "Array" && Ie.entries || R, w, _, xe;
2731
- if ($ && (w = c($.call(new W())), w !== Object.prototype && w.next && (!M && c(w) !== z && (N ? N(w, z) : o(w[S]) || A(w, S, k)), l(w, ne, !0, !0), M && (D[ne] = k))), d && Y === C && R && R.name !== C && (!M && E ? j(Ie, "name", C) : (ee = !0, K = function() {
2731
+ if ($ && (w = c($.call(new W())), w !== Object.prototype && w.next && (!M && c(w) !== z && (N ? N(w, z) : o(w[S]) || A(w, S, k)), l(w, ne, !0, !0), M && (D[ne] = k))), x && Y === C && R && R.name !== C && (!M && E ? j(Ie, "name", C) : (ee = !0, K = function() {
2732
2732
  return r(R, this);
2733
2733
  })), Y)
2734
2734
  if (_ = {
@@ -2746,27 +2746,27 @@ function jz() {
2746
2746
  if (cA) return Es;
2747
2747
  cA = 1;
2748
2748
  var n = Va(), r = IO(), M = tu(), a = Pn(), o = fn().f, g = lz(), c = Uo(), N = Yn(), l = Yt(), j = "Array Iterator", A = a.set, y = a.getterFor(j);
2749
- Es = g(Array, "Array", function(T, d) {
2749
+ Es = g(Array, "Array", function(T, x) {
2750
2750
  A(this, {
2751
2751
  type: j,
2752
2752
  target: n(T),
2753
2753
  // target
2754
2754
  index: 0,
2755
2755
  // next index
2756
- kind: d
2756
+ kind: x
2757
2757
  // kind
2758
2758
  });
2759
2759
  }, function() {
2760
- var T = y(this), d = T.target, E = T.index++;
2761
- if (!d || E >= d.length)
2760
+ var T = y(this), x = T.target, E = T.index++;
2761
+ if (!x || E >= x.length)
2762
2762
  return T.target = null, c(void 0, !0);
2763
2763
  switch (T.kind) {
2764
2764
  case "keys":
2765
2765
  return c(E, !1);
2766
2766
  case "values":
2767
- return c(d[E], !1);
2767
+ return c(x[E], !1);
2768
2768
  }
2769
- return c([E, d[E]], !1);
2769
+ return c([E, x[E]], !1);
2770
2770
  }, "values");
2771
2771
  var D = M.Arguments = M.Array;
2772
2772
  if (r("keys"), r("values"), r("entries"), !N && l && D.name !== "values") try {
@@ -2783,14 +2783,14 @@ function gO() {
2783
2783
  if (y) {
2784
2784
  if (y[N] !== l) try {
2785
2785
  o(y, N, l);
2786
- } catch (d) {
2786
+ } catch (x) {
2787
2787
  y[N] = l;
2788
2788
  }
2789
2789
  if (g(y, D, !0), r[D]) {
2790
2790
  for (var T in a)
2791
2791
  if (y[T] !== a[T]) try {
2792
2792
  o(y, T, a[T]);
2793
- } catch (d) {
2793
+ } catch (x) {
2794
2794
  y[T] = a[T];
2795
2795
  }
2796
2796
  }
@@ -2845,7 +2845,7 @@ function cO() {
2845
2845
  return c.now() - N;
2846
2846
  };
2847
2847
  }
2848
- var l = [], j = [], A = 1, y = null, D = 3, T = !1, d = !1, E = !1, z = typeof setTimeout == "function" ? setTimeout : null, h = typeof clearTimeout == "function" ? clearTimeout : null, S = typeof setImmediate != "undefined" ? setImmediate : null;
2848
+ var l = [], j = [], A = 1, y = null, D = 3, T = !1, x = !1, E = !1, z = typeof setTimeout == "function" ? setTimeout : null, h = typeof clearTimeout == "function" ? clearTimeout : null, S = typeof setImmediate != "undefined" ? setImmediate : null;
2849
2849
  typeof navigator != "undefined" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
2850
2850
  function L(R) {
2851
2851
  for (var K = M(j); K !== null; ) {
@@ -2856,14 +2856,14 @@ function cO() {
2856
2856
  }
2857
2857
  }
2858
2858
  function C(R) {
2859
- if (E = !1, L(R), !d) if (M(l) !== null) d = !0, ee(U);
2859
+ if (E = !1, L(R), !x) if (M(l) !== null) x = !0, ee(U);
2860
2860
  else {
2861
2861
  var K = M(j);
2862
2862
  K !== null && Ie(C, K.startTime - R);
2863
2863
  }
2864
2864
  }
2865
2865
  function U(R, K) {
2866
- d = !1, E && (E = !1, h(H), H = -1), T = !0;
2866
+ x = !1, E && (E = !1, h(H), H = -1), T = !0;
2867
2867
  var $ = D;
2868
2868
  try {
2869
2869
  for (L(K), y = M(l); y !== null && (!(y.expirationTime > K) || R && !Y()); ) {
@@ -2924,7 +2924,7 @@ function cO() {
2924
2924
  n.unstable_IdlePriority = 5, n.unstable_ImmediatePriority = 1, n.unstable_LowPriority = 4, n.unstable_NormalPriority = 3, n.unstable_Profiling = null, n.unstable_UserBlockingPriority = 2, n.unstable_cancelCallback = function(R) {
2925
2925
  R.callback = null;
2926
2926
  }, n.unstable_continueExecution = function() {
2927
- d || T || (d = !0, ee(U));
2927
+ x || T || (x = !0, ee(U));
2928
2928
  }, n.unstable_forceFrameRate = function(R) {
2929
2929
  0 > R || 125 < R ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : G = 0 < R ? Math.floor(1e3 / R) : 5;
2930
2930
  }, n.unstable_getCurrentPriorityLevel = function() {
@@ -2986,7 +2986,7 @@ function cO() {
2986
2986
  default:
2987
2987
  _ = 5e3;
2988
2988
  }
2989
- return _ = $ + _, R = { id: A++, callback: K, priorityLevel: R, startTime: $, expirationTime: _, sortIndex: -1 }, $ > w ? (R.sortIndex = $, r(j, R), M(l) === null && R === M(j) && (E ? (h(H), H = -1) : E = !0, Ie(C, $ - w))) : (R.sortIndex = _, r(l, R), d || T || (d = !0, ee(U))), R;
2989
+ return _ = $ + _, R = { id: A++, callback: K, priorityLevel: R, startTime: $, expirationTime: _, sortIndex: -1 }, $ > w ? (R.sortIndex = $, r(j, R), M(l) === null && R === M(j) && (E ? (h(H), H = -1) : E = !0, Ie(C, $ - w))) : (R.sortIndex = _, r(l, R), x || T || (x = !0, ee(U))), R;
2990
2990
  }, n.unstable_shouldYield = Y, n.unstable_wrapCallback = function(R) {
2991
2991
  var K = D;
2992
2992
  return function() {
@@ -3037,7 +3037,7 @@ function NO() {
3037
3037
  return !1;
3038
3038
  }
3039
3039
  }
3040
- function d(e, t, i, u) {
3040
+ function x(e, t, i, u) {
3041
3041
  if (t === null || typeof t == "undefined" || T(e, t, i, u)) return !0;
3042
3042
  if (u) return !1;
3043
3043
  if (i !== null) switch (i.type) {
@@ -3052,8 +3052,8 @@ function NO() {
3052
3052
  }
3053
3053
  return !1;
3054
3054
  }
3055
- function E(e, t, i, u, I, s, x) {
3056
- this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = u, this.attributeNamespace = I, this.mustUseProperty = i, this.propertyName = e, this.type = t, this.sanitizeURL = s, this.removeEmptyString = x;
3055
+ function E(e, t, i, u, I, s, d) {
3056
+ this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = u, this.attributeNamespace = I, this.mustUseProperty = i, this.propertyName = e, this.type = t, this.sanitizeURL = s, this.removeEmptyString = d;
3057
3057
  }
3058
3058
  var z = {};
3059
3059
  "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e) {
@@ -3099,7 +3099,7 @@ function NO() {
3099
3099
  });
3100
3100
  function L(e, t, i, u) {
3101
3101
  var I = z.hasOwnProperty(t) ? z[t] : null;
3102
- (I !== null ? I.type !== 0 : u || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (d(t, i, I, u) && (i = null), u || I === null ? D(t) && (i === null ? e.removeAttribute(t) : e.setAttribute(t, "" + i)) : I.mustUseProperty ? e[I.propertyName] = i === null ? I.type === 3 ? !1 : "" : i : (t = I.attributeName, u = I.attributeNamespace, i === null ? e.removeAttribute(t) : (I = I.type, i = I === 3 || I === 4 && i === !0 ? "" : "" + i, u ? e.setAttributeNS(u, t, i) : e.setAttribute(t, i))));
3102
+ (I !== null ? I.type !== 0 : u || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (x(t, i, I, u) && (i = null), u || I === null ? D(t) && (i === null ? e.removeAttribute(t) : e.setAttribute(t, "" + i)) : I.mustUseProperty ? e[I.propertyName] = i === null ? I.type === 3 ? !1 : "" : i : (t = I.attributeName, u = I.attributeNamespace, i === null ? e.removeAttribute(t) : (I = I.type, i = I === 3 || I === 4 && i === !0 ? "" : "" + i, u ? e.setAttributeNS(u, t, i) : e.setAttribute(t, i))));
3103
3103
  }
3104
3104
  var C = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, U = /* @__PURE__ */ Symbol.for("react.element"), k = /* @__PURE__ */ Symbol.for("react.portal"), W = /* @__PURE__ */ Symbol.for("react.fragment"), H = /* @__PURE__ */ Symbol.for("react.strict_mode"), G = /* @__PURE__ */ Symbol.for("react.profiler"), V = /* @__PURE__ */ Symbol.for("react.provider"), Y = /* @__PURE__ */ Symbol.for("react.context"), J = /* @__PURE__ */ Symbol.for("react.forward_ref"), q = /* @__PURE__ */ Symbol.for("react.suspense"), re = /* @__PURE__ */ Symbol.for("react.suspense_list"), ne = /* @__PURE__ */ Symbol.for("react.memo"), ee = /* @__PURE__ */ Symbol.for("react.lazy"), Ie = /* @__PURE__ */ Symbol.for("react.offscreen"), R = Symbol.iterator;
3105
3105
  function K(e) {
@@ -3154,16 +3154,16 @@ function NO() {
3154
3154
  if (F && u && typeof F.stack == "string") {
3155
3155
  for (var I = F.stack.split(`
3156
3156
  `), s = u.stack.split(`
3157
- `), x = I.length - 1, O = s.length - 1; 1 <= x && 0 <= O && I[x] !== s[O]; ) O--;
3158
- for (; 1 <= x && 0 <= O; x--, O--) if (I[x] !== s[O]) {
3159
- if (x !== 1 || O !== 1)
3157
+ `), d = I.length - 1, O = s.length - 1; 1 <= d && 0 <= O && I[d] !== s[O]; ) O--;
3158
+ for (; 1 <= d && 0 <= O; d--, O--) if (I[d] !== s[O]) {
3159
+ if (d !== 1 || O !== 1)
3160
3160
  do
3161
- if (x--, O--, 0 > O || I[x] !== s[O]) {
3161
+ if (d--, O--, 0 > O || I[d] !== s[O]) {
3162
3162
  var m = `
3163
- ` + I[x].replace(" at new ", " at ");
3163
+ ` + I[d].replace(" at new ", " at ");
3164
3164
  return e.displayName && m.includes("<anonymous>") && (m = m.replace("<anonymous>", e.displayName)), m;
3165
3165
  }
3166
- while (1 <= x && 0 <= O);
3166
+ while (1 <= d && 0 <= O);
3167
3167
  break;
3168
3168
  }
3169
3169
  }
@@ -3304,12 +3304,12 @@ function NO() {
3304
3304
  var I = i.get, s = i.set;
3305
3305
  return Object.defineProperty(e, t, { configurable: !0, get: function() {
3306
3306
  return I.call(this);
3307
- }, set: function(x) {
3308
- u = "" + x, s.call(this, x);
3307
+ }, set: function(d) {
3308
+ u = "" + d, s.call(this, d);
3309
3309
  } }), Object.defineProperty(e, t, { enumerable: i.enumerable }), { getValue: function() {
3310
3310
  return u;
3311
- }, setValue: function(x) {
3312
- u = "" + x;
3311
+ }, setValue: function(d) {
3312
+ u = "" + d;
3313
3313
  }, stopTracking: function() {
3314
3314
  e._valueTracker = null, delete e[t];
3315
3315
  } };
@@ -3604,7 +3604,7 @@ function NO() {
3604
3604
  } catch (e) {
3605
3605
  On = !1;
3606
3606
  }
3607
- function fr(e, t, i, u, I, s, x, O, m) {
3607
+ function fr(e, t, i, u, I, s, d, O, m) {
3608
3608
  var F = Array.prototype.slice.call(arguments, 3);
3609
3609
  try {
3610
3610
  t.apply(i, F);
@@ -3615,10 +3615,10 @@ function NO() {
3615
3615
  var Nn = !1, Lr = null, Ir = !1, Sn = null, ln = { onError: function(e) {
3616
3616
  Nn = !0, Lr = e;
3617
3617
  } };
3618
- function Kt(e, t, i, u, I, s, x, O, m) {
3618
+ function Kt(e, t, i, u, I, s, d, O, m) {
3619
3619
  Nn = !1, Lr = null, fr.apply(ln, arguments);
3620
3620
  }
3621
- function yr(e, t, i, u, I, s, x, O, m) {
3621
+ function yr(e, t, i, u, I, s, d, O, m) {
3622
3622
  if (Kt.apply(this, arguments), Nn) {
3623
3623
  if (Nn) {
3624
3624
  var F = Lr;
@@ -3675,30 +3675,30 @@ function NO() {
3675
3675
  }
3676
3676
  if (i.return !== u.return) i = I, u = s;
3677
3677
  else {
3678
- for (var x = !1, O = I.child; O; ) {
3678
+ for (var d = !1, O = I.child; O; ) {
3679
3679
  if (O === i) {
3680
- x = !0, i = I, u = s;
3680
+ d = !0, i = I, u = s;
3681
3681
  break;
3682
3682
  }
3683
3683
  if (O === u) {
3684
- x = !0, u = I, i = s;
3684
+ d = !0, u = I, i = s;
3685
3685
  break;
3686
3686
  }
3687
3687
  O = O.sibling;
3688
3688
  }
3689
- if (!x) {
3689
+ if (!d) {
3690
3690
  for (O = s.child; O; ) {
3691
3691
  if (O === i) {
3692
- x = !0, i = s, u = I;
3692
+ d = !0, i = s, u = I;
3693
3693
  break;
3694
3694
  }
3695
3695
  if (O === u) {
3696
- x = !0, u = s, i = I;
3696
+ d = !0, u = s, i = I;
3697
3697
  break;
3698
3698
  }
3699
3699
  O = O.sibling;
3700
3700
  }
3701
- if (!x) throw Error(M(189));
3701
+ if (!d) throw Error(M(189));
3702
3702
  }
3703
3703
  }
3704
3704
  if (i.alternate !== u) throw Error(M(190));
@@ -3782,11 +3782,11 @@ function NO() {
3782
3782
  function Ii(e, t) {
3783
3783
  var i = e.pendingLanes;
3784
3784
  if (i === 0) return 0;
3785
- var u = 0, I = e.suspendedLanes, s = e.pingedLanes, x = i & 268435455;
3786
- if (x !== 0) {
3787
- var O = x & ~I;
3788
- O !== 0 ? u = pM(O) : (s &= x, s !== 0 && (u = pM(s)));
3789
- } else x = i & ~I, x !== 0 ? u = pM(x) : s !== 0 && (u = pM(s));
3785
+ var u = 0, I = e.suspendedLanes, s = e.pingedLanes, d = i & 268435455;
3786
+ if (d !== 0) {
3787
+ var O = d & ~I;
3788
+ O !== 0 ? u = pM(O) : (s &= d, s !== 0 && (u = pM(s)));
3789
+ } else d = i & ~I, d !== 0 ? u = pM(d) : s !== 0 && (u = pM(s));
3790
3790
  if (u === 0) return 0;
3791
3791
  if (t !== 0 && t !== u && (t & I) === 0 && (I = u & -u, s = t & -t, I >= s || I === 16 && (s & 4194240) !== 0)) return t;
3792
3792
  if ((u & 4) !== 0 && (u |= i & 16), t = e.entangledLanes, t !== 0) for (e = e.entanglements, t &= u; 0 < t; ) i = 31 - Rr(t), I = 1 << i, u |= e[i], t &= ~I;
@@ -3835,8 +3835,8 @@ function NO() {
3835
3835
  }
3836
3836
  function Ho(e, t) {
3837
3837
  for (var i = e.suspendedLanes, u = e.pingedLanes, I = e.expirationTimes, s = e.pendingLanes; 0 < s; ) {
3838
- var x = 31 - Rr(s), O = 1 << x, m = I[x];
3839
- m === -1 ? ((O & i) === 0 || (O & u) !== 0) && (I[x] = Bo(O, t)) : m <= t && (e.expiredLanes |= O), s &= ~O;
3838
+ var d = 31 - Rr(s), O = 1 << d, m = I[d];
3839
+ m === -1 ? ((O & i) === 0 || (O & u) !== 0) && (I[d] = Bo(O, t)) : m <= t && (e.expiredLanes |= O), s &= ~O;
3840
3840
  }
3841
3841
  }
3842
3842
  function Xi(e) {
@@ -4115,8 +4115,8 @@ function NO() {
4115
4115
  if (su) return su;
4116
4116
  var e, t = li, i = t.length, u, I = "value" in jn ? jn.value : jn.textContent, s = I.length;
4117
4117
  for (e = 0; e < i && t[e] === I[e]; e++) ;
4118
- var x = i - e;
4119
- for (u = 1; u <= x && t[i - u] === I[s - u]; u++) ;
4118
+ var d = i - e;
4119
+ for (u = 1; u <= d && t[i - u] === I[s - u]; u++) ;
4120
4120
  return su = I.slice(e, 1 < u ? 1 - u : void 0);
4121
4121
  }
4122
4122
  function Nu(e) {
@@ -4130,8 +4130,8 @@ function NO() {
4130
4130
  return !1;
4131
4131
  }
4132
4132
  function Gr(e) {
4133
- function t(i, u, I, s, x) {
4134
- this._reactName = i, this._targetInst = I, this.type = u, this.nativeEvent = s, this.target = x, this.currentTarget = null;
4133
+ function t(i, u, I, s, d) {
4134
+ this._reactName = i, this._targetInst = I, this.type = u, this.nativeEvent = s, this.target = d, this.currentTarget = null;
4135
4135
  for (var O in e) e.hasOwnProperty(O) && (i = e[O], this[O] = i ? i(s) : s[O]);
4136
4136
  return this.isDefaultPrevented = (s.defaultPrevented != null ? s.defaultPrevented : s.returnValue === !1) ? lu : Rl, this.isPropagationStopped = Rl, this;
4137
4137
  }
@@ -4406,11 +4406,11 @@ function NO() {
4406
4406
  e = e.getSelection();
4407
4407
  var I = i.textContent.length, s = Math.min(u.start, I);
4408
4408
  u = u.end === void 0 ? s : Math.min(u.end, I), !e.extend && s > u && (I = u, u = s, s = I), I = rj(i, s);
4409
- var x = rj(
4409
+ var d = rj(
4410
4410
  i,
4411
4411
  u
4412
4412
  );
4413
- I && x && (e.rangeCount !== 1 || e.anchorNode !== I.node || e.anchorOffset !== I.offset || e.focusNode !== x.node || e.focusOffset !== x.offset) && (t = t.createRange(), t.setStart(I.node, I.offset), e.removeAllRanges(), s > u ? (e.addRange(t), e.extend(x.node, x.offset)) : (t.setEnd(x.node, x.offset), e.addRange(t)));
4413
+ I && d && (e.rangeCount !== 1 || e.anchorNode !== I.node || e.anchorOffset !== I.offset || e.focusNode !== d.node || e.focusOffset !== d.offset) && (t = t.createRange(), t.setStart(I.node, I.offset), e.removeAllRanges(), s > u ? (e.addRange(t), e.extend(d.node, d.offset)) : (t.setEnd(d.node, d.offset), e.addRange(t)));
4414
4414
  }
4415
4415
  }
4416
4416
  for (t = [], e = i; e = e.parentNode; ) e.nodeType === 1 && t.push({ element: e, left: e.scrollLeft, top: e.scrollTop });
@@ -4456,13 +4456,13 @@ function NO() {
4456
4456
  u = u.listeners;
4457
4457
  e: {
4458
4458
  var s = void 0;
4459
- if (t) for (var x = u.length - 1; 0 <= x; x--) {
4460
- var O = u[x], m = O.instance, F = O.currentTarget;
4459
+ if (t) for (var d = u.length - 1; 0 <= d; d--) {
4460
+ var O = u[d], m = O.instance, F = O.currentTarget;
4461
4461
  if (O = O.listener, m !== s && I.isPropagationStopped()) break e;
4462
4462
  Nj(I, O, F), s = m;
4463
4463
  }
4464
- else for (x = 0; x < u.length; x++) {
4465
- if (O = u[x], m = O.instance, F = O.currentTarget, O = O.listener, m !== s && I.isPropagationStopped()) break e;
4464
+ else for (d = 0; d < u.length; d++) {
4465
+ if (O = u[d], m = O.instance, F = O.currentTarget, O = O.listener, m !== s && I.isPropagationStopped()) break e;
4466
4466
  Nj(I, O, F), s = m;
4467
4467
  }
4468
4468
  }
@@ -4506,20 +4506,20 @@ function NO() {
4506
4506
  var s = u;
4507
4507
  if ((t & 1) === 0 && (t & 2) === 0 && u !== null) e: for (; ; ) {
4508
4508
  if (u === null) return;
4509
- var x = u.tag;
4510
- if (x === 3 || x === 4) {
4509
+ var d = u.tag;
4510
+ if (d === 3 || d === 4) {
4511
4511
  var O = u.stateNode.containerInfo;
4512
4512
  if (O === I || O.nodeType === 8 && O.parentNode === I) break;
4513
- if (x === 4) for (x = u.return; x !== null; ) {
4514
- var m = x.tag;
4515
- if ((m === 3 || m === 4) && (m = x.stateNode.containerInfo, m === I || m.nodeType === 8 && m.parentNode === I))
4513
+ if (d === 4) for (d = u.return; d !== null; ) {
4514
+ var m = d.tag;
4515
+ if ((m === 3 || m === 4) && (m = d.stateNode.containerInfo, m === I || m.nodeType === 8 && m.parentNode === I))
4516
4516
  return;
4517
- x = x.return;
4517
+ d = d.return;
4518
4518
  }
4519
4519
  for (; O !== null; ) {
4520
- if (x = mM(O), x === null) return;
4521
- if (m = x.tag, m === 5 || m === 6) {
4522
- u = s = x;
4520
+ if (d = mM(O), d === null) return;
4521
+ if (m = d.tag, m === 5 || m === 6) {
4522
+ u = s = d;
4523
4523
  continue e;
4524
4524
  }
4525
4525
  O = O.parentNode;
@@ -4711,12 +4711,12 @@ function NO() {
4711
4711
  return e || null;
4712
4712
  }
4713
4713
  function Dj(e, t, i, u, I) {
4714
- for (var s = t._reactName, x = []; i !== null && i !== u; ) {
4714
+ for (var s = t._reactName, d = []; i !== null && i !== u; ) {
4715
4715
  var O = i, m = O.alternate, F = O.stateNode;
4716
4716
  if (m !== null && m === u) break;
4717
- O.tag === 5 && F !== null && (O = F, I ? (m = zr(i, s), m != null && x.unshift(sa(i, m, O))) : I || (m = zr(i, s), m != null && x.push(sa(i, m, O)))), i = i.return;
4717
+ O.tag === 5 && F !== null && (O = F, I ? (m = zr(i, s), m != null && d.unshift(sa(i, m, O))) : I || (m = zr(i, s), m != null && d.push(sa(i, m, O)))), i = i.return;
4718
4718
  }
4719
- x.length !== 0 && e.push({ event: t, listeners: x });
4719
+ d.length !== 0 && e.push({ event: t, listeners: d });
4720
4720
  }
4721
4721
  var X0 = /\r\n?/g, K0 = /\u0000|\uFFFD/g;
4722
4722
  function yj(e) {
@@ -4891,8 +4891,8 @@ function NO() {
4891
4891
  u &= ~(1 << I), i += 1;
4892
4892
  var s = 32 - Rr(t) + I;
4893
4893
  if (30 < s) {
4894
- var x = I - I % 5;
4895
- s = (u & (1 << x) - 1).toString(32), u >>= x, I -= x, Hn = 1 << 32 - Rr(t) + I | i << I | u, Wn = s + e;
4894
+ var d = I - I % 5;
4895
+ s = (u & (1 << d) - 1).toString(32), u >>= d, I -= d, Hn = 1 << 32 - Rr(t) + I | i << I | u, Wn = s + e;
4896
4896
  } else Hn = 1 << s | i << I | u, Wn = e;
4897
4897
  }
4898
4898
  function TI(e) {
@@ -4992,9 +4992,9 @@ function NO() {
4992
4992
  }
4993
4993
  if (!u) throw Error(M(147, e));
4994
4994
  var I = u, s = "" + e;
4995
- return t !== null && t.ref !== null && typeof t.ref == "function" && t.ref._stringRef === s ? t.ref : (t = function(x) {
4995
+ return t !== null && t.ref !== null && typeof t.ref == "function" && t.ref._stringRef === s ? t.ref : (t = function(d) {
4996
4996
  var O = I.refs;
4997
- x === null ? delete O[s] : O[s] = x;
4997
+ d === null ? delete O[s] : O[s] = d;
4998
4998
  }, t._stringRef = s, t);
4999
4999
  }
5000
5000
  if (typeof e != "string") throw Error(M(284));
@@ -5031,7 +5031,7 @@ function NO() {
5031
5031
  function s(P, v, Z) {
5032
5032
  return P.index = Z, e ? (Z = P.alternate, Z !== null ? (Z = Z.index, Z < v ? (P.flags |= 2, v) : Z) : (P.flags |= 2, v)) : (P.flags |= 1048576, v);
5033
5033
  }
5034
- function x(P) {
5034
+ function d(P) {
5035
5035
  return e && P.alternate === null && (P.flags |= 2), P;
5036
5036
  }
5037
5037
  function O(P, v, Z, ye) {
@@ -5172,7 +5172,7 @@ function NO() {
5172
5172
  }
5173
5173
  Z.type === W ? (v = BM(Z.props.children, P.mode, ye, Z.key), v.return = P, P = v) : (ye = eo(Z.type, Z.key, Z.props, null, P.mode, ye), ye.ref = ja(P, v, Z), ye.return = P, P = ye);
5174
5174
  }
5175
- return x(P);
5175
+ return d(P);
5176
5176
  case k:
5177
5177
  e: {
5178
5178
  for (Ze = Z.key; v !== null; ) {
@@ -5188,7 +5188,7 @@ function NO() {
5188
5188
  }
5189
5189
  v = Ng(Z, P.mode, ye), v.return = P, P = v;
5190
5190
  }
5191
- return x(P);
5191
+ return d(P);
5192
5192
  case ee:
5193
5193
  return Ze = Z._init, Vt(P, v, Ze(Z._payload), ye);
5194
5194
  }
@@ -5196,7 +5196,7 @@ function NO() {
5196
5196
  if (K(Z)) return Qe(P, v, Z, ye);
5197
5197
  wu(P, Z);
5198
5198
  }
5199
- return typeof Z == "string" && Z !== "" || typeof Z == "number" ? (Z = "" + Z, v !== null && v.tag === 6 ? (i(P, v.sibling), v = I(v, Z), v.return = P, P = v) : (i(P, v), v = sg(Z, P.mode, ye), v.return = P, P = v), x(P)) : i(P, v);
5199
+ return typeof Z == "string" && Z !== "" || typeof Z == "number" ? (Z = "" + Z, v !== null && v.tag === 6 ? (i(P, v.sibling), v = I(v, Z), v.return = P, P = v) : (i(P, v), v = sg(Z, P.mode, ye), v.return = P, P = v), d(P)) : i(P, v);
5200
5200
  }
5201
5201
  return Vt;
5202
5202
  }
@@ -5271,8 +5271,8 @@ function NO() {
5271
5271
  var I = null, s = null;
5272
5272
  if (i = i.firstBaseUpdate, i !== null) {
5273
5273
  do {
5274
- var x = { eventTime: i.eventTime, lane: i.lane, tag: i.tag, payload: i.payload, callback: i.callback, next: null };
5275
- s === null ? I = s = x : s = s.next = x, i = i.next;
5274
+ var d = { eventTime: i.eventTime, lane: i.lane, tag: i.tag, payload: i.payload, callback: i.callback, next: null };
5275
+ s === null ? I = s = d : s = s.next = d, i = i.next;
5276
5276
  } while (i !== null);
5277
5277
  s === null ? I = s = t : s = s.next = t;
5278
5278
  } else I = s = t;
@@ -5284,17 +5284,17 @@ function NO() {
5284
5284
  function vu(e, t, i, u) {
5285
5285
  var I = e.updateQueue;
5286
5286
  cM = !1;
5287
- var s = I.firstBaseUpdate, x = I.lastBaseUpdate, O = I.shared.pending;
5287
+ var s = I.firstBaseUpdate, d = I.lastBaseUpdate, O = I.shared.pending;
5288
5288
  if (O !== null) {
5289
5289
  I.shared.pending = null;
5290
5290
  var m = O, F = m.next;
5291
- m.next = null, x === null ? s = F : x.next = F, x = m;
5291
+ m.next = null, d === null ? s = F : d.next = F, d = m;
5292
5292
  var ce = e.alternate;
5293
- ce !== null && (ce = ce.updateQueue, O = ce.lastBaseUpdate, O !== x && (O === null ? ce.firstBaseUpdate = F : O.next = F, ce.lastBaseUpdate = m));
5293
+ ce !== null && (ce = ce.updateQueue, O = ce.lastBaseUpdate, O !== d && (O === null ? ce.firstBaseUpdate = F : O.next = F, ce.lastBaseUpdate = m));
5294
5294
  }
5295
5295
  if (s !== null) {
5296
5296
  var le = I.baseState;
5297
- x = 0, ce = F = m = null, O = s;
5297
+ d = 0, ce = F = m = null, O = s;
5298
5298
  do {
5299
5299
  var ge = O.lane, Se = O.eventTime;
5300
5300
  if ((u & ge) === ge) {
@@ -5327,7 +5327,7 @@ function NO() {
5327
5327
  }
5328
5328
  }
5329
5329
  O.callback !== null && O.lane !== 0 && (e.flags |= 64, ge = I.effects, ge === null ? I.effects = [O] : ge.push(O));
5330
- } else Se = { eventTime: Se, lane: ge, tag: O.tag, payload: O.payload, callback: O.callback, next: null }, ce === null ? (F = ce = Se, m = le) : ce = ce.next = Se, x |= ge;
5330
+ } else Se = { eventTime: Se, lane: ge, tag: O.tag, payload: O.payload, callback: O.callback, next: null }, ce === null ? (F = ce = Se, m = le) : ce = ce.next = Se, d |= ge;
5331
5331
  if (O = O.next, O === null) {
5332
5332
  if (O = I.shared.pending, O === null) break;
5333
5333
  ge = O, O = ge.next, ge.next = null, I.lastBaseUpdate = ge, I.shared.pending = null;
@@ -5336,10 +5336,10 @@ function NO() {
5336
5336
  if (ce === null && (m = le), I.baseState = m, I.firstBaseUpdate = F, I.lastBaseUpdate = ce, t = I.shared.interleaved, t !== null) {
5337
5337
  I = t;
5338
5338
  do
5339
- x |= I.lane, I = I.next;
5339
+ d |= I.lane, I = I.next;
5340
5340
  while (I !== t);
5341
5341
  } else s === null && (I.shared.lanes = 0);
5342
- RM |= x, e.lanes = x, e.memoizedState = le;
5342
+ RM |= d, e.lanes = d, e.memoizedState = le;
5343
5343
  }
5344
5344
  }
5345
5345
  function bj(e, t, i) {
@@ -5455,14 +5455,14 @@ function NO() {
5455
5455
  var u = qt, I = u.baseQueue, s = i.pending;
5456
5456
  if (s !== null) {
5457
5457
  if (I !== null) {
5458
- var x = I.next;
5459
- I.next = s.next, s.next = x;
5458
+ var d = I.next;
5459
+ I.next = s.next, s.next = d;
5460
5460
  }
5461
5461
  u.baseQueue = I = s, i.pending = null;
5462
5462
  }
5463
5463
  if (I !== null) {
5464
5464
  s = I.next, u = u.baseState;
5465
- var O = x = null, m = null, F = s;
5465
+ var O = d = null, m = null, F = s;
5466
5466
  do {
5467
5467
  var ce = F.lane;
5468
5468
  if ((PM & ce) === ce) m !== null && (m = m.next = { lane: 0, action: F.action, hasEagerState: F.hasEagerState, eagerState: F.eagerState, next: null }), u = F.hasEagerState ? F.eagerState : e(u, F.action);
@@ -5474,11 +5474,11 @@ function NO() {
5474
5474
  eagerState: F.eagerState,
5475
5475
  next: null
5476
5476
  };
5477
- m === null ? (O = m = le, x = u) : m = m.next = le, Gt.lanes |= ce, RM |= ce;
5477
+ m === null ? (O = m = le, d = u) : m = m.next = le, Gt.lanes |= ce, RM |= ce;
5478
5478
  }
5479
5479
  F = F.next;
5480
5480
  } while (F !== null && F !== s);
5481
- m === null ? x = u : m.next = O, Dn(u, t.memoizedState) || (mr = !0), t.memoizedState = u, t.baseState = x, t.baseQueue = m, i.lastRenderedState = u;
5481
+ m === null ? d = u : m.next = O, Dn(u, t.memoizedState) || (mr = !0), t.memoizedState = u, t.baseState = d, t.baseQueue = m, i.lastRenderedState = u;
5482
5482
  }
5483
5483
  if (e = i.interleaved, e !== null) {
5484
5484
  I = e;
@@ -5495,10 +5495,10 @@ function NO() {
5495
5495
  var u = i.dispatch, I = i.pending, s = t.memoizedState;
5496
5496
  if (I !== null) {
5497
5497
  i.pending = null;
5498
- var x = I = I.next;
5498
+ var d = I = I.next;
5499
5499
  do
5500
- s = e(s, x.action), x = x.next;
5501
- while (x !== I);
5500
+ s = e(s, d.action), d = d.next;
5501
+ while (d !== I);
5502
5502
  Dn(s, t.memoizedState) || (mr = !0), t.memoizedState = s, t.baseQueue === null && (t.baseState = s), i.lastRenderedState = s;
5503
5503
  }
5504
5504
  return [s, u];
@@ -5557,8 +5557,8 @@ function NO() {
5557
5557
  u = u === void 0 ? null : u;
5558
5558
  var s = void 0;
5559
5559
  if (qt !== null) {
5560
- var x = qt.memoizedState;
5561
- if (s = x.destroy, u !== null && vI(u, x.deps)) {
5560
+ var d = qt.memoizedState;
5561
+ if (s = d.destroy, u !== null && vI(u, d.deps)) {
5562
5562
  I.memoizedState = Ea(t, i, s, u);
5563
5563
  return;
5564
5564
  }
@@ -5633,8 +5633,8 @@ function NO() {
5633
5633
  else {
5634
5634
  var s = e.alternate;
5635
5635
  if (e.lanes === 0 && (s === null || s.lanes === 0) && (s = t.lastRenderedReducer, s !== null)) try {
5636
- var x = t.lastRenderedState, O = s(x, i);
5637
- if (I.hasEagerState = !0, I.eagerState = O, Dn(O, x)) {
5636
+ var d = t.lastRenderedState, O = s(d, i);
5637
+ if (I.hasEagerState = !0, I.eagerState = O, Dn(O, d)) {
5638
5638
  var m = t.interleaved;
5639
5639
  m === null ? (I.next = I, SI(t)) : (I.next = m.next, m.next = I), t.interleaved = I;
5640
5640
  return;
@@ -5773,8 +5773,8 @@ function NO() {
5773
5773
  var i = pr(), u = DM(e), I = Vn(i, u);
5774
5774
  I.tag = 2, t != null && (I.callback = t), t = sM(e, I, u), t !== null && (xn(t, e, u, i), mu(t, e, u));
5775
5775
  } };
5776
- function MD(e, t, i, u, I, s, x) {
5777
- return e = e.stateNode, typeof e.shouldComponentUpdate == "function" ? e.shouldComponentUpdate(u, s, x) : t.prototype && t.prototype.isPureReactComponent ? !oa(i, u) || !oa(I, s) : !0;
5776
+ function MD(e, t, i, u, I, s, d) {
5777
+ return e = e.stateNode, typeof e.shouldComponentUpdate == "function" ? e.shouldComponentUpdate(u, s, d) : t.prototype && t.prototype.isPureReactComponent ? !oa(i, u) || !oa(I, s) : !0;
5778
5778
  }
5779
5779
  function iD(e, t, i) {
5780
5780
  var u = !1, I = IM, s = t.contextType;
@@ -5837,8 +5837,8 @@ Error generating stack: ` + s.message + `
5837
5837
  var s = e.stateNode;
5838
5838
  return s !== null && typeof s.componentDidCatch == "function" && (i.callback = function() {
5839
5839
  BI(e, t), typeof u != "function" && (lM === null ? lM = /* @__PURE__ */ new Set([this]) : lM.add(this));
5840
- var x = t.stack;
5841
- this.componentDidCatch(t.value, { componentStack: x !== null ? x : "" });
5840
+ var d = t.stack;
5841
+ this.componentDidCatch(t.value, { componentStack: d !== null ? d : "" });
5842
5842
  }), i;
5843
5843
  }
5844
5844
  function ID(e, t, i) {
@@ -5876,8 +5876,8 @@ Error generating stack: ` + s.message + `
5876
5876
  return typeof s == "function" && !cg(s) && s.defaultProps === void 0 && i.compare === null && i.defaultProps === void 0 ? (t.tag = 15, t.type = s, lD(e, t, s, u, I)) : (e = eo(i.type, null, u, t, t.mode, I), e.ref = t.ref, e.return = t, t.child = e);
5877
5877
  }
5878
5878
  if (s = e.child, (e.lanes & I) === 0) {
5879
- var x = s.memoizedProps;
5880
- if (i = i.compare, i = i !== null ? i : oa, i(x, u) && e.ref === t.ref) return Jn(e, t, I);
5879
+ var d = s.memoizedProps;
5880
+ if (i = i.compare, i = i !== null ? i : oa, i(d, u) && e.ref === t.ref) return Jn(e, t, I);
5881
5881
  }
5882
5882
  return t.flags |= 1, e = TM(s, u), e.ref = t.ref, e.return = t, t.child = e;
5883
5883
  }
@@ -5914,30 +5914,30 @@ Error generating stack: ` + s.message + `
5914
5914
  } else s = !1;
5915
5915
  if (Ci(t, I), t.stateNode === null) Zu(e, t), iD(t, i, u), GI(t, i, u, I), u = !0;
5916
5916
  else if (e === null) {
5917
- var x = t.stateNode, O = t.memoizedProps;
5918
- x.props = O;
5919
- var m = x.context, F = i.contextType;
5917
+ var d = t.stateNode, O = t.memoizedProps;
5918
+ d.props = O;
5919
+ var m = d.context, F = i.contextType;
5920
5920
  typeof F == "object" && F !== null ? F = qr(F) : (F = hr(i) ? vM : Tr.current, F = zi(t, F));
5921
- var ce = i.getDerivedStateFromProps, le = typeof ce == "function" || typeof x.getSnapshotBeforeUpdate == "function";
5922
- le || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== u || m !== F) && aD(t, x, u, F), cM = !1;
5921
+ var ce = i.getDerivedStateFromProps, le = typeof ce == "function" || typeof d.getSnapshotBeforeUpdate == "function";
5922
+ le || typeof d.UNSAFE_componentWillReceiveProps != "function" && typeof d.componentWillReceiveProps != "function" || (O !== u || m !== F) && aD(t, d, u, F), cM = !1;
5923
5923
  var ge = t.memoizedState;
5924
- x.state = ge, vu(t, u, x, I), m = t.memoizedState, O !== u || ge !== m || kr.current || cM ? (typeof ce == "function" && (_I(t, i, ce, u), m = t.memoizedState), (O = cM || MD(t, i, O, u, ge, m, F)) ? (le || typeof x.UNSAFE_componentWillMount != "function" && typeof x.componentWillMount != "function" || (typeof x.componentWillMount == "function" && x.componentWillMount(), typeof x.UNSAFE_componentWillMount == "function" && x.UNSAFE_componentWillMount()), typeof x.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = u, t.memoizedState = m), x.props = u, x.state = m, x.context = F, u = O) : (typeof x.componentDidMount == "function" && (t.flags |= 4194308), u = !1);
5924
+ d.state = ge, vu(t, u, d, I), m = t.memoizedState, O !== u || ge !== m || kr.current || cM ? (typeof ce == "function" && (_I(t, i, ce, u), m = t.memoizedState), (O = cM || MD(t, i, O, u, ge, m, F)) ? (le || typeof d.UNSAFE_componentWillMount != "function" && typeof d.componentWillMount != "function" || (typeof d.componentWillMount == "function" && d.componentWillMount(), typeof d.UNSAFE_componentWillMount == "function" && d.UNSAFE_componentWillMount()), typeof d.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof d.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = u, t.memoizedState = m), d.props = u, d.state = m, d.context = F, u = O) : (typeof d.componentDidMount == "function" && (t.flags |= 4194308), u = !1);
5925
5925
  } else {
5926
- x = t.stateNode, mj(e, t), O = t.memoizedProps, F = t.type === t.elementType ? O : Tn(t.type, O), x.props = F, le = t.pendingProps, ge = x.context, m = i.contextType, typeof m == "object" && m !== null ? m = qr(m) : (m = hr(i) ? vM : Tr.current, m = zi(t, m));
5926
+ d = t.stateNode, mj(e, t), O = t.memoizedProps, F = t.type === t.elementType ? O : Tn(t.type, O), d.props = F, le = t.pendingProps, ge = d.context, m = i.contextType, typeof m == "object" && m !== null ? m = qr(m) : (m = hr(i) ? vM : Tr.current, m = zi(t, m));
5927
5927
  var Se = i.getDerivedStateFromProps;
5928
- (ce = typeof Se == "function" || typeof x.getSnapshotBeforeUpdate == "function") || typeof x.UNSAFE_componentWillReceiveProps != "function" && typeof x.componentWillReceiveProps != "function" || (O !== le || ge !== m) && aD(t, x, u, m), cM = !1, ge = t.memoizedState, x.state = ge, vu(t, u, x, I);
5928
+ (ce = typeof Se == "function" || typeof d.getSnapshotBeforeUpdate == "function") || typeof d.UNSAFE_componentWillReceiveProps != "function" && typeof d.componentWillReceiveProps != "function" || (O !== le || ge !== m) && aD(t, d, u, m), cM = !1, ge = t.memoizedState, d.state = ge, vu(t, u, d, I);
5929
5929
  var ve = t.memoizedState;
5930
- O !== le || ge !== ve || kr.current || cM ? (typeof Se == "function" && (_I(t, i, Se, u), ve = t.memoizedState), (F = cM || MD(t, i, F, u, ge, ve, m) || !1) ? (ce || typeof x.UNSAFE_componentWillUpdate != "function" && typeof x.componentWillUpdate != "function" || (typeof x.componentWillUpdate == "function" && x.componentWillUpdate(u, ve, m), typeof x.UNSAFE_componentWillUpdate == "function" && x.UNSAFE_componentWillUpdate(u, ve, m)), typeof x.componentDidUpdate == "function" && (t.flags |= 4), typeof x.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), t.memoizedProps = u, t.memoizedState = ve), x.props = u, x.state = ve, x.context = m, u = F) : (typeof x.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof x.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), u = !1);
5930
+ O !== le || ge !== ve || kr.current || cM ? (typeof Se == "function" && (_I(t, i, Se, u), ve = t.memoizedState), (F = cM || MD(t, i, F, u, ge, ve, m) || !1) ? (ce || typeof d.UNSAFE_componentWillUpdate != "function" && typeof d.componentWillUpdate != "function" || (typeof d.componentWillUpdate == "function" && d.componentWillUpdate(u, ve, m), typeof d.UNSAFE_componentWillUpdate == "function" && d.UNSAFE_componentWillUpdate(u, ve, m)), typeof d.componentDidUpdate == "function" && (t.flags |= 4), typeof d.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof d.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof d.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), t.memoizedProps = u, t.memoizedState = ve), d.props = u, d.state = ve, d.context = m, u = F) : (typeof d.componentDidUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 4), typeof d.getSnapshotBeforeUpdate != "function" || O === e.memoizedProps && ge === e.memoizedState || (t.flags |= 1024), u = !1);
5931
5931
  }
5932
5932
  return WI(e, t, i, u, s, I);
5933
5933
  }
5934
5934
  function WI(e, t, i, u, I, s) {
5935
5935
  DD(e, t);
5936
- var x = (t.flags & 128) !== 0;
5937
- if (!u && !x) return I && Ej(t, i, !1), Jn(e, t, s);
5936
+ var d = (t.flags & 128) !== 0;
5937
+ if (!u && !d) return I && Ej(t, i, !1), Jn(e, t, s);
5938
5938
  u = t.stateNode, lf.current = t;
5939
- var O = x && typeof i.getDerivedStateFromError != "function" ? null : u.render();
5940
- return t.flags |= 1, e !== null && x ? (t.child = Si(t, e.child, null, s), t.child = Si(t, null, O, s)) : Sr(e, t, O, s), t.memoizedState = u.state, I && Ej(t, i, !0), t.child;
5939
+ var O = d && typeof i.getDerivedStateFromError != "function" ? null : u.render();
5940
+ return t.flags |= 1, e !== null && d ? (t.child = Si(t, e.child, null, s), t.child = Si(t, null, O, s)) : Sr(e, t, O, s), t.memoizedState = u.state, I && Ej(t, i, !0), t.child;
5941
5941
  }
5942
5942
  function TD(e) {
5943
5943
  var t = e.stateNode;
@@ -5951,14 +5951,14 @@ Error generating stack: ` + s.message + `
5951
5951
  return { baseLanes: e, cachePool: null, transitions: null };
5952
5952
  }
5953
5953
  function dD(e, t, i) {
5954
- var u = t.pendingProps, I = _t.current, s = !1, x = (t.flags & 128) !== 0, O;
5955
- if ((O = x) || (O = e !== null && e.memoizedState === null ? !1 : (I & 2) !== 0), O ? (s = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (I |= 1), ht(_t, I & 1), e === null)
5956
- return xI(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? ((t.mode & 1) === 0 ? t.lanes = 1 : e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824, null) : (x = u.children, e = u.fallback, s ? (u = t.mode, s = t.child, x = { mode: "hidden", children: x }, (u & 1) === 0 && s !== null ? (s.childLanes = 0, s.pendingProps = x) : s = to(x, u, 0, null), e = BM(e, u, i, null), s.return = t, e.return = t, s.sibling = e, t.child = s, t.child.memoizedState = VI(i), t.memoizedState = FI, e) : JI(t, x));
5957
- if (I = e.memoizedState, I !== null && (O = I.dehydrated, O !== null)) return jf(e, t, x, u, O, I, i);
5954
+ var u = t.pendingProps, I = _t.current, s = !1, d = (t.flags & 128) !== 0, O;
5955
+ if ((O = d) || (O = e !== null && e.memoizedState === null ? !1 : (I & 2) !== 0), O ? (s = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (I |= 1), ht(_t, I & 1), e === null)
5956
+ return xI(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? ((t.mode & 1) === 0 ? t.lanes = 1 : e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824, null) : (d = u.children, e = u.fallback, s ? (u = t.mode, s = t.child, d = { mode: "hidden", children: d }, (u & 1) === 0 && s !== null ? (s.childLanes = 0, s.pendingProps = d) : s = to(d, u, 0, null), e = BM(e, u, i, null), s.return = t, e.return = t, s.sibling = e, t.child = s, t.child.memoizedState = VI(i), t.memoizedState = FI, e) : JI(t, d));
5957
+ if (I = e.memoizedState, I !== null && (O = I.dehydrated, O !== null)) return jf(e, t, d, u, O, I, i);
5958
5958
  if (s) {
5959
- s = u.fallback, x = t.mode, I = e.child, O = I.sibling;
5959
+ s = u.fallback, d = t.mode, I = e.child, O = I.sibling;
5960
5960
  var m = { mode: "hidden", children: u.children };
5961
- return (x & 1) === 0 && t.child !== I ? (u = t.child, u.childLanes = 0, u.pendingProps = m, t.deletions = null) : (u = TM(I, m), u.subtreeFlags = I.subtreeFlags & 14680064), O !== null ? s = TM(O, s) : (s = BM(s, x, i, null), s.flags |= 2), s.return = t, u.return = t, u.sibling = s, t.child = u, u = s, s = t.child, x = e.child.memoizedState, x = x === null ? VI(i) : { baseLanes: x.baseLanes | i, cachePool: null, transitions: x.transitions }, s.memoizedState = x, s.childLanes = e.childLanes & ~i, t.memoizedState = FI, u;
5961
+ return (d & 1) === 0 && t.child !== I ? (u = t.child, u.childLanes = 0, u.pendingProps = m, t.deletions = null) : (u = TM(I, m), u.subtreeFlags = I.subtreeFlags & 14680064), O !== null ? s = TM(O, s) : (s = BM(s, d, i, null), s.flags |= 2), s.return = t, u.return = t, u.sibling = s, t.child = u, u = s, s = t.child, d = e.child.memoizedState, d = d === null ? VI(i) : { baseLanes: d.baseLanes | i, cachePool: null, transitions: d.transitions }, s.memoizedState = d, s.childLanes = e.childLanes & ~i, t.memoizedState = FI, u;
5962
5962
  }
5963
5963
  return s = e.child, e = s.sibling, u = TM(s, { mode: "visible", children: u.children }), (t.mode & 1) === 0 && (u.lanes = i), u.return = t, u.sibling = null, e !== null && (i = t.deletions, i === null ? (t.deletions = [e], t.flags |= 16) : i.push(e)), t.child = u, t.memoizedState = null, u;
5964
5964
  }
@@ -5968,17 +5968,17 @@ Error generating stack: ` + s.message + `
5968
5968
  function Gu(e, t, i, u) {
5969
5969
  return u !== null && EI(u), Si(t, e.child, null, i), e = JI(t, t.pendingProps.children), e.flags |= 2, t.memoizedState = null, e;
5970
5970
  }
5971
- function jf(e, t, i, u, I, s, x) {
5971
+ function jf(e, t, i, u, I, s, d) {
5972
5972
  if (i)
5973
- return t.flags & 256 ? (t.flags &= -257, u = ZI(Error(M(422))), Gu(e, t, x, u)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (s = u.fallback, I = t.mode, u = to({ mode: "visible", children: u.children }, I, 0, null), s = BM(s, I, x, null), s.flags |= 2, u.return = t, s.return = t, u.sibling = s, t.child = u, (t.mode & 1) !== 0 && Si(t, e.child, null, x), t.child.memoizedState = VI(x), t.memoizedState = FI, s);
5974
- if ((t.mode & 1) === 0) return Gu(e, t, x, null);
5973
+ return t.flags & 256 ? (t.flags &= -257, u = ZI(Error(M(422))), Gu(e, t, d, u)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (s = u.fallback, I = t.mode, u = to({ mode: "visible", children: u.children }, I, 0, null), s = BM(s, I, d, null), s.flags |= 2, u.return = t, s.return = t, u.sibling = s, t.child = u, (t.mode & 1) !== 0 && Si(t, e.child, null, d), t.child.memoizedState = VI(d), t.memoizedState = FI, s);
5974
+ if ((t.mode & 1) === 0) return Gu(e, t, d, null);
5975
5975
  if (I.data === "$!") {
5976
5976
  if (u = I.nextSibling && I.nextSibling.dataset, u) var O = u.dgst;
5977
- return u = O, s = Error(M(419)), u = ZI(s, u, void 0), Gu(e, t, x, u);
5977
+ return u = O, s = Error(M(419)), u = ZI(s, u, void 0), Gu(e, t, d, u);
5978
5978
  }
5979
- if (O = (x & e.childLanes) !== 0, mr || O) {
5979
+ if (O = (d & e.childLanes) !== 0, mr || O) {
5980
5980
  if (u = ir, u !== null) {
5981
- switch (x & -x) {
5981
+ switch (d & -d) {
5982
5982
  case 4:
5983
5983
  I = 2;
5984
5984
  break;
@@ -6014,9 +6014,9 @@ Error generating stack: ` + s.message + `
6014
6014
  default:
6015
6015
  I = 0;
6016
6016
  }
6017
- I = (I & (u.suspendedLanes | x)) !== 0 ? 0 : I, I !== 0 && I !== s.retryLane && (s.retryLane = I, Fn(e, I), xn(u, e, I, -1));
6017
+ I = (I & (u.suspendedLanes | d)) !== 0 ? 0 : I, I !== 0 && I !== s.retryLane && (s.retryLane = I, Fn(e, I), xn(u, e, I, -1));
6018
6018
  }
6019
- return gg(), u = ZI(Error(M(421))), Gu(e, t, x, u);
6019
+ return gg(), u = ZI(Error(M(421))), Gu(e, t, d, u);
6020
6020
  }
6021
6021
  return I.data === "$?" ? (t.flags |= 128, t.child = e.child, t = pf.bind(null, e), I._reactRetry = t, null) : (e = s.treeContext, Br = uM(I.nextSibling), Zr = t, Qt = !0, yn = null, e !== null && (Kr[$r++] = Hn, Kr[$r++] = Wn, Kr[$r++] = bM, Hn = e.id, Wn = e.overflow, bM = t), t = JI(t, u.children), t.flags |= 4096, t);
6022
6022
  }
@@ -6156,17 +6156,17 @@ Error generating stack: ` + s.message + `
6156
6156
  typeof I.onClick != "function" && typeof u.onClick == "function" && (e.onclick = Eu);
6157
6157
  }
6158
6158
  St(i, u);
6159
- var x;
6159
+ var d;
6160
6160
  i = null;
6161
6161
  for (F in I) if (!u.hasOwnProperty(F) && I.hasOwnProperty(F) && I[F] != null) if (F === "style") {
6162
6162
  var O = I[F];
6163
- for (x in O) O.hasOwnProperty(x) && (i || (i = {}), i[x] = "");
6163
+ for (d in O) O.hasOwnProperty(d) && (i || (i = {}), i[d] = "");
6164
6164
  } else F !== "dangerouslySetInnerHTML" && F !== "children" && F !== "suppressContentEditableWarning" && F !== "suppressHydrationWarning" && F !== "autoFocus" && (o.hasOwnProperty(F) ? s || (s = []) : (s = s || []).push(F, null));
6165
6165
  for (F in u) {
6166
6166
  var m = u[F];
6167
6167
  if (O = I != null ? I[F] : void 0, u.hasOwnProperty(F) && m !== O && (m != null || O != null)) if (F === "style") if (O) {
6168
- for (x in O) !O.hasOwnProperty(x) || m && m.hasOwnProperty(x) || (i || (i = {}), i[x] = "");
6169
- for (x in m) m.hasOwnProperty(x) && O[x] !== m[x] && (i || (i = {}), i[x] = m[x]);
6168
+ for (d in O) !O.hasOwnProperty(d) || m && m.hasOwnProperty(d) || (i || (i = {}), i[d] = "");
6169
+ for (d in m) m.hasOwnProperty(d) && O[d] !== m[d] && (i || (i = {}), i[d] = m[d]);
6170
6170
  } else i || (s || (s = []), s.push(
6171
6171
  F,
6172
6172
  i
@@ -6266,13 +6266,13 @@ Error generating stack: ` + s.message + `
6266
6266
  Nt(u, s), vt("invalid", u);
6267
6267
  }
6268
6268
  St(i, s), I = null;
6269
- for (var x in s) if (s.hasOwnProperty(x)) {
6270
- var O = s[x];
6271
- x === "children" ? typeof O == "string" ? u.textContent !== O && (s.suppressHydrationWarning !== !0 && xu(u.textContent, O, e), I = ["children", O]) : typeof O == "number" && u.textContent !== "" + O && (s.suppressHydrationWarning !== !0 && xu(
6269
+ for (var d in s) if (s.hasOwnProperty(d)) {
6270
+ var O = s[d];
6271
+ d === "children" ? typeof O == "string" ? u.textContent !== O && (s.suppressHydrationWarning !== !0 && xu(u.textContent, O, e), I = ["children", O]) : typeof O == "number" && u.textContent !== "" + O && (s.suppressHydrationWarning !== !0 && xu(
6272
6272
  u.textContent,
6273
6273
  O,
6274
6274
  e
6275
- ), I = ["children", "" + O]) : o.hasOwnProperty(x) && O != null && x === "onScroll" && vt("scroll", u);
6275
+ ), I = ["children", "" + O]) : o.hasOwnProperty(d) && O != null && d === "onScroll" && vt("scroll", u);
6276
6276
  }
6277
6277
  switch (i) {
6278
6278
  case "input":
@@ -6289,9 +6289,9 @@ Error generating stack: ` + s.message + `
6289
6289
  }
6290
6290
  u = I, t.updateQueue = u, u !== null && (t.flags |= 4);
6291
6291
  } else {
6292
- x = I.nodeType === 9 ? I : I.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e = de(i)), e === "http://www.w3.org/1999/xhtml" ? i === "script" ? (e = x.createElement("div"), e.innerHTML = "<script><\/script>", e = e.removeChild(e.firstChild)) : typeof u.is == "string" ? e = x.createElement(i, { is: u.is }) : (e = x.createElement(i), i === "select" && (x = e, u.multiple ? x.multiple = !0 : u.size && (x.size = u.size))) : e = x.createElementNS(e, i), e[hn] = t, e[Na] = u, zD(e, t, !1, !1), t.stateNode = e;
6292
+ d = I.nodeType === 9 ? I : I.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e = de(i)), e === "http://www.w3.org/1999/xhtml" ? i === "script" ? (e = d.createElement("div"), e.innerHTML = "<script><\/script>", e = e.removeChild(e.firstChild)) : typeof u.is == "string" ? e = d.createElement(i, { is: u.is }) : (e = d.createElement(i), i === "select" && (d = e, u.multiple ? d.multiple = !0 : u.size && (d.size = u.size))) : e = d.createElementNS(e, i), e[hn] = t, e[Na] = u, zD(e, t, !1, !1), t.stateNode = e;
6293
6293
  e: {
6294
- switch (x = Dr(i, u), i) {
6294
+ switch (d = Dr(i, u), i) {
6295
6295
  case "dialog":
6296
6296
  vt("cancel", e), vt("close", e), I = u;
6297
6297
  break;
@@ -6337,7 +6337,7 @@ Error generating stack: ` + s.message + `
6337
6337
  St(i, I), O = I;
6338
6338
  for (s in O) if (O.hasOwnProperty(s)) {
6339
6339
  var m = O[s];
6340
- s === "style" ? $e(e, m) : s === "dangerouslySetInnerHTML" ? (m = m ? m.__html : void 0, m != null && Ke(e, m)) : s === "children" ? typeof m == "string" ? (i !== "textarea" || m !== "") && ut(e, m) : typeof m == "number" && ut(e, "" + m) : s !== "suppressContentEditableWarning" && s !== "suppressHydrationWarning" && s !== "autoFocus" && (o.hasOwnProperty(s) ? m != null && s === "onScroll" && vt("scroll", e) : m != null && L(e, s, m, x));
6340
+ s === "style" ? $e(e, m) : s === "dangerouslySetInnerHTML" ? (m = m ? m.__html : void 0, m != null && Ke(e, m)) : s === "children" ? typeof m == "string" ? (i !== "textarea" || m !== "") && ut(e, m) : typeof m == "number" && ut(e, "" + m) : s !== "suppressContentEditableWarning" && s !== "suppressHydrationWarning" && s !== "autoFocus" && (o.hasOwnProperty(s) ? m != null && s === "onScroll" && vt("scroll", e) : m != null && L(e, s, m, d));
6341
6341
  }
6342
6342
  switch (i) {
6343
6343
  case "input":
@@ -6418,11 +6418,11 @@ Error generating stack: ` + s.message + `
6418
6418
  return hr(t.type) && fu(), dr(t), null;
6419
6419
  case 19:
6420
6420
  if (bt(_t), s = t.memoizedState, s === null) return dr(t), null;
6421
- if (u = (t.flags & 128) !== 0, x = s.rendering, x === null) if (u) za(s, !1);
6421
+ if (u = (t.flags & 128) !== 0, d = s.rendering, d === null) if (u) za(s, !1);
6422
6422
  else {
6423
6423
  if (er !== 0 || e !== null && (e.flags & 128) !== 0) for (e = t.child; e !== null; ) {
6424
- if (x = bu(e), x !== null) {
6425
- for (t.flags |= 128, za(s, !1), u = x.updateQueue, u !== null && (t.updateQueue = u, t.flags |= 4), t.subtreeFlags = 0, u = i, i = t.child; i !== null; ) s = i, e = u, s.flags &= 14680066, x = s.alternate, x === null ? (s.childLanes = 0, s.lanes = e, s.child = null, s.subtreeFlags = 0, s.memoizedProps = null, s.memoizedState = null, s.updateQueue = null, s.dependencies = null, s.stateNode = null) : (s.childLanes = x.childLanes, s.lanes = x.lanes, s.child = x.child, s.subtreeFlags = 0, s.deletions = null, s.memoizedProps = x.memoizedProps, s.memoizedState = x.memoizedState, s.updateQueue = x.updateQueue, s.type = x.type, e = x.dependencies, s.dependencies = e === null ? null : { lanes: e.lanes, firstContext: e.firstContext }), i = i.sibling;
6424
+ if (d = bu(e), d !== null) {
6425
+ for (t.flags |= 128, za(s, !1), u = d.updateQueue, u !== null && (t.updateQueue = u, t.flags |= 4), t.subtreeFlags = 0, u = i, i = t.child; i !== null; ) s = i, e = u, s.flags &= 14680066, d = s.alternate, d === null ? (s.childLanes = 0, s.lanes = e, s.child = null, s.subtreeFlags = 0, s.memoizedProps = null, s.memoizedState = null, s.updateQueue = null, s.dependencies = null, s.stateNode = null) : (s.childLanes = d.childLanes, s.lanes = d.lanes, s.child = d.child, s.subtreeFlags = 0, s.deletions = null, s.memoizedProps = d.memoizedProps, s.memoizedState = d.memoizedState, s.updateQueue = d.updateQueue, s.type = d.type, e = d.dependencies, s.dependencies = e === null ? null : { lanes: e.lanes, firstContext: e.firstContext }), i = i.sibling;
6426
6426
  return ht(_t, _t.current & 1 | 2), t.child;
6427
6427
  }
6428
6428
  e = e.sibling;
@@ -6430,10 +6430,10 @@ Error generating stack: ` + s.message + `
6430
6430
  s.tail !== null && tt() > vi && (t.flags |= 128, u = !0, za(s, !1), t.lanes = 4194304);
6431
6431
  }
6432
6432
  else {
6433
- if (!u) if (e = bu(x), e !== null) {
6434
- if (t.flags |= 128, u = !0, i = e.updateQueue, i !== null && (t.updateQueue = i, t.flags |= 4), za(s, !0), s.tail === null && s.tailMode === "hidden" && !x.alternate && !Qt) return dr(t), null;
6433
+ if (!u) if (e = bu(d), e !== null) {
6434
+ if (t.flags |= 128, u = !0, i = e.updateQueue, i !== null && (t.updateQueue = i, t.flags |= 4), za(s, !0), s.tail === null && s.tailMode === "hidden" && !d.alternate && !Qt) return dr(t), null;
6435
6435
  } else 2 * tt() - s.renderingStartTime > vi && i !== 1073741824 && (t.flags |= 128, u = !0, za(s, !1), t.lanes = 4194304);
6436
- s.isBackwards ? (x.sibling = t.child, t.child = x) : (i = s.last, i !== null ? i.sibling = x : t.child = x, s.last = x);
6436
+ s.isBackwards ? (d.sibling = t.child, t.child = d) : (i = s.last, i !== null ? i.sibling = d : t.child = d, s.last = d);
6437
6437
  }
6438
6438
  return s.tail !== null ? (t = s.tail, s.rendering = t, s.tail = t.sibling, s.renderingStartTime = tt(), t.sibling = null, i = _t.current, ht(_t, u ? i & 1 | 2 : i & 1), t) : (dr(t), null);
6439
6439
  case 22:
@@ -6509,13 +6509,13 @@ Error generating stack: ` + s.message + `
6509
6509
  i = null;
6510
6510
  break e;
6511
6511
  }
6512
- var x = 0, O = -1, m = -1, F = 0, ce = 0, le = e, ge = null;
6512
+ var d = 0, O = -1, m = -1, F = 0, ce = 0, le = e, ge = null;
6513
6513
  t: for (; ; ) {
6514
- for (var Se; le !== i || I !== 0 && le.nodeType !== 3 || (O = x + I), le !== s || u !== 0 && le.nodeType !== 3 || (m = x + u), le.nodeType === 3 && (x += le.nodeValue.length), (Se = le.firstChild) !== null; )
6514
+ for (var Se; le !== i || I !== 0 && le.nodeType !== 3 || (O = d + I), le !== s || u !== 0 && le.nodeType !== 3 || (m = d + u), le.nodeType === 3 && (d += le.nodeValue.length), (Se = le.firstChild) !== null; )
6515
6515
  ge = le, le = Se;
6516
6516
  for (; ; ) {
6517
6517
  if (le === e) break t;
6518
- if (ge === i && ++F === I && (O = x), ge === s && ++ce === u && (m = x), (Se = le.nextSibling) !== null) break;
6518
+ if (ge === i && ++F === I && (O = d), ge === s && ++ce === u && (m = d), (Se = le.nextSibling) !== null) break;
6519
6519
  le = ge, ge = le.parentNode;
6520
6520
  }
6521
6521
  le = Se;
@@ -6655,8 +6655,8 @@ Error generating stack: ` + s.message + `
6655
6655
  if (!xr && (u = i.updateQueue, u !== null && (u = u.lastEffect, u !== null))) {
6656
6656
  I = u = u.next;
6657
6657
  do {
6658
- var s = I, x = s.destroy;
6659
- s = s.tag, x !== void 0 && ((s & 2) !== 0 || (s & 4) !== 0) && OD(i, t, x), I = I.next;
6658
+ var s = I, d = s.destroy;
6659
+ s = s.tag, d !== void 0 && ((s & 2) !== 0 || (s & 4) !== 0) && OD(i, t, d), I = I.next;
6660
6660
  } while (I !== u);
6661
6661
  }
6662
6662
  NM(e, t, i);
@@ -6695,7 +6695,7 @@ Error generating stack: ` + s.message + `
6695
6695
  if (i !== null) for (var u = 0; u < i.length; u++) {
6696
6696
  var I = i[u];
6697
6697
  try {
6698
- var s = e, x = t, O = x;
6698
+ var s = e, d = t, O = d;
6699
6699
  e: for (; O !== null; ) {
6700
6700
  switch (O.tag) {
6701
6701
  case 5:
@@ -6711,7 +6711,7 @@ Error generating stack: ` + s.message + `
6711
6711
  O = O.return;
6712
6712
  }
6713
6713
  if (gr === null) throw Error(M(160));
6714
- kD(s, x, I), gr = null, An = !1;
6714
+ kD(s, d, I), gr = null, An = !1;
6715
6715
  var m = I.alternate;
6716
6716
  m !== null && (m.return = null), I.return = null;
6717
6717
  } catch (F) {
@@ -6753,12 +6753,12 @@ Error generating stack: ` + s.message + `
6753
6753
  }
6754
6754
  }
6755
6755
  if (u & 4 && (I = e.stateNode, I != null)) {
6756
- var s = e.memoizedProps, x = i !== null ? i.memoizedProps : s, O = e.type, m = e.updateQueue;
6756
+ var s = e.memoizedProps, d = i !== null ? i.memoizedProps : s, O = e.type, m = e.updateQueue;
6757
6757
  if (e.updateQueue = null, m !== null) try {
6758
- O === "input" && s.type === "radio" && s.name != null && Tt(I, s), Dr(O, x);
6758
+ O === "input" && s.type === "radio" && s.name != null && Tt(I, s), Dr(O, d);
6759
6759
  var F = Dr(O, s);
6760
- for (x = 0; x < m.length; x += 2) {
6761
- var ce = m[x], le = m[x + 1];
6760
+ for (d = 0; d < m.length; d += 2) {
6761
+ var ce = m[d], le = m[d + 1];
6762
6762
  ce === "style" ? $e(I, le) : ce === "dangerouslySetInnerHTML" ? Ke(I, le) : ce === "children" ? ut(I, le) : L(I, ce, le, F);
6763
6763
  }
6764
6764
  switch (O) {
@@ -6850,7 +6850,7 @@ Error generating stack: ` + s.message + `
6850
6850
  if (ce === null) {
6851
6851
  ce = le;
6852
6852
  try {
6853
- I = le.stateNode, F ? (s = I.style, typeof s.setProperty == "function" ? s.setProperty("display", "none", "important") : s.display = "none") : (O = le.stateNode, m = le.memoizedProps.style, x = m != null && m.hasOwnProperty("display") ? m.display : null, O.style.display = Ae("display", x));
6853
+ I = le.stateNode, F ? (s = I.style, typeof s.setProperty == "function" ? s.setProperty("display", "none", "important") : s.display = "none") : (O = le.stateNode, m = le.memoizedProps.style, d = m != null && m.hasOwnProperty("display") ? m.display : null, O.style.display = Ae("display", d));
6854
6854
  } catch (Qe) {
6855
6855
  Wt(e, e.return, Qe);
6856
6856
  }
@@ -6909,8 +6909,8 @@ Error generating stack: ` + s.message + `
6909
6909
  break;
6910
6910
  case 3:
6911
6911
  case 4:
6912
- var x = u.stateNode.containerInfo, O = wD(e);
6913
- qI(e, O, x);
6912
+ var d = u.stateNode.containerInfo, O = wD(e);
6913
+ qI(e, O, d);
6914
6914
  break;
6915
6915
  default:
6916
6916
  throw Error(M(161));
@@ -6929,12 +6929,12 @@ Error generating stack: ` + s.message + `
6929
6929
  for (var u = (e.mode & 1) !== 0; he !== null; ) {
6930
6930
  var I = he, s = I.child;
6931
6931
  if (I.tag === 22 && u) {
6932
- var x = I.memoizedState !== null || Bu;
6933
- if (!x) {
6932
+ var d = I.memoizedState !== null || Bu;
6933
+ if (!d) {
6934
6934
  var O = I.alternate, m = O !== null && O.memoizedState !== null || xr;
6935
6935
  O = Bu;
6936
6936
  var F = xr;
6937
- if (Bu = x, (xr = m) && !F) for (he = I; he !== null; ) x = he, m = x.child, x.tag === 22 && x.memoizedState !== null ? QD(I) : m !== null ? (m.return = x, he = m) : QD(I);
6937
+ if (Bu = d, (xr = m) && !F) for (he = I; he !== null; ) d = he, m = d.child, d.tag === 22 && d.memoizedState !== null ? QD(I) : m !== null ? (m.return = d, he = m) : QD(I);
6938
6938
  for (; s !== null; ) he = s, vD(s), s = s.sibling;
6939
6939
  he = I, Bu = O, xr = F;
6940
6940
  }
@@ -6965,8 +6965,8 @@ Error generating stack: ` + s.message + `
6965
6965
  s !== null && bj(t, s, u);
6966
6966
  break;
6967
6967
  case 3:
6968
- var x = t.updateQueue;
6969
- if (x !== null) {
6968
+ var d = t.updateQueue;
6969
+ if (d !== null) {
6970
6970
  if (i = null, t.child !== null) switch (t.child.tag) {
6971
6971
  case 5:
6972
6972
  i = t.child.stateNode;
@@ -6974,7 +6974,7 @@ Error generating stack: ` + s.message + `
6974
6974
  case 1:
6975
6975
  i = t.child.stateNode;
6976
6976
  }
6977
- bj(t, x, i);
6977
+ bj(t, d, i);
6978
6978
  }
6979
6979
  break;
6980
6980
  case 5:
@@ -7086,11 +7086,11 @@ Error generating stack: ` + s.message + `
7086
7086
  }
7087
7087
  break;
7088
7088
  case 5:
7089
- var x = t.return;
7089
+ var d = t.return;
7090
7090
  try {
7091
7091
  $I(t);
7092
7092
  } catch (m) {
7093
- Wt(t, x, m);
7093
+ Wt(t, d, m);
7094
7094
  }
7095
7095
  }
7096
7096
  } catch (m) {
@@ -7200,8 +7200,8 @@ Error generating stack: ` + s.message + `
7200
7200
  case 4:
7201
7201
  if (yM(e, u), (u & 4194240) === u) break;
7202
7202
  for (t = e.eventTimes, I = -1; 0 < u; ) {
7203
- var x = 31 - Rr(u);
7204
- s = 1 << x, x = t[x], x > I && (I = x), u &= ~s;
7203
+ var d = 31 - Rr(u);
7204
+ s = 1 << d, d = t[d], d > I && (I = d), u &= ~s;
7205
7205
  }
7206
7206
  if (u = I, u = tt() - u, u = (120 > u ? 120 : 480 > u ? 480 : 1080 > u ? 1080 : 1920 > u ? 1920 : 3e3 > u ? 3e3 : 4320 > u ? 4320 : 1960 * Ef(u / 1960)) - u, 10 < u) {
7207
7207
  e.timeoutHandle = NI(ZM.bind(null, e, vr, Xn), u);
@@ -7235,7 +7235,7 @@ Error generating stack: ` + s.message + `
7235
7235
  I = I.value;
7236
7236
  try {
7237
7237
  if (!Dn(s(), I)) return !1;
7238
- } catch (x) {
7238
+ } catch (d) {
7239
7239
  return !1;
7240
7240
  }
7241
7241
  }
@@ -7333,8 +7333,8 @@ Error generating stack: ` + s.message + `
7333
7333
  i.interleaved = null;
7334
7334
  var I = u.next, s = i.pending;
7335
7335
  if (s !== null) {
7336
- var x = s.next;
7337
- s.next = I, u.next = x;
7336
+ var d = s.next;
7337
+ s.next = I, u.next = d;
7338
7338
  }
7339
7339
  i.pending = u;
7340
7340
  }
@@ -7358,16 +7358,16 @@ Error generating stack: ` + s.message + `
7358
7358
  break;
7359
7359
  }
7360
7360
  e: {
7361
- var s = e, x = i.return, O = i, m = t;
7361
+ var s = e, d = i.return, O = i, m = t;
7362
7362
  if (t = cr, O.flags |= 32768, m !== null && typeof m == "object" && typeof m.then == "function") {
7363
7363
  var F = m, ce = O, le = ce.tag;
7364
7364
  if ((ce.mode & 1) === 0 && (le === 0 || le === 11 || le === 15)) {
7365
7365
  var ge = ce.alternate;
7366
7366
  ge ? (ce.updateQueue = ge.updateQueue, ce.memoizedState = ge.memoizedState, ce.lanes = ge.lanes) : (ce.updateQueue = null, ce.memoizedState = null);
7367
7367
  }
7368
- var Se = gD(x);
7368
+ var Se = gD(d);
7369
7369
  if (Se !== null) {
7370
- Se.flags &= -257, cD(Se, x, O, s, t), Se.mode & 1 && ID(s, F, t), t = Se, m = F;
7370
+ Se.flags &= -257, cD(Se, d, O, s, t), Se.mode & 1 && ID(s, F, t), t = Se, m = F;
7371
7371
  var ve = t.updateQueue;
7372
7372
  if (ve === null) {
7373
7373
  var Qe = /* @__PURE__ */ new Set();
@@ -7382,13 +7382,13 @@ Error generating stack: ` + s.message + `
7382
7382
  m = Error(M(426));
7383
7383
  }
7384
7384
  } else if (Qt && O.mode & 1) {
7385
- var Vt = gD(x);
7385
+ var Vt = gD(d);
7386
7386
  if (Vt !== null) {
7387
- (Vt.flags & 65536) === 0 && (Vt.flags |= 256), cD(Vt, x, O, s, t), EI(ki(m, O));
7387
+ (Vt.flags & 65536) === 0 && (Vt.flags |= 256), cD(Vt, d, O, s, t), EI(ki(m, O));
7388
7388
  break e;
7389
7389
  }
7390
7390
  }
7391
- s = m = ki(m, O), er !== 4 && (er = 2), Oa === null ? Oa = [s] : Oa.push(s), s = x;
7391
+ s = m = ki(m, O), er !== 4 && (er = 2), Oa === null ? Oa = [s] : Oa.push(s), s = d;
7392
7392
  do {
7393
7393
  switch (s.tag) {
7394
7394
  case 3:
@@ -7502,10 +7502,10 @@ Error generating stack: ` + s.message + `
7502
7502
  return bi(), null;
7503
7503
  })), s = (i.flags & 15990) !== 0, (i.subtreeFlags & 15990) !== 0 || s) {
7504
7504
  s = tn.transition, tn.transition = null;
7505
- var x = ft;
7505
+ var d = ft;
7506
7506
  ft = 1;
7507
7507
  var O = yt;
7508
- yt |= 4, tg.current = null, df(e, i), mD(i, e), H0(cI), Ut = !!gI, cI = gI = null, e.current = i, xf(i), wt(), yt = O, ft = x, tn.transition = s;
7508
+ yt |= 4, tg.current = null, df(e, i), mD(i, e), H0(cI), Ut = !!gI, cI = gI = null, e.current = i, xf(i), wt(), yt = O, ft = d, tn.transition = s;
7509
7509
  } else e.current = i;
7510
7510
  if (Ju && (Ju = !1, jM = e, Xu = I), s = e.pendingLanes, s === 0 && (lM = null), SM(i.stateNode), br(e, tt()), t !== null) for (u = e.onRecoverableError, i = 0; i < t.length; i++) I = t[i], u(I.value, { componentStack: I.stack, digest: I.digest });
7511
7511
  if (Vu) throw Vu = !1, e = Mg, Mg = null, e;
@@ -7520,7 +7520,7 @@ Error generating stack: ` + s.message + `
7520
7520
  if (e = jM, jM = null, Xu = 0, (yt & 6) !== 0) throw Error(M(331));
7521
7521
  var I = yt;
7522
7522
  for (yt |= 4, he = e.current; he !== null; ) {
7523
- var s = he, x = s.child;
7523
+ var s = he, d = s.child;
7524
7524
  if ((he.flags & 16) !== 0) {
7525
7525
  var O = s.deletions;
7526
7526
  if (O !== null) {
@@ -7565,7 +7565,7 @@ Error generating stack: ` + s.message + `
7565
7565
  he = s;
7566
7566
  }
7567
7567
  }
7568
- if ((s.subtreeFlags & 2064) !== 0 && x !== null) x.return = s, he = x;
7568
+ if ((s.subtreeFlags & 2064) !== 0 && d !== null) d.return = s, he = d;
7569
7569
  else e: for (; he !== null; ) {
7570
7570
  if (s = he, (s.flags & 2048) !== 0) switch (s.tag) {
7571
7571
  case 0:
@@ -7583,10 +7583,10 @@ Error generating stack: ` + s.message + `
7583
7583
  }
7584
7584
  var v = e.current;
7585
7585
  for (he = v; he !== null; ) {
7586
- x = he;
7587
- var Z = x.child;
7588
- if ((x.subtreeFlags & 2064) !== 0 && Z !== null) Z.return = x, he = Z;
7589
- else e: for (x = v; he !== null; ) {
7586
+ d = he;
7587
+ var Z = d.child;
7588
+ if ((d.subtreeFlags & 2064) !== 0 && Z !== null) Z.return = d, he = Z;
7589
+ else e: for (d = v; he !== null; ) {
7590
7590
  if (O = he, (O.flags & 2048) !== 0) try {
7591
7591
  switch (O.tag) {
7592
7592
  case 0:
@@ -7597,7 +7597,7 @@ Error generating stack: ` + s.message + `
7597
7597
  } catch (Re) {
7598
7598
  Wt(O, O.return, Re);
7599
7599
  }
7600
- if (O === x) {
7600
+ if (O === d) {
7601
7601
  he = null;
7602
7602
  break e;
7603
7603
  }
@@ -7717,8 +7717,8 @@ Error generating stack: ` + s.message + `
7717
7717
  e: {
7718
7718
  if (TD(t), e === null) throw Error(M(387));
7719
7719
  u = t.pendingProps, s = t.memoizedState, I = s.element, mj(e, t), vu(t, u, null, i);
7720
- var x = t.memoizedState;
7721
- if (u = x.element, s.isDehydrated) if (s = { element: u, isDehydrated: !1, cache: x.cache, pendingSuspenseBoundaries: x.pendingSuspenseBoundaries, transitions: x.transitions }, t.updateQueue.baseState = s, t.memoizedState = s, t.flags & 256) {
7720
+ var d = t.memoizedState;
7721
+ if (u = d.element, s.isDehydrated) if (s = { element: u, isDehydrated: !1, cache: d.cache, pendingSuspenseBoundaries: d.pendingSuspenseBoundaries, transitions: d.transitions }, t.updateQueue.baseState = s, t.memoizedState = s, t.flags & 256) {
7722
7722
  I = ki(Error(M(423)), t), t = AD(e, t, u, i, I);
7723
7723
  break e;
7724
7724
  } else if (u !== I) {
@@ -7736,7 +7736,7 @@ Error generating stack: ` + s.message + `
7736
7736
  }
7737
7737
  return t;
7738
7738
  case 5:
7739
- return Uj(t), e === null && xI(t), u = t.type, I = t.pendingProps, s = e !== null ? e.memoizedProps : null, x = I.children, sI(u, I) ? x = null : s !== null && sI(u, s) && (t.flags |= 32), DD(e, t), Sr(e, t, x, i), t.child;
7739
+ return Uj(t), e === null && xI(t), u = t.type, I = t.pendingProps, s = e !== null ? e.memoizedProps : null, d = I.children, sI(u, I) ? d = null : s !== null && sI(u, s) && (t.flags |= 32), DD(e, t), Sr(e, t, d, i), t.child;
7740
7740
  case 6:
7741
7741
  return e === null && xI(t), null;
7742
7742
  case 13:
@@ -7753,7 +7753,7 @@ Error generating stack: ` + s.message + `
7753
7753
  return Sr(e, t, t.pendingProps.children, i), t.child;
7754
7754
  case 10:
7755
7755
  e: {
7756
- if (u = t.type._context, I = t.pendingProps, s = t.memoizedProps, x = I.value, ht(ku, u._currentValue), u._currentValue = x, s !== null) if (Dn(s.value, x)) {
7756
+ if (u = t.type._context, I = t.pendingProps, s = t.memoizedProps, d = I.value, ht(ku, u._currentValue), u._currentValue = d, s !== null) if (Dn(s.value, d)) {
7757
7757
  if (s.children === I.children && !kr.current) {
7758
7758
  t = Jn(e, t, i);
7759
7759
  break e;
@@ -7761,7 +7761,7 @@ Error generating stack: ` + s.message + `
7761
7761
  } else for (s = t.child, s !== null && (s.return = t); s !== null; ) {
7762
7762
  var O = s.dependencies;
7763
7763
  if (O !== null) {
7764
- x = s.child;
7764
+ d = s.child;
7765
7765
  for (var m = O.firstContext; m !== null; ) {
7766
7766
  if (m.context === u) {
7767
7767
  if (s.tag === 1) {
@@ -7782,24 +7782,24 @@ Error generating stack: ` + s.message + `
7782
7782
  }
7783
7783
  m = m.next;
7784
7784
  }
7785
- } else if (s.tag === 10) x = s.type === t.type ? null : s.child;
7785
+ } else if (s.tag === 10) d = s.type === t.type ? null : s.child;
7786
7786
  else if (s.tag === 18) {
7787
- if (x = s.return, x === null) throw Error(M(341));
7788
- x.lanes |= i, O = x.alternate, O !== null && (O.lanes |= i), OI(x, i, t), x = s.sibling;
7789
- } else x = s.child;
7790
- if (x !== null) x.return = s;
7791
- else for (x = s; x !== null; ) {
7792
- if (x === t) {
7793
- x = null;
7787
+ if (d = s.return, d === null) throw Error(M(341));
7788
+ d.lanes |= i, O = d.alternate, O !== null && (O.lanes |= i), OI(d, i, t), d = s.sibling;
7789
+ } else d = s.child;
7790
+ if (d !== null) d.return = s;
7791
+ else for (d = s; d !== null; ) {
7792
+ if (d === t) {
7793
+ d = null;
7794
7794
  break;
7795
7795
  }
7796
- if (s = x.sibling, s !== null) {
7797
- s.return = x.return, x = s;
7796
+ if (s = d.sibling, s !== null) {
7797
+ s.return = d.return, d = s;
7798
7798
  break;
7799
7799
  }
7800
- x = x.return;
7800
+ d = d.return;
7801
7801
  }
7802
- s = x;
7802
+ s = d;
7803
7803
  }
7804
7804
  Sr(e, t, I.children, i), t = t.child;
7805
7805
  }
@@ -7844,14 +7844,14 @@ Error generating stack: ` + s.message + `
7844
7844
  return i === null ? (i = rn(e.tag, t, e.key, e.mode), i.elementType = e.elementType, i.type = e.type, i.stateNode = e.stateNode, i.alternate = e, e.alternate = i) : (i.pendingProps = t, i.type = e.type, i.flags = 0, i.subtreeFlags = 0, i.deletions = null), i.flags = e.flags & 14680064, i.childLanes = e.childLanes, i.lanes = e.lanes, i.child = e.child, i.memoizedProps = e.memoizedProps, i.memoizedState = e.memoizedState, i.updateQueue = e.updateQueue, t = e.dependencies, i.dependencies = t === null ? null : { lanes: t.lanes, firstContext: t.firstContext }, i.sibling = e.sibling, i.index = e.index, i.ref = e.ref, i;
7845
7845
  }
7846
7846
  function eo(e, t, i, u, I, s) {
7847
- var x = 2;
7848
- if (u = e, typeof e == "function") cg(e) && (x = 1);
7849
- else if (typeof e == "string") x = 5;
7847
+ var d = 2;
7848
+ if (u = e, typeof e == "function") cg(e) && (d = 1);
7849
+ else if (typeof e == "string") d = 5;
7850
7850
  else e: switch (e) {
7851
7851
  case W:
7852
7852
  return BM(i.children, I, s, t);
7853
7853
  case H:
7854
- x = 8, I |= 8;
7854
+ d = 8, I |= 8;
7855
7855
  break;
7856
7856
  case G:
7857
7857
  return e = rn(12, i, t, I | 2), e.elementType = G, e.lanes = s, e;
@@ -7864,24 +7864,24 @@ Error generating stack: ` + s.message + `
7864
7864
  default:
7865
7865
  if (typeof e == "object" && e !== null) switch (e.$$typeof) {
7866
7866
  case V:
7867
- x = 10;
7867
+ d = 10;
7868
7868
  break e;
7869
7869
  case Y:
7870
- x = 9;
7870
+ d = 9;
7871
7871
  break e;
7872
7872
  case J:
7873
- x = 11;
7873
+ d = 11;
7874
7874
  break e;
7875
7875
  case ne:
7876
- x = 14;
7876
+ d = 14;
7877
7877
  break e;
7878
7878
  case ee:
7879
- x = 16, u = null;
7879
+ d = 16, u = null;
7880
7880
  break e;
7881
7881
  }
7882
7882
  throw Error(M(130, e == null ? e : typeof e, ""));
7883
7883
  }
7884
- return t = rn(x, i, t, I), t.elementType = e, t.type = u, t.lanes = s, t;
7884
+ return t = rn(d, i, t, I), t.elementType = e, t.type = u, t.lanes = s, t;
7885
7885
  }
7886
7886
  function BM(e, t, i, u) {
7887
7887
  return e = rn(7, e, u, t), e.lanes = i, e;
@@ -7898,7 +7898,7 @@ Error generating stack: ` + s.message + `
7898
7898
  function hf(e, t, i, u, I) {
7899
7899
  this.tag = t, this.containerInfo = e, this.finishedWork = this.pingCache = this.current = this.pendingChildren = null, this.timeoutHandle = -1, this.callbackNode = this.pendingContext = this.context = null, this.callbackPriority = 0, this.eventTimes = Ki(0), this.expirationTimes = Ki(-1), this.entangledLanes = this.finishedLanes = this.mutableReadLanes = this.expiredLanes = this.pingedLanes = this.suspendedLanes = this.pendingLanes = 0, this.entanglements = Ki(0), this.identifierPrefix = u, this.onRecoverableError = I, this.mutableSourceEagerHydrationData = null;
7900
7900
  }
7901
- function lg(e, t, i, u, I, s, x, O, m) {
7901
+ function lg(e, t, i, u, I, s, d, O, m) {
7902
7902
  return e = new hf(e, t, i, O, m), t === 1 ? (t = 1, s === !0 && (t |= 8)) : t = 0, s = rn(3, null, null, t), e.current = s, s.stateNode = e, s.memoizedState = { element: u, isDehydrated: i, cache: null, transitions: null, pendingSuspenseBoundaries: null }, pI(s), e;
7903
7903
  }
7904
7904
  function mf(e, t, i) {
@@ -7932,12 +7932,12 @@ Error generating stack: ` + s.message + `
7932
7932
  }
7933
7933
  return t;
7934
7934
  }
7935
- function JD(e, t, i, u, I, s, x, O, m) {
7936
- return e = lg(i, u, !0, e, I, s, x, O, m), e.context = VD(null), i = e.current, u = pr(), I = DM(i), s = Vn(u, I), s.callback = t != null ? t : null, sM(i, s, I), e.current.lanes = I, CM(e, I, u), br(e, u), e;
7935
+ function JD(e, t, i, u, I, s, d, O, m) {
7936
+ return e = lg(i, u, !0, e, I, s, d, O, m), e.context = VD(null), i = e.current, u = pr(), I = DM(i), s = Vn(u, I), s.callback = t != null ? t : null, sM(i, s, I), e.current.lanes = I, CM(e, I, u), br(e, u), e;
7937
7937
  }
7938
7938
  function ro(e, t, i, u) {
7939
- var I = t.current, s = pr(), x = DM(I);
7940
- return i = VD(i), t.context === null ? t.context = i : t.pendingContext = i, t = Vn(s, x), t.payload = { element: e }, u = u === void 0 ? null : u, u !== null && (t.callback = u), e = sM(I, t, x), e !== null && (xn(e, I, x, s), mu(e, I, x)), x;
7939
+ var I = t.current, s = pr(), d = DM(I);
7940
+ return i = VD(i), t.context === null ? t.context = i : t.pendingContext = i, t = Vn(s, d), t.payload = { element: e }, u = u === void 0 ? null : u, u !== null && (t.callback = u), e = sM(I, t, d), e !== null && (xn(e, I, d, s), mu(e, I, d)), d;
7941
7941
  }
7942
7942
  function no(e) {
7943
7943
  return e = e.current, e.child ? (e.child.tag === 5, e.child.stateNode) : null;
@@ -7998,12 +7998,12 @@ Error generating stack: ` + s.message + `
7998
7998
  if (typeof u == "function") {
7999
7999
  var s = u;
8000
8000
  u = function() {
8001
- var F = no(x);
8001
+ var F = no(d);
8002
8002
  s.call(F);
8003
8003
  };
8004
8004
  }
8005
- var x = JD(t, u, e, 0, null, !1, !1, "", $D);
8006
- return e._reactRootContainer = x, e[Zn] = x.current, ca(e.nodeType === 8 ? e.parentNode : e), _M(), x;
8005
+ var d = JD(t, u, e, 0, null, !1, !1, "", $D);
8006
+ return e._reactRootContainer = d, e[Zn] = d.current, ca(e.nodeType === 8 ? e.parentNode : e), _M(), d;
8007
8007
  }
8008
8008
  for (; I = e.lastChild; ) e.removeChild(I);
8009
8009
  if (typeof u == "function") {
@@ -8021,17 +8021,17 @@ Error generating stack: ` + s.message + `
8021
8021
  function ao(e, t, i, u, I) {
8022
8022
  var s = i._reactRootContainer;
8023
8023
  if (s) {
8024
- var x = s;
8024
+ var d = s;
8025
8025
  if (typeof I == "function") {
8026
8026
  var O = I;
8027
8027
  I = function() {
8028
- var m = no(x);
8028
+ var m = no(d);
8029
8029
  O.call(m);
8030
8030
  };
8031
8031
  }
8032
- ro(t, x, e, I);
8033
- } else x = bf(i, t, e, I, u);
8034
- return no(x);
8032
+ ro(t, d, e, I);
8033
+ } else d = bf(i, t, e, I, u);
8034
+ return no(d);
8035
8035
  }
8036
8036
  iu = function(e) {
8037
8037
  switch (e.tag) {
@@ -8132,8 +8132,8 @@ Error generating stack: ` + s.message + `
8132
8132
  return ao(null, e, t, !0, i);
8133
8133
  }, Ur.hydrateRoot = function(e, t, i) {
8134
8134
  if (!yg(e)) throw Error(M(405));
8135
- var u = i != null && i.hydratedSources || null, I = !1, s = "", x = KD;
8136
- if (i != null && (i.unstable_strictMode === !0 && (I = !0), i.identifierPrefix !== void 0 && (s = i.identifierPrefix), i.onRecoverableError !== void 0 && (x = i.onRecoverableError)), t = JD(t, null, e, 1, i != null ? i : null, I, !1, s, x), e[Zn] = t.current, ca(e), u) for (e = 0; e < u.length; e++) i = u[e], I = i._getVersion, I = I(i._source), t.mutableSourceEagerHydrationData == null ? t.mutableSourceEagerHydrationData = [i, I] : t.mutableSourceEagerHydrationData.push(
8135
+ var u = i != null && i.hydratedSources || null, I = !1, s = "", d = KD;
8136
+ if (i != null && (i.unstable_strictMode === !0 && (I = !0), i.identifierPrefix !== void 0 && (s = i.identifierPrefix), i.onRecoverableError !== void 0 && (d = i.onRecoverableError)), t = JD(t, null, e, 1, i != null ? i : null, I, !1, s, d), e[Zn] = t.current, ca(e), u) for (e = 0; e < u.length; e++) i = u[e], I = i._getVersion, I = I(i._source), t.mutableSourceEagerHydrationData == null ? t.mutableSourceEagerHydrationData = [i, I] : t.mutableSourceEagerHydrationData.push(
8137
8137
  i,
8138
8138
  I
8139
8139
  );
@@ -8179,7 +8179,7 @@ var Dz = jO(), we = {}, yo = { exports: {} }, DO = yo.exports, dA;
8179
8179
  function yO() {
8180
8180
  return dA || (dA = 1, (function(n, r) {
8181
8181
  (function(M, a) {
8182
- var o = "1.0.40", g = "", c = "?", N = "function", l = "undefined", j = "object", A = "string", y = "major", D = "model", T = "name", d = "type", E = "vendor", z = "version", h = "architecture", S = "console", L = "mobile", C = "tablet", U = "smarttv", k = "wearable", W = "embedded", H = 500, G = "Amazon", V = "Apple", Y = "ASUS", J = "BlackBerry", q = "Browser", re = "Chrome", ne = "Edge", ee = "Firefox", Ie = "Google", R = "Huawei", K = "LG", $ = "Microsoft", w = "Motorola", _ = "Opera", xe = "Samsung", Ee = "Sharp", ue = "Sony", Te = "Xiaomi", fe = "Zebra", De = "Facebook", Oe = "Chromium OS", Ge = "Mac OS", qe = " Browser", et = function(de, Pe) {
8182
+ var o = "1.0.40", g = "", c = "?", N = "function", l = "undefined", j = "object", A = "string", y = "major", D = "model", T = "name", x = "type", E = "vendor", z = "version", h = "architecture", S = "console", L = "mobile", C = "tablet", U = "smarttv", k = "wearable", W = "embedded", H = 500, G = "Amazon", V = "Apple", Y = "ASUS", J = "BlackBerry", q = "Browser", re = "Chrome", ne = "Edge", ee = "Firefox", Ie = "Google", R = "Huawei", K = "LG", $ = "Microsoft", w = "Motorola", _ = "Opera", xe = "Samsung", Ee = "Sharp", ue = "Sony", Te = "Xiaomi", fe = "Zebra", De = "Facebook", Oe = "Chromium OS", Ge = "Mac OS", qe = " Browser", et = function(de, Pe) {
8183
8183
  var Ue = {};
8184
8184
  for (var Ke in de)
8185
8185
  Pe[Ke] && Pe[Ke].length % 2 === 0 ? Ue[Ke] = Pe[Ke].concat(de[Ke]) : Ue[Ke] = de[Ke];
@@ -8215,7 +8215,7 @@ function yO() {
8215
8215
  } else if (Ot(Pe[Ue], de))
8216
8216
  return Ue === c ? a : Ue;
8217
8217
  return Pe.hasOwnProperty("*") ? Pe["*"] : de;
8218
- }, It = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, ie = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Ye = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [z, [T, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [z, [T, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [T, z], [/opios[\/ ]+([\w\.]+)/i], [z, [T, _ + " Mini"]], [/\bop(?:rg)?x\/([\w\.]+)/i], [z, [T, _ + " GX"]], [/\bopr\/([\w\.]+)/i], [z, [T, _]], [/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i], [z, [T, "Baidu"]], [/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i], [z, [T, "Maxthon"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i, /(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon)\/([-\w\.]+)/i, /(heytap|ovi|115)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [T, z], [/quark(?:pc)?\/([-\w\.]+)/i], [z, [T, "Quark"]], [/\bddg\/([\w\.]+)/i], [z, [T, "DuckDuckGo"]], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [z, [T, "UC" + q]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i, /micromessenger\/([\w\.]+)/i], [z, [T, "WeChat"]], [/konqueror\/([\w\.]+)/i], [z, [T, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [z, [T, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [z, [T, "Yandex"]], [/slbrowser\/([\w\.]+)/i], [z, [T, "Smart Lenovo " + q]], [/(avast|avg)\/([\w\.]+)/i], [[T, /(.+)/, "$1 Secure " + q], z], [/\bfocus\/([\w\.]+)/i], [z, [T, ee + " Focus"]], [/\bopt\/([\w\.]+)/i], [z, [T, _ + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [z, [T, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [z, [T, "Dolphin"]], [/coast\/([\w\.]+)/i], [z, [T, _ + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [z, [T, "MIUI" + qe]], [/fxios\/([\w\.-]+)/i], [z, [T, ee]], [/\bqihoobrowser\/?([\w\.]*)/i], [z, [T, "360"]], [/\b(qq)\/([\w\.]+)/i], [[T, /(.+)/, "$1Browser"], z], [/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i], [[T, /(.+)/, "$1" + qe], z], [/samsungbrowser\/([\w\.]+)/i], [z, [T, xe + " Internet"]], [/metasr[\/ ]?([\d\.]+)/i], [z, [T, "Sogou Explorer"]], [/(sogou)mo\w+\/([\d\.]+)/i], [[T, "Sogou Mobile"], z], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i], [T, z], [/(lbbrowser|rekonq)/i, /\[(linkedin)app\]/i], [T], [/ome\/([\w\.]+) \w* ?(iron) saf/i, /ome\/([\w\.]+).+qihu (360)[es]e/i], [z, T], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[T, De], z], [/(Klarna)\/([\w\.]+)/i, /(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(alipay)client\/([\w\.]+)/i, /(twitter)(?:and| f.+e\/([\w\.]+))/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [T, z], [/\bgsa\/([\w\.]+) .*safari\//i], [z, [T, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [z, [T, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [z, [T, re + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[T, re + " WebView"], z], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [z, [T, "Android " + q]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [T, z], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [z, [T, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [z, T], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [T, [z, He, It]], [/(webkit|khtml)\/([\w\.]+)/i], [T, z], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[T, "Netscape"], z], [/(wolvic|librewolf)\/([\w\.]+)/i], [T, z], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [z, [T, ee + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [T, [z, /_/g, "."]], [/(cobalt)\/([\w\.]+)/i], [T, [z, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[h, "amd64"]], [/(ia32(?=;))/i], [[h, st]], [/((?:i[346]|x)86)[;\)]/i], [[h, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[h, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[h, "armhf"]], [/windows (ce|mobile); ppc;/i], [[h, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[h, /ower/, g, st]], [/(sun4\w)[;\)]/i], [[h, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[h, st]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [D, [E, xe], [d, C]], [/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]((?!sm-[lr])[-\w]+)/i, /sec-(sgh\w+)/i], [D, [E, xe], [d, L]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [D, [E, V], [d, L]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [D, [E, V], [d, C]], [/(macintosh);/i], [D, [E, V]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [D, [E, Ee], [d, L]], [/(?:honor)([-\w ]+)[;\)]/i], [D, [E, "Honor"], [d, L]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [D, [E, R], [d, C]], [/(?:huawei)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [D, [E, R], [d, L]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i], [[D, /_/g, " "], [E, Te], [d, L]], [/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i, /\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[D, /_/g, " "], [E, Te], [d, C]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [D, [E, "OPPO"], [d, L]], [/\b(opd2\d{3}a?) bui/i], [D, [E, "OPPO"], [d, C]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [D, [E, "Vivo"], [d, L]], [/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [D, [E, "Realme"], [d, L]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [D, [E, w], [d, L]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [D, [E, w], [d, C]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [D, [E, K], [d, C]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [D, [E, K], [d, L]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [D, [E, "Lenovo"], [d, C]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[D, /_/g, " "], [E, "Nokia"], [d, L]], [/(pixel c)\b/i], [D, [E, Ie], [d, C]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [D, [E, Ie], [d, L]], [/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [D, [E, ue], [d, L]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[D, "Xperia Tablet"], [E, ue], [d, C]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [D, [E, "OnePlus"], [d, L]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [D, [E, G], [d, C]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[D, /(.+)/g, "Fire Phone $1"], [E, G], [d, L]], [/(playbook);[-\w\),; ]+(rim)/i], [D, E, [d, C]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [D, [E, J], [d, L]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [D, [E, Y], [d, C]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [D, [E, Y], [d, L]], [/(nexus 9)/i], [D, [E, "HTC"], [d, C]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [E, [D, /_/g, " "], [d, L]], [/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i], [D, [E, "TCL"], [d, C]], [/(itel) ((\w+))/i], [[E, st], D, [d, He, { tablet: ["p10001l", "w7001"], "*": "mobile" }]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [D, [E, "Acer"], [d, C]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [D, [E, "Meizu"], [d, L]], [/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i], [D, [E, "Ulefone"], [d, L]], [/; (energy ?\w+)(?: bui|\))/i, /; energizer ([\w ]+)(?: bui|\))/i], [D, [E, "Energizer"], [d, L]], [/; cat (b35);/i, /; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i], [D, [E, "Cat"], [d, L]], [/((?:new )?andromax[\w- ]+)(?: bui|\))/i], [D, [E, "Smartfren"], [d, L]], [/droid.+; (a(?:015|06[35]|142p?))/i], [D, [E, "Nothing"], [d, L]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i, /; (imo) ((?!tab)[\w ]+?)(?: bui|\))/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [E, D, [d, L]], [/(imo) (tab \w+)/i, /(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [E, D, [d, C]], [/(surface duo)/i], [D, [E, $], [d, C]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [D, [E, "Fairphone"], [d, L]], [/(u304aa)/i], [D, [E, "AT&T"], [d, L]], [/\bsie-(\w*)/i], [D, [E, "Siemens"], [d, L]], [/\b(rct\w+) b/i], [D, [E, "RCA"], [d, C]], [/\b(venue[\d ]{2,7}) b/i], [D, [E, "Dell"], [d, C]], [/\b(q(?:mv|ta)\w+) b/i], [D, [E, "Verizon"], [d, C]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [D, [E, "Barnes & Noble"], [d, C]], [/\b(tm\d{3}\w+) b/i], [D, [E, "NuVision"], [d, C]], [/\b(k88) b/i], [D, [E, "ZTE"], [d, C]], [/\b(nx\d{3}j) b/i], [D, [E, "ZTE"], [d, L]], [/\b(gen\d{3}) b.+49h/i], [D, [E, "Swiss"], [d, L]], [/\b(zur\d{3}) b/i], [D, [E, "Swiss"], [d, C]], [/\b((zeki)?tb.*\b) b/i], [D, [E, "Zeki"], [d, C]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[E, "Dragon Touch"], D, [d, C]], [/\b(ns-?\w{0,9}) b/i], [D, [E, "Insignia"], [d, C]], [/\b((nxa|next)-?\w{0,9}) b/i], [D, [E, "NextBook"], [d, C]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[E, "Voice"], D, [d, L]], [/\b(lvtel\-)?(v1[12]) b/i], [[E, "LvTel"], D, [d, L]], [/\b(ph-1) /i], [D, [E, "Essential"], [d, L]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [D, [E, "Envizen"], [d, C]], [/\b(trio[-\w\. ]+) b/i], [D, [E, "MachSpeed"], [d, C]], [/\btu_(1491) b/i], [D, [E, "Rotor"], [d, C]], [/(shield[\w ]+) b/i], [D, [E, "Nvidia"], [d, C]], [/(sprint) (\w+)/i], [E, D, [d, L]], [/(kin\.[onetw]{3})/i], [[D, /\./g, " "], [E, $], [d, L]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [D, [E, fe], [d, C]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [D, [E, fe], [d, L]], [/smart-tv.+(samsung)/i], [E, [d, U]], [/hbbtv.+maple;(\d+)/i], [[D, /^/, "SmartTV"], [E, xe], [d, U]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[E, K], [d, U]], [/(apple) ?tv/i], [E, [D, V + " TV"], [d, U]], [/crkey/i], [[D, re + "cast"], [E, Ie], [d, U]], [/droid.+aft(\w+)( bui|\))/i], [D, [E, G], [d, U]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [D, [E, Ee], [d, U]], [/(bravia[\w ]+)( bui|\))/i], [D, [E, ue], [d, U]], [/(mitv-\w{5}) bui/i], [D, [E, Te], [d, U]], [/Hbbtv.*(technisat) (.*);/i], [E, D, [d, U]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[E, be], [D, be], [d, U]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[d, U]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [E, D, [d, S]], [/droid.+; (shield) bui/i], [D, [E, "Nvidia"], [d, S]], [/(playstation [345portablevi]+)/i], [D, [E, ue], [d, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [D, [E, $], [d, S]], [/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i], [D, [E, xe], [d, k]], [/((pebble))app/i], [E, D, [d, k]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [D, [E, V], [d, k]], [/droid.+; (glass) \d/i], [D, [E, Ie], [d, k]], [/droid.+; (wt63?0{2,3})\)/i], [D, [E, fe], [d, k]], [/droid.+; (glass) \d/i], [D, [E, Ie], [d, k]], [/(pico) (4|neo3(?: link|pro)?)/i], [E, D, [d, k]], [/; (quest( \d| pro)?)/i], [D, [E, De], [d, k]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [E, [d, W]], [/(aeobc)\b/i], [D, [E, G], [d, W]], [/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i], [D, [d, L]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [D, [d, C]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[d, C]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[d, L]], [/(android[-\w\. ]{0,9});.+buil/i], [D, [E, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [z, [T, ne + "HTML"]], [/(arkweb)\/([\w\.]+)/i], [T, z], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [z, [T, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [T, z], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [z, T]], os: [[/microsoft (windows) (vista|xp)/i], [T, z], [/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i], [T, [z, He, ie]], [/windows nt 6\.2; (arm)/i, /windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[z, He, ie], [T, "Windows"]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[z, /_/g, "."], [T, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[T, Ge], [z, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [z, T], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish|openharmony)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [T, z], [/\(bb(10);/i], [z, [T, J]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [z, [T, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [z, [T, ee + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [z, [T, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [z, [T, "watchOS"]], [/crkey\/([\d\.]+)/i], [z, [T, re + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[T, Oe], z], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [T, z], [/(sunos) ?([\w\.\d]*)/i], [[T, "Solaris"], z], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [T, z]] }, Nt = function(de, Pe) {
8218
+ }, It = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, ie = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Ye = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [z, [T, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [z, [T, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [T, z], [/opios[\/ ]+([\w\.]+)/i], [z, [T, _ + " Mini"]], [/\bop(?:rg)?x\/([\w\.]+)/i], [z, [T, _ + " GX"]], [/\bopr\/([\w\.]+)/i], [z, [T, _]], [/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i], [z, [T, "Baidu"]], [/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i], [z, [T, "Maxthon"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i, /(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon)\/([-\w\.]+)/i, /(heytap|ovi|115)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [T, z], [/quark(?:pc)?\/([-\w\.]+)/i], [z, [T, "Quark"]], [/\bddg\/([\w\.]+)/i], [z, [T, "DuckDuckGo"]], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [z, [T, "UC" + q]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i, /micromessenger\/([\w\.]+)/i], [z, [T, "WeChat"]], [/konqueror\/([\w\.]+)/i], [z, [T, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [z, [T, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [z, [T, "Yandex"]], [/slbrowser\/([\w\.]+)/i], [z, [T, "Smart Lenovo " + q]], [/(avast|avg)\/([\w\.]+)/i], [[T, /(.+)/, "$1 Secure " + q], z], [/\bfocus\/([\w\.]+)/i], [z, [T, ee + " Focus"]], [/\bopt\/([\w\.]+)/i], [z, [T, _ + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [z, [T, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [z, [T, "Dolphin"]], [/coast\/([\w\.]+)/i], [z, [T, _ + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [z, [T, "MIUI" + qe]], [/fxios\/([\w\.-]+)/i], [z, [T, ee]], [/\bqihoobrowser\/?([\w\.]*)/i], [z, [T, "360"]], [/\b(qq)\/([\w\.]+)/i], [[T, /(.+)/, "$1Browser"], z], [/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i], [[T, /(.+)/, "$1" + qe], z], [/samsungbrowser\/([\w\.]+)/i], [z, [T, xe + " Internet"]], [/metasr[\/ ]?([\d\.]+)/i], [z, [T, "Sogou Explorer"]], [/(sogou)mo\w+\/([\d\.]+)/i], [[T, "Sogou Mobile"], z], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i], [T, z], [/(lbbrowser|rekonq)/i, /\[(linkedin)app\]/i], [T], [/ome\/([\w\.]+) \w* ?(iron) saf/i, /ome\/([\w\.]+).+qihu (360)[es]e/i], [z, T], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[T, De], z], [/(Klarna)\/([\w\.]+)/i, /(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(alipay)client\/([\w\.]+)/i, /(twitter)(?:and| f.+e\/([\w\.]+))/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [T, z], [/\bgsa\/([\w\.]+) .*safari\//i], [z, [T, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [z, [T, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [z, [T, re + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[T, re + " WebView"], z], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [z, [T, "Android " + q]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [T, z], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [z, [T, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [z, T], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [T, [z, He, It]], [/(webkit|khtml)\/([\w\.]+)/i], [T, z], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[T, "Netscape"], z], [/(wolvic|librewolf)\/([\w\.]+)/i], [T, z], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [z, [T, ee + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [T, [z, /_/g, "."]], [/(cobalt)\/([\w\.]+)/i], [T, [z, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[h, "amd64"]], [/(ia32(?=;))/i], [[h, st]], [/((?:i[346]|x)86)[;\)]/i], [[h, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[h, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[h, "armhf"]], [/windows (ce|mobile); ppc;/i], [[h, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[h, /ower/, g, st]], [/(sun4\w)[;\)]/i], [[h, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[h, st]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [D, [E, xe], [x, C]], [/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]((?!sm-[lr])[-\w]+)/i, /sec-(sgh\w+)/i], [D, [E, xe], [x, L]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [D, [E, V], [x, L]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [D, [E, V], [x, C]], [/(macintosh);/i], [D, [E, V]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [D, [E, Ee], [x, L]], [/(?:honor)([-\w ]+)[;\)]/i], [D, [E, "Honor"], [x, L]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [D, [E, R], [x, C]], [/(?:huawei)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [D, [E, R], [x, L]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i], [[D, /_/g, " "], [E, Te], [x, L]], [/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i, /\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[D, /_/g, " "], [E, Te], [x, C]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [D, [E, "OPPO"], [x, L]], [/\b(opd2\d{3}a?) bui/i], [D, [E, "OPPO"], [x, C]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [D, [E, "Vivo"], [x, L]], [/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [D, [E, "Realme"], [x, L]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [D, [E, w], [x, L]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [D, [E, w], [x, C]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [D, [E, K], [x, C]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [D, [E, K], [x, L]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [D, [E, "Lenovo"], [x, C]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[D, /_/g, " "], [E, "Nokia"], [x, L]], [/(pixel c)\b/i], [D, [E, Ie], [x, C]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [D, [E, Ie], [x, L]], [/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [D, [E, ue], [x, L]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[D, "Xperia Tablet"], [E, ue], [x, C]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [D, [E, "OnePlus"], [x, L]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [D, [E, G], [x, C]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[D, /(.+)/g, "Fire Phone $1"], [E, G], [x, L]], [/(playbook);[-\w\),; ]+(rim)/i], [D, E, [x, C]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [D, [E, J], [x, L]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [D, [E, Y], [x, C]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [D, [E, Y], [x, L]], [/(nexus 9)/i], [D, [E, "HTC"], [x, C]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [E, [D, /_/g, " "], [x, L]], [/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i], [D, [E, "TCL"], [x, C]], [/(itel) ((\w+))/i], [[E, st], D, [x, He, { tablet: ["p10001l", "w7001"], "*": "mobile" }]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [D, [E, "Acer"], [x, C]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [D, [E, "Meizu"], [x, L]], [/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i], [D, [E, "Ulefone"], [x, L]], [/; (energy ?\w+)(?: bui|\))/i, /; energizer ([\w ]+)(?: bui|\))/i], [D, [E, "Energizer"], [x, L]], [/; cat (b35);/i, /; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i], [D, [E, "Cat"], [x, L]], [/((?:new )?andromax[\w- ]+)(?: bui|\))/i], [D, [E, "Smartfren"], [x, L]], [/droid.+; (a(?:015|06[35]|142p?))/i], [D, [E, "Nothing"], [x, L]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i, /; (imo) ((?!tab)[\w ]+?)(?: bui|\))/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [E, D, [x, L]], [/(imo) (tab \w+)/i, /(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [E, D, [x, C]], [/(surface duo)/i], [D, [E, $], [x, C]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [D, [E, "Fairphone"], [x, L]], [/(u304aa)/i], [D, [E, "AT&T"], [x, L]], [/\bsie-(\w*)/i], [D, [E, "Siemens"], [x, L]], [/\b(rct\w+) b/i], [D, [E, "RCA"], [x, C]], [/\b(venue[\d ]{2,7}) b/i], [D, [E, "Dell"], [x, C]], [/\b(q(?:mv|ta)\w+) b/i], [D, [E, "Verizon"], [x, C]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [D, [E, "Barnes & Noble"], [x, C]], [/\b(tm\d{3}\w+) b/i], [D, [E, "NuVision"], [x, C]], [/\b(k88) b/i], [D, [E, "ZTE"], [x, C]], [/\b(nx\d{3}j) b/i], [D, [E, "ZTE"], [x, L]], [/\b(gen\d{3}) b.+49h/i], [D, [E, "Swiss"], [x, L]], [/\b(zur\d{3}) b/i], [D, [E, "Swiss"], [x, C]], [/\b((zeki)?tb.*\b) b/i], [D, [E, "Zeki"], [x, C]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[E, "Dragon Touch"], D, [x, C]], [/\b(ns-?\w{0,9}) b/i], [D, [E, "Insignia"], [x, C]], [/\b((nxa|next)-?\w{0,9}) b/i], [D, [E, "NextBook"], [x, C]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[E, "Voice"], D, [x, L]], [/\b(lvtel\-)?(v1[12]) b/i], [[E, "LvTel"], D, [x, L]], [/\b(ph-1) /i], [D, [E, "Essential"], [x, L]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [D, [E, "Envizen"], [x, C]], [/\b(trio[-\w\. ]+) b/i], [D, [E, "MachSpeed"], [x, C]], [/\btu_(1491) b/i], [D, [E, "Rotor"], [x, C]], [/(shield[\w ]+) b/i], [D, [E, "Nvidia"], [x, C]], [/(sprint) (\w+)/i], [E, D, [x, L]], [/(kin\.[onetw]{3})/i], [[D, /\./g, " "], [E, $], [x, L]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [D, [E, fe], [x, C]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [D, [E, fe], [x, L]], [/smart-tv.+(samsung)/i], [E, [x, U]], [/hbbtv.+maple;(\d+)/i], [[D, /^/, "SmartTV"], [E, xe], [x, U]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[E, K], [x, U]], [/(apple) ?tv/i], [E, [D, V + " TV"], [x, U]], [/crkey/i], [[D, re + "cast"], [E, Ie], [x, U]], [/droid.+aft(\w+)( bui|\))/i], [D, [E, G], [x, U]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [D, [E, Ee], [x, U]], [/(bravia[\w ]+)( bui|\))/i], [D, [E, ue], [x, U]], [/(mitv-\w{5}) bui/i], [D, [E, Te], [x, U]], [/Hbbtv.*(technisat) (.*);/i], [E, D, [x, U]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[E, be], [D, be], [x, U]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[x, U]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [E, D, [x, S]], [/droid.+; (shield) bui/i], [D, [E, "Nvidia"], [x, S]], [/(playstation [345portablevi]+)/i], [D, [E, ue], [x, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [D, [E, $], [x, S]], [/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i], [D, [E, xe], [x, k]], [/((pebble))app/i], [E, D, [x, k]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [D, [E, V], [x, k]], [/droid.+; (glass) \d/i], [D, [E, Ie], [x, k]], [/droid.+; (wt63?0{2,3})\)/i], [D, [E, fe], [x, k]], [/droid.+; (glass) \d/i], [D, [E, Ie], [x, k]], [/(pico) (4|neo3(?: link|pro)?)/i], [E, D, [x, k]], [/; (quest( \d| pro)?)/i], [D, [E, De], [x, k]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [E, [x, W]], [/(aeobc)\b/i], [D, [E, G], [x, W]], [/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i], [D, [x, L]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [D, [x, C]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[x, C]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[x, L]], [/(android[-\w\. ]{0,9});.+buil/i], [D, [E, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [z, [T, ne + "HTML"]], [/(arkweb)\/([\w\.]+)/i], [T, z], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [z, [T, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [T, z], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [z, T]], os: [[/microsoft (windows) (vista|xp)/i], [T, z], [/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i], [T, [z, He, ie]], [/windows nt 6\.2; (arm)/i, /windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[z, He, ie], [T, "Windows"]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[z, /_/g, "."], [T, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[T, Ge], [z, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [z, T], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish|openharmony)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [T, z], [/\(bb(10);/i], [z, [T, J]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [z, [T, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [z, [T, ee + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [z, [T, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [z, [T, "watchOS"]], [/crkey\/([\d\.]+)/i], [z, [T, re + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[T, Oe], z], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [T, z], [/(sunos) ?([\w\.\d]*)/i], [[T, "Solaris"], z], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [T, z]] }, Nt = function(de, Pe) {
8219
8219
  if (typeof de === j && (Pe = de, de = a), !(this instanceof Nt))
8220
8220
  return new Nt(de, Pe).getResult();
8221
8221
  var Ue = typeof M !== l && M.navigator ? M.navigator : a, Ke = de || (Ue && Ue.userAgent ? Ue.userAgent : g), ut = Ue && Ue.userAgentData ? Ue.userAgentData : a, Et = Pe ? et(Ye, Pe) : Ye, We = Ue && Ue.userAgent == Ke;
@@ -8227,7 +8227,7 @@ function yO() {
8227
8227
  return Ae[h] = a, Je.call(Ae, Ke, Et.cpu), Ae;
8228
8228
  }, this.getDevice = function() {
8229
8229
  var Ae = {};
8230
- return Ae[E] = a, Ae[D] = a, Ae[d] = a, Je.call(Ae, Ke, Et.device), We && !Ae[d] && ut && ut.mobile && (Ae[d] = L), We && Ae[D] == "Macintosh" && Ue && typeof Ue.standalone !== l && Ue.maxTouchPoints && Ue.maxTouchPoints > 2 && (Ae[D] = "iPad", Ae[d] = C), Ae;
8230
+ return Ae[E] = a, Ae[D] = a, Ae[x] = a, Je.call(Ae, Ke, Et.device), We && !Ae[x] && ut && ut.mobile && (Ae[x] = L), We && Ae[D] == "Macintosh" && Ue && typeof Ue.standalone !== l && Ue.maxTouchPoints && Ue.maxTouchPoints > 2 && (Ae[D] = "iPad", Ae[x] = C), Ae;
8231
8231
  }, this.getEngine = function() {
8232
8232
  var Ae = {};
8233
8233
  return Ae[T] = a, Ae[z] = a, Je.call(Ae, Ke, Et.engine), Ae;
@@ -8242,7 +8242,7 @@ function yO() {
8242
8242
  return Ke = typeof Ae === A && Ae.length > H ? be(Ae, H) : Ae, this;
8243
8243
  }, this.setUA(Ke), this;
8244
8244
  };
8245
- Nt.VERSION = o, Nt.BROWSER = rt([T, z, y]), Nt.CPU = rt([h]), Nt.DEVICE = rt([D, E, d, S, L, U, C, k, W]), Nt.ENGINE = Nt.OS = rt([T, z]), n.exports && (r = n.exports = Nt), r.UAParser = Nt;
8245
+ Nt.VERSION = o, Nt.BROWSER = rt([T, z, y]), Nt.CPU = rt([h]), Nt.DEVICE = rt([D, E, x, S, L, U, C, k, W]), Nt.ENGINE = Nt.OS = rt([T, z]), n.exports && (r = n.exports = Nt), r.UAParser = Nt;
8246
8246
  var mt = typeof M !== l && (M.jQuery || M.Zepto);
8247
8247
  if (mt && !mt.ua) {
8248
8248
  var at = new Nt();
@@ -8296,7 +8296,7 @@ function TO() {
8296
8296
  setUa: y,
8297
8297
  parseUserAgent: D
8298
8298
  });
8299
- function d(f, p) {
8299
+ function x(f, p) {
8300
8300
  var X = Object.keys(f);
8301
8301
  if (Object.getOwnPropertySymbols) {
8302
8302
  var Me = Object.getOwnPropertySymbols(f);
@@ -8309,9 +8309,9 @@ function TO() {
8309
8309
  function E(f) {
8310
8310
  for (var p = 1; p < arguments.length; p++) {
8311
8311
  var X = arguments[p] != null ? arguments[p] : {};
8312
- p % 2 ? d(Object(X), !0).forEach(function(Me) {
8312
+ p % 2 ? x(Object(X), !0).forEach(function(Me) {
8313
8313
  C(f, Me, X[Me]);
8314
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(f, Object.getOwnPropertyDescriptors(X)) : d(Object(X)).forEach(function(Me) {
8314
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(f, Object.getOwnPropertyDescriptors(X)) : x(Object(X)).forEach(function(Me) {
8315
8315
  Object.defineProperty(f, Me, Object.getOwnPropertyDescriptor(X, Me));
8316
8316
  });
8317
8317
  }
@@ -8923,17 +8923,17 @@ function OO() {
8923
8923
  a(r, ti());
8924
8924
  })(LO, function(M, a) {
8925
8925
  var o = "default" in a ? a.default : a;
8926
- function g(d) {
8926
+ function g(x) {
8927
8927
  return (g = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(E) {
8928
8928
  return typeof E;
8929
8929
  } : function(E) {
8930
8930
  return E && typeof Symbol == "function" && E.constructor === Symbol && E !== Symbol.prototype ? "symbol" : typeof E;
8931
- })(d);
8931
+ })(x);
8932
8932
  }
8933
8933
  var c = {}, N = "[LOCALIZE-REACT]: There are no translations for specified locale", l = "[LOCALIZE-REACT] Looks like template is being used, but no value passed for ", j = /{{([^{]+[^}])}}/g;
8934
- function A(d, E) {
8935
- if (!E || Object.keys(E).length === 0) return d;
8936
- var z, h, S, L = d.match(j);
8934
+ function A(x, E) {
8935
+ if (!E || Object.keys(E).length === 0) return x;
8936
+ var z, h, S, L = x.match(j);
8937
8937
  return L && L.length !== 0 ? (z = L, h = E, S = Object.keys(h), z.map(function(C) {
8938
8938
  var U = Array.prototype.slice.call(C, 2, -2).join(""), k = S.find(function(W) {
8939
8939
  return W === U;
@@ -8942,14 +8942,14 @@ function OO() {
8942
8942
  })).reduce(function(C, U) {
8943
8943
  var k = new RegExp(U[0], "gi");
8944
8944
  return C.replace(k, U[1]);
8945
- }, d) : d;
8945
+ }, x) : x;
8946
8946
  }
8947
8947
  var y = o.createContext(), D = y.Consumer;
8948
8948
  function T() {
8949
8949
  return a.useContext(y);
8950
8950
  }
8951
- M.LocalizationConsumer = D, M.LocalizationContext = y, M.LocalizationProvider = function(d) {
8952
- var E = d.children, z = d.disableCache, h = d.locale, S = d.translations, L = S === void 0 ? {} : S, C = (function(G, V) {
8951
+ M.LocalizationConsumer = D, M.LocalizationContext = y, M.LocalizationProvider = function(x) {
8952
+ var E = x.children, z = x.disableCache, h = x.locale, S = x.translations, L = S === void 0 ? {} : S, C = (function(G, V) {
8953
8953
  if (!G) return null;
8954
8954
  if (g(V[G]) === "object") return G;
8955
8955
  var Y = G.toLowerCase().replace(/-/g, "_");
@@ -8976,8 +8976,8 @@ function OO() {
8976
8976
  return c[q] = re;
8977
8977
  });
8978
8978
  return o.createElement(y.Provider, { value: { locale: h, translate: H, translations: L } }, E);
8979
- }, M.Message = function(d) {
8980
- var E = d.defaultMessage, z = d.descriptor, h = d.values;
8979
+ }, M.Message = function(x) {
8980
+ var E = x.defaultMessage, z = x.descriptor, h = x.values;
8981
8981
  return (0, T().translate)(z, h, E);
8982
8982
  }, M.useLocalize = T, Object.defineProperty(M, "__esModule", { value: !0 });
8983
8983
  });
@@ -9039,7 +9039,7 @@ function bO() {
9039
9039
  }
9040
9040
  var M = typeof Object.is == "function" ? Object.is : r, a = n.useState, o = n.useEffect, g = n.useLayoutEffect, c = n.useDebugValue;
9041
9041
  function N(y, D) {
9042
- var T = D(), d = a({ inst: { value: T, getSnapshot: D } }), E = d[0].inst, z = d[1];
9042
+ var T = D(), x = a({ inst: { value: T, getSnapshot: D } }), E = x[0].inst, z = x[1];
9043
9043
  return g(
9044
9044
  function() {
9045
9045
  E.value = T, E.getSnapshot = D, l(E) && z({ inst: E });
@@ -9060,7 +9060,7 @@ function bO() {
9060
9060
  try {
9061
9061
  var T = D();
9062
9062
  return !M(y, T);
9063
- } catch (d) {
9063
+ } catch (x) {
9064
9064
  return !0;
9065
9065
  }
9066
9066
  }
@@ -9084,12 +9084,12 @@ function QO() {
9084
9084
  }
9085
9085
  var a = typeof Object.is == "function" ? Object.is : M, o = r.useSyncExternalStore, g = n.useRef, c = n.useEffect, N = n.useMemo, l = n.useDebugValue;
9086
9086
  return fs.useSyncExternalStoreWithSelector = function(j, A, y, D, T) {
9087
- var d = g(null);
9088
- if (d.current === null) {
9087
+ var x = g(null);
9088
+ if (x.current === null) {
9089
9089
  var E = { hasValue: !1, value: null };
9090
- d.current = E;
9091
- } else E = d.current;
9092
- d = N(
9090
+ x.current = E;
9091
+ } else E = x.current;
9092
+ x = N(
9093
9093
  function() {
9094
9094
  function h(k) {
9095
9095
  if (!S) {
@@ -9116,7 +9116,7 @@ function QO() {
9116
9116
  },
9117
9117
  [A, y, D, T]
9118
9118
  );
9119
- var z = o(j, d[0], d[1]);
9119
+ var z = o(j, x[0], x[1]);
9120
9120
  return c(
9121
9121
  function() {
9122
9122
  E.hasValue = !0, E.value = z;
@@ -9159,8 +9159,8 @@ function Sl() {
9159
9159
  vA = 1;
9160
9160
  var n = jt(), r = Rn(), M = gn(), a = Hi(), o = n("".charAt), g = n("".charCodeAt), c = n("".slice), N = function(l) {
9161
9161
  return function(j, A) {
9162
- var y = M(a(j)), D = r(A), T = y.length, d, E;
9163
- return D < 0 || D >= T ? l ? "" : void 0 : (d = g(y, D), d < 55296 || d > 56319 || D + 1 === T || (E = g(y, D + 1)) < 56320 || E > 57343 ? l ? o(y, D) : d : l ? c(y, D, D + 2) : (d - 55296 << 10) + (E - 56320) + 65536);
9162
+ var y = M(a(j)), D = r(A), T = y.length, x, E;
9163
+ return D < 0 || D >= T ? l ? "" : void 0 : (x = g(y, D), x < 55296 || x > 56319 || D + 1 === T || (E = g(y, D + 1)) < 56320 || E > 57343 ? l ? o(y, D) : x : l ? c(y, D, D + 2) : (x - 55296 << 10) + (E - 56320) + 65536);
9164
9164
  };
9165
9165
  };
9166
9166
  return Os = {
@@ -9215,15 +9215,15 @@ function VO() {
9215
9215
  });
9216
9216
  }
9217
9217
  }), { b: 2 })).b !== 1) return !0;
9218
- var D = {}, T = {}, d = /* @__PURE__ */ Symbol("assign detection"), E = "abcdefghijklmnopqrst";
9219
- return D[d] = 7, E.split("").forEach(function(z) {
9218
+ var D = {}, T = {}, x = /* @__PURE__ */ Symbol("assign detection"), E = "abcdefghijklmnopqrst";
9219
+ return D[x] = 7, E.split("").forEach(function(z) {
9220
9220
  T[z] = z;
9221
- }), j({}, D)[d] !== 7 || o(j({}, T)).join("") !== E;
9221
+ }), j({}, D)[x] !== 7 || o(j({}, T)).join("") !== E;
9222
9222
  }) ? function(D, T) {
9223
- for (var d = N(D), E = arguments.length, z = 1, h = g.f, S = c.f; E > z; )
9223
+ for (var x = N(D), E = arguments.length, z = 1, h = g.f, S = c.f; E > z; )
9224
9224
  for (var L = l(arguments[z++]), C = h ? y(o(L), h(L)) : o(L), U = C.length, k = 0, W; U > k; )
9225
- W = C[k++], (!n || M(S, L, W)) && (d[W] = L[W]);
9226
- return d;
9225
+ W = C[k++], (!n || M(S, L, W)) && (x[W] = L[W]);
9226
+ return x;
9227
9227
  } : j, ps;
9228
9228
  }
9229
9229
  var Cs, YA;
@@ -9235,7 +9235,7 @@ function pl() {
9235
9235
  if (!M(T)) return !1;
9236
9236
  try {
9237
9237
  return N(c, [], T), !0;
9238
- } catch (d) {
9238
+ } catch (x) {
9239
9239
  return !1;
9240
9240
  }
9241
9241
  }, D = function(T) {
@@ -9248,7 +9248,7 @@ function pl() {
9248
9248
  }
9249
9249
  try {
9250
9250
  return A || !!j(l, g(T));
9251
- } catch (d) {
9251
+ } catch (x) {
9252
9252
  return !0;
9253
9253
  }
9254
9254
  };
@@ -9265,8 +9265,8 @@ function JO() {
9265
9265
  PA = 1;
9266
9266
  var n = ii(), r = pt(), M = on(), a = El(), o = fl(), g = pl(), c = Yr(), N = oz(), l = Qo(), j = ru(), A = Array;
9267
9267
  return ws = function(y) {
9268
- var D = M(y), T = g(this), d = arguments.length, E = d > 1 ? arguments[1] : void 0, z = E !== void 0;
9269
- z && (E = n(E, d > 2 ? arguments[2] : void 0));
9268
+ var D = M(y), T = g(this), x = arguments.length, E = x > 1 ? arguments[1] : void 0, z = E !== void 0;
9269
+ z && (E = n(E, x > 2 ? arguments[2] : void 0));
9270
9270
  var h = j(D), S = 0, L, C, U, k, W, H;
9271
9271
  if (h && !(this === A && o(h)))
9272
9272
  for (C = T ? new this() : [], k = l(D, h), W = k.next; !(U = r(W, k)).done; S++)
@@ -9281,7 +9281,7 @@ var ks, RA;
9281
9281
  function XO() {
9282
9282
  if (RA) return ks;
9283
9283
  RA = 1;
9284
- var n = jt(), r = 2147483647, M = 36, a = 1, o = 26, g = 38, c = 700, N = 72, l = 128, j = "-", A = /[^\0-\u007E]/, y = /[.\u3002\uFF0E\uFF61]/g, D = "Overflow: input needs wider integers to process", T = M - a, d = RangeError, E = n(y.exec), z = Math.floor, h = String.fromCharCode, S = n("".charCodeAt), L = n([].join), C = n([].push), U = n("".replace), k = n("".split), W = n("".toLowerCase), H = function(J) {
9284
+ var n = jt(), r = 2147483647, M = 36, a = 1, o = 26, g = 38, c = 700, N = 72, l = 128, j = "-", A = /[^\0-\u007E]/, y = /[.\u3002\uFF0E\uFF61]/g, D = "Overflow: input needs wider integers to process", T = M - a, x = RangeError, E = n(y.exec), z = Math.floor, h = String.fromCharCode, S = n("".charCodeAt), L = n([].join), C = n([].push), U = n("".replace), k = n("".split), W = n("".toLowerCase), H = function(J) {
9285
9285
  for (var q = [], re = 0, ne = J.length; re < ne; ) {
9286
9286
  var ee = S(J, re++);
9287
9287
  if (ee >= 55296 && ee <= 56319 && re < ne) {
@@ -9311,10 +9311,10 @@ function XO() {
9311
9311
  K = J[R], K >= ne && K < _ && (_ = K);
9312
9312
  var xe = w + 1;
9313
9313
  if (_ - ne > z((r - ee) / xe))
9314
- throw new d(D);
9314
+ throw new x(D);
9315
9315
  for (ee += (_ - ne) * xe, ne = _, R = 0; R < J.length; R++) {
9316
9316
  if (K = J[R], K < ne && ++ee > r)
9317
- throw new d(D);
9317
+ throw new x(D);
9318
9318
  if (K === ne) {
9319
9319
  for (var Ee = ee, ue = M; ; ) {
9320
9320
  var Te = ue <= Ie ? a : ue >= Ie + o ? o : ue - Ie;
@@ -9386,8 +9386,8 @@ function Cl() {
9386
9386
  l !== c++ && (a[l] = N);
9387
9387
  }
9388
9388
  else
9389
- for (var j = r(g / 2), A = M(n(a, 0, j), o), y = M(n(a, j), o), D = A.length, T = y.length, d = 0, E = 0; d < D || E < T; )
9390
- a[d + E] = d < D && E < T ? o(A[d], y[E]) <= 0 ? A[d++] : y[E++] : d < D ? A[d++] : y[E++];
9389
+ for (var j = r(g / 2), A = M(n(a, 0, j), o), y = M(n(a, j), o), D = A.length, T = y.length, x = 0, E = 0; x < D || E < T; )
9390
+ a[x + E] = x < D && E < T ? o(A[x], y[E]) <= 0 ? A[x++] : y[E++] : x < D ? A[x++] : y[E++];
9391
9391
  return a;
9392
9392
  };
9393
9393
  return vs = M, vs;
@@ -9396,7 +9396,7 @@ var bs, WA;
9396
9396
  function Az() {
9397
9397
  if (WA) return bs;
9398
9398
  WA = 1, jz(), KO();
9399
- var n = Bt(), r = ct(), M = $O(), a = rM(), o = pt(), g = jt(), c = Yt(), N = Tz(), l = Ln(), j = nM(), A = xl(), y = Ji(), D = Nz(), T = Pn(), d = Ka(), E = Pt(), z = Er(), h = ii(), S = LM(), L = Xt(), C = jr(), U = gn(), k = Mi(), W = ri(), H = Qo(), G = ru(), V = Uo(), Y = Po(), J = Jt(), q = Cl(), re = J("iterator"), ne = "URLSearchParams", ee = ne + "Iterator", Ie = T.set, R = T.getterFor(ne), K = T.getterFor(ee), $ = M("fetch"), w = M("Request"), _ = M("Headers"), xe = w && w.prototype, Ee = _ && _.prototype, ue = r.TypeError, Te = r.encodeURIComponent, fe = String.fromCharCode, De = a("String", "fromCodePoint"), Oe = parseInt, Ge = g("".charAt), qe = g([].join), et = g([].push), rt = g("".replace), Ot = g([].shift), st = g([].splice), Tt = g("".split), be = g("".slice), Je = g(/./.exec), He = /\+/g, It = "�", ie = /^[0-9a-f]+$/i, Ye = function(oe, Le) {
9399
+ var n = Bt(), r = ct(), M = $O(), a = rM(), o = pt(), g = jt(), c = Yt(), N = Tz(), l = Ln(), j = nM(), A = xl(), y = Ji(), D = Nz(), T = Pn(), x = Ka(), E = Pt(), z = Er(), h = ii(), S = LM(), L = Xt(), C = jr(), U = gn(), k = Mi(), W = ri(), H = Qo(), G = ru(), V = Uo(), Y = Po(), J = Jt(), q = Cl(), re = J("iterator"), ne = "URLSearchParams", ee = ne + "Iterator", Ie = T.set, R = T.getterFor(ne), K = T.getterFor(ee), $ = M("fetch"), w = M("Request"), _ = M("Headers"), xe = w && w.prototype, Ee = _ && _.prototype, ue = r.TypeError, Te = r.encodeURIComponent, fe = String.fromCharCode, De = a("String", "fromCodePoint"), Oe = parseInt, Ge = g("".charAt), qe = g([].join), et = g([].push), rt = g("".replace), Ot = g([].shift), st = g([].splice), Tt = g("".split), be = g("".slice), Je = g(/./.exec), He = /\+/g, It = "�", ie = /^[0-9a-f]+$/i, Ye = function(oe, Le) {
9400
9400
  var Ce = be(oe, Le, Le + 2);
9401
9401
  return Je(ie, Ce) ? Oe(Ce, 16) : NaN;
9402
9402
  }, Nt = function(oe) {
@@ -9531,7 +9531,7 @@ function Az() {
9531
9531
  }
9532
9532
  };
9533
9533
  var We = function() {
9534
- d(this, Ae);
9534
+ x(this, Ae);
9535
9535
  var oe = arguments.length > 0 ? arguments[0] : void 0, Le = Ie(this, new Et(oe));
9536
9536
  c || (this.size = Le.entries.length);
9537
9537
  }, Ae = We.prototype;
@@ -9642,7 +9642,7 @@ function Az() {
9642
9642
  }
9643
9643
  }), E(w)) {
9644
9644
  var Dr = function(oe) {
9645
- return d(this, xe), new w(oe, arguments.length > 1 ? St(arguments[1]) : {});
9645
+ return x(this, xe), new w(oe, arguments.length > 1 ? St(arguments[1]) : {});
9646
9646
  };
9647
9647
  xe.constructor = Dr, Dr.prototype = xe, n({ global: !0, constructor: !0, dontCallGetSet: !0, forced: !0 }, {
9648
9648
  Request: Dr
@@ -9658,7 +9658,7 @@ var FA;
9658
9658
  function qO() {
9659
9659
  if (FA) return hA;
9660
9660
  FA = 1, FO();
9661
- var n = Bt(), r = Yt(), M = Tz(), a = ct(), o = ii(), g = jt(), c = Ln(), N = nM(), l = Ka(), j = Er(), A = VO(), y = JO(), D = Yo(), T = Sl().codeAt, d = XO(), E = gn(), z = Ji(), h = Po(), S = Az(), L = Pn(), C = L.set, U = L.getterFor("URL"), k = S.URLSearchParams, W = S.getState, H = a.URL, G = a.TypeError, V = a.parseInt, Y = Math.floor, J = Math.pow, q = g("".charAt), re = g(/./.exec), ne = g([].join), ee = g(1.1.toString), Ie = g([].pop), R = g([].push), K = g("".replace), $ = g([].shift), w = g("".split), _ = g("".slice), xe = g("".toLowerCase), Ee = g([].unshift), ue = "Invalid authority", Te = "Invalid scheme", fe = "Invalid host", De = "Invalid port", Oe = /[a-z]/i, Ge = /[\d+-.a-z]/i, qe = /\d/, et = /^0x/i, rt = /^[0-7]+$/, Ot = /^\d+$/, st = /^[\da-f]+$/i, Tt = /[\0\t\n\r #%/:<>?@[\\\]^|]/, be = /[\0\t\n\r #/:<>?@[\\\]^|]/, Je = /^[\u0000-\u0020]+/, He = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/, It = /[\t\n\r]/g, ie, Ye = function(B) {
9661
+ var n = Bt(), r = Yt(), M = Tz(), a = ct(), o = ii(), g = jt(), c = Ln(), N = nM(), l = Ka(), j = Er(), A = VO(), y = JO(), D = Yo(), T = Sl().codeAt, x = XO(), E = gn(), z = Ji(), h = Po(), S = Az(), L = Pn(), C = L.set, U = L.getterFor("URL"), k = S.URLSearchParams, W = S.getState, H = a.URL, G = a.TypeError, V = a.parseInt, Y = Math.floor, J = Math.pow, q = g("".charAt), re = g(/./.exec), ne = g([].join), ee = g(1.1.toString), Ie = g([].pop), R = g([].push), K = g("".replace), $ = g([].shift), w = g("".split), _ = g("".slice), xe = g("".toLowerCase), Ee = g([].unshift), ue = "Invalid authority", Te = "Invalid scheme", fe = "Invalid host", De = "Invalid port", Oe = /[a-z]/i, Ge = /[\d+-.a-z]/i, qe = /\d/, et = /^0x/i, rt = /^[0-7]+$/, Ot = /^\d+$/, st = /^[\da-f]+$/i, Tt = /[\0\t\n\r #%/:<>?@[\\\]^|]/, be = /[\0\t\n\r #/:<>?@[\\\]^|]/, Je = /^[\u0000-\u0020]+/, He = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/, It = /[\t\n\r]/g, ie, Ye = function(B) {
9662
9662
  var ae = w(B, "."), te, b, je, Fe, ke, wt, tt;
9663
9663
  if (ae.length && ae[ae.length - 1] === "" && ae.length--, te = ae.length, te > 4) return B;
9664
9664
  for (b = [], je = 0; je < te; je++) {
@@ -10020,7 +10020,7 @@ function qO() {
10020
10020
  if (q(B, B.length - 1) !== "]" || (ae = Nt(_(B, 1, -1)), !ae)) return fe;
10021
10021
  this.host = ae;
10022
10022
  } else if (this.isSpecial()) {
10023
- if (B = d(B), re(Tt, B) || (ae = Ye(B), ae === null)) return fe;
10023
+ if (B = x(B), re(Tt, B) || (ae = Ye(B), ae === null)) return fe;
10024
10024
  this.host = ae;
10025
10025
  } else {
10026
10026
  if (re(be, B)) return fe;
@@ -10215,14 +10215,14 @@ function MS() {
10215
10215
  return A.delete("a", 1), A.delete("b", void 0), A + "" != "a=2" && n(g, "delete", function(y) {
10216
10216
  var D = arguments.length, T = D < 2 ? void 0 : arguments[1];
10217
10217
  if (D && T === void 0) return N(this, y);
10218
- var d = [];
10218
+ var x = [];
10219
10219
  l(this, function(k, W) {
10220
- j(d, { key: W, value: k });
10220
+ j(x, { key: W, value: k });
10221
10221
  }), a(D, 1);
10222
- for (var E = M(y), z = M(T), h = 0, S = 0, L = !1, C = d.length, U; h < C; )
10223
- U = d[h++], L || U.key === E ? (L = !0, N(this, U.key)) : S++;
10222
+ for (var E = M(y), z = M(T), h = 0, S = 0, L = !1, C = x.length, U; h < C; )
10223
+ U = x[h++], L || U.key === E ? (L = !0, N(this, U.key)) : S++;
10224
10224
  for (; S < C; )
10225
- U = d[S++], U.key === E && U.value === z || c(this, U.key, U.value);
10225
+ U = x[S++], U.key === E && U.value === z || c(this, U.key, U.value);
10226
10226
  }, { enumerable: !0, unsafe: !0 }), $A;
10227
10227
  }
10228
10228
  MS();
@@ -10236,8 +10236,8 @@ function iS() {
10236
10236
  if (A && y === void 0) return N(this, j);
10237
10237
  var D = c(this, j);
10238
10238
  a(A, 1);
10239
- for (var T = M(y), d = 0; d < D.length; )
10240
- if (D[d++] === T) return !0;
10239
+ for (var T = M(y), x = 0; x < D.length; )
10240
+ if (D[x++] === T) return !0;
10241
10241
  return !1;
10242
10242
  }, { enumerable: !0, unsafe: !0 }), ed;
10243
10243
  }
@@ -11064,10 +11064,10 @@ var xd;
11064
11064
  function M1() {
11065
11065
  if (xd) return jd;
11066
11066
  xd = 1;
11067
- var n = Bt(), r = jt(), M = Jr(), a = on(), o = Yr(), g = r1(), c = gn(), N = Dt(), l = Cl(), j = n1(), A = zz(), y = fz(), D = ko(), T = Lz(), d = [], E = r(d.sort), z = r(d.push), h = N(function() {
11068
- d.sort(void 0);
11067
+ var n = Bt(), r = jt(), M = Jr(), a = on(), o = Yr(), g = r1(), c = gn(), N = Dt(), l = Cl(), j = n1(), A = zz(), y = fz(), D = ko(), T = Lz(), x = [], E = r(x.sort), z = r(x.push), h = N(function() {
11068
+ x.sort(void 0);
11069
11069
  }), S = N(function() {
11070
- d.sort(null);
11070
+ x.sort(null);
11071
11071
  }), L = j("sort"), C = !N(function() {
11072
11072
  if (D) return D < 70;
11073
11073
  if (!(A && A > 3)) {
@@ -11090,12 +11090,12 @@ function M1() {
11090
11090
  V = 2;
11091
11091
  }
11092
11092
  for (Y = 0; Y < 47; Y++)
11093
- d.push({ k: G + Y, v: V });
11093
+ x.push({ k: G + Y, v: V });
11094
11094
  }
11095
- for (d.sort(function(J, q) {
11095
+ for (x.sort(function(J, q) {
11096
11096
  return q.v - J.v;
11097
- }), Y = 0; Y < d.length; Y++)
11098
- G = d[Y].k.charAt(0), W.charAt(W.length - 1) !== G && (W += G);
11097
+ }), Y = 0; Y < x.length; Y++)
11098
+ G = x[Y].k.charAt(0), W.charAt(W.length - 1) !== G && (W += G);
11099
11099
  return W !== "DGBEFHACIJK";
11100
11100
  }
11101
11101
  }), U = h || !S || !L || !C, k = function(W) {
@@ -11145,7 +11145,7 @@ function a1() {
11145
11145
  if (Ld) return fd;
11146
11146
  Ld = 1;
11147
11147
  var n = Bt(), r = pt(), M = Jr(), a = Xt(), o = qa(), g = gz(), c = El(), N = MM(), l = cz(), j = eu(), A = Yn(), y = !A && !l("map", function() {
11148
- }), D = !A && !y && j("map", TypeError), T = A || y || D, d = g(function() {
11148
+ }), D = !A && !y && j("map", TypeError), T = A || y || D, x = g(function() {
11149
11149
  var E = this.iterator, z = a(r(this.next, E)), h = this.done = !!z.done;
11150
11150
  if (!h) return c(E, this.mapper, [z.value, this.counter++], !0);
11151
11151
  });
@@ -11157,7 +11157,7 @@ function a1() {
11157
11157
  } catch (z) {
11158
11158
  N(this, "throw", z);
11159
11159
  }
11160
- return D ? r(D, this, E) : new d(o(this), {
11160
+ return D ? r(D, this, E) : new x(o(this), {
11161
11161
  mapper: E
11162
11162
  });
11163
11163
  }
@@ -11240,7 +11240,7 @@ var Fs, md;
11240
11240
  function hl() {
11241
11241
  if (md) return Fs;
11242
11242
  md = 1;
11243
- var n = pt(), r = jt(), M = gn(), a = Oz(), o = o1(), g = ol(), c = Mi(), N = Pn().get, l = I1(), j = g1(), A = g("native-string-replace", String.prototype.replace), y = RegExp.prototype.exec, D = y, T = r("".charAt), d = r("".indexOf), E = r("".replace), z = r("".slice), h = (function() {
11243
+ var n = pt(), r = jt(), M = gn(), a = Oz(), o = o1(), g = ol(), c = Mi(), N = Pn().get, l = I1(), j = g1(), A = g("native-string-replace", String.prototype.replace), y = RegExp.prototype.exec, D = y, T = r("".charAt), x = r("".indexOf), E = r("".replace), z = r("".slice), h = (function() {
11244
11244
  var U = /a/, k = /b*/g;
11245
11245
  return n(y, U, "a"), n(y, k, "a"), U.lastIndex !== 0 || k.lastIndex !== 0;
11246
11246
  })(), S = o.BROKEN_CARET, L = /()??/.exec("")[1] !== void 0, C = h || L || S || l || j;
@@ -11249,7 +11249,7 @@ function hl() {
11249
11249
  if (G)
11250
11250
  return G.lastIndex = k.lastIndex, V = n(D, G, H), k.lastIndex = G.lastIndex, V;
11251
11251
  var Ie = W.groups, R = S && k.sticky, K = n(a, k), $ = k.source, w = 0, _ = H;
11252
- if (R && (K = E(K, "y", ""), d(K, "g") === -1 && (K += "g"), _ = z(H, k.lastIndex), k.lastIndex > 0 && (!k.multiline || k.multiline && T(H, k.lastIndex - 1) !== `
11252
+ if (R && (K = E(K, "y", ""), x(K, "g") === -1 && (K += "g"), _ = z(H, k.lastIndex), k.lastIndex > 0 && (!k.multiline || k.multiline && T(H, k.lastIndex - 1) !== `
11253
11253
  `) && ($ = "(?: " + $ + ")", _ = " " + _, w++), Y = new RegExp("^(?:" + $ + ")", K)), L && (Y = new RegExp("^" + $ + "$(?!\\s)", K)), h && (J = k.lastIndex), q = n(y, R ? Y : k, _), R ? q ? (q.input = z(q.input, w), q[0] = z(q[0], w), q.index = k.lastIndex, k.lastIndex += q[0].length) : k.lastIndex = 0 : h && q && (k.lastIndex = k.global ? q.index + q[0].length : J), L && q && q.length > 1 && n(A, q[0], Y, function() {
11254
11254
  for (re = 1; re < arguments.length - 2; re++)
11255
11255
  arguments[re] === void 0 && (q[re] = void 0);
@@ -11280,7 +11280,7 @@ function c1() {
11280
11280
  return h[D] = function() {
11281
11281
  return 7;
11282
11282
  }, ""[l](h) !== 7;
11283
- }), d = T && !a(function() {
11283
+ }), x = T && !a(function() {
11284
11284
  var h = !1, S = /a/;
11285
11285
  return l === "split" && (S = {}, S.constructor = {}, S.constructor[c] = function() {
11286
11286
  return S;
@@ -11288,7 +11288,7 @@ function c1() {
11288
11288
  return h = !0, null;
11289
11289
  }, S[D](""), !h;
11290
11290
  });
11291
- if (!T || !d || A) {
11291
+ if (!T || !x || A) {
11292
11292
  var E = /./[D], z = j(D, ""[l], function(h, S, L, C, U) {
11293
11293
  var k = S.exec;
11294
11294
  return k === M || k === N.exec ? T && !U ? { done: !0, value: n(E, S, L, C) } : { done: !0, value: n(h, L, S, C) } : { done: !1 };
@@ -11313,7 +11313,7 @@ function N1() {
11313
11313
  Yd = 1;
11314
11314
  var n = jt(), r = on(), M = Math.floor, a = n("".charAt), o = n("".replace), g = n("".slice), c = /\$([$&'`]|\d{1,2}|<[^>]*>)/g, N = /\$([$&'`]|\d{1,2})/g;
11315
11315
  return Xs = function(l, j, A, y, D, T) {
11316
- var d = A + l.length, E = y.length, z = N;
11316
+ var x = A + l.length, E = y.length, z = N;
11317
11317
  return D !== void 0 && (D = r(D), z = c), o(T, z, function(h, S) {
11318
11318
  var L;
11319
11319
  switch (a(S, 0)) {
@@ -11324,7 +11324,7 @@ function N1() {
11324
11324
  case "`":
11325
11325
  return g(j, 0, A);
11326
11326
  case "'":
11327
- return g(j, d);
11327
+ return g(j, x);
11328
11328
  case "<":
11329
11329
  L = D[g(S, 1, -1)];
11330
11330
  break;
@@ -11400,7 +11400,7 @@ var Gd;
11400
11400
  function y1() {
11401
11401
  if (Gd) return bd;
11402
11402
  Gd = 1;
11403
- var n = yl(), r = pt(), M = jt(), a = c1(), o = Dt(), g = Xt(), c = Pt(), N = jr(), l = Rn(), j = Fi(), A = gn(), y = Hi(), D = s1(), T = Xa(), d = N1(), E = j1(), z = D1(), h = Jt(), S = h("replace"), L = Math.max, C = Math.min, U = M([].concat), k = M([].push), W = M("".indexOf), H = M("".slice), G = function(q) {
11403
+ var n = yl(), r = pt(), M = jt(), a = c1(), o = Dt(), g = Xt(), c = Pt(), N = jr(), l = Rn(), j = Fi(), A = gn(), y = Hi(), D = s1(), T = Xa(), x = N1(), E = j1(), z = D1(), h = Jt(), S = h("replace"), L = Math.max, C = Math.min, U = M([].concat), k = M([].push), W = M("".indexOf), H = M("".slice), G = function(q) {
11404
11404
  return q === void 0 ? q : String(q);
11405
11405
  }, V = (function() {
11406
11406
  return "a".replace(/./, "$0") === "$0";
@@ -11446,7 +11446,7 @@ function y1() {
11446
11446
  var Je = U([et], Ot, rt, $);
11447
11447
  be !== void 0 && k(Je, be), st = A(n(R, void 0, Je));
11448
11448
  } else
11449
- st = d(et, $, rt, Ot, be, R);
11449
+ st = x(et, $, rt, Ot, be, R);
11450
11450
  rt >= Ge && (Oe += H($, Ge, rt) + st, Ge = rt + et.length);
11451
11451
  }
11452
11452
  return Oe + H($, Ge);
@@ -11528,9 +11528,9 @@ function pz() {
11528
11528
  });
11529
11529
  }
11530
11530
  function XN(n, r, M, a, o, g, c, N, l) {
11531
- const j = n / r, A = M / a, y = (l === eM.contain ? A < j : A > j) ? n / M : r / a, D = (n / y - M) / 2, T = (r / y - a) / 2, d = o / y, E = g / y, z = c / y - D, h = M - (z + d), S = N / y - T;
11531
+ const j = n / r, A = M / a, y = (l === eM.contain ? A < j : A > j) ? n / M : r / a, D = (n / y - M) / 2, T = (r / y - a) / 2, x = o / y, E = g / y, z = c / y - D, h = M - (z + x), S = N / y - T;
11532
11532
  return {
11533
- width: d,
11533
+ width: x,
11534
11534
  height: E,
11535
11535
  left: z,
11536
11536
  right: h,
@@ -11862,13 +11862,13 @@ function G1(n, r, M) {
11862
11862
  var a;
11863
11863
  const o = n.getContext("2d");
11864
11864
  if (!o || (o.clearRect(0, 0, r.videoContainerParams.width, r.videoContainerParams.height), !(M != null && (a = M.frameResult) !== null && a !== void 0 && (a = a.faces) !== null && a !== void 0 && a.length))) return;
11865
- const g = M.frameResult.faces[0], c = g.landmarks[0], N = g.landmarks[1], l = g.landmarks[3], j = g.landmarks[4], A = XN.bind(null, r.videoParams.width, r.videoParams.height, r.videoContainerParams.width, r.videoContainerParams.height), y = A.bind(null, 0, 0), D = y(c.x, c.y, eM.contain), T = y(N.x, N.y, eM.contain), d = y(l.x, l.y, eM.contain), E = y(j.x, j.y, eM.contain), {
11865
+ const g = M.frameResult.faces[0], c = g.landmarks[0], N = g.landmarks[1], l = g.landmarks[3], j = g.landmarks[4], A = XN.bind(null, r.videoParams.width, r.videoParams.height, r.videoContainerParams.width, r.videoContainerParams.height), y = A.bind(null, 0, 0), D = y(c.x, c.y, eM.contain), T = y(N.x, N.y, eM.contain), x = y(l.x, l.y, eM.contain), E = y(j.x, j.y, eM.contain), {
11866
11866
  width: z,
11867
11867
  height: h,
11868
11868
  left: S,
11869
11869
  top: L
11870
11870
  } = A(g == null ? void 0 : g.position.width, g == null ? void 0 : g.position.height, g == null ? void 0 : g.position.x, g == null ? void 0 : g.position.y, eM.contain);
11871
- o.beginPath(), o.rect(S, L, z, h), o.moveTo(D.left, D.top), o.lineTo(T.left, T.top), o.lineTo(E.left, E.top), o.lineTo(d.left, d.top), o.closePath(), o.strokeStyle = "rebeccapurple", o.stroke();
11871
+ o.beginPath(), o.rect(S, L, z, h), o.moveTo(D.left, D.top), o.lineTo(T.left, T.top), o.lineTo(E.left, E.top), o.lineTo(x.left, x.top), o.closePath(), o.strokeStyle = "rebeccapurple", o.stroke();
11872
11872
  }
11873
11873
  const mz = (n, r) => n === _e.ABORT_PROCESSING || n === _e.FAILED && r === Vr.SESSION_TIMEOUT;
11874
11874
  function Jd(n) {
@@ -12030,12 +12030,12 @@ function Mp() {
12030
12030
  }, []);
12031
12031
  return Ne.useEffect(() => {
12032
12032
  let T = !0;
12033
- return f1().then((d) => {
12034
- FM("Video devices: ".concat(JSON.stringify(d))), T && (FM(d.isCameraAllowed ? "Preparing the camera" : "Requesting the camera"), c((E) => nn(nn({}, E), {}, {
12035
- status: d.isCameraAllowed ? lt.PREPARING : lt.REQUESTING
12036
- })), l(d));
12037
- }).catch((d) => {
12038
- FM("Error in receiving media devices: ".concat(d)), T && c((E) => nn(nn({}, E), {}, {
12033
+ return f1().then((x) => {
12034
+ FM("Video devices: ".concat(JSON.stringify(x))), T && (FM(x.isCameraAllowed ? "Preparing the camera" : "Requesting the camera"), c((E) => nn(nn({}, E), {}, {
12035
+ status: x.isCameraAllowed ? lt.PREPARING : lt.REQUESTING
12036
+ })), l(x));
12037
+ }).catch((x) => {
12038
+ FM("Error in receiving media devices: ".concat(x)), T && c((E) => nn(nn({}, E), {}, {
12039
12039
  status: v1() ? lt.HTTP_NOT_SUPPORTED : window.isSecureContext ? lt.NOT_SUPPORTED : lt.INSECURE_PAGE_CONTEXT
12040
12040
  }));
12041
12041
  }), () => {
@@ -12044,11 +12044,11 @@ function Mp() {
12044
12044
  }, []), Ne.useEffect(() => {
12045
12045
  let T = !0;
12046
12046
  if (!(!N || j))
12047
- return O1(N).then((d) => {
12048
- FM("Sorted cameras: ".concat(JSON.stringify(d))), T && A(d);
12049
- }).catch((d) => {
12050
- if (FM("Error sorting cameras: ".concat(d)), !!T) {
12051
- if (d instanceof Error && d.name === FS)
12047
+ return O1(N).then((x) => {
12048
+ FM("Sorted cameras: ".concat(JSON.stringify(x))), T && A(x);
12049
+ }).catch((x) => {
12050
+ if (FM("Error sorting cameras: ".concat(x)), !!T) {
12051
+ if (x instanceof Error && x.name === FS)
12052
12052
  return c((E) => nn(nn({}, E), {}, {
12053
12053
  status: lt.PERMISSION_DENIED
12054
12054
  }));
@@ -12061,8 +12061,8 @@ function Mp() {
12061
12061
  };
12062
12062
  }, [N]), Ne.useEffect(() => {
12063
12063
  let T = !0;
12064
- const d = a === lt.PREPARING || a === lt.REQUESTING;
12065
- return !j || !d ? void 0 : (lr(null, null, function* () {
12064
+ const x = a === lt.PREPARING || a === lt.REQUESTING;
12065
+ return !j || !x ? void 0 : (lr(null, null, function* () {
12066
12066
  try {
12067
12067
  const E = it.isFirefox ? KS : 0;
12068
12068
  yield k1(E);
@@ -12223,7 +12223,7 @@ const gp = Ne.forwardRef(function(n, r) {
12223
12223
  mirrorType: T = JN.mirror
12224
12224
  } = n;
12225
12225
  const {
12226
- status: d,
12226
+ status: x,
12227
12227
  stream: E,
12228
12228
  camera: z,
12229
12229
  sortedDevices: h,
@@ -12259,7 +12259,7 @@ const gp = Ne.forwardRef(function(n, r) {
12259
12259
  };
12260
12260
  }, []), Ne.useEffect(() => {
12261
12261
  const G = k.current;
12262
- if (d === lt.READY && G && E && (G.srcObject = E, it.isIOS ? setTimeout(() => G.play(), $S) : G.play(), j)) {
12262
+ if (x === lt.READY && G && E && (G.srcObject = E, it.isIOS ? setTimeout(() => G.play(), $S) : G.play(), j)) {
12263
12263
  if (U.current) {
12264
12264
  var V;
12265
12265
  (V = U.current) === null || V === void 0 || V.stopRecord();
@@ -12273,13 +12273,13 @@ const gp = Ne.forwardRef(function(n, r) {
12273
12273
  }
12274
12274
  U.current.init(E);
12275
12275
  }
12276
- const q = e1[d];
12276
+ const q = e1[x];
12277
12277
  c && q && c(q), M({
12278
- videoStatus: d,
12278
+ videoStatus: x,
12279
12279
  camera: z,
12280
12280
  sortedDevices: h
12281
12281
  });
12282
- }, [d, z, E, h, j]), /* @__PURE__ */ Q.jsx("div", { part: "webcamera-container", ref: W, className: $d.container, children: /* @__PURE__ */ Q.jsx("video", { part: "webcamera-video", onAbort: y, onLoadedData: H, className: $d.video, style: {
12282
+ }, [x, z, E, h, j]), /* @__PURE__ */ Q.jsx("div", { part: "webcamera-container", ref: W, className: $d.container, children: /* @__PURE__ */ Q.jsx("video", { part: "webcamera-video", onAbort: y, onLoadedData: H, className: $d.video, style: {
12283
12283
  transform: "scaleX(".concat(L ? -1 : 1, ")")
12284
12284
  }, ref: k, playsInline: !0, disablePictureInPicture: !0 }) });
12285
12285
  }), cp = "_container_ud95n_14", sp = "_translateY_ud95n_31", Np = "_videoContainer_ud95n_39", lp = "_videoContainerRotation_ud95n_44", jp = "_videoContainerBlur_ud95n_64", Dp = "_backgroundSvg_ud95n_72", yp = "_hide_ud95n_80", Tp = "_frame_ud95n_84", Ap = "_dash_ud95n_1", dp = "_done_ud95n_90", xp = "_pulse_ud95n_1", Ep = "_hintArrowAnimation_ud95n_106", zp = "_pulseHintArrow_ud95n_1", fp = "_primaryMessage_ud95n_125", Lp = "_secondaryMessage_ud95n_134", Op = "_centreMessage_ud95n_146", Sp = "_functionalButtons_ud95n_163", pp = "_targetSector_ud95n_218", Cp = "_currentSector_ud95n_223", wp = "_firstStepAnimation_ud95n_228", kp = "_targetSectorFirstStepAnimation_ud95n_1", hp = "_currentSectorFirstStepAnimation_ud95n_1", mp = "_ellipseFirstStepAnimation_ud95n_1", vp = "_spriteAnimation_ud95n_1", bp = "_moveCloser_ud95n_1", Up = "_moveAway_ud95n_1", Qp = "_fitYourFace_ud95n_1", Zt = {
@@ -12382,7 +12382,7 @@ const Yp = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjI0MDAiIH
12382
12382
  centerX: N,
12383
12383
  centerY: l
12384
12384
  } = n;
12385
- const j = g === Lt.TurnHead, A = g === Lt.RemoveOcclusion, y = g === Lt.BlinkYourEyes, [D, T] = Ne.useState(Wr.TARGET_0_DEG), [d, E] = Ne.useState(1), z = Ne.useRef(void 0), [h, S] = Ne.useState(!1), [L, C] = Ne.useState(!1), [U, k] = Ne.useState(null);
12385
+ const j = g === Lt.TurnHead, A = g === Lt.RemoveOcclusion, y = g === Lt.BlinkYourEyes, [D, T] = Ne.useState(Wr.TARGET_0_DEG), [x, E] = Ne.useState(1), z = Ne.useRef(void 0), [h, S] = Ne.useState(!1), [L, C] = Ne.useState(!1), [U, k] = Ne.useState(null);
12386
12386
  return Ne.useEffect(() => {
12387
12387
  TS.includes(g) && (L && !o || g === Lt.FitFaceIntoOval && c.x === 0 || (z.current && clearTimeout(z.current), k(g), a(!0), S(AS.includes(g)), C(!0), z.current = setTimeout(() => {
12388
12388
  a(!1), C(!1);
@@ -12406,7 +12406,7 @@ const Yp = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjI0MDAiIH
12406
12406
  E(W ? -1 : 1);
12407
12407
  }, [r, L, g]), /* @__PURE__ */ Q.jsx("div", { className: Zt["face-hint-container"], style: {
12408
12408
  opacity: j || L ? 1 : 0,
12409
- transform: "scale(".concat(d, ",1)")
12409
+ transform: "scale(".concat(x, ",1)")
12410
12410
  }, children: /* @__PURE__ */ Q.jsxs("div", { className: Zt["face-hint-round"], style: {
12411
12411
  width: M * 2,
12412
12412
  height: M * 2,
@@ -12525,7 +12525,7 @@ function $p(n) {
12525
12525
  step: y,
12526
12526
  showChangeCameraButton: D,
12527
12527
  facePosition: T,
12528
- faceSnapshot: d
12528
+ faceSnapshot: x
12529
12529
  } = n;
12530
12530
  const E = pe((Te) => Te.abortProcess), z = pe((Te) => Te.rotationAngle), h = pe((Te) => Te.livenessType), S = pe((Te) => Te.showFaceAnimation), {
12531
12531
  translate: L
@@ -12533,7 +12533,7 @@ function $p(n) {
12533
12533
  transition: "".concat(sS, "ms")
12534
12534
  }, V = Kp({
12535
12535
  isMobile: it.isMobile,
12536
- faceSnapshot: d,
12536
+ faceSnapshot: x,
12537
12537
  livenessType: h,
12538
12538
  videoStatusParams: a,
12539
12539
  showChangeCameraButton: D
@@ -12701,18 +12701,18 @@ function aC() {
12701
12701
  if (ox) return iN;
12702
12702
  ox = 1;
12703
12703
  var n = Array, r = Math.abs, M = Math.pow, a = Math.floor, o = Math.log, g = Math.LN2, c = function(l, j, A) {
12704
- var y = n(A), D = A * 8 - j - 1, T = (1 << D) - 1, d = T >> 1, E = j === 23 ? M(2, -24) - M(2, -77) : 0, z = l < 0 || l === 0 && 1 / l < 0 ? 1 : 0, h = 0, S, L, C;
12705
- for (l = r(l), l !== l || l === 1 / 0 ? (L = l !== l ? 1 : 0, S = T) : (S = a(o(l) / g), C = M(2, -S), l * C < 1 && (S--, C *= 2), S + d >= 1 ? l += E / C : l += E * M(2, 1 - d), l * C >= 2 && (S++, C /= 2), S + d >= T ? (L = 0, S = T) : S + d >= 1 ? (L = (l * C - 1) * M(2, j), S += d) : (L = l * M(2, d - 1) * M(2, j), S = 0)); j >= 8; )
12704
+ var y = n(A), D = A * 8 - j - 1, T = (1 << D) - 1, x = T >> 1, E = j === 23 ? M(2, -24) - M(2, -77) : 0, z = l < 0 || l === 0 && 1 / l < 0 ? 1 : 0, h = 0, S, L, C;
12705
+ for (l = r(l), l !== l || l === 1 / 0 ? (L = l !== l ? 1 : 0, S = T) : (S = a(o(l) / g), C = M(2, -S), l * C < 1 && (S--, C *= 2), S + x >= 1 ? l += E / C : l += E * M(2, 1 - x), l * C >= 2 && (S++, C /= 2), S + x >= T ? (L = 0, S = T) : S + x >= 1 ? (L = (l * C - 1) * M(2, j), S += x) : (L = l * M(2, x - 1) * M(2, j), S = 0)); j >= 8; )
12706
12706
  y[h++] = L & 255, L /= 256, j -= 8;
12707
12707
  for (S = S << j | L, D += j; D > 0; )
12708
12708
  y[h++] = S & 255, S /= 256, D -= 8;
12709
12709
  return y[h - 1] |= z * 128, y;
12710
12710
  }, N = function(l, j) {
12711
- var A = l.length, y = A * 8 - j - 1, D = (1 << y) - 1, T = D >> 1, d = y - 7, E = A - 1, z = l[E--], h = z & 127, S;
12712
- for (z >>= 7; d > 0; )
12713
- h = h * 256 + l[E--], d -= 8;
12714
- for (S = h & (1 << -d) - 1, h >>= -d, d += j; d > 0; )
12715
- S = S * 256 + l[E--], d -= 8;
12711
+ var A = l.length, y = A * 8 - j - 1, D = (1 << y) - 1, T = D >> 1, x = y - 7, E = A - 1, z = l[E--], h = z & 127, S;
12712
+ for (z >>= 7; x > 0; )
12713
+ h = h * 256 + l[E--], x -= 8;
12714
+ for (S = h & (1 << -x) - 1, h >>= -x, x += j; x > 0; )
12715
+ S = S * 256 + l[E--], x -= 8;
12716
12716
  if (h === 0)
12717
12717
  h = 1 - T;
12718
12718
  else {
@@ -12741,7 +12741,7 @@ var uN, gx;
12741
12741
  function bl() {
12742
12742
  if (gx) return uN;
12743
12743
  gx = 1;
12744
- var n = ct(), r = jt(), M = Yt(), a = ml(), o = mo(), g = In(), c = nM(), N = xl(), l = Dt(), j = Ka(), A = Rn(), y = Fi(), D = vl(), T = iC(), d = aC(), E = $a(), z = Vi(), h = Pz(), S = Yo(), L = Al(), C = Dl(), U = Ji(), k = Pn(), W = o.PROPER, H = o.CONFIGURABLE, G = "ArrayBuffer", V = "DataView", Y = "prototype", J = "Wrong length", q = "Wrong index", re = k.getterFor(G), ne = k.getterFor(V), ee = k.set, Ie = n[G], R = Ie, K = R && R[Y], $ = n[V], w = $ && $[Y], _ = Object.prototype, xe = n.Array, Ee = n.RangeError, ue = r(h), Te = r([].reverse), fe = d.pack, De = d.unpack, Oe = function(ie) {
12744
+ var n = ct(), r = jt(), M = Yt(), a = ml(), o = mo(), g = In(), c = nM(), N = xl(), l = Dt(), j = Ka(), A = Rn(), y = Fi(), D = vl(), T = iC(), x = aC(), E = $a(), z = Vi(), h = Pz(), S = Yo(), L = Al(), C = Dl(), U = Ji(), k = Pn(), W = o.PROPER, H = o.CONFIGURABLE, G = "ArrayBuffer", V = "DataView", Y = "prototype", J = "Wrong length", q = "Wrong index", re = k.getterFor(G), ne = k.getterFor(V), ee = k.set, Ie = n[G], R = Ie, K = R && R[Y], $ = n[V], w = $ && $[Y], _ = Object.prototype, xe = n.Array, Ee = n.RangeError, ue = r(h), Te = r([].reverse), fe = x.pack, De = x.unpack, Oe = function(ie) {
12745
12745
  return [ie & 255];
12746
12746
  }, Ge = function(ie) {
12747
12747
  return [ie & 255, ie >> 8 & 255];
@@ -12902,10 +12902,10 @@ function oC() {
12902
12902
  return !new N(2).slice(1, void 0).byteLength;
12903
12903
  });
12904
12904
  return n({ target: "ArrayBuffer", proto: !0, unsafe: !0, forced: T }, {
12905
- slice: function(d, E) {
12905
+ slice: function(x, E) {
12906
12906
  if (A && E === void 0)
12907
- return A(o(this), d);
12908
- for (var z = o(this).byteLength, h = g(d, z), S = g(E === void 0 ? z : E, z), L = new N(c(S - h)), C = new l(this), U = new l(L), k = 0; h < S; )
12907
+ return A(o(this), x);
12908
+ for (var z = o(this).byteLength, h = g(x, z), S = g(E === void 0 ? z : E, z), L = new N(c(S - h)), C = new l(this), U = new l(L), k = 0; h < S; )
12909
12909
  D(U, k++, y(C, h++));
12910
12910
  return L;
12911
12911
  }
@@ -13027,13 +13027,13 @@ var yN, Ox;
13027
13027
  function Hz() {
13028
13028
  if (Ox) return yN;
13029
13029
  Ox = 1;
13030
- var n = ct(), r = jt(), M = Tl(), a = vl(), o = gC(), g = _z(), c = NC(), N = Bz(), l = n.structuredClone, j = n.ArrayBuffer, A = n.DataView, y = Math.min, D = j.prototype, T = A.prototype, d = r(D.slice), E = M(D, "resizable", "get"), z = M(D, "maxByteLength", "get"), h = r(T.getInt8), S = r(T.setInt8);
13030
+ var n = ct(), r = jt(), M = Tl(), a = vl(), o = gC(), g = _z(), c = NC(), N = Bz(), l = n.structuredClone, j = n.ArrayBuffer, A = n.DataView, y = Math.min, D = j.prototype, T = A.prototype, x = r(D.slice), E = M(D, "resizable", "get"), z = M(D, "maxByteLength", "get"), h = r(T.getInt8), S = r(T.setInt8);
13031
13031
  return yN = (N || c) && function(L, C, U) {
13032
13032
  var k = g(L), W = C === void 0 ? k : a(C), H = !E || !E(L), G;
13033
13033
  if (o(L), N && (L = l(L, { transfer: [L] }), k === W && (U || H)))
13034
13034
  return L;
13035
13035
  if (k >= W && (!U || H))
13036
- G = d(L, 0, W);
13036
+ G = x(L, 0, W);
13037
13037
  else {
13038
13038
  var V = U && !H && z ? { maxByteLength: z(L) } : void 0;
13039
13039
  G = new j(W, V);
@@ -13112,7 +13112,7 @@ var AN, hx;
13112
13112
  function sn() {
13113
13113
  if (hx) return AN;
13114
13114
  hx = 1;
13115
- var n = ml(), r = Yt(), M = ct(), a = Pt(), o = jr(), g = Er(), c = LM(), N = Wi(), l = In(), j = Ln(), A = nM(), y = ni(), D = $a(), T = Vi(), d = Jt(), E = Il(), z = Pn(), h = z.enforce, S = z.get, L = M.Int8Array, C = L && L.prototype, U = M.Uint8ClampedArray, k = U && U.prototype, W = L && D(L), H = C && D(C), G = Object.prototype, V = M.TypeError, Y = d("toStringTag"), J = E("TYPED_ARRAY_TAG"), q = "TypedArrayConstructor", re = n && !!T && c(M.opera) !== "Opera", ne = !1, ee, Ie, R, K = {
13115
+ var n = ml(), r = Yt(), M = ct(), a = Pt(), o = jr(), g = Er(), c = LM(), N = Wi(), l = In(), j = Ln(), A = nM(), y = ni(), D = $a(), T = Vi(), x = Jt(), E = Il(), z = Pn(), h = z.enforce, S = z.get, L = M.Int8Array, C = L && L.prototype, U = M.Uint8ClampedArray, k = U && U.prototype, W = L && D(L), H = C && D(C), G = Object.prototype, V = M.TypeError, Y = x("toStringTag"), J = E("TYPED_ARRAY_TAG"), q = "TypedArrayConstructor", re = n && !!T && c(M.opera) !== "Opera", ne = !1, ee, Ie, R, K = {
13116
13116
  Int8Array: 1,
13117
13117
  Uint8Array: 1,
13118
13118
  Uint8ClampedArray: 1,
@@ -13310,11 +13310,11 @@ function xC() {
13310
13310
  _x = 1;
13311
13311
  var n = ii(), r = pt(), M = Fz(), a = on(), o = Yr(), g = Qo(), c = ru(), N = fl(), l = Vz(), j = sn().aTypedArrayConstructor, A = Ul();
13312
13312
  return pN = function(y) {
13313
- var D = M(this), T = a(y), d = arguments.length, E = d > 1 ? arguments[1] : void 0, z = E !== void 0, h = c(T), S, L, C, U, k, W, H, G;
13313
+ var D = M(this), T = a(y), x = arguments.length, E = x > 1 ? arguments[1] : void 0, z = E !== void 0, h = c(T), S, L, C, U, k, W, H, G;
13314
13314
  if (h && !N(h))
13315
13315
  for (H = g(T, h), G = H.next, T = []; !(W = r(G, H)).done; )
13316
13316
  T.push(W.value);
13317
- for (z && d > 2 && (E = n(E, arguments[2])), L = o(T), C = new (j(D))(L), U = l(C), S = 0; L > S; S++)
13317
+ for (z && x > 2 && (E = n(E, arguments[2])), L = o(T), C = new (j(D))(L), U = l(C), S = 0; L > S; S++)
13318
13318
  k = z ? E(T[S], S) : T[S], C[S] = U ? A(k) : +k;
13319
13319
  return C;
13320
13320
  }, pN;
@@ -13343,9 +13343,9 @@ function fC() {
13343
13343
  if (Bx) return kN;
13344
13344
  Bx = 1;
13345
13345
  var n = ii(), r = jt(), M = Co(), a = on(), o = Yr(), g = zC(), c = r([].push), N = function(l) {
13346
- var j = l === 1, A = l === 2, y = l === 3, D = l === 4, T = l === 6, d = l === 7, E = l === 5 || T;
13346
+ var j = l === 1, A = l === 2, y = l === 3, D = l === 4, T = l === 6, x = l === 7, E = l === 5 || T;
13347
13347
  return function(z, h, S, L) {
13348
- for (var C = a(z), U = M(C), k = o(U), W = n(h, S), H = 0, G = L || g, V = j ? G(z, k) : A || d ? G(z, 0) : void 0, Y, J; k > H; H++) if ((E || H in U) && (Y = U[H], J = W(Y, H, C), l))
13348
+ for (var C = a(z), U = M(C), k = o(U), W = n(h, S), H = 0, G = L || g, V = j ? G(z, k) : A || x ? G(z, 0) : void 0, Y, J; k > H; H++) if ((E || H in U) && (Y = U[H], J = W(Y, H, C), l))
13349
13349
  if (j) V[H] = J;
13350
13350
  else if (J) switch (l) {
13351
13351
  case 3:
@@ -13411,7 +13411,7 @@ var Wx;
13411
13411
  function Xz() {
13412
13412
  if (Wx) return so.exports;
13413
13413
  Wx = 1;
13414
- var n = Bt(), r = ct(), M = pt(), a = Yt(), o = yC(), g = sn(), c = bl(), N = Ka(), l = ri(), j = In(), A = TC(), y = Fi(), D = vl(), T = Wz(), d = dC(), E = gl(), z = Er(), h = LM(), S = jr(), L = ho(), C = Mi(), U = ni(), k = Vi(), W = az().f, H = xC(), G = fC().forEach, V = Rz(), Y = nM(), J = fn(), q = sl(), re = Jz(), ne = Pn(), ee = Al(), Ie = ne.get, R = ne.set, K = ne.enforce, $ = J.f, w = q.f, _ = r.RangeError, xe = c.ArrayBuffer, Ee = xe.prototype, ue = c.DataView, Te = g.NATIVE_ARRAY_BUFFER_VIEWS, fe = g.TYPED_ARRAY_TAG, De = g.TypedArray, Oe = g.TypedArrayPrototype, Ge = g.isTypedArray, qe = "BYTES_PER_ELEMENT", et = "Wrong length", rt = function(Je, He) {
13414
+ var n = Bt(), r = ct(), M = pt(), a = Yt(), o = yC(), g = sn(), c = bl(), N = Ka(), l = ri(), j = In(), A = TC(), y = Fi(), D = vl(), T = Wz(), x = dC(), E = gl(), z = Er(), h = LM(), S = jr(), L = ho(), C = Mi(), U = ni(), k = Vi(), W = az().f, H = xC(), G = fC().forEach, V = Rz(), Y = nM(), J = fn(), q = sl(), re = Jz(), ne = Pn(), ee = Al(), Ie = ne.get, R = ne.set, K = ne.enforce, $ = J.f, w = q.f, _ = r.RangeError, xe = c.ArrayBuffer, Ee = xe.prototype, ue = c.DataView, Te = g.NATIVE_ARRAY_BUFFER_VIEWS, fe = g.TYPED_ARRAY_TAG, De = g.TypedArray, Oe = g.TypedArrayPrototype, Ge = g.isTypedArray, qe = "BYTES_PER_ELEMENT", et = "Wrong length", rt = function(Je, He) {
13415
13415
  Y(Je, He, {
13416
13416
  configurable: !0,
13417
13417
  get: function() {
@@ -13437,7 +13437,7 @@ function Xz() {
13437
13437
  return Ct.view[Nt]($e * ie + Ct.byteOffset, !0);
13438
13438
  }, ut = function(Ae, $e, Ct) {
13439
13439
  var St = Ie(Ae);
13440
- St.view[mt]($e * ie + St.byteOffset, It ? d(Ct) : Ct, !0);
13440
+ St.view[mt]($e * ie + St.byteOffset, It ? x(Ct) : Ct, !0);
13441
13441
  }, Et = function(Ae, $e) {
13442
13442
  $(Ae, $e, {
13443
13443
  get: function() {
@@ -13542,10 +13542,10 @@ function Kz() {
13542
13542
  var n = ii(), r = Co(), M = on(), a = Yr(), o = function(g) {
13543
13543
  var c = g === 1;
13544
13544
  return function(N, l, j) {
13545
- for (var A = M(N), y = r(A), D = a(y), T = n(l, j), d, E; D-- > 0; )
13546
- if (d = y[D], E = T(d, D, A), E) switch (g) {
13545
+ for (var A = M(N), y = r(A), D = a(y), T = n(l, j), x, E; D-- > 0; )
13546
+ if (x = y[D], E = T(x, D, A), E) switch (g) {
13547
13547
  case 0:
13548
- return d;
13548
+ return x;
13549
13549
  // findLast
13550
13550
  case 1:
13551
13551
  return D;
@@ -13589,7 +13589,7 @@ function kC() {
13589
13589
  var n = ct(), r = pt(), M = sn(), a = Yr(), o = Wz(), g = on(), c = Dt(), N = n.RangeError, l = n.Int8Array, j = l && l.prototype, A = j && j.set, y = M.aTypedArray, D = M.exportTypedArrayMethod, T = !c(function() {
13590
13590
  var E = new Uint8ClampedArray(2);
13591
13591
  return r(A, E, { length: 1, 0: 3 }, 1), E[1] !== 3;
13592
- }), d = T && M.NATIVE_ARRAY_BUFFER_VIEWS && c(function() {
13592
+ }), x = T && M.NATIVE_ARRAY_BUFFER_VIEWS && c(function() {
13593
13593
  var E = new l(2);
13594
13594
  return E.set(1), E.set("2", 1), E[0] !== 0 || E[1] !== 2;
13595
13595
  });
@@ -13600,14 +13600,14 @@ function kC() {
13600
13600
  var S = this.length, L = a(h), C = 0;
13601
13601
  if (L + z > S) throw new N("Wrong length");
13602
13602
  for (; C < L; ) this[z + C] = h[C++];
13603
- }, !T || d), iE;
13603
+ }, !T || x), iE;
13604
13604
  }
13605
13605
  kC();
13606
13606
  var uE = {}, oE;
13607
13607
  function hC() {
13608
13608
  if (oE) return uE;
13609
13609
  oE = 1;
13610
- var n = ct(), r = zl(), M = Dt(), a = Jr(), o = Cl(), g = sn(), c = zz(), N = fz(), l = ko(), j = Lz(), A = g.aTypedArray, y = g.exportTypedArrayMethod, D = n.Uint16Array, T = D && r(D.prototype.sort), d = !!T && !(M(function() {
13610
+ var n = ct(), r = zl(), M = Dt(), a = Jr(), o = Cl(), g = sn(), c = zz(), N = fz(), l = ko(), j = Lz(), A = g.aTypedArray, y = g.exportTypedArrayMethod, D = n.Uint16Array, T = D && r(D.prototype.sort), x = !!T && !(M(function() {
13611
13611
  T(new D(2), null);
13612
13612
  }) && M(function() {
13613
13613
  T(new D(2), {});
@@ -13630,7 +13630,7 @@ function hC() {
13630
13630
  };
13631
13631
  return y("sort", function(h) {
13632
13632
  return h !== void 0 && a(h), E ? T(this, h) : o(A(this), z(h));
13633
- }, !E || d), uE;
13633
+ }, !E || x), uE;
13634
13634
  }
13635
13635
  hC();
13636
13636
  var IE = {}, vN, gE;
@@ -13697,8 +13697,8 @@ function QC() {
13697
13697
  }
13698
13698
  })();
13699
13699
  return N("with", function(A, y) {
13700
- var D = g(this), T = a(A), d = M(D) ? o(y) : +y;
13701
- return n(D, c(D), T, d);
13700
+ var D = g(this), T = a(A), x = M(D) ? o(y) : +y;
13701
+ return n(D, c(D), T, x);
13702
13702
  }, !l || j), lE;
13703
13703
  }
13704
13704
  QC();
@@ -13725,8 +13725,8 @@ const YC = "text/plain", PC = "us-ascii", UN = (n, r) => r.some((M) => M instanc
13725
13725
  l[l.length - 1] === "base64" && (l.pop(), j = !0);
13726
13726
  const A = (a = (M = l.shift()) == null ? void 0 : M.toLowerCase()) != null ? a : "", y = [
13727
13727
  ...l.map((D) => {
13728
- let [T, d = ""] = D.split("=").map((E) => E.trim());
13729
- return T === "charset" && (d = d.toLowerCase(), d === PC) ? "" : `${T}${d ? `=${d}` : ""}`;
13728
+ let [T, x = ""] = D.split("=").map((E) => E.trim());
13729
+ return T === "charset" && (x = x.toLowerCase(), x === PC) ? "" : `${T}${x ? `=${x}` : ""}`;
13730
13730
  }).filter(Boolean)
13731
13731
  ];
13732
13732
  return j && y.push("base64"), (y.length > 0 || A && A !== YC) && y.unshift(A), `data:${y.join(";")},${j ? c.trim() : c}${N ? `#${N}` : ""}`;
@@ -14175,7 +14175,7 @@ const Mw = 1500, AE = (n) => n * 1e3, YN = cn.create("main"), iw = (n) => n ===
14175
14175
  tenant: y,
14176
14176
  env: D,
14177
14177
  livenessType: T,
14178
- videoElementParams: d,
14178
+ videoElementParams: x,
14179
14179
  videoStatusParams: E,
14180
14180
  response: z,
14181
14181
  service: h,
@@ -14188,14 +14188,14 @@ const Mw = 1500, AE = (n) => n * 1e3, YN = cn.create("main"), iw = (n) => n ===
14188
14188
  } = n;
14189
14189
  const H = ew();
14190
14190
  Ne.useEffect(() => {
14191
- if (!z.initialized && z.prepared && d.videoParams.width && d.videoParams.height && E.sortedDevices && H)
14191
+ if (!z.initialized && z.prepared && x.videoParams.width && x.videoParams.height && E.sortedDevices && H)
14192
14192
  if (M) {
14193
14193
  const G = a && AE(a) || Mw, V = {
14194
14194
  alwaysShowMsg: !W,
14195
14195
  rotationAngle: r,
14196
14196
  scenario: 1,
14197
- frameWidth: d.videoParams.width,
14198
- frameHeight: d.videoParams.height,
14197
+ frameWidth: x.videoParams.width,
14198
+ frameHeight: x.videoParams.height,
14199
14199
  debugOutput: c == null ? void 0 : c.faceDebugOutputCanvasFromWasm,
14200
14200
  numChannels: 3,
14201
14201
  holdStillNormalTimeoutMs: G,
@@ -14238,8 +14238,8 @@ const Mw = 1500, AE = (n) => n * 1e3, YN = cn.create("main"), iw = (n) => n ===
14238
14238
  config: Un(Un({}, V.config), {}, {
14239
14239
  rotationAngle: r,
14240
14240
  scenario: iw(T),
14241
- frameWidth: d.videoParams.width,
14242
- frameHeight: d.videoParams.height,
14241
+ frameWidth: x.videoParams.width,
14242
+ frameHeight: x.videoParams.height,
14243
14243
  numChannels: 3,
14244
14244
  debugOutput: c == null ? void 0 : c.faceDebugOutputCanvasFromWasm
14245
14245
  })
@@ -14260,7 +14260,7 @@ const Mw = 1500, AE = (n) => n * 1e3, YN = cn.create("main"), iw = (n) => n ===
14260
14260
  !z.prepared && H && S && h.prepare(S).then(() => {
14261
14261
  YN("Service prepared");
14262
14262
  });
14263
- }, [z.prepared, z.initialized, d.videoParams.width, d.videoParams.height, E.sortedDevices, E.camera, c == null ? void 0 : c.faceDebugOutputCanvasFromWasm, j, H]);
14263
+ }, [z.prepared, z.initialized, x.videoParams.width, x.videoParams.height, E.sortedDevices, E.camera, c == null ? void 0 : c.faceDebugOutputCanvasFromWasm, j, H]);
14264
14264
  };
14265
14265
  function No(n, r, M) {
14266
14266
  return (r = uw(r)) in n ? Object.defineProperty(n, r, { value: M, enumerable: !0, configurable: !0, writable: !0 }) : n[r] = M, n;
@@ -14474,7 +14474,7 @@ const Tw = cn.create("main"), Aw = {
14474
14474
  sha256: void 0
14475
14475
  };
14476
14476
  function dw(n) {
14477
- const r = Ne.useMemo(() => new WC(), []), [M, a] = Ne.useState(!1), [o, g] = Ne.useState(Aw), c = pe((Y) => Y.metadata), N = pe((Y) => Y.setShowFaceAnimation), l = pe((Y) => Y.onEvent), j = pe((Y) => Y.tag), A = pe((Y) => Y.setTag), y = pe((Y) => Y.transactionId), D = pe((Y) => Y.setTransactionId), T = pe((Y) => Y.url), d = pe((Y) => Y.debug), E = pe((Y) => Y.faceSnapshot), z = pe((Y) => Y.abortProcess), h = pe((Y) => Y.recordingProcess), S = pe((Y) => it.isDesktop ? Y.rotationAngle : void 0), L = pe((Y) => Y.livenessType), C = pe((Y) => Y.holdStillDuration), U = pe((Y) => Y.timeoutInterval), k = pe((Y) => Y.detectOcclusion), W = pe((Y) => Y.showFaceAnimation), H = pe((Y) => Y.tenant), G = pe((Y) => Y.env), V = (Y) => {
14477
+ const r = Ne.useMemo(() => new WC(), []), [M, a] = Ne.useState(!1), [o, g] = Ne.useState(Aw), c = pe((Y) => Y.metadata), N = pe((Y) => Y.setShowFaceAnimation), l = pe((Y) => Y.onEvent), j = pe((Y) => Y.tag), A = pe((Y) => Y.setTag), y = pe((Y) => Y.transactionId), D = pe((Y) => Y.setTransactionId), T = pe((Y) => Y.url), x = pe((Y) => Y.debug), E = pe((Y) => Y.faceSnapshot), z = pe((Y) => Y.abortProcess), h = pe((Y) => Y.recordingProcess), S = pe((Y) => it.isDesktop ? Y.rotationAngle : void 0), L = pe((Y) => Y.livenessType), C = pe((Y) => Y.holdStillDuration), U = pe((Y) => Y.timeoutInterval), k = pe((Y) => Y.detectOcclusion), W = pe((Y) => Y.showFaceAnimation), H = pe((Y) => Y.tenant), G = pe((Y) => Y.env), V = (Y) => {
14478
14478
  let {
14479
14479
  data: J,
14480
14480
  initialized: q,
@@ -14505,7 +14505,7 @@ function dw(n) {
14505
14505
  faceSnapshot: E,
14506
14506
  holdStillDuration: C,
14507
14507
  timeoutInterval: U,
14508
- debug: d,
14508
+ debug: x,
14509
14509
  setTag: A,
14510
14510
  setTransactionId: D,
14511
14511
  url: T,
@@ -14600,7 +14600,7 @@ function Lw() {
14600
14600
  faceSnapshot: y,
14601
14601
  setCompletionStatus: D,
14602
14602
  setRequest: T,
14603
- onError: d,
14603
+ onError: x,
14604
14604
  recordingProcess: E,
14605
14605
  setSha256: z,
14606
14606
  transactionId: h
@@ -14738,7 +14738,7 @@ function Lw() {
14738
14738
  const be = L.current;
14739
14739
  r != null && r.faceDebugOutputCanvasFromWasm && R && be && G1(be, k, R);
14740
14740
  }, [R, k, r == null ? void 0 : r.faceDebugOutputCanvasFromWasm]), Ne.useEffect(() => {
14741
- _ && d(_);
14741
+ _ && x(_);
14742
14742
  }, [_]), /* @__PURE__ */ Q.jsxs("div", { className: co.container, children: [
14743
14743
  /* @__PURE__ */ Q.jsx(qp, { facePosition: J, readiness: De, step: Ee, numSectors: fe, currSector: ue, targetSector: Te, captureFrame: H, videoStatusParams: V, message: re, prepared: K && $, onChangeCamera: Ot, showChangeCameraButton: M, faceSnapshot: y, children: K ? /* @__PURE__ */ Q.jsx(gp, { onVideoSizeChange: W, onVideoStatusChange: Y, mode: zn.user, resolution: it.isMobile ? Ba.HD : Ba.FULL_HD, onFailStatus: Tt, cameraId: a, onRecordService: U, videoRecord: rt }) : null }),
14744
14744
  (r == null ? void 0 : r.faceDebugOutputCanvasFromWasm) && /* @__PURE__ */ Q.jsx("div", { className: co.translateY, children: /* @__PURE__ */ Q.jsx("canvas", { ref: L, className: "".concat(co["debug-canvas"], " ").concat(et), width: k.videoContainerParams.width, height: k.videoContainerParams.height }) })
@@ -14836,7 +14836,7 @@ function kw(n) {
14836
14836
  onError: D
14837
14837
  } = pe(), {
14838
14838
  orientation: T,
14839
- isLandscape: d
14839
+ isLandscape: x
14840
14840
  } = kl(), E = Ne.useRef(!0), z = Ne.useCallback(() => {
14841
14841
  a({
14842
14842
  action: ur.CLOSE,
@@ -14858,18 +14858,18 @@ function kw(n) {
14858
14858
  }
14859
14859
  }
14860
14860
  }), !!mz(l, g) && l === _e.ABORT_PROCESSING) {
14861
- const h = it.isMobileOnly && d;
14861
+ const h = it.isMobileOnly && x;
14862
14862
  A(h), c(!1), N(null);
14863
14863
  }
14864
14864
  }, [l]), Ne.useEffect(() => {
14865
14865
  if (!it.isMobile) return;
14866
- const h = it.isMobileOnly && d;
14866
+ const h = it.isMobileOnly && x;
14867
14867
  if (E.current) {
14868
14868
  E.current = !1, h && j(_e.RESTART);
14869
14869
  return;
14870
14870
  }
14871
14871
  y(h, it.isTablet);
14872
- }, [T, d]), /* @__PURE__ */ Q.jsx(hz, { onError: D, supportedBrowserVersions: dz, children: /* @__PURE__ */ Q.jsx(xz, { onClose: z, direction: r, children: /* @__PURE__ */ Q.jsx(Ql, {}) }) });
14872
+ }, [T, x]), /* @__PURE__ */ Q.jsx(hz, { onError: D, supportedBrowserVersions: dz, children: /* @__PURE__ */ Q.jsx(xz, { onClose: z, direction: r, children: /* @__PURE__ */ Q.jsx(Ql, {}) }) });
14873
14873
  }
14874
14874
  const hw = pz(kz)(kw), $z = "*,*:before,*:after{box-sizing:border-box}._window_1gb2a_7{width:640px;height:360px;position:relative;background:#fff;overflow:hidden;box-shadow:0 2px 4px #00000026;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);font-family:var(--font-family);font-size:var(--font-size);margin:0 auto;border-radius:16px}._windowRotate_1gb2a_26{width:360px!important;height:640px!important}._window_1gb2a_7[data-direction=rtl]{direction:rtl}._window_1gb2a_7[data-direction=ltr]{direction:ltr}._window_1gb2a_7[data-device=mobile]{width:360px;height:640px}._header_1gb2a_44{position:absolute;top:0;right:0;display:flex;justify-content:flex-end;padding:16px;z-index:1}div[data-direction=rtl] ._header_1gb2a_44{left:0}div[data-direction=ltr] ._header_1gb2a_44{right:0}._header_1gb2a_44 button,._footer_1gb2a_62 button{display:flex;justify-content:center;align-items:center;border:none;padding:0;margin:0;text-decoration:none;background:none;cursor:pointer;text-align:center;transition:background .25s ease-in-out,transform .15s ease;appearance:none}._header_1gb2a_44 button:focus-visible{outline:2px solid blue}._footer_1gb2a_62{position:absolute;bottom:0;padding:0 16px 8px;display:flex;align-items:center}div[data-device=mobile] ._footer_1gb2a_62{left:50%;transform:translate(-50%)}div[data-direction=rtl]:not([data-device=mobile]) ._footer_1gb2a_62{right:0}div[data-direction=ltr]:not([data-device=mobile]) ._footer_1gb2a_62{left:0}._copyright_1gb2a_102{display:flex;align-items:center}@media (max-width: 360px){._window_1gb2a_7[data-device=mobile]{width:100%}}@media (max-height: 640px){._window_1gb2a_7[data-device=mobile]{height:100%}}@media (max-width: 360px) and (max-height: 640px){._window_1gb2a_7[data-device=mobile]{border-radius:0}}@media (max-width: 640px){._window_1gb2a_7[data-device=desktop]{width:100%;height:100%;border-radius:0}}", qz = '._instruction-window_wzfb4_1{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;padding:24px 16px}div[data-device=mobile] ._instruction-window_wzfb4_1{justify-content:center;padding:4em 1em}._text_wzfb4_15{display:flex;flex-direction:column;align-items:center;text-align:center;color:#000;margin-bottom:4px}div[data-device=mobile] ._text_wzfb4_15{margin-bottom:0}._title_wzfb4_28{margin-top:14px;margin-bottom:34px;font-size:1.563em;font-weight:600;color:#000;line-height:1}div[data-device=mobile] ._title_wzfb4_28{margin-top:0;font-size:2.125em;margin-bottom:55px}._subtitle_wzfb4_43{font-size:1.063em;font-weight:600;text-align:center;color:#262626;line-height:1.1}div[data-device=mobile] ._subtitle_wzfb4_43{font-size:1.375em}._container_wzfb4_55{display:flex;flex-direction:column;width:280px;height:100%;align-items:center}div[data-locale=en] ._container_wzfb4_55{width:13.375em;min-width:214px}div[data-locale=es] ._container_wzfb4_55{width:19.375em;min-width:285px}div[data-locale=de] ._container_wzfb4_55{width:13.938em;min-width:223px}div[data-locale=fr] ._container_wzfb4_55{width:17.813em;min-width:285px}div[data-device=mobile] ._container_wzfb4_55{justify-content:center;width:280px}._icon-block_wzfb4_88{display:flex;align-items:center;color:#000;font-size:.875em;margin-bottom:1px;letter-spacing:.4px}div[data-direction=ltr] ._icon-block_wzfb4_88{text-align:left}div[data-device=mobile] ._icon-block_wzfb4_88{font-size:1.125em;letter-spacing:0;margin-bottom:5px}div[data-device=mobile][data-locale=en] ._icon-block_wzfb4_88{padding-right:10px}._icon-container_wzfb4_111{display:flex;flex-direction:column;margin-bottom:25px}div[data-device=mobile] ._icon-container_wzfb4_111{margin-bottom:45px;margin-top:8px;padding-left:12px}._icon_wzfb4_88{margin-right:9px;flex:0 0 43px;height:43px;background-repeat:no-repeat;background-position:center center;background-size:contain}._illumination_wzfb4_132{background-image:var(--onboarding-screen-illumination)}._no-accessories_wzfb4_136{background-image:var(--onboarding-screen-accessories)}._camera-on-eye_wzfb4_140{background-image:var(--onboarding-screen-camera-level)}div[data-device=mobile] ._icon_wzfb4_88{margin-right:8px;flex:0 0 50px;height:50px}._instruction-window_wzfb4_1 button{position:relative;width:100%;height:50px;overflow:hidden;font-size:1.375em;font-weight:700;background:var(--onboarding-screen-start-button-background);color:var(--onboarding-screen-start-button-title)}._instruction-window_wzfb4_1 button:hover{background:var(--onboarding-screen-start-button-background-hover);color:var(--onboarding-screen-start-button-title-hover)}._instruction-window_wzfb4_1 button:after{transform:translate(-120%);content:"";position:absolute;width:120%;height:100%;left:0;top:0;z-index:1;background:linear-gradient(269.72deg,#fff0 -4.26%,#ffffff38 47.3%,#fff0 105.48%);animation:_buttonAnimation_wzfb4_1 5.5s forwards}@keyframes _buttonAnimation_wzfb4_1{0%{transform:translate(-120%)}25%{transform:translate(120%)}26%{transform:translate(120%);opacity:0}27%{transform:translate(-120%);opacity:0}28%{transform:translate(-120%);opacity:1}40%{transform:translate(-120%);opacity:1}65%{transform:translate(120%);opacity:1}66%{transform:translate(120%);opacity:0}67%{transform:translate(-120%);opacity:0}68%{transform:translate(-120%);opacity:1}75%{transform:translate(-120%);opacity:1}to{transform:translate(120%);opacity:1}}', e0 = "._container_ctl1v_1{display:flex;width:100%;height:100%;position:relative;color:#fff}button:focus{outline:none}._debug-canvas_ctl1v_14{position:absolute;top:0;left:0}._mirror-x_ctl1v_20{transform:scaleX(-1)}._translateY_ctl1v_24{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-30px)}div[data-device=mobile] ._translateY_ctl1v_24{transform:translateY(-25%)}", t0 = "._process-message_1n8va_1{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center}._process-message_1n8va_1 ._message_1n8va_9{display:block;padding-top:.875em;font-size:.875em;font-weight:400;line-height:1.43em;color:#444}._info-message_1n8va_18{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:0 1.5em}._text-container_1n8va_27{display:flex;flex-direction:column;align-items:center;max-width:350px;word-break:break-word}._text-container_1n8va_27>svg{margin-bottom:1.12em}._info-message_1n8va_18 ._title_1n8va_39{margin:0 0 .3em;font-size:1.25em;font-weight:700;line-height:1.4em;color:#262626;text-align:center}._info-message_1n8va_18 ._subtitle_1n8va_48{margin:0 0 .2em;font-style:normal;font-size:1em;font-weight:400;line-height:1.375em;color:#262626;text-align:center}._info-message_1n8va_18 ._errorCode_1n8va_58{margin:0 0 1.15em;font-style:normal;font-size:.9em;font-weight:400;line-height:1.375em;color:#262626;text-align:center;opacity:.7}._button_1n8va_69{margin-top:1em}._done_1n8va_73{width:86px;height:86px;background-image:var(--success-screen-image);background-repeat:no-repeat;background-size:contain;background-position:center center}", r0 = '._message-container_ud95n_2{display:inline-block;padding:.595em .87em;font-style:normal;font-weight:400;color:var(--camera-screen-front-hint-label-text);background:var(--camera-screen-front-hint-label-background);line-height:1em;border-radius:16px}._container_ud95n_14{position:relative;height:100%;width:100%}._container_ud95n_14:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:10px;background:#fff}._translateY_ud95n_31{transform:translateY(-30px)}div[data-device=mobile] ._translateY_ud95n_31{transform:translateY(-25%)}._videoContainer_ud95n_39{width:100%;height:100%;overflow:hidden}._videoContainerRotation_ud95n_44{--rotatedWidth: 640px;--rotatedHeight: 360px;width:var(--rotatedWidth);height:var(--rotatedHeight);transform-origin:50% 50%}._videoContainerRotation-90-rev_ud95n_52{transform:rotate(90deg) translateY(calc(var(--rotatedWidth) / 2 - var(--rotatedHeight) / 2)) translate(calc(var(--rotatedWidth) / 2 - var(--rotatedHeight) / 2))}._videoContainerRotation-90_ud95n_52{transform:rotate(-90deg) translateY(calc(var(--rotatedHeight) / 2 - var(--rotatedWidth) / 2)) translate(calc(var(--rotatedHeight) / 2 - var(--rotatedWidth) / 2))}._videoContainerRotation-180_ud95n_60{transform:rotate(-180deg)}._videoContainerBlur_ud95n_64{display:flex;flex:1;width:100%;height:100%;transition:filter .3s linear}._backgroundSvg_ud95n_72{position:absolute;top:0;left:0;height:100%;width:100%}._hide_ud95n_80{opacity:0}._frame_ud95n_84{stroke-dasharray:100;animation:_dash_ud95n_1 10s linear infinite;animation-direction:reverse}._done_ud95n_90{animation:_pulse_ud95n_1 1s infinite ease-in-out}@keyframes _pulse_ud95n_1{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}._hintArrowAnimation_ud95n_106{animation:_pulseHintArrow_ud95n_1 1s infinite ease-in-out}@keyframes _pulseHintArrow_ud95n_1{0%{opacity:.3;transform:translate(20px)}50%{opacity:1;transform:translate(25px)}to{opacity:.3;transform:translate(20px)}}._primaryMessage_ud95n_125{position:absolute;bottom:8%;width:100%;text-align:center;font-size:1.125em;z-index:1}._secondaryMessage_ud95n_134{position:absolute;bottom:-7px;padding:.2em;width:100%;text-align:center;font-size:1em;transition:.5s ease;transform:translateZ(0);z-index:1}._centreMessage_ud95n_146{bottom:50%;transform:translateY(50%)}div[data-device=mobile] ._secondaryMessage_ud95n_134{transition-delay:.1s;transform:translateZ(0) translateY(0);padding:3em 1em;font-size:1.25em}div[data-device=mobile] ._centreMessage_ud95n_146{bottom:-7px;transform:translateY(-150px)}._functionalButtons_ud95n_163{position:absolute;bottom:0;padding:20px;display:flex;align-items:flex-end;justify-content:flex-end;transform:translateY(30px);z-index:1}div[data-device=mobile] ._functionalButtons_ud95n_163{transform:translateY(120px)}div[data-direction=rtl] ._functionalButtons_ud95n_163{left:0}div[data-direction=ltr] ._functionalButtons_ud95n_163{right:0}._functionalButtons_ud95n_163 button:not(:disabled):hover{transform:scale(1.1)}._functionalButtons_ud95n_163 button{display:flex;justify-content:center;align-items:center;border:none;padding:0;margin:0;text-decoration:none;background:none;cursor:pointer;text-align:center;transition:transform .15s ease}._functionalButtons_ud95n_163 button:focus-visible{outline:1px solid blue}._functionalButtons_ud95n_163 button:disabled{opacity:.5}._backgroundSvg_ud95n_72 ellipse{transition:rx .5s,ry .5s}._targetSector_ud95n_218{--sector-rotate: rotate(0deg);transform:var(--sector-rotate)}._currentSector_ud95n_223{opacity:.8;transition:opacity .5s}._backgroundSvg_ud95n_72._firstStepAnimation_ud95n_228 ._targetSector_ud95n_218{animation:_targetSectorFirstStepAnimation_ud95n_1 .4s forwards}._backgroundSvg_ud95n_72._firstStepAnimation_ud95n_228 ._currentSector_ud95n_223{animation:_currentSectorFirstStepAnimation_ud95n_1 .4s forwards}._backgroundSvg_ud95n_72._firstStepAnimation_ud95n_228 ellipse{transform-origin:50% 50%;animation:_ellipseFirstStepAnimation_ud95n_1 .2s forwards}@keyframes _ellipseFirstStepAnimation_ud95n_1{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}._face-hint_ud95n_253{--from-left: 0;--from-top: 0}._face-hint-container_ud95n_258{position:absolute;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;transition:opacity .5s}._face-hint-round_ud95n_270{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;transition:.8s}._face-hint-target_ud95n_279{background-repeat:no-repeat;background-position:0 0;background-size:100%;animation:_spriteAnimation_ud95n_1 .4s steps(7) forwards}._face-hint-animation-14_ud95n_286{animation:_spriteAnimation_ud95n_1 .5s steps(3) alternate}._face-hint-animation-9_ud95n_291{animation:_spriteAnimation_ud95n_1 1s steps(12) forwards}._face-hint-animation-10_ud95n_296,._face-hint-animation-11_ud95n_297,._face-hint-animation-12_ud95n_298,._face-hint-animation-13_ud95n_299{animation:_spriteAnimation_ud95n_1 .4s steps(7) forwards reverse}._face-hint-animation-3_ud95n_304{animation:_moveCloser_ud95n_1 1s forwards}._face-hint-animation-4_ud95n_309{animation:_moveAway_ud95n_1 1s forwards}._face-hint-animation-1_ud95n_286{animation:_fitYourFace_ud95n_1 1s forwards}@keyframes _fitYourFace_ud95n_1{0%{top:var(--from-top);left:var(--from-left)}30%{top:var(--from-top);left:var(--from-left)}to{top:0;left:0}}@keyframes _moveCloser_ud95n_1{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes _moveAway_ud95n_1{0%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes _targetSectorFirstStepAnimation_ud95n_1{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes _currentSectorFirstStepAnimation_ud95n_1{0%{visibility:hidden}80%{visibility:hidden}to{visibility:visible}}@keyframes _spriteAnimation_ud95n_1{0%{background-position:0 0}to{background-position:0 100%}}', n0 = "._container_1hyic_1{display:flex;flex:1}._video_1hyic_6{background-color:#fff;width:100%;height:100%;object-fit:contain}", M0 = "._button_19w9m_1{display:inline-flex;align-items:center;justify-content:center;border:none;margin:0;padding:0;background:var(--onboarding-screen-start-button-background);cursor:pointer;text-align:center;text-decoration:none;font-family:var(--font-family);font-size:1em;font-weight:400;color:var(--onboarding-screen-start-button-title);appearance:none;height:42px;flex-shrink:0;width:180px;border-radius:20px;transition:background .25s ease-in-out,transform .15s ease}._button_19w9m_1:hover{background:var(--onboarding-screen-start-button-background-hover);color:var(--onboarding-screen-start-button-title-hover)}._button_19w9m_1:active{background:var(--onboarding-screen-start-button-background)}._button_19w9m_1:focus-visible{outline:2px solid blue}", i0 = '._container_e810x_1{height:50px;width:50px}@keyframes _spin_e810x_15{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinner_e810x_15{position:relative;width:50px;height:50px;clip:rect(22px,44px,44px,0);animation:_spin_e810x_15 1.5s cubic-bezier(.77,0,.175,1) infinite}._spinner_e810x_15:before,._spinner_e810x_15:after{content:"";display:block;position:absolute;inset:0;margin:auto;height:44px;width:44px;border-radius:50%}._spinner_e810x_15:before{border:3px solid transparent;border-top:3px solid var(--processing-screen-progress);animation:_spin_e810x_15 1.5s cubic-bezier(.77,0,.175,1) infinite}._spinner_e810x_15:after{border:3px solid rgba(49,49,49,.1)}', a0 = "._retry-screen_g40yf_1{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between;padding:1em}div[data-device=mobile] ._retry-screen_g40yf_1{justify-content:center;padding:4em 1em 6em}._text_g40yf_15{text-align:center}._text_g40yf_15 ._title_g40yf_19{margin:0 0 .4em;font-size:1.25em;font-weight:700;line-height:1.4em;color:#262626}div[data-device=mobile] ._text_g40yf_15 ._title_g40yf_19{line-height:1.25em}._text_g40yf_15 ._subtitle_g40yf_31{margin:0 0 16px;font-style:normal;font-size:.875em;font-weight:400;line-height:1.25em;color:#262626;opacity:.7}._retry-screen_g40yf_1 ._icons_g40yf_41{display:flex}div[data-device=mobile] ._icons_g40yf_41{flex-direction:column}._icons_g40yf_41 ._icon-item_g40yf_49{display:flex;flex-direction:column;align-items:center}._icons_g40yf_41 ._icon-item_g40yf_49+._icon-item_g40yf_49{margin-left:2em;margin-right:0}div[data-direction=rtl] ._icons_g40yf_41 ._icon-item_g40yf_49+._icon-item_g40yf_49{margin-left:0;margin-right:2em}div[data-device=mobile] ._icons_g40yf_41 ._icon-item_g40yf_49+._icon-item_g40yf_49{margin-left:0;margin-right:0}._icon-item_g40yf_49>svg{margin-bottom:.7em}._icon-subtitle_g40yf_74{font-size:.8em;line-height:1.43em;color:#262626;margin:0 0 1.15em;font-style:normal;font-weight:400;text-align:center}._icon-item_g40yf_49>p{word-break:break-word;text-align:center;max-width:280px}div[data-device=mobile] ._icon-item_g40yf_49>p{max-width:300px}div[data-device=mobile] ._icon-subtitle_g40yf_74{font-size:.8125em}._retry-screen_g40yf_1 button{color:var(--retry-screen-retry-button-title);background:var(--retry-screen-retry-button-background)}._retry-screen_g40yf_1 button:hover{color:var(--retry-screen-retry-button-title-hover);background:var(--retry-screen-retry-button-background-hover)}div[data-device=mobile] ._retry-screen_g40yf_1 button{position:absolute;width:calc(100% - 32px);bottom:55px;left:16px}._icon-bg_g40yf_116{width:140px;height:100px;background-repeat:no-repeat;background-position:center center;background-size:contain;margin-bottom:5px}._no-smile_g40yf_125{background-image:var(--retry-screen-person-image)}._no-glare_g40yf_128{background-image:var(--retry-screen-environment-image)}@media (max-width: 400px){div[data-device=mobile] ._retry-screen_g40yf_1{padding:3em 1em 5.5em}div[data-device=mobile] ._retry-screen_g40yf_1 button{bottom:45px}}@media (max-width: 360px){div[data-device=mobile] ._retry-screen_g40yf_1 ._icons_g40yf_41 svg{width:100%}}";
14875
14875
  var an = /* @__PURE__ */ ((n) => (n.url = "url", n.debug = "debug", n.locale = "locale", n.copyright = "copyright", n.cameraId = "camera-id", n.changeCamera = "change-camera", n.startScreen = "start-screen", n.deviceOrientation = "device-orientation", n.closeDisabled = "close-disabled", n.finishScreen = "finish-screen", n))(an || {}), Qn = /* @__PURE__ */ ((n) => (n.locale = "locale", n.copyright = "copyright", n.cameraId = "camera-id", n.changeCamera = "change-camera", n.startScreen = "start-screen", n.closeDisabled = "close-disabled", n.finishScreen = "finish-screen", n))(Qn || {});
@@ -16751,14 +16751,14 @@ function yee() {
16751
16751
  });
16752
16752
  if (n({ target: "Promise", proto: !0, real: !0, forced: A }, {
16753
16753
  finally: function(D) {
16754
- var T = c(this, o("Promise")), d = g(D);
16754
+ var T = c(this, o("Promise")), x = g(D);
16755
16755
  return this.then(
16756
- d ? function(E) {
16756
+ x ? function(E) {
16757
16757
  return N(T, D()).then(function() {
16758
16758
  return E;
16759
16759
  });
16760
16760
  } : D,
16761
- d ? function(E) {
16761
+ x ? function(E) {
16762
16762
  return N(T, D()).then(function() {
16763
16763
  throw E;
16764
16764
  });
@@ -16827,7 +16827,7 @@ function Eee(n) {
16827
16827
  debug: y,
16828
16828
  headers: D,
16829
16829
  tag: T,
16830
- startScreen: d = !0,
16830
+ startScreen: x = !0,
16831
16831
  deviceOrientation: E = !1,
16832
16832
  completionStatus: z,
16833
16833
  setCompletionStatus: h,
@@ -16842,9 +16842,9 @@ function Eee(n) {
16842
16842
  orientation: G,
16843
16843
  isLandscape: V
16844
16844
  } = kl(), [Y, J] = Ne.useState(!1), q = Ne.useRef(!0), re = Ne.useCallback(() => {
16845
- z === _e.CAPTURING && N ? (M(!0), a(Vr.CLOSE_BUTTON)) : (M(!1), h(d ? _e.INSTRUCTION : _e.FAILED)), J(!0);
16845
+ z === _e.CAPTURING && N ? (M(!0), a(Vr.CLOSE_BUTTON)) : (M(!1), h(x ? _e.INSTRUCTION : _e.FAILED)), J(!0);
16846
16846
  }, [z, N]);
16847
- return Ne.useEffect(() => (Uz && k(new ei("HTTP_NOT_SUPPORTED")), d || h(_e.CAPTURING), E && it.isMobile && !Ri.initialized && Ri.init(y == null ? void 0 : y.deviceOrientationPlate), () => {
16847
+ return Ne.useEffect(() => (Uz && k(new ei("HTTP_NOT_SUPPORTED")), x || h(_e.CAPTURING), E && it.isMobile && !Ri.initialized && Ri.init(y == null ? void 0 : y.deviceOrientationPlate), () => {
16848
16848
  VM.abortLivenessRequest(), it.isMobile && Ri.initialized && Ri.shutdown();
16849
16849
  }), []), Ne.useEffect(() => {
16850
16850
  if (z === _e.PROCESSING_REQUEST) {
@@ -17221,46 +17221,48 @@ var bte = Object.defineProperty, Ute = Object.getOwnPropertyDescriptor, Yl = (n,
17221
17221
  let Ha = class extends _i {
17222
17222
  constructor() {
17223
17223
  super(...arguments), this._performType = jL.DATA, this.props = null, this._isFinishWithExitOnce = !1, this._handleFaceLiveness = (n) => {
17224
- var a, o, g, c, N, l, j, A, y, D, T;
17225
- const r = n.detail, M = ((a = r == null ? void 0 : r.data) == null ? void 0 : a.transactionId) || "";
17224
+ var a, o, g, c, N, l, j, A, y, D, T, x, E;
17225
+ const r = n.detail;
17226
+ (o = (a = this.props) == null ? void 0 : a.idvEventListener) == null || o.call(a, "IDV-FACE", r.action);
17227
+ const M = ((g = r == null ? void 0 : r.data) == null ? void 0 : g.transactionId) || "";
17226
17228
  if (r.action === "PROCESS_FINISHED") {
17227
17229
  if (this._isFinishWithExitOnce) return;
17228
- if ((o = r.data) != null && o.reason && ((g = r.data) == null ? void 0 : g.status) === ly.ERROR && !DL.includes(r.data.reason)) {
17229
- const E = {
17230
+ if ((c = r.data) != null && c.reason && ((N = r.data) == null ? void 0 : N.status) === ly.ERROR && !DL.includes(r.data.reason)) {
17231
+ const h = {
17230
17232
  transactionId: "",
17231
17233
  cancel: !1,
17232
17234
  errorCode: r.data.reason
17233
17235
  };
17234
- (c = this.props) == null || c.perform(E, this._performType);
17236
+ (l = this.props) == null || l.perform(h, this._performType);
17235
17237
  }
17236
- if (((N = r.data) == null ? void 0 : N.status) === ly.OK && ((l = r.data) != null && l.response) && r.data.response.code === 0) {
17237
- (j = this.props) != null && j.isProcessing && this.props.isProcessing(!0);
17238
- const z = {
17238
+ if (((j = r.data) == null ? void 0 : j.status) === ly.OK && ((A = r.data) != null && A.response) && r.data.response.code === 0) {
17239
+ (y = this.props) != null && y.isProcessing && this.props.isProcessing(!0);
17240
+ const S = {
17239
17241
  transactionId: r.data.response.transactionId,
17240
17242
  cancel: !1,
17241
17243
  errorCode: ""
17242
17244
  };
17243
- (A = this.props) == null || A.perform(z, this._performType), this._isFinishWithExitOnce = !0;
17245
+ (D = this.props) == null || D.perform(S, this._performType), this._isFinishWithExitOnce = !0;
17244
17246
  return;
17245
17247
  }
17246
17248
  }
17247
17249
  if (r.action === "RETRY_COUNTER_EXCEEDED") {
17248
- (y = this.props) != null && y.isProcessing && this.props.isProcessing(!0);
17249
- const d = {
17250
+ (T = this.props) != null && T.isProcessing && this.props.isProcessing(!0);
17251
+ const z = {
17250
17252
  transactionId: M,
17251
17253
  cancel: !1,
17252
17254
  errorCode: ""
17253
17255
  };
17254
- (D = this.props) == null || D.perform(d, this._performType), this._isFinishWithExitOnce = !0;
17256
+ (x = this.props) == null || x.perform(z, this._performType), this._isFinishWithExitOnce = !0;
17255
17257
  return;
17256
17258
  }
17257
17259
  if ((r == null ? void 0 : r.action) === "CLOSE") {
17258
- const d = {
17260
+ const z = {
17259
17261
  transactionId: M,
17260
17262
  cancel: !0,
17261
17263
  errorCode: ""
17262
17264
  };
17263
- (T = this.props) == null || T.perform(d, this._performType);
17265
+ (E = this.props) == null || E.perform(z, this._performType);
17264
17266
  }
17265
17267
  };
17266
17268
  }
@@ -17476,9 +17478,9 @@ let Ha = class extends _i {
17476
17478
  workerPath: r == null ? void 0 : r.workerPath,
17477
17479
  customization: Ny(l),
17478
17480
  nonce: (L = this.props) == null ? void 0 : L.nonce
17479
- }, A = Ny(j), y = r == null ? void 0 : r.recordingProcess, D = y && y in KM ? KM[y] : KM.SYNCHRONOUS_UPLOAD, T = (C = r == null ? void 0 : r.type) != null ? C : "ACTIVE", d = T === "BLINK" ? $M.ACTIVE : $M[T], E = N && typeof N == "string" ? { locale: N.slice(0, 2).toLowerCase() } : {}, z = Tg(Ui({}, E), {
17481
+ }, A = Ny(j), y = r == null ? void 0 : r.recordingProcess, D = y && y in KM ? KM[y] : KM.SYNCHRONOUS_UPLOAD, T = (C = r == null ? void 0 : r.type) != null ? C : "ACTIVE", x = T === "BLINK" ? $M.ACTIVE : $M[T], E = N && typeof N == "string" ? { locale: N.slice(0, 2).toLowerCase() } : {}, z = Tg(Ui({}, E), {
17480
17482
  recordingProcess: D,
17481
- livenessType: d,
17483
+ livenessType: x,
17482
17484
  startScreen: !((U = r == null ? void 0 : r.skipSteps) != null && U.includes("ONBOARDING_STEP")),
17483
17485
  copyright: (W = (k = r == null ? void 0 : r.copyright) != null ? k : M) != null ? W : !0,
17484
17486
  headers: Ui({ Authorization: `Connection ${o}` }, r == null ? void 0 : r.headers),