@odus/checkout 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/shared.js CHANGED
@@ -1,4 +1,4 @@
1
- const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ? "https://api.odus.com" : "http://localhost:3000", np = async ({
1
+ const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ? "https://api.odus.com" : "http://localhost:3000", ap = async ({
2
2
  id: r,
3
3
  checkoutKey: e,
4
4
  environment: t
@@ -42,7 +42,7 @@ const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ?
42
42
  FORM_RENDER_TIME: "form.render_time",
43
43
  VGS_IFRAME_LOAD_TIME: "vgs.iframe.load_time",
44
44
  VGS_TOKENIZATION_TIME: "vgs.tokenization_time"
45
- }, Bc = /^\s*at (?:(.+?) ?\()?((?:file|https?|chrome-extension|webpack-internal):\/\/.+?):(\d+):(\d+)\)?\s*$/, jc = /^([^@]+)@((?:file|https?|chrome-extension|webpack-internal):\/\/[^\s:]+):(\d+):(\d+)$/, zc = /^(?:([^@]+)@)?((?:file|https?):\/\/[^\s:]+):(\d+):(\d+)$/, En = (r) => {
45
+ }, jc = /^\s*at (?:(.+?) ?\()?((?:file|https?|chrome-extension|webpack-internal):\/\/.+?):(\d+):(\d+)\)?\s*$/, zc = /^([^@]+)@((?:file|https?|chrome-extension|webpack-internal):\/\/[^\s:]+):(\d+):(\d+)$/, $c = /^(?:([^@]+)@)?((?:file|https?):\/\/[^\s:]+):(\d+):(\d+)$/, En = (r) => {
46
46
  if (!r)
47
47
  return [];
48
48
  const e = [], t = r.split(`
@@ -51,7 +51,7 @@ const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ?
51
51
  const n = i.trim();
52
52
  if (!n)
53
53
  continue;
54
- let a = Bc.exec(n);
54
+ let a = jc.exec(n);
55
55
  if (a) {
56
56
  e.push({
57
57
  function: a[1] || "(anonymous)",
@@ -61,7 +61,7 @@ const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ?
61
61
  });
62
62
  continue;
63
63
  }
64
- a = jc.exec(n) ?? zc.exec(n), a && e.push({
64
+ a = zc.exec(n) ?? $c.exec(n), a && e.push({
65
65
  function: a[1] || "(anonymous)",
66
66
  filename: a[2],
67
67
  lineno: parseInt(a[3], 10),
@@ -69,9 +69,9 @@ const wn = (r) => r === "test" ? "https://sandbox-api.odus.com" : r === "live" ?
69
69
  });
70
70
  }
71
71
  return e;
72
- }, $c = "@odus/telemetry", Gc = "0.0.1";
72
+ }, Gc = "@odus/telemetry", Kc = "0.0.1";
73
73
  let Nt, At, In;
74
- const Kc = () => {
74
+ const Hc = () => {
75
75
  if (typeof navigator > "u")
76
76
  return {};
77
77
  const r = navigator.userAgent;
@@ -88,36 +88,36 @@ const Kc = () => {
88
88
  viewportHeight: String(window.innerHeight),
89
89
  userAgent: r
90
90
  };
91
- }, Hc = () => typeof window > "u" ? {} : { url: window.location.href }, Uc = (r) => {
91
+ }, Uc = () => typeof window > "u" ? {} : { url: window.location.href }, Zc = (r) => {
92
92
  Nt = void 0, In = void 0, At = r.sessionTracking?.session ? { id: r.sessionTracking.session.id } : void 0;
93
- }, Zc = (r) => {
93
+ }, Wc = (r) => {
94
94
  Nt = r;
95
- }, Wc = () => {
95
+ }, Jc = () => {
96
96
  Nt = void 0;
97
- }, Jc = (r) => {
98
- At = r;
99
97
  }, Yc = (r) => {
98
+ At = r;
99
+ }, Qc = (r) => {
100
100
  In = r;
101
- }, Qc = () => At?.id, Xc = (r) => ({
102
- sdk: { name: $c, version: Gc },
101
+ }, Xc = () => At?.id, eu = (r) => ({
102
+ sdk: { name: Gc, version: Kc },
103
103
  app: r.app,
104
104
  user: Nt,
105
105
  session: At,
106
- page: Hc(),
107
- browser: Kc(),
106
+ page: Uc(),
107
+ browser: Hc(),
108
108
  view: In
109
- }), eu = 30, tu = 250, ru = 6e4;
109
+ }), tu = 30, ru = 250, iu = 6e4;
110
110
  let xe = [], Ee = null, Cn = 0, lt = null, ct = null;
111
- const iu = (r) => {
111
+ const nu = (r) => {
112
112
  if (Ee)
113
113
  return;
114
- const e = r.batching?.sendTimeout ?? tu;
114
+ const e = r.batching?.sendTimeout ?? ru;
115
115
  Ee = setTimeout(() => {
116
116
  Ot(r);
117
117
  }, e);
118
- }, nu = (r, e) => {
118
+ }, au = (r, e) => {
119
119
  const t = {
120
- meta: Xc(e)
120
+ meta: eu(e)
121
121
  };
122
122
  for (const i of r)
123
123
  switch (i.type) {
@@ -135,8 +135,8 @@ const iu = (r) => {
135
135
  break;
136
136
  }
137
137
  return t;
138
- }, au = (r, e, t = !1) => {
139
- const i = JSON.stringify(r), n = Qc(), a = {
138
+ }, su = (r, e, t = !1) => {
139
+ const i = JSON.stringify(r), n = Xc(), a = {
140
140
  "Content-Type": "application/json"
141
141
  };
142
142
  if (n && (a["x-faro-session-id"] = n), t && typeof navigator < "u" && navigator.sendBeacon) {
@@ -144,7 +144,7 @@ const iu = (r) => {
144
144
  navigator.sendBeacon(e, o);
145
145
  return;
146
146
  }
147
- const s = i.length < ru;
147
+ const s = i.length < iu;
148
148
  fetch(e, {
149
149
  method: "POST",
150
150
  headers: a,
@@ -167,25 +167,25 @@ const iu = (r) => {
167
167
  const t = xe;
168
168
  xe = [];
169
169
  try {
170
- let i = nu(t, r);
170
+ let i = au(t, r);
171
171
  if (r.beforeSend) {
172
172
  const n = r.beforeSend(i);
173
173
  if (!n)
174
174
  return;
175
175
  i = n;
176
176
  }
177
- au(i, r.url, e);
177
+ su(i, r.url, e);
178
178
  } catch {
179
179
  }
180
180
  }, fe = (r, e) => {
181
181
  xe.push(r);
182
- const t = e.batching?.itemLimit ?? eu;
182
+ const t = e.batching?.itemLimit ?? tu;
183
183
  if (xe.length >= t) {
184
184
  Ot(e);
185
185
  return;
186
186
  }
187
- iu(e);
188
- }, su = (r) => {
187
+ nu(e);
188
+ }, ou = (r) => {
189
189
  if (xe = [], Cn = 0, Ee && (clearTimeout(Ee), Ee = null), typeof document > "u")
190
190
  return;
191
191
  lt && document.removeEventListener("visibilitychange", lt), ct && window.removeEventListener("pagehide", ct);
@@ -195,7 +195,7 @@ const iu = (r) => {
195
195
  }, ct = e, document.addEventListener("visibilitychange", lt), window.addEventListener("pagehide", ct);
196
196
  }, ua = () => (/* @__PURE__ */ new Date()).toISOString();
197
197
  let da = null, ha = null;
198
- const ou = (r) => {
198
+ const lu = (r) => {
199
199
  typeof window > "u" || (da = (e) => {
200
200
  const t = e.error instanceof Error ? e.error : new Error(e.message);
201
201
  fe({
@@ -223,7 +223,7 @@ const ou = (r) => {
223
223
  }, fa = "odus_telemetry_session_id", $t = () => {
224
224
  const r = new Uint8Array(16);
225
225
  return crypto.getRandomValues(r), Array.from(r, (e) => e.toString(16).padStart(2, "0")).join("");
226
- }, lu = (r) => {
226
+ }, cu = (r) => {
227
227
  if (r)
228
228
  return r;
229
229
  if (typeof sessionStorage > "u")
@@ -237,11 +237,11 @@ const ou = (r) => {
237
237
  } catch {
238
238
  return $t();
239
239
  }
240
- }, cu = (r) => {
240
+ }, uu = (r) => {
241
241
  if (!r.sessionTracking?.enabled)
242
242
  return;
243
- const e = lu(r.sessionTracking.session?.id);
244
- Jc({ id: e });
243
+ const e = cu(r.sessionTracking.session?.id);
244
+ Yc({ id: e });
245
245
  }, Gt = () => (/* @__PURE__ */ new Date()).toISOString(), Kt = (r, e) => {
246
246
  if (typeof PerformanceObserver > "u" || !PerformanceObserver.supportedEntryTypes?.includes(r))
247
247
  return;
@@ -249,7 +249,7 @@ const ou = (r) => {
249
249
  for (const n of i.getEntries())
250
250
  e(n);
251
251
  }).observe({ type: r, buffered: !0 });
252
- }, uu = (r) => {
252
+ }, du = (r) => {
253
253
  if (typeof window > "u")
254
254
  return;
255
255
  Kt("largest-contentful-paint", (t) => {
@@ -288,14 +288,14 @@ const ou = (r) => {
288
288
  INFO: "info",
289
289
  WARN: "warn",
290
290
  ERROR: "error"
291
- }, ut = () => (/* @__PURE__ */ new Date()).toISOString(), du = (r) => {
292
- Uc(r), su(r);
291
+ }, ut = () => (/* @__PURE__ */ new Date()).toISOString(), hu = (r) => {
292
+ Zc(r), ou(r);
293
293
  const e = r.instrumentations ?? {
294
294
  errors: !0,
295
295
  webVitals: !0,
296
296
  session: !0
297
297
  };
298
- return e.session !== !1 && cu(r), e.errors !== !1 && ou(r), e.webVitals !== !1 && uu(r), {
298
+ return e.session !== !1 && uu(r), e.errors !== !1 && lu(r), e.webVitals !== !1 && du(r), {
299
299
  pushError(t, i) {
300
300
  fe({
301
301
  type: "exception",
@@ -341,36 +341,36 @@ const ou = (r) => {
341
341
  }, r);
342
342
  },
343
343
  setUser(t) {
344
- Zc(t);
344
+ Wc(t);
345
345
  },
346
346
  resetUser() {
347
- Wc();
347
+ Jc();
348
348
  },
349
349
  setView(t) {
350
- Yc(t);
350
+ Qc(t);
351
351
  },
352
352
  flush() {
353
353
  Ot(r);
354
354
  }
355
355
  };
356
- }, hu = (r) => r === "test" ? "https://sandbox-analytics.odus.com/collect" : "https://analytics.odus.com/collect", fu = () => {
356
+ }, fu = (r) => r === "test" ? "https://sandbox-analytics.odus.com/collect" : "https://analytics.odus.com/collect", vu = () => {
357
357
  if (typeof window > "u")
358
358
  return !1;
359
359
  const r = window.location.hostname;
360
360
  return r === "localhost" || r === "127.0.0.1" || r === "0.0.0.0" || r === "::1" || r === "[::1]" || r.endsWith(".localhost");
361
361
  };
362
362
  let re = null;
363
- const ap = (r) => {
363
+ const sp = (r) => {
364
364
  if (re)
365
365
  return re;
366
- if (fu())
366
+ if (vu())
367
367
  return null;
368
- const e = hu(r.environment);
369
- return re = du({
368
+ const e = fu(r.environment);
369
+ return re = hu({
370
370
  url: e,
371
371
  app: {
372
372
  name: "odus-checkout",
373
- version: "1.3.0",
373
+ version: "1.4.0",
374
374
  environment: r.environment === "test" ? "sandbox" : "production"
375
375
  },
376
376
  isolate: !0,
@@ -399,7 +399,7 @@ const ap = (r) => {
399
399
  return t;
400
400
  }
401
401
  }), re;
402
- }, sp = (r, e) => {
402
+ }, op = (r, e) => {
403
403
  re && re.pushError(r, { context: e });
404
404
  }, de = (r, e) => {
405
405
  re && re.pushEvent(r, e);
@@ -412,7 +412,7 @@ const ap = (r) => {
412
412
  ...i
413
413
  }
414
414
  });
415
- }, op = (r, e = "info", t) => {
415
+ }, lp = (r, e = "info", t) => {
416
416
  if (!re) return;
417
417
  const i = {
418
418
  info: bt.INFO,
@@ -424,11 +424,11 @@ const ap = (r) => {
424
424
  context: t
425
425
  });
426
426
  };
427
- var vu = "0123456789abcdefghijklmnopqrstuvwxyz";
427
+ var pu = "0123456789abcdefghijklmnopqrstuvwxyz";
428
428
  function he(r) {
429
- return vu.charAt(r);
429
+ return pu.charAt(r);
430
430
  }
431
- function pu(r, e) {
431
+ function mu(r, e) {
432
432
  return r & e;
433
433
  }
434
434
  function dt(r, e) {
@@ -440,35 +440,35 @@ function va(r, e) {
440
440
  function pa(r, e) {
441
441
  return r & ~e;
442
442
  }
443
- function mu(r) {
443
+ function gu(r) {
444
444
  if (r == 0)
445
445
  return -1;
446
446
  var e = 0;
447
447
  return (r & 65535) == 0 && (r >>= 16, e += 16), (r & 255) == 0 && (r >>= 8, e += 8), (r & 15) == 0 && (r >>= 4, e += 4), (r & 3) == 0 && (r >>= 2, e += 2), (r & 1) == 0 && ++e, e;
448
448
  }
449
- function gu(r) {
449
+ function yu(r) {
450
450
  for (var e = 0; r != 0; )
451
451
  r &= r - 1, ++e;
452
452
  return e;
453
453
  }
454
- var Be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", zl = "=";
454
+ var Be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", $l = "=";
455
455
  function Qe(r) {
456
456
  var e, t, i = "";
457
457
  for (e = 0; e + 3 <= r.length; e += 3)
458
458
  t = parseInt(r.substring(e, e + 3), 16), i += Be.charAt(t >> 6) + Be.charAt(t & 63);
459
459
  for (e + 1 == r.length ? (t = parseInt(r.substring(e, e + 1), 16), i += Be.charAt(t << 2)) : e + 2 == r.length && (t = parseInt(r.substring(e, e + 2), 16), i += Be.charAt(t >> 2) + Be.charAt((t & 3) << 4)); (i.length & 3) > 0; )
460
- i += zl;
460
+ i += $l;
461
461
  return i;
462
462
  }
463
463
  function ma(r) {
464
464
  var e = "", t, i = 0, n = 0;
465
- for (t = 0; t < r.length && r.charAt(t) != zl; ++t) {
465
+ for (t = 0; t < r.length && r.charAt(t) != $l; ++t) {
466
466
  var a = Be.indexOf(r.charAt(t));
467
467
  a < 0 || (i == 0 ? (e += he(a >> 2), n = a & 3, i = 1) : i == 1 ? (e += he(n << 2 | a >> 4), n = a & 15, i = 2) : i == 2 ? (e += he(n), e += he(a >> 2), n = a & 3, i = 3) : (e += he(n << 2 | a >> 4), e += he(a & 15), i = 0));
468
468
  }
469
469
  return i == 1 && (e += he(n << 2)), e;
470
470
  }
471
- var Ve, yu = {
471
+ var Ve, bu = {
472
472
  decode: function(r) {
473
473
  var e;
474
474
  if (Ve === void 0) {
@@ -574,9 +574,9 @@ var Ve, yu = {
574
574
  return e.length == 1 ? e[0] : this;
575
575
  }, r;
576
576
  }()
577
- ), $l = "…", bu = /^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/, Eu = /^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;
577
+ ), Gl = "…", Eu = /^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/, Su = /^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;
578
578
  function ze(r, e) {
579
- return r.length > e && (r = r.substring(0, e) + $l), r;
579
+ return r.length > e && (r = r.substring(0, e) + Gl), r;
580
580
  }
581
581
  var Ht = (
582
582
  /** @class */
@@ -627,7 +627,7 @@ var Ht = (
627
627
  n = this.get(s++), a = this.get(s++), i += String.fromCharCode(n << 8 | a);
628
628
  return i;
629
629
  }, r.prototype.parseTime = function(e, t, i) {
630
- var n = this.parseStringISO(e, t), a = (i ? bu : Eu).exec(n);
630
+ var n = this.parseStringISO(e, t), a = (i ? Eu : Su).exec(n);
631
631
  return a ? (i && (a[1] = +a[1], a[1] += +a[1] < 70 ? 2e3 : 1900), n = a[1] + "-" + a[2] + "-" + a[3] + " " + a[4], a[5] && (n += ":" + a[5], a[6] && (n += ":" + a[6], a[7] && (n += "." + a[7]))), a[8] && (n += " UTC", a[8] != "Z" && (n += a[8], a[9] && (n += ":" + a[9]))), n) : "Unrecognized time: " + n;
632
632
  }, r.prototype.parseInteger = function(e, t) {
633
633
  for (var i = this.get(e), n = i > 127, a = n ? 255 : 0, s, o = ""; i == a && ++e < t; )
@@ -661,7 +661,7 @@ var Ht = (
661
661
  i /= 2, n > i && (t = e + i);
662
662
  for (var s = e; s < t; ++s)
663
663
  a += this.hexByte(this.get(s));
664
- return n > i && (a += $l), a;
664
+ return n > i && (a += Gl), a;
665
665
  }, r.prototype.parseOID = function(e, t, i) {
666
666
  for (var n = "", a = new Ze(), s = 0, o = e; o < t; ++o) {
667
667
  var l = this.get(o);
@@ -683,7 +683,7 @@ var Ht = (
683
683
  return s > 0 && (n += ".incomplete"), n;
684
684
  }, r;
685
685
  }()
686
- ), Su = (
686
+ ), Ru = (
687
687
  /** @class */
688
688
  function() {
689
689
  function r(e, t, i, n, a) {
@@ -913,7 +913,7 @@ var Ht = (
913
913
  return this.tagClass === 0 && this.tagNumber === 0;
914
914
  }, r;
915
915
  }()
916
- ), Se, Ru = 244837814094590, ya = (Ru & 16777215) == 15715070, Y = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 503, 509, 521, 523, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599, 601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877, 881, 883, 887, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997], Tu = (1 << 26) / Y[Y.length - 1], I = (
916
+ ), Se, Tu = 244837814094590, ya = (Tu & 16777215) == 15715070, Y = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487, 491, 499, 503, 509, 521, 523, 541, 547, 557, 563, 569, 571, 577, 587, 593, 599, 601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877, 881, 883, 887, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983, 991, 997], wu = (1 << 26) / Y[Y.length - 1], I = (
917
917
  /** @class */
918
918
  function() {
919
919
  function r(e, t, i) {
@@ -1002,7 +1002,7 @@ var Ht = (
1002
1002
  return this.compareTo(e) > 0 ? this : e;
1003
1003
  }, r.prototype.and = function(e) {
1004
1004
  var t = A();
1005
- return this.bitwiseTo(e, pu, t), t;
1005
+ return this.bitwiseTo(e, mu, t), t;
1006
1006
  }, r.prototype.or = function(e) {
1007
1007
  var t = A();
1008
1008
  return this.bitwiseTo(e, dt, t), t;
@@ -1025,11 +1025,11 @@ var Ht = (
1025
1025
  }, r.prototype.getLowestSetBit = function() {
1026
1026
  for (var e = 0; e < this.t; ++e)
1027
1027
  if (this[e] != 0)
1028
- return e * this.DB + mu(this[e]);
1028
+ return e * this.DB + gu(this[e]);
1029
1029
  return this.s < 0 ? this.t * this.DB : -1;
1030
1030
  }, r.prototype.bitCount = function() {
1031
1031
  for (var e = 0, t = this.s & this.DM, i = 0; i < this.t; ++i)
1032
- e += gu(this[i] ^ t);
1032
+ e += yu(this[i] ^ t);
1033
1033
  return e;
1034
1034
  }, r.prototype.testBit = function(e) {
1035
1035
  var t = Math.floor(e / this.DB);
@@ -1062,7 +1062,7 @@ var Ht = (
1062
1062
  var i = e.bitLength(), n, a = ye(1), s;
1063
1063
  if (i <= 0)
1064
1064
  return a;
1065
- i < 18 ? n = 1 : i < 48 ? n = 3 : i < 144 ? n = 4 : i < 768 ? n = 5 : n = 6, i < 8 ? s = new ba(t) : t.isEven() ? s = new Iu(t) : s = new Ea(t);
1065
+ i < 18 ? n = 1 : i < 48 ? n = 3 : i < 144 ? n = 4 : i < 768 ? n = 5 : n = 6, i < 8 ? s = new ba(t) : t.isEven() ? s = new Cu(t) : s = new Ea(t);
1066
1066
  var o = [], l = 3, c = n - 1, d = (1 << n) - 1;
1067
1067
  if (o[1] = s.convert(this), n > 1) {
1068
1068
  var u = A();
@@ -1105,7 +1105,7 @@ var Ht = (
1105
1105
  return l;
1106
1106
  return l.signum() < 0 ? l.add(e) : l;
1107
1107
  }, r.prototype.pow = function(e) {
1108
- return this.exp(e, new wu());
1108
+ return this.exp(e, new Iu());
1109
1109
  }, r.prototype.gcd = function(e) {
1110
1110
  var t = this.s < 0 ? this.negate() : this.clone(), i = e.s < 0 ? e.negate() : e.clone();
1111
1111
  if (t.compareTo(i) < 0) {
@@ -1129,7 +1129,7 @@ var Ht = (
1129
1129
  if (i.isEven())
1130
1130
  return !1;
1131
1131
  for (t = 1; t < Y.length; ) {
1132
- for (var n = Y[t], a = t + 1; a < Y.length && n < Tu; )
1132
+ for (var n = Y[t], a = t + 1; a < Y.length && n < wu; )
1133
1133
  n *= Y[a++];
1134
1134
  for (n = i.modInt(n); t < a; )
1135
1135
  if (n % Y[t++] == 0)
@@ -1433,7 +1433,7 @@ var Ht = (
1433
1433
  }
1434
1434
  }, r;
1435
1435
  }()
1436
- ), wu = (
1436
+ ), Iu = (
1437
1437
  /** @class */
1438
1438
  function() {
1439
1439
  function r() {
@@ -1493,7 +1493,7 @@ var Ht = (
1493
1493
  e.squareTo(t), this.reduce(t);
1494
1494
  }, r;
1495
1495
  }()
1496
- ), Iu = (
1496
+ ), Cu = (
1497
1497
  /** @class */
1498
1498
  function() {
1499
1499
  function r(e) {
@@ -1577,7 +1577,7 @@ function ht(r) {
1577
1577
  }
1578
1578
  I.ZERO = ye(0);
1579
1579
  I.ONE = ye(1);
1580
- var Cu = (
1580
+ var xu = (
1581
1581
  /** @class */
1582
1582
  function() {
1583
1583
  function r() {
@@ -1596,10 +1596,10 @@ var Cu = (
1596
1596
  }, r;
1597
1597
  }()
1598
1598
  );
1599
- function xu() {
1600
- return new Cu();
1599
+ function Nu() {
1600
+ return new xu();
1601
1601
  }
1602
- var Gl = 256, ft, be = null, ae;
1602
+ var Kl = 256, ft, be = null, ae;
1603
1603
  if (be == null) {
1604
1604
  be = [], ae = 0;
1605
1605
  var vt = void 0;
@@ -1609,7 +1609,7 @@ if (be == null) {
1609
1609
  be[ae++] = Ut[vt] & 255;
1610
1610
  }
1611
1611
  var pt = 0, mt = function(r) {
1612
- if (pt = pt || 0, pt >= 256 || ae >= Gl) {
1612
+ if (pt = pt || 0, pt >= 256 || ae >= Kl) {
1613
1613
  self.removeEventListener ? self.removeEventListener("mousemove", mt, !1) : self.detachEvent && self.detachEvent("onmousemove", mt);
1614
1614
  return;
1615
1615
  }
@@ -1621,9 +1621,9 @@ if (be == null) {
1621
1621
  };
1622
1622
  typeof window < "u" && (self.addEventListener ? self.addEventListener("mousemove", mt, !1) : self.attachEvent && self.attachEvent("onmousemove", mt));
1623
1623
  }
1624
- function Nu() {
1624
+ function Au() {
1625
1625
  if (ft == null) {
1626
- for (ft = xu(); ae < Gl; ) {
1626
+ for (ft = Nu(); ae < Kl; ) {
1627
1627
  var r = Math.floor(65536 * Math.random());
1628
1628
  be[ae++] = r & 255;
1629
1629
  }
@@ -1640,12 +1640,12 @@ var Tt = (
1640
1640
  }
1641
1641
  return r.prototype.nextBytes = function(e) {
1642
1642
  for (var t = 0; t < e.length; ++t)
1643
- e[t] = Nu();
1643
+ e[t] = Au();
1644
1644
  }, r;
1645
1645
  }()
1646
1646
  );
1647
1647
  function Rn(r) {
1648
- return Ou(Vu(Au(r), r.length * 8));
1648
+ return Du(ku(Ou(r), r.length * 8));
1649
1649
  }
1650
1650
  function Ta(r) {
1651
1651
  for (var e = "0123456789abcdef", t = "", i = 0; i < r.length; i++) {
@@ -1654,14 +1654,14 @@ function Ta(r) {
1654
1654
  }
1655
1655
  return t;
1656
1656
  }
1657
- function Au(r) {
1657
+ function Ou(r) {
1658
1658
  for (var e = Array(r.length >> 2), t = 0; t < e.length; t++)
1659
1659
  e[t] = 0;
1660
1660
  for (var t = 0; t < r.length * 8; t += 8)
1661
1661
  e[t >> 5] |= (r.charCodeAt(t / 8) & 255) << 24 - t % 32;
1662
1662
  return e;
1663
1663
  }
1664
- function Ou(r) {
1664
+ function Du(r) {
1665
1665
  for (var e = "", t = 0; t < r.length * 32; t += 8)
1666
1666
  e += String.fromCharCode(r[t >> 5] >>> 24 - t % 32 & 255);
1667
1667
  return e;
@@ -1669,33 +1669,33 @@ function Ou(r) {
1669
1669
  function le(r, e) {
1670
1670
  return r >>> e | r << 32 - e;
1671
1671
  }
1672
- function Kl(r, e) {
1672
+ function Hl(r, e) {
1673
1673
  return r >>> e;
1674
1674
  }
1675
- function Du(r, e, t) {
1675
+ function Pu(r, e, t) {
1676
1676
  return r & e ^ ~r & t;
1677
1677
  }
1678
- function Pu(r, e, t) {
1678
+ function _u(r, e, t) {
1679
1679
  return r & e ^ r & t ^ e & t;
1680
1680
  }
1681
- function _u(r) {
1682
- return le(r, 2) ^ le(r, 13) ^ le(r, 22);
1683
- }
1684
1681
  function qu(r) {
1685
- return le(r, 6) ^ le(r, 11) ^ le(r, 25);
1682
+ return le(r, 2) ^ le(r, 13) ^ le(r, 22);
1686
1683
  }
1687
1684
  function Lu(r) {
1688
- return le(r, 7) ^ le(r, 18) ^ Kl(r, 3);
1685
+ return le(r, 6) ^ le(r, 11) ^ le(r, 25);
1689
1686
  }
1690
1687
  function Mu(r) {
1691
- return le(r, 17) ^ le(r, 19) ^ Kl(r, 10);
1688
+ return le(r, 7) ^ le(r, 18) ^ Hl(r, 3);
1689
+ }
1690
+ function Fu(r) {
1691
+ return le(r, 17) ^ le(r, 19) ^ Hl(r, 10);
1692
1692
  }
1693
- var Fu = new Array(1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993, -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987, 1925078388, -2132889090, -1680079193, -1046744716, -459576895, -272742522, 264347078, 604807628, 770255983, 1249150122, 1555081692, 1996064986, -1740746414, -1473132947, -1341970488, -1084653625, -958395405, -710438585, 113926993, 338241895, 666307205, 773529912, 1294757372, 1396182291, 1695183700, 1986661051, -2117940946, -1838011259, -1564481375, -1474664885, -1035236496, -949202525, -778901479, -694614492, -200395387, 275423344, 430227734, 506948616, 659060556, 883997877, 958139571, 1322822218, 1537002063, 1747873779, 1955562222, 2024104815, -2067236844, -1933114872, -1866530822, -1538233109, -1090935817, -965641998);
1694
- function Vu(r, e) {
1693
+ var Vu = new Array(1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993, -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987, 1925078388, -2132889090, -1680079193, -1046744716, -459576895, -272742522, 264347078, 604807628, 770255983, 1249150122, 1555081692, 1996064986, -1740746414, -1473132947, -1341970488, -1084653625, -958395405, -710438585, 113926993, 338241895, 666307205, 773529912, 1294757372, 1396182291, 1695183700, 1986661051, -2117940946, -1838011259, -1564481375, -1474664885, -1035236496, -949202525, -778901479, -694614492, -200395387, 275423344, 430227734, 506948616, 659060556, 883997877, 958139571, 1322822218, 1537002063, 1747873779, 1955562222, 2024104815, -2067236844, -1933114872, -1866530822, -1538233109, -1090935817, -965641998);
1694
+ function ku(r, e) {
1695
1695
  var t = new Array(1779033703, -1150833019, 1013904242, -1521486534, 1359893119, -1694144372, 528734635, 1541459225), i = new Array(64), n, a, s, o, l, c, d, u, f, h, v, m;
1696
1696
  for (r[e >> 5] |= 128 << 24 - e % 32, r[(e + 64 >> 9 << 4) + 15] = e, f = 0; f < r.length; f += 16) {
1697
1697
  for (n = t[0], a = t[1], s = t[2], o = t[3], l = t[4], c = t[5], d = t[6], u = t[7], h = 0; h < 64; h++)
1698
- h < 16 ? i[h] = r[h + f] : i[h] = K(K(K(Mu(i[h - 2]), i[h - 7]), Lu(i[h - 15])), i[h - 16]), v = K(K(K(K(u, qu(l)), Du(l, c, d)), Fu[h]), i[h]), m = K(_u(n), Pu(n, a, s)), u = d, d = c, c = l, l = K(o, v), o = s, s = a, a = n, n = K(v, m);
1698
+ h < 16 ? i[h] = r[h + f] : i[h] = K(K(K(Fu(i[h - 2]), i[h - 7]), Mu(i[h - 15])), i[h - 16]), v = K(K(K(K(u, Lu(l)), Pu(l, c, d)), Vu[h]), i[h]), m = K(qu(n), _u(n, a, s)), u = d, d = c, c = l, l = K(o, v), o = s, s = a, a = n, n = K(v, m);
1699
1699
  t[0] = K(n, t[0]), t[1] = K(a, t[1]), t[2] = K(s, t[2]), t[3] = K(o, t[3]), t[4] = K(l, t[4]), t[5] = K(c, t[5]), t[6] = K(d, t[6]), t[7] = K(u, t[7]);
1700
1700
  }
1701
1701
  return t;
@@ -1704,7 +1704,7 @@ function K(r, e) {
1704
1704
  var t = (r & 65535) + (e & 65535), i = (r >> 16) + (e >> 16) + (t >> 16);
1705
1705
  return i << 16 | t & 65535;
1706
1706
  }
1707
- function ku(r, e) {
1707
+ function Bu(r, e) {
1708
1708
  if (e < r.length + 22)
1709
1709
  return console.error("Message too long for RSA"), null;
1710
1710
  for (var t = e - r.length - 6, i = "", n = 0; n < t; n += 2)
@@ -1712,7 +1712,7 @@ function ku(r, e) {
1712
1712
  var a = "0001" + i + "00" + r;
1713
1713
  return k(a, 16);
1714
1714
  }
1715
- function Bu(r, e) {
1715
+ function ju(r, e) {
1716
1716
  if (e < r.length + 11)
1717
1717
  return console.error("Message too long for RSA"), null;
1718
1718
  for (var t = [], i = r.length - 1; i >= 0 && e > 0; ) {
@@ -1737,9 +1737,9 @@ function wa(r, e, t) {
1737
1737
  ]))), n += 1;
1738
1738
  return i;
1739
1739
  }
1740
- var ju = 32;
1741
- function zu(r, e) {
1742
- var t = ju, i = Rn;
1740
+ var zu = 32;
1741
+ function $u(r, e) {
1742
+ var t = zu, i = Rn;
1743
1743
  if (r.length + 2 * t + 2 > e)
1744
1744
  throw "Message too long for RSA";
1745
1745
  var n = "", a;
@@ -1755,7 +1755,7 @@ function zu(r, e) {
1755
1755
  u[a + 1] = o[a] ^ d.charCodeAt(a);
1756
1756
  return new I(u.concat(c));
1757
1757
  }
1758
- var $u = (
1758
+ var Gu = (
1759
1759
  /** @class */
1760
1760
  function() {
1761
1761
  function r() {
@@ -1772,7 +1772,7 @@ var $u = (
1772
1772
  }, r.prototype.setPublic = function(e, t) {
1773
1773
  e != null && t != null && e.length > 0 && t.length > 0 ? (this.n = k(e, 16), this.e = parseInt(t, 16)) : console.error("Invalid RSA public key");
1774
1774
  }, r.prototype.encrypt = function(e, t) {
1775
- typeof t > "u" && (t = Bu);
1775
+ typeof t > "u" && (t = ju);
1776
1776
  var i = this.n.bitLength() + 7 >> 3, n = t(e, i);
1777
1777
  if (n == null)
1778
1778
  return null;
@@ -1806,7 +1806,7 @@ var $u = (
1806
1806
  }
1807
1807
  }, r.prototype.decrypt = function(e) {
1808
1808
  var t = k(e, 16), i = this.doPrivate(t);
1809
- return i == null ? null : Gu(i, this.n.bitLength() + 7 >> 3);
1809
+ return i == null ? null : Ku(i, this.n.bitLength() + 7 >> 3);
1810
1810
  }, r.prototype.generateAsync = function(e, t, i) {
1811
1811
  var n = new Tt(), a = e >> 1;
1812
1812
  this.e = parseInt(t, 16);
@@ -1837,7 +1837,7 @@ var $u = (
1837
1837
  };
1838
1838
  setTimeout(l, 0);
1839
1839
  }, r.prototype.sign = function(e, t, i) {
1840
- var n = Ku(i), a = n + t(e).toString(), s = this.n.bitLength() / 4, o = ku(a, s);
1840
+ var n = Hu(i), a = n + t(e).toString(), s = this.n.bitLength() / 4, o = Bu(a, s);
1841
1841
  if (o == null)
1842
1842
  return null;
1843
1843
  var l = this.doPrivate(o);
@@ -1850,12 +1850,12 @@ var $u = (
1850
1850
  var n = k(t, 16), a = this.doPublic(n);
1851
1851
  if (a == null)
1852
1852
  return null;
1853
- var s = a.toString(16).replace(/^1f+00/, ""), o = Hu(s);
1853
+ var s = a.toString(16).replace(/^1f+00/, ""), o = Uu(s);
1854
1854
  return o == i(e).toString();
1855
1855
  }, r;
1856
1856
  }()
1857
1857
  );
1858
- function Gu(r, e) {
1858
+ function Ku(r, e) {
1859
1859
  for (var t = r.toByteArray(), i = 0; i < t.length && t[i] == 0; )
1860
1860
  ++i;
1861
1861
  if (t.length - i != e - 1 || t[i] != 2)
@@ -1879,10 +1879,10 @@ var Et = {
1879
1879
  sha512: "3051300d060960864801650304020305000440",
1880
1880
  ripemd160: "3021300906052b2403020105000414"
1881
1881
  };
1882
- function Ku(r) {
1882
+ function Hu(r) {
1883
1883
  return Et[r] || "";
1884
1884
  }
1885
- function Hu(r) {
1885
+ function Uu(r) {
1886
1886
  for (var e in Et)
1887
1887
  if (Et.hasOwnProperty(e)) {
1888
1888
  var t = Et[e], i = t.length;
@@ -2276,7 +2276,7 @@ p.asn1.DERTaggedObject = function(r) {
2276
2276
  }, typeof r < "u" && (typeof r.tag < "u" && (this.hT = r.tag), typeof r.explicit < "u" && (this.isExplicit = r.explicit), typeof r.obj < "u" && (this.asn1Object = r.obj, this.setASN1Object(this.isExplicit, this.hT, this.asn1Object)));
2277
2277
  };
2278
2278
  z(p.asn1.DERTaggedObject, p.asn1.ASN1Object);
2279
- var Uu = /* @__PURE__ */ function() {
2279
+ var Zu = /* @__PURE__ */ function() {
2280
2280
  var r = function(e, t) {
2281
2281
  return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, n) {
2282
2282
  i.__proto__ = n;
@@ -2296,14 +2296,14 @@ var Uu = /* @__PURE__ */ function() {
2296
2296
  }(), Ia = (
2297
2297
  /** @class */
2298
2298
  function(r) {
2299
- Uu(e, r);
2299
+ Zu(e, r);
2300
2300
  function e(t) {
2301
2301
  var i = r.call(this) || this;
2302
2302
  return t && (typeof t == "string" ? i.parseKey(t) : (e.hasPrivateKeyProperty(t) || e.hasPublicKeyProperty(t)) && i.parsePropertiesFrom(t)), i;
2303
2303
  }
2304
2304
  return e.prototype.parseKey = function(t) {
2305
2305
  try {
2306
- var i = 0, n = 0, a = /^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/, s = a.test(t) ? yu.decode(t) : Sn.unarmor(t), o = Su.decode(s);
2306
+ var i = 0, n = 0, a = /^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/, s = a.test(t) ? bu.decode(t) : Sn.unarmor(t), o = Ru.decode(s);
2307
2307
  if (o.sub.length === 3 && (o = o.sub[2].sub[0]), o.sub.length === 9) {
2308
2308
  i = o.sub[1].getHexStringValue(), this.n = k(i, 16), n = o.sub[2].getHexStringValue(), this.e = parseInt(n, 16);
2309
2309
  var l = o.sub[3].getHexStringValue();
@@ -2391,8 +2391,8 @@ var Uu = /* @__PURE__ */ function() {
2391
2391
  }, e.prototype.parsePropertiesFrom = function(t) {
2392
2392
  this.n = t.n, this.e = t.e, t.hasOwnProperty("d") && (this.d = t.d, this.p = t.p, this.q = t.q, this.dmp1 = t.dmp1, this.dmq1 = t.dmq1, this.coeff = t.coeff);
2393
2393
  }, e;
2394
- }($u)
2395
- ), Zt, Zu = typeof process < "u" ? (Zt = process.env) === null || Zt === void 0 ? void 0 : Zt.npm_package_version : void 0, Wu = (
2394
+ }(Gu)
2395
+ ), Zt, Wu = typeof process < "u" ? (Zt = process.env) === null || Zt === void 0 ? void 0 : Zt.npm_package_version : void 0, Ju = (
2396
2396
  /** @class */
2397
2397
  function() {
2398
2398
  function r(e) {
@@ -2418,7 +2418,7 @@ var Uu = /* @__PURE__ */ function() {
2418
2418
  }
2419
2419
  }, r.prototype.encryptOAEP = function(e) {
2420
2420
  try {
2421
- return Qe(this.getKey().encrypt(e, zu));
2421
+ return Qe(this.getKey().encrypt(e, $u));
2422
2422
  } catch {
2423
2423
  return !1;
2424
2424
  }
@@ -2465,24 +2465,24 @@ var Uu = /* @__PURE__ */ function() {
2465
2465
  return this.getKey().getPublicKey();
2466
2466
  }, r.prototype.getPublicKeyB64 = function() {
2467
2467
  return this.getKey().getPublicBaseKeyB64();
2468
- }, r.version = Zu, r;
2468
+ }, r.version = Wu, r;
2469
2469
  }()
2470
2470
  );
2471
2471
  let We = null, gt = null;
2472
- function lp() {
2472
+ function cp() {
2473
2473
  return We ? Promise.resolve(We) : gt || (gt = import("./phone.js").then((r) => (We = r, We)), gt);
2474
2474
  }
2475
- function Hl() {
2475
+ function Ul() {
2476
2476
  return We;
2477
2477
  }
2478
- const Ju = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvWpIQFjQQCPpaIlJKpegirp5kLkzLB1AxHmnLk73D3TJbAGqr1QmlsWDBtMPMRpdzzUM7ZwX3kzhIuATV4Pe7RKp3nZlVmcrT0YCQXBrTwqZNh775z58GP2kZs+gVfNqBampJPzSB/hB62KkByhECn6grrRjiAVwJyZVEvs/2vrxaEpO+aE16emtX12RgI5JdzdOiNyZEQteU6zRBRJEocPWVxExaOpVVVJ5+UnW0LcalzA+lRGRTrQJ5JguAPiAOzRPTK/lYFFpCAl/F8wtoAVG1c8zO2NcQ0Pko+fmeidRFxJ/did2btV+9Mkze3mBphwFmvnxa35LF+Cs/XJHDwIDAQAB", Yu = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8gGPMwBRPuVyJReZGIkWH/+Bf5pnpDN1bSR2cLYLXVT8CaSnTw74qeboSnktgYCi1D9R3Bj2fYzTIwGGZb8KinLdxwbqZmHwrE9cFhCaHbG/E0PbqQGhXP2vbniZTT4M0i0Cbi7ES3Bw5zqNbIZZnX041QEpxLvIyWPKZCX+fBogNMhWfCF779aclChjHkwZMsufThVWE9xklWGxXiytx5aL4I5JPxq0I7cAkZGGs4aF/GxWwPaq7R3wPikJQ0YHnCMfcURzl2Hnw/inqyMy+JB6djTq2/BdzMAhWTh3cDWq9Xu+gEkb/QCd0n1yYIdKuDISlk/AfHdWe34IvzhVyQIDAQAB";
2479
- class cp {
2478
+ const Yu = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvWpIQFjQQCPpaIlJKpegirp5kLkzLB1AxHmnLk73D3TJbAGqr1QmlsWDBtMPMRpdzzUM7ZwX3kzhIuATV4Pe7RKp3nZlVmcrT0YCQXBrTwqZNh775z58GP2kZs+gVfNqBampJPzSB/hB62KkByhECn6grrRjiAVwJyZVEvs/2vrxaEpO+aE16emtX12RgI5JdzdOiNyZEQteU6zRBRJEocPWVxExaOpVVVJ5+UnW0LcalzA+lRGRTrQJ5JguAPiAOzRPTK/lYFFpCAl/F8wtoAVG1c8zO2NcQ0Pko+fmeidRFxJ/did2btV+9Mkze3mBphwFmvnxa35LF+Cs/XJHDwIDAQAB", Qu = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8gGPMwBRPuVyJReZGIkWH/+Bf5pnpDN1bSR2cLYLXVT8CaSnTw74qeboSnktgYCi1D9R3Bj2fYzTIwGGZb8KinLdxwbqZmHwrE9cFhCaHbG/E0PbqQGhXP2vbniZTT4M0i0Cbi7ES3Bw5zqNbIZZnX041QEpxLvIyWPKZCX+fBogNMhWfCF779aclChjHkwZMsufThVWE9xklWGxXiytx5aL4I5JPxq0I7cAkZGGs4aF/GxWwPaq7R3wPikJQ0YHnCMfcURzl2Hnw/inqyMy+JB6djTq2/BdzMAhWTh3cDWq9Xu+gEkb/QCd0n1yYIdKuDISlk/AfHdWe34IvzhVyQIDAQAB";
2479
+ class up {
2480
2480
  apiKey;
2481
2481
  baseUrl;
2482
2482
  browserInfo;
2483
2483
  publicKey;
2484
2484
  constructor(e, t, i) {
2485
- this.apiKey = e, this.baseUrl = wn(t), this.publicKey = t === "test" ? Ju : Yu, this.browserInfo = i || {
2485
+ this.apiKey = e, this.baseUrl = wn(t), this.publicKey = t === "test" ? Yu : Qu, this.browserInfo = i || {
2486
2486
  colorDepth: screen.colorDepth,
2487
2487
  javaEnabled: navigator.javaEnabled(),
2488
2488
  screenHeight: screen.height,
@@ -2633,7 +2633,7 @@ class cp {
2633
2633
  const f = i.cardExpiry.replace(/\s+/g, "").split("/"), h = f[0];
2634
2634
  let v = f[1];
2635
2635
  v && v.length === 2 && (v = `20${v}`);
2636
- const m = new Wu();
2636
+ const m = new Ju();
2637
2637
  m.setPublicKey(this.publicKey);
2638
2638
  const y = m.encrypt(
2639
2639
  i.cardNumber.replace(/\s+/g, "")
@@ -2655,7 +2655,7 @@ class cp {
2655
2655
  email: i.email,
2656
2656
  name: d,
2657
2657
  ...i.phoneNumber && {
2658
- phoneNumber: i.phoneCountryCode != null || i.phoneNumber.startsWith("+") ? Hl()?.toE164(
2658
+ phoneNumber: i.phoneCountryCode != null || i.phoneNumber.startsWith("+") ? Ul()?.toE164(
2659
2659
  i.phoneNumber,
2660
2660
  i.phoneCountryCode ?? "US"
2661
2661
  ) ?? i.phoneNumber.replace(/\s+/g, "") : i.phoneNumber.replace(/\s+/g, "")
@@ -2812,7 +2812,7 @@ function pe() {
2812
2812
  }, ar;
2813
2813
  }
2814
2814
  var sr, Ba;
2815
- function Ul() {
2815
+ function Zl() {
2816
2816
  if (Ba) return sr;
2817
2817
  Ba = 1;
2818
2818
  var r = $(), e = 0, t = Math.random(), i = r(1.1.toString);
@@ -2835,7 +2835,7 @@ function Dn() {
2835
2835
  return a && (s = a.split("."), o = s[0] > 0 && s[0] < 4 ? 1 : +(s[0] + s[1])), !o && e && (s = e.match(/Edge\/(\d+)/), (!s || s[1] >= 74) && (s = e.match(/Chrome\/(\d+)/), s && (o = +s[1]))), lr = o, lr;
2836
2836
  }
2837
2837
  var cr, $a;
2838
- function Zl() {
2838
+ function Wl() {
2839
2839
  if ($a) return cr;
2840
2840
  $a = 1;
2841
2841
  var r = Dn(), e = Z(), t = V(), i = t.String;
@@ -2846,17 +2846,17 @@ function Zl() {
2846
2846
  }), cr;
2847
2847
  }
2848
2848
  var ur, Ga;
2849
- function Wl() {
2849
+ function Jl() {
2850
2850
  if (Ga) return ur;
2851
2851
  Ga = 1;
2852
- var r = Zl();
2852
+ var r = Wl();
2853
2853
  return ur = r && !Symbol.sham && typeof Symbol.iterator == "symbol", ur;
2854
2854
  }
2855
2855
  var dr, Ka;
2856
2856
  function ee() {
2857
2857
  if (Ka) return dr;
2858
2858
  Ka = 1;
2859
- var r = V(), e = On(), t = pe(), i = Ul(), n = Zl(), a = Wl(), s = r.Symbol, o = e("wks"), l = a ? s.for || s : s && s.withoutSetter || i;
2859
+ var r = V(), e = On(), t = pe(), i = Zl(), n = Wl(), a = Jl(), s = r.Symbol, o = e("wks"), l = a ? s.for || s : s && s.withoutSetter || i;
2860
2860
  return dr = function(c) {
2861
2861
  return t(o, c) || (o[c] = n && t(s, c) ? s[c] : l("Symbol." + c)), o[c];
2862
2862
  }, dr;
@@ -2909,7 +2909,7 @@ function _n() {
2909
2909
  }, gr;
2910
2910
  }
2911
2911
  var yr, Ya;
2912
- function Jl() {
2912
+ function Yl() {
2913
2913
  if (Ya) return yr;
2914
2914
  Ya = 1;
2915
2915
  var r = ne(), e = Z(), t = _n();
@@ -2922,7 +2922,7 @@ function Jl() {
2922
2922
  }), yr;
2923
2923
  }
2924
2924
  var br, Qa;
2925
- function Yl() {
2925
+ function Ql() {
2926
2926
  if (Qa) return br;
2927
2927
  Qa = 1;
2928
2928
  var r = ne(), e = Z();
@@ -2972,10 +2972,10 @@ function qn() {
2972
2972
  return Tr = r({}.isPrototypeOf), Tr;
2973
2973
  }
2974
2974
  var wr, is;
2975
- function Ql() {
2975
+ function Xl() {
2976
2976
  if (is) return wr;
2977
2977
  is = 1;
2978
- var r = Ae(), e = J(), t = qn(), i = Wl(), n = Object;
2978
+ var r = Ae(), e = J(), t = qn(), i = Jl(), n = Object;
2979
2979
  return wr = i ? function(a) {
2980
2980
  return typeof a == "symbol";
2981
2981
  } : function(a) {
@@ -3017,7 +3017,7 @@ function Ln() {
3017
3017
  }, xr;
3018
3018
  }
3019
3019
  var Nr, os;
3020
- function Qu() {
3020
+ function Xu() {
3021
3021
  if (os) return Nr;
3022
3022
  os = 1;
3023
3023
  var r = oe(), e = J(), t = se(), i = TypeError;
@@ -3028,10 +3028,10 @@ function Qu() {
3028
3028
  }, Nr;
3029
3029
  }
3030
3030
  var Ar, ls;
3031
- function Xu() {
3031
+ function ed() {
3032
3032
  if (ls) return Ar;
3033
3033
  ls = 1;
3034
- var r = oe(), e = se(), t = Ql(), i = Ln(), n = Qu(), a = ee(), s = TypeError, o = a("toPrimitive");
3034
+ var r = oe(), e = se(), t = Xl(), i = Ln(), n = Xu(), a = ee(), s = TypeError, o = a("toPrimitive");
3035
3035
  return Ar = function(l, c) {
3036
3036
  if (!e(l) || t(l)) return l;
3037
3037
  var d = i(l, o), u;
@@ -3043,10 +3043,10 @@ function Xu() {
3043
3043
  }, Ar;
3044
3044
  }
3045
3045
  var Or, cs;
3046
- function Xl() {
3046
+ function ec() {
3047
3047
  if (cs) return Or;
3048
3048
  cs = 1;
3049
- var r = Xu(), e = Ql();
3049
+ var r = ed(), e = Xl();
3050
3050
  return Or = function(t) {
3051
3051
  var i = r(t, "string");
3052
3052
  return e(i) ? i : i + "";
@@ -3056,7 +3056,7 @@ var us;
3056
3056
  function Oe() {
3057
3057
  if (us) return vr;
3058
3058
  us = 1;
3059
- var r = ne(), e = Jl(), t = Yl(), i = ce(), n = Xl(), a = TypeError, s = Object.defineProperty, o = Object.getOwnPropertyDescriptor, l = "enumerable", c = "configurable", d = "writable";
3059
+ var r = ne(), e = Yl(), t = Ql(), i = ce(), n = ec(), a = TypeError, s = Object.defineProperty, o = Object.getOwnPropertyDescriptor, l = "enumerable", c = "configurable", d = "writable";
3060
3060
  return vr.f = r ? t ? function(f, h, v) {
3061
3061
  if (i(f), h = n(h), i(v), typeof f == "function" && h === "prototype" && "value" in v && d in v && !v[d]) {
3062
3062
  var m = o(f, h);
@@ -3077,7 +3077,7 @@ function Oe() {
3077
3077
  }, vr;
3078
3078
  }
3079
3079
  var Dr = { exports: {} }, Pr, ds;
3080
- function ed() {
3080
+ function td() {
3081
3081
  if (ds) return Pr;
3082
3082
  ds = 1;
3083
3083
  var r = ne(), e = pe(), t = Function.prototype, i = r && Object.getOwnPropertyDescriptor, n = e(t, "name"), a = n && function() {
@@ -3098,7 +3098,7 @@ function Mn() {
3098
3098
  }), _r = t.inspectSource, _r;
3099
3099
  }
3100
3100
  var qr, fs;
3101
- function td() {
3101
+ function rd() {
3102
3102
  if (fs) return qr;
3103
3103
  fs = 1;
3104
3104
  var r = V(), e = J(), t = r.WeakMap;
@@ -3116,7 +3116,7 @@ function Fn() {
3116
3116
  }), Lr;
3117
3117
  }
3118
3118
  var Mr, ps;
3119
- function ec() {
3119
+ function tc() {
3120
3120
  if (ps) return Mr;
3121
3121
  ps = 1;
3122
3122
  var r = ne(), e = Oe(), t = Fn();
@@ -3127,10 +3127,10 @@ function ec() {
3127
3127
  }, Mr;
3128
3128
  }
3129
3129
  var Fr, ms;
3130
- function tc() {
3130
+ function rc() {
3131
3131
  if (ms) return Fr;
3132
3132
  ms = 1;
3133
- var r = On(), e = Ul(), t = r("keys");
3133
+ var r = On(), e = Zl(), t = r("keys");
3134
3134
  return Fr = function(i) {
3135
3135
  return t[i] || (t[i] = e(i));
3136
3136
  }, Fr;
@@ -3143,7 +3143,7 @@ var kr, ys;
3143
3143
  function kn() {
3144
3144
  if (ys) return kr;
3145
3145
  ys = 1;
3146
- var r = td(), e = V(), t = se(), i = ec(), n = pe(), a = An(), s = tc(), o = Vn(), l = "Object already initialized", c = e.TypeError, d = e.WeakMap, u, f, h, v = function(g) {
3146
+ var r = rd(), e = V(), t = se(), i = tc(), n = pe(), a = An(), s = rc(), o = Vn(), l = "Object already initialized", c = e.TypeError, d = e.WeakMap, u, f, h, v = function(g) {
3147
3147
  return h(g) ? f(g) : u(g, {});
3148
3148
  }, m = function(g) {
3149
3149
  return function(E) {
@@ -3183,10 +3183,10 @@ function kn() {
3183
3183
  }, kr;
3184
3184
  }
3185
3185
  var bs;
3186
- function rc() {
3186
+ function ic() {
3187
3187
  if (bs) return Dr.exports;
3188
3188
  bs = 1;
3189
- var r = $(), e = Z(), t = J(), i = pe(), n = ne(), a = ed().CONFIGURABLE, s = Mn(), o = kn(), l = o.enforce, c = o.get, d = String, u = Object.defineProperty, f = r("".slice), h = r("".replace), v = r([].join), m = n && !e(function() {
3189
+ var r = $(), e = Z(), t = J(), i = pe(), n = ne(), a = td().CONFIGURABLE, s = Mn(), o = kn(), l = o.enforce, c = o.get, d = String, u = Object.defineProperty, f = r("".slice), h = r("".replace), v = r([].join), m = n && !e(function() {
3190
3190
  return u(function() {
3191
3191
  }, "length", { value: 8 }).length !== 8;
3192
3192
  }), y = String(String).split("String"), R = Dr.exports = function(g, E, T) {
@@ -3206,7 +3206,7 @@ var Br, Es;
3206
3206
  function rt() {
3207
3207
  if (Es) return Br;
3208
3208
  Es = 1;
3209
- var r = J(), e = Oe(), t = rc(), i = Nn();
3209
+ var r = J(), e = Oe(), t = ic(), i = Nn();
3210
3210
  return Br = function(n, a, s, o) {
3211
3211
  o || (o = {});
3212
3212
  var l = o.enumerable, c = o.name !== void 0 ? o.name : a;
@@ -3254,7 +3254,7 @@ function Mt() {
3254
3254
  }, zr;
3255
3255
  }
3256
3256
  var $r, Ts;
3257
- function rd() {
3257
+ function id() {
3258
3258
  if (Ts) return $r;
3259
3259
  Ts = 1;
3260
3260
  var r = Pn(), e = Mt();
@@ -3263,15 +3263,15 @@ function rd() {
3263
3263
  }, $r;
3264
3264
  }
3265
3265
  var ws;
3266
- function id() {
3266
+ function nd() {
3267
3267
  if (ws) return xa;
3268
3268
  ws = 1;
3269
- var r = Pn(), e = rt(), t = rd();
3269
+ var r = Pn(), e = rt(), t = id();
3270
3270
  return r || e(Object.prototype, "toString", t, { unsafe: !0 }), xa;
3271
3271
  }
3272
- id();
3272
+ nd();
3273
3273
  var Is = {}, Cs = {}, Gr = {}, Kr = {}, xs;
3274
- function ic() {
3274
+ function nc() {
3275
3275
  if (xs) return Kr;
3276
3276
  xs = 1;
3277
3277
  var r = {}.propertyIsEnumerable, e = Object.getOwnPropertyDescriptor, t = e && !r.call({ 1: 2 }, 1);
@@ -3304,7 +3304,7 @@ var Os;
3304
3304
  function jn() {
3305
3305
  if (Os) return Gr;
3306
3306
  Os = 1;
3307
- var r = ne(), e = oe(), t = ic(), i = Fn(), n = Ft(), a = Xl(), s = pe(), o = Jl(), l = Object.getOwnPropertyDescriptor;
3307
+ var r = ne(), e = oe(), t = nc(), i = Fn(), n = Ft(), a = ec(), s = pe(), o = Yl(), l = Object.getOwnPropertyDescriptor;
3308
3308
  return Gr.f = r ? l : function(d, u) {
3309
3309
  if (d = n(d), u = a(u), o) try {
3310
3310
  return l(d, u);
@@ -3314,7 +3314,7 @@ function jn() {
3314
3314
  }, Gr;
3315
3315
  }
3316
3316
  var Zr = {}, Wr, Ds;
3317
- function nd() {
3317
+ function ad() {
3318
3318
  if (Ds) return Wr;
3319
3319
  Ds = 1;
3320
3320
  var r = Math.ceil, e = Math.floor;
@@ -3324,30 +3324,30 @@ function nd() {
3324
3324
  }, Wr;
3325
3325
  }
3326
3326
  var Jr, Ps;
3327
- function nc() {
3327
+ function ac() {
3328
3328
  if (Ps) return Jr;
3329
3329
  Ps = 1;
3330
- var r = nd();
3330
+ var r = ad();
3331
3331
  return Jr = function(e) {
3332
3332
  var t = +e;
3333
3333
  return t !== t || t === 0 ? 0 : r(t);
3334
3334
  }, Jr;
3335
3335
  }
3336
3336
  var Yr, _s;
3337
- function ad() {
3337
+ function sd() {
3338
3338
  if (_s) return Yr;
3339
3339
  _s = 1;
3340
- var r = nc(), e = Math.max, t = Math.min;
3340
+ var r = ac(), e = Math.max, t = Math.min;
3341
3341
  return Yr = function(i, n) {
3342
3342
  var a = r(i);
3343
3343
  return a < 0 ? e(a + n, 0) : t(a, n);
3344
3344
  }, Yr;
3345
3345
  }
3346
3346
  var Qr, qs;
3347
- function ac() {
3347
+ function sc() {
3348
3348
  if (qs) return Qr;
3349
3349
  qs = 1;
3350
- var r = nc(), e = Math.min;
3350
+ var r = ac(), e = Math.min;
3351
3351
  return Qr = function(t) {
3352
3352
  var i = r(t);
3353
3353
  return i > 0 ? e(i, 9007199254740991) : 0;
@@ -3357,16 +3357,16 @@ var Xr, Ls;
3357
3357
  function zn() {
3358
3358
  if (Ls) return Xr;
3359
3359
  Ls = 1;
3360
- var r = ac();
3360
+ var r = sc();
3361
3361
  return Xr = function(e) {
3362
3362
  return r(e.length);
3363
3363
  }, Xr;
3364
3364
  }
3365
3365
  var ei, Ms;
3366
- function sd() {
3366
+ function od() {
3367
3367
  if (Ms) return ei;
3368
3368
  Ms = 1;
3369
- var r = Ft(), e = ad(), t = zn(), i = function(n) {
3369
+ var r = Ft(), e = sd(), t = zn(), i = function(n) {
3370
3370
  return function(a, s, o) {
3371
3371
  var l = r(a), c = t(l);
3372
3372
  if (c === 0) return !n && -1;
@@ -3389,10 +3389,10 @@ function sd() {
3389
3389
  }, ei;
3390
3390
  }
3391
3391
  var ti, Fs;
3392
- function sc() {
3392
+ function oc() {
3393
3393
  if (Fs) return ti;
3394
3394
  Fs = 1;
3395
- var r = $(), e = pe(), t = Ft(), i = sd().indexOf, n = Vn(), a = r([].push);
3395
+ var r = $(), e = pe(), t = Ft(), i = od().indexOf, n = Vn(), a = r([].push);
3396
3396
  return ti = function(s, o) {
3397
3397
  var l = t(s), c = 0, d = [], u;
3398
3398
  for (u in l) !e(n, u) && e(l, u) && a(d, u);
@@ -3413,33 +3413,33 @@ function $n() {
3413
3413
  ]), ri;
3414
3414
  }
3415
3415
  var ks;
3416
- function od() {
3416
+ function ld() {
3417
3417
  if (ks) return Zr;
3418
3418
  ks = 1;
3419
- var r = sc(), e = $n(), t = e.concat("length", "prototype");
3419
+ var r = oc(), e = $n(), t = e.concat("length", "prototype");
3420
3420
  return Zr.f = Object.getOwnPropertyNames || function(n) {
3421
3421
  return r(n, t);
3422
3422
  }, Zr;
3423
3423
  }
3424
3424
  var ii = {}, Bs;
3425
- function oc() {
3425
+ function lc() {
3426
3426
  return Bs || (Bs = 1, ii.f = Object.getOwnPropertySymbols), ii;
3427
3427
  }
3428
3428
  var ni, js;
3429
- function ld() {
3429
+ function cd() {
3430
3430
  if (js) return ni;
3431
3431
  js = 1;
3432
- var r = Ae(), e = $(), t = od(), i = oc(), n = ce(), a = e([].concat);
3432
+ var r = Ae(), e = $(), t = ld(), i = lc(), n = ce(), a = e([].concat);
3433
3433
  return ni = r("Reflect", "ownKeys") || function(o) {
3434
3434
  var l = t.f(n(o)), c = i.f;
3435
3435
  return c ? a(l, c(o)) : l;
3436
3436
  }, ni;
3437
3437
  }
3438
3438
  var ai, zs;
3439
- function cd() {
3439
+ function ud() {
3440
3440
  if (zs) return ai;
3441
3441
  zs = 1;
3442
- var r = pe(), e = ld(), t = jn(), i = Oe();
3442
+ var r = pe(), e = cd(), t = jn(), i = Oe();
3443
3443
  return ai = function(n, a, s) {
3444
3444
  for (var o = e(a), l = i.f, c = t.f, d = 0; d < o.length; d++) {
3445
3445
  var u = o[d];
@@ -3448,7 +3448,7 @@ function cd() {
3448
3448
  }, ai;
3449
3449
  }
3450
3450
  var si, $s;
3451
- function lc() {
3451
+ function cc() {
3452
3452
  if ($s) return si;
3453
3453
  $s = 1;
3454
3454
  var r = Z(), e = J(), t = /#|\.prototype\./, i = function(l, c) {
@@ -3463,7 +3463,7 @@ var oi, Gs;
3463
3463
  function te() {
3464
3464
  if (Gs) return oi;
3465
3465
  Gs = 1;
3466
- var r = V(), e = jn().f, t = ec(), i = rt(), n = Nn(), a = cd(), s = lc();
3466
+ var r = V(), e = jn().f, t = tc(), i = rt(), n = Nn(), a = ud(), s = cc();
3467
3467
  return oi = function(o, l) {
3468
3468
  var c = o.target, d = o.global, u = o.stat, f, h, v, m, y, R;
3469
3469
  if (d ? h = r : u ? h = r[c] || n(c, {}) : h = r[c] && r[c].prototype, h) for (v in l) {
@@ -3476,7 +3476,7 @@ function te() {
3476
3476
  }, oi;
3477
3477
  }
3478
3478
  var li, Ks;
3479
- function cc() {
3479
+ function uc() {
3480
3480
  if (Ks) return li;
3481
3481
  Ks = 1;
3482
3482
  var r = V(), e = tt(), t = Ke(), i = function(n) {
@@ -3490,18 +3490,18 @@ var ci, Hs;
3490
3490
  function Gn() {
3491
3491
  if (Hs) return ci;
3492
3492
  Hs = 1;
3493
- var r = cc();
3493
+ var r = uc();
3494
3494
  return ci = r === "NODE", ci;
3495
3495
  }
3496
3496
  var ui, Us;
3497
- function ud() {
3497
+ function dd() {
3498
3498
  if (Us) return ui;
3499
3499
  Us = 1;
3500
3500
  var r = V();
3501
3501
  return ui = r, ui;
3502
3502
  }
3503
3503
  var di, Zs;
3504
- function dd() {
3504
+ function hd() {
3505
3505
  if (Zs) return di;
3506
3506
  Zs = 1;
3507
3507
  var r = $(), e = Re();
@@ -3513,7 +3513,7 @@ function dd() {
3513
3513
  }, di;
3514
3514
  }
3515
3515
  var hi, Ws;
3516
- function hd() {
3516
+ function fd() {
3517
3517
  if (Ws) return hi;
3518
3518
  Ws = 1;
3519
3519
  var r = se();
@@ -3522,20 +3522,20 @@ function hd() {
3522
3522
  }, hi;
3523
3523
  }
3524
3524
  var fi, Js;
3525
- function fd() {
3525
+ function vd() {
3526
3526
  if (Js) return fi;
3527
3527
  Js = 1;
3528
- var r = hd(), e = String, t = TypeError;
3528
+ var r = fd(), e = String, t = TypeError;
3529
3529
  return fi = function(i) {
3530
3530
  if (r(i)) return i;
3531
3531
  throw new t("Can't set " + e(i) + " as a prototype");
3532
3532
  }, fi;
3533
3533
  }
3534
3534
  var vi, Ys;
3535
- function vd() {
3535
+ function pd() {
3536
3536
  if (Ys) return vi;
3537
3537
  Ys = 1;
3538
- var r = dd(), e = se(), t = et(), i = fd();
3538
+ var r = hd(), e = se(), t = et(), i = vd();
3539
3539
  return vi = Object.setPrototypeOf || ("__proto__" in {} ? function() {
3540
3540
  var n = !1, a = {}, s;
3541
3541
  try {
@@ -3548,7 +3548,7 @@ function vd() {
3548
3548
  }() : void 0), vi;
3549
3549
  }
3550
3550
  var pi, Qs;
3551
- function pd() {
3551
+ function md() {
3552
3552
  if (Qs) return pi;
3553
3553
  Qs = 1;
3554
3554
  var r = Oe().f, e = pe(), t = ee(), i = t("toStringTag");
@@ -3557,19 +3557,19 @@ function pd() {
3557
3557
  }, pi;
3558
3558
  }
3559
3559
  var mi, Xs;
3560
- function md() {
3560
+ function gd() {
3561
3561
  if (Xs) return mi;
3562
3562
  Xs = 1;
3563
- var r = rc(), e = Oe();
3563
+ var r = ic(), e = Oe();
3564
3564
  return mi = function(t, i, n) {
3565
3565
  return n.get && r(n.get, i, { getter: !0 }), n.set && r(n.set, i, { setter: !0 }), e.f(t, i, n);
3566
3566
  }, mi;
3567
3567
  }
3568
3568
  var gi, eo;
3569
- function gd() {
3569
+ function yd() {
3570
3570
  if (eo) return gi;
3571
3571
  eo = 1;
3572
- var r = Ae(), e = md(), t = ee(), i = ne(), n = t("species");
3572
+ var r = Ae(), e = gd(), t = ee(), i = ne(), n = t("species");
3573
3573
  return gi = function(a) {
3574
3574
  var s = r(a);
3575
3575
  i && s && !s[n] && e(s, n, {
@@ -3581,7 +3581,7 @@ function gd() {
3581
3581
  }, gi;
3582
3582
  }
3583
3583
  var yi, to;
3584
- function yd() {
3584
+ function bd() {
3585
3585
  if (to) return yi;
3586
3586
  to = 1;
3587
3587
  var r = qn(), e = TypeError;
@@ -3591,7 +3591,7 @@ function yd() {
3591
3591
  }, yi;
3592
3592
  }
3593
3593
  var bi, ro;
3594
- function uc() {
3594
+ function dc() {
3595
3595
  if (ro) return bi;
3596
3596
  ro = 1;
3597
3597
  var r = $(), e = Z(), t = J(), i = Mt(), n = Ae(), a = Mn(), s = function() {
@@ -3624,27 +3624,27 @@ function uc() {
3624
3624
  }) ? f : u, bi;
3625
3625
  }
3626
3626
  var Ei, io;
3627
- function bd() {
3627
+ function Ed() {
3628
3628
  if (io) return Ei;
3629
3629
  io = 1;
3630
- var r = uc(), e = Lt(), t = TypeError;
3630
+ var r = dc(), e = Lt(), t = TypeError;
3631
3631
  return Ei = function(i) {
3632
3632
  if (r(i)) return i;
3633
3633
  throw new t(e(i) + " is not a constructor");
3634
3634
  }, Ei;
3635
3635
  }
3636
3636
  var Si, no;
3637
- function Ed() {
3637
+ function Sd() {
3638
3638
  if (no) return Si;
3639
3639
  no = 1;
3640
- var r = ce(), e = bd(), t = _t(), i = ee(), n = i("species");
3640
+ var r = ce(), e = Ed(), t = _t(), i = ee(), n = i("species");
3641
3641
  return Si = function(a, s) {
3642
3642
  var o = r(a).constructor, l;
3643
3643
  return o === void 0 || t(l = r(o)[n]) ? s : e(l);
3644
3644
  }, Si;
3645
3645
  }
3646
3646
  var Ri, ao;
3647
- function Sd() {
3647
+ function Rd() {
3648
3648
  if (ao) return Ri;
3649
3649
  ao = 1;
3650
3650
  var r = Pt(), e = Function.prototype, t = e.apply, i = e.call;
@@ -3653,7 +3653,7 @@ function Sd() {
3653
3653
  }), Ri;
3654
3654
  }
3655
3655
  var Ti, so;
3656
- function dc() {
3656
+ function hc() {
3657
3657
  if (so) return Ti;
3658
3658
  so = 1;
3659
3659
  var r = Ke(), e = $();
@@ -3665,7 +3665,7 @@ var wi, oo;
3665
3665
  function Vt() {
3666
3666
  if (oo) return wi;
3667
3667
  oo = 1;
3668
- var r = dc(), e = Re(), t = Pt(), i = r(r.bind);
3668
+ var r = hc(), e = Re(), t = Pt(), i = r(r.bind);
3669
3669
  return wi = function(n, a) {
3670
3670
  return e(n), a === void 0 ? n : t ? i(n, a) : function() {
3671
3671
  return n.apply(a, arguments);
@@ -3673,21 +3673,21 @@ function Vt() {
3673
3673
  }, wi;
3674
3674
  }
3675
3675
  var Ii, lo;
3676
- function hc() {
3676
+ function fc() {
3677
3677
  if (lo) return Ii;
3678
3678
  lo = 1;
3679
3679
  var r = Ae();
3680
3680
  return Ii = r("document", "documentElement"), Ii;
3681
3681
  }
3682
3682
  var Ci, co;
3683
- function Rd() {
3683
+ function Td() {
3684
3684
  if (co) return Ci;
3685
3685
  co = 1;
3686
3686
  var r = $();
3687
3687
  return Ci = r([].slice), Ci;
3688
3688
  }
3689
3689
  var xi, uo;
3690
- function Td() {
3690
+ function wd() {
3691
3691
  if (uo) return xi;
3692
3692
  uo = 1;
3693
3693
  var r = TypeError;
@@ -3697,17 +3697,17 @@ function Td() {
3697
3697
  }, xi;
3698
3698
  }
3699
3699
  var Ni, ho;
3700
- function fc() {
3700
+ function vc() {
3701
3701
  if (ho) return Ni;
3702
3702
  ho = 1;
3703
3703
  var r = tt();
3704
3704
  return Ni = /ipad|iphone|ipod/i.test(r) && /applewebkit/i.test(r), Ni;
3705
3705
  }
3706
3706
  var Ai, fo;
3707
- function vc() {
3707
+ function pc() {
3708
3708
  if (fo) return Ai;
3709
3709
  fo = 1;
3710
- var r = V(), e = Sd(), t = Vt(), i = J(), n = pe(), a = Z(), s = hc(), o = Rd(), l = _n(), c = Td(), d = fc(), u = Gn(), f = r.setImmediate, h = r.clearImmediate, v = r.process, m = r.Dispatch, y = r.Function, R = r.MessageChannel, g = r.String, E = 0, T = {}, C = "onreadystatechange", b, N, w, O;
3710
+ var r = V(), e = Rd(), t = Vt(), i = J(), n = pe(), a = Z(), s = fc(), o = Td(), l = _n(), c = wd(), d = vc(), u = Gn(), f = r.setImmediate, h = r.clearImmediate, v = r.process, m = r.Dispatch, y = r.Function, R = r.MessageChannel, g = r.String, E = 0, T = {}, C = "onreadystatechange", b, N, w, O;
3711
3711
  a(function() {
3712
3712
  b = r.location;
3713
3713
  });
@@ -3749,7 +3749,7 @@ function vc() {
3749
3749
  }, Ai;
3750
3750
  }
3751
3751
  var Oi, vo;
3752
- function wd() {
3752
+ function Id() {
3753
3753
  if (vo) return Oi;
3754
3754
  vo = 1;
3755
3755
  var r = V(), e = ne(), t = Object.getOwnPropertyDescriptor;
@@ -3760,7 +3760,7 @@ function wd() {
3760
3760
  }, Oi;
3761
3761
  }
3762
3762
  var Di, po;
3763
- function pc() {
3763
+ function mc() {
3764
3764
  if (po) return Di;
3765
3765
  po = 1;
3766
3766
  var r = function() {
@@ -3781,24 +3781,24 @@ function pc() {
3781
3781
  }, Di = r, Di;
3782
3782
  }
3783
3783
  var Pi, mo;
3784
- function Id() {
3784
+ function Cd() {
3785
3785
  if (mo) return Pi;
3786
3786
  mo = 1;
3787
3787
  var r = tt();
3788
3788
  return Pi = /ipad|iphone|ipod/i.test(r) && typeof Pebble < "u", Pi;
3789
3789
  }
3790
3790
  var _i, go;
3791
- function Cd() {
3791
+ function xd() {
3792
3792
  if (go) return _i;
3793
3793
  go = 1;
3794
3794
  var r = tt();
3795
3795
  return _i = /web0s(?!.*chrome)/i.test(r), _i;
3796
3796
  }
3797
3797
  var qi, yo;
3798
- function xd() {
3798
+ function Nd() {
3799
3799
  if (yo) return qi;
3800
3800
  yo = 1;
3801
- var r = V(), e = wd(), t = Vt(), i = vc().set, n = pc(), a = fc(), s = Id(), o = Cd(), l = Gn(), c = r.MutationObserver || r.WebKitMutationObserver, d = r.document, u = r.process, f = r.Promise, h = e("queueMicrotask"), v, m, y, R, g;
3801
+ var r = V(), e = Id(), t = Vt(), i = pc().set, n = mc(), a = vc(), s = Cd(), o = xd(), l = Gn(), c = r.MutationObserver || r.WebKitMutationObserver, d = r.document, u = r.process, f = r.Promise, h = e("queueMicrotask"), v, m, y, R, g;
3802
3802
  if (!h) {
3803
3803
  var E = new n(), T = function() {
3804
3804
  var C, b;
@@ -3824,7 +3824,7 @@ function xd() {
3824
3824
  return qi = h, qi;
3825
3825
  }
3826
3826
  var Li, bo;
3827
- function Nd() {
3827
+ function Ad() {
3828
3828
  return bo || (bo = 1, Li = function(r, e) {
3829
3829
  try {
3830
3830
  arguments.length === 1 ? console.error(r) : console.error(r, e);
@@ -3853,7 +3853,7 @@ var Vi, Ro;
3853
3853
  function nt() {
3854
3854
  if (Ro) return Vi;
3855
3855
  Ro = 1;
3856
- var r = V(), e = it(), t = J(), i = lc(), n = Mn(), a = ee(), s = cc(), o = Ge(), l = Dn(), c = e && e.prototype, d = a("species"), u = !1, f = t(r.PromiseRejectionEvent), h = i("Promise", function() {
3856
+ var r = V(), e = it(), t = J(), i = cc(), n = Mn(), a = ee(), s = uc(), o = Ge(), l = Dn(), c = e && e.prototype, d = a("species"), u = !1, f = t(r.PromiseRejectionEvent), h = i("Promise", function() {
3857
3857
  var v = n(e), m = v !== String(e);
3858
3858
  if (!m && l === 66 || o && !(c.catch && c.finally)) return !0;
3859
3859
  if (!l || l < 51 || !/native code/.test(v)) {
@@ -3891,29 +3891,29 @@ function at() {
3891
3891
  }, ki;
3892
3892
  }
3893
3893
  var wo;
3894
- function Ad() {
3894
+ function Od() {
3895
3895
  if (wo) return Cs;
3896
3896
  wo = 1;
3897
- var r = te(), e = Ge(), t = Gn(), i = V(), n = ud(), a = oe(), s = rt(), o = vd(), l = pd(), c = gd(), d = Re(), u = J(), f = se(), h = yd(), v = Ed(), m = vc().set, y = xd(), R = Nd(), g = Kn(), E = pc(), T = kn(), C = it(), b = nt(), N = at(), w = "Promise", O = b.CONSTRUCTOR, D = b.REJECTION_EVENT, L = b.SUBCLASSING, W = T.getterFor(w), H = T.set, P = C && C.prototype, j = C, F = P, Q = i.TypeError, me = i.document, De = i.process, ge = N.f, Pe = ge, G = !!(me && me.createEvent && i.dispatchEvent), Te = "unhandledrejection", Lc = "rejectionhandled", Yn = 0, Qn = 1, Mc = 2, jt = 1, Xn = 2, st, ea, ta, ra, ia = function(S) {
3897
+ var r = te(), e = Ge(), t = Gn(), i = V(), n = dd(), a = oe(), s = rt(), o = pd(), l = md(), c = yd(), d = Re(), u = J(), f = se(), h = bd(), v = Sd(), m = pc().set, y = Nd(), R = Ad(), g = Kn(), E = mc(), T = kn(), C = it(), b = nt(), N = at(), w = "Promise", O = b.CONSTRUCTOR, D = b.REJECTION_EVENT, L = b.SUBCLASSING, W = T.getterFor(w), H = T.set, P = C && C.prototype, j = C, F = P, Q = i.TypeError, me = i.document, De = i.process, ge = N.f, Pe = ge, G = !!(me && me.createEvent && i.dispatchEvent), Te = "unhandledrejection", Mc = "rejectionhandled", Yn = 0, Qn = 1, Fc = 2, jt = 1, Xn = 2, st, ea, ta, ra, ia = function(S) {
3898
3898
  var x;
3899
3899
  return f(S) && u(x = S.then) ? x : !1;
3900
3900
  }, na = function(S, x) {
3901
3901
  var _ = x.value, q = x.state === Qn, M = q ? S.ok : S.fail, Le = S.resolve, ot = S.reject, Me = S.domain, Fe, la, ca;
3902
3902
  try {
3903
- M ? (q || (x.rejection === Xn && Vc(x), x.rejection = jt), M === !0 ? Fe = _ : (Me && Me.enter(), Fe = M(_), Me && (Me.exit(), ca = !0)), Fe === S.promise ? ot(new Q("Promise-chain cycle")) : (la = ia(Fe)) ? a(la, Fe, Le, ot) : Le(Fe)) : ot(_);
3904
- } catch (kc) {
3905
- Me && !ca && Me.exit(), ot(kc);
3903
+ M ? (q || (x.rejection === Xn && kc(x), x.rejection = jt), M === !0 ? Fe = _ : (Me && Me.enter(), Fe = M(_), Me && (Me.exit(), ca = !0)), Fe === S.promise ? ot(new Q("Promise-chain cycle")) : (la = ia(Fe)) ? a(la, Fe, Le, ot) : Le(Fe)) : ot(_);
3904
+ } catch (Bc) {
3905
+ Me && !ca && Me.exit(), ot(Bc);
3906
3906
  }
3907
3907
  }, aa = function(S, x) {
3908
3908
  S.notified || (S.notified = !0, y(function() {
3909
3909
  for (var _ = S.reactions, q; q = _.get(); )
3910
3910
  na(q, S);
3911
- S.notified = !1, x && !S.rejection && Fc(S);
3911
+ S.notified = !1, x && !S.rejection && Vc(S);
3912
3912
  }));
3913
3913
  }, sa = function(S, x, _) {
3914
3914
  var q, M;
3915
3915
  G ? (q = me.createEvent("Event"), q.promise = x, q.reason = _, q.initEvent(S, !1, !0), i.dispatchEvent(q)) : q = { promise: x, reason: _ }, !D && (M = i["on" + S]) ? M(q) : S === Te && R("Unhandled promise rejection", _);
3916
- }, Fc = function(S) {
3916
+ }, Vc = function(S) {
3917
3917
  a(m, i, function() {
3918
3918
  var x = S.facade, _ = S.value, q = oa(S), M;
3919
3919
  if (q && (M = g(function() {
@@ -3923,17 +3923,17 @@ function Ad() {
3923
3923
  });
3924
3924
  }, oa = function(S) {
3925
3925
  return S.rejection !== jt && !S.parent;
3926
- }, Vc = function(S) {
3926
+ }, kc = function(S) {
3927
3927
  a(m, i, function() {
3928
3928
  var x = S.facade;
3929
- t ? De.emit("rejectionHandled", x) : sa(Lc, x, S.value);
3929
+ t ? De.emit("rejectionHandled", x) : sa(Mc, x, S.value);
3930
3930
  });
3931
3931
  }, _e = function(S, x, _) {
3932
3932
  return function(q) {
3933
3933
  S(x, q, _);
3934
3934
  };
3935
3935
  }, qe = function(S, x, _) {
3936
- S.done || (S.done = !0, _ && (S = _), S.value = x, S.state = Mc, aa(S, !0));
3936
+ S.done || (S.done = !0, _ && (S = _), S.value = x, S.state = Fc, aa(S, !0));
3937
3937
  }, zt = function(S, x, _) {
3938
3938
  if (!S.done) {
3939
3939
  S.done = !0, _ && (S = _);
@@ -4005,32 +4005,32 @@ function Ad() {
4005
4005
  }), ta = n.Promise, l(j, w, !1, !0), c(w), Cs;
4006
4006
  }
4007
4007
  var Io = {}, Bi, Co;
4008
- function mc() {
4008
+ function gc() {
4009
4009
  return Co || (Co = 1, Bi = {}), Bi;
4010
4010
  }
4011
4011
  var ji, xo;
4012
- function Od() {
4012
+ function Dd() {
4013
4013
  if (xo) return ji;
4014
4014
  xo = 1;
4015
- var r = ee(), e = mc(), t = r("iterator"), i = Array.prototype;
4015
+ var r = ee(), e = gc(), t = r("iterator"), i = Array.prototype;
4016
4016
  return ji = function(n) {
4017
4017
  return n !== void 0 && (e.Array === n || i[t] === n);
4018
4018
  }, ji;
4019
4019
  }
4020
4020
  var zi, No;
4021
- function gc() {
4021
+ function yc() {
4022
4022
  if (No) return zi;
4023
4023
  No = 1;
4024
- var r = Mt(), e = Ln(), t = _t(), i = mc(), n = ee(), a = n("iterator");
4024
+ var r = Mt(), e = Ln(), t = _t(), i = gc(), n = ee(), a = n("iterator");
4025
4025
  return zi = function(s) {
4026
4026
  if (!t(s)) return e(s, a) || e(s, "@@iterator") || i[r(s)];
4027
4027
  }, zi;
4028
4028
  }
4029
4029
  var $i, Ao;
4030
- function Dd() {
4030
+ function Pd() {
4031
4031
  if (Ao) return $i;
4032
4032
  Ao = 1;
4033
- var r = oe(), e = Re(), t = ce(), i = Lt(), n = gc(), a = TypeError;
4033
+ var r = oe(), e = Re(), t = ce(), i = Lt(), n = yc(), a = TypeError;
4034
4034
  return $i = function(s, o) {
4035
4035
  var l = arguments.length < 2 ? n(s) : o;
4036
4036
  if (e(l)) return t(r(l, s));
@@ -4038,7 +4038,7 @@ function Dd() {
4038
4038
  }, $i;
4039
4039
  }
4040
4040
  var Gi, Oo;
4041
- function Pd() {
4041
+ function _d() {
4042
4042
  if (Oo) return Gi;
4043
4043
  Oo = 1;
4044
4044
  var r = oe(), e = ce(), t = Ln();
@@ -4060,10 +4060,10 @@ function Pd() {
4060
4060
  }, Gi;
4061
4061
  }
4062
4062
  var Ki, Do;
4063
- function yc() {
4063
+ function bc() {
4064
4064
  if (Do) return Ki;
4065
4065
  Do = 1;
4066
- var r = Vt(), e = oe(), t = ce(), i = Lt(), n = Od(), a = zn(), s = qn(), o = Dd(), l = gc(), c = Pd(), d = TypeError, u = function(h, v) {
4066
+ var r = Vt(), e = oe(), t = ce(), i = Lt(), n = Dd(), a = zn(), s = qn(), o = Pd(), l = yc(), c = _d(), d = TypeError, u = function(h, v) {
4067
4067
  this.stopped = h, this.result = v;
4068
4068
  }, f = u.prototype;
4069
4069
  return Ki = function(h, v, m) {
@@ -4100,7 +4100,7 @@ function yc() {
4100
4100
  }, Ki;
4101
4101
  }
4102
4102
  var Hi, Po;
4103
- function _d() {
4103
+ function qd() {
4104
4104
  if (Po) return Hi;
4105
4105
  Po = 1;
4106
4106
  var r = ee(), e = r("iterator"), t = !1;
@@ -4142,20 +4142,20 @@ function _d() {
4142
4142
  }, Hi;
4143
4143
  }
4144
4144
  var Ui, _o;
4145
- function bc() {
4145
+ function Ec() {
4146
4146
  if (_o) return Ui;
4147
4147
  _o = 1;
4148
- var r = it(), e = _d(), t = nt().CONSTRUCTOR;
4148
+ var r = it(), e = qd(), t = nt().CONSTRUCTOR;
4149
4149
  return Ui = t || !e(function(i) {
4150
4150
  r.all(i).then(void 0, function() {
4151
4151
  });
4152
4152
  }), Ui;
4153
4153
  }
4154
4154
  var qo;
4155
- function qd() {
4155
+ function Ld() {
4156
4156
  if (qo) return Io;
4157
4157
  qo = 1;
4158
- var r = te(), e = oe(), t = Re(), i = at(), n = Kn(), a = yc(), s = bc();
4158
+ var r = te(), e = oe(), t = Re(), i = at(), n = Kn(), a = bc(), s = Ec();
4159
4159
  return r({ target: "Promise", stat: !0, forced: s }, {
4160
4160
  all: function(l) {
4161
4161
  var c = this, d = i.f(c), u = d.resolve, f = d.reject, h = n(function() {
@@ -4172,7 +4172,7 @@ function qd() {
4172
4172
  }), Io;
4173
4173
  }
4174
4174
  var Lo = {}, Mo;
4175
- function Ld() {
4175
+ function Md() {
4176
4176
  if (Mo) return Lo;
4177
4177
  Mo = 1;
4178
4178
  var r = te(), e = Ge(), t = nt().CONSTRUCTOR, i = it(), n = Ae(), a = J(), s = rt(), o = i && i.prototype;
@@ -4187,10 +4187,10 @@ function Ld() {
4187
4187
  return Lo;
4188
4188
  }
4189
4189
  var Fo = {}, Vo;
4190
- function Md() {
4190
+ function Fd() {
4191
4191
  if (Vo) return Fo;
4192
4192
  Vo = 1;
4193
- var r = te(), e = oe(), t = Re(), i = at(), n = Kn(), a = yc(), s = bc();
4193
+ var r = te(), e = oe(), t = Re(), i = at(), n = Kn(), a = bc(), s = Ec();
4194
4194
  return r({ target: "Promise", stat: !0, forced: s }, {
4195
4195
  race: function(l) {
4196
4196
  var c = this, d = i.f(c), u = d.reject, f = n(function() {
@@ -4204,7 +4204,7 @@ function Md() {
4204
4204
  }), Fo;
4205
4205
  }
4206
4206
  var ko = {}, Bo;
4207
- function Fd() {
4207
+ function Vd() {
4208
4208
  if (Bo) return ko;
4209
4209
  Bo = 1;
4210
4210
  var r = te(), e = at(), t = nt().CONSTRUCTOR;
@@ -4216,7 +4216,7 @@ function Fd() {
4216
4216
  }), ko;
4217
4217
  }
4218
4218
  var jo = {}, Zi, zo;
4219
- function Vd() {
4219
+ function kd() {
4220
4220
  if (zo) return Zi;
4221
4221
  zo = 1;
4222
4222
  var r = ce(), e = se(), t = at();
@@ -4227,10 +4227,10 @@ function Vd() {
4227
4227
  }, Zi;
4228
4228
  }
4229
4229
  var $o;
4230
- function kd() {
4230
+ function Bd() {
4231
4231
  if ($o) return jo;
4232
4232
  $o = 1;
4233
- var r = te(), e = Ae(), t = Ge(), i = it(), n = nt().CONSTRUCTOR, a = Vd(), s = e("Promise"), o = t && !n;
4233
+ var r = te(), e = Ae(), t = Ge(), i = it(), n = nt().CONSTRUCTOR, a = kd(), s = e("Promise"), o = t && !n;
4234
4234
  return r({ target: "Promise", stat: !0, forced: t || n }, {
4235
4235
  resolve: function(c) {
4236
4236
  return a(o && this === s ? i : this, c);
@@ -4238,12 +4238,12 @@ function kd() {
4238
4238
  }), jo;
4239
4239
  }
4240
4240
  var Go;
4241
- function Bd() {
4242
- return Go || (Go = 1, Ad(), qd(), Ld(), Md(), Fd(), kd()), Is;
4241
+ function jd() {
4242
+ return Go || (Go = 1, Od(), Ld(), Md(), Fd(), Vd(), Bd()), Is;
4243
4243
  }
4244
- Bd();
4244
+ jd();
4245
4245
  var Ko = {}, Ho;
4246
- function jd() {
4246
+ function zd() {
4247
4247
  if (Ho) return Ko;
4248
4248
  Ho = 1;
4249
4249
  var r = te(), e = $(), t = Date, i = e(t.prototype.getTime);
@@ -4253,9 +4253,9 @@ function jd() {
4253
4253
  }
4254
4254
  }), Ko;
4255
4255
  }
4256
- jd();
4256
+ zd();
4257
4257
  var Uo = {}, Zo;
4258
- function zd() {
4258
+ function $d() {
4259
4259
  if (Zo) return Uo;
4260
4260
  Zo = 1;
4261
4261
  var r = $(), e = rt(), t = Date.prototype, i = "Invalid Date", n = "toString", a = r(t[n]), s = r(t.getTime);
@@ -4264,21 +4264,21 @@ function zd() {
4264
4264
  return l === l ? a(this) : i;
4265
4265
  }), Uo;
4266
4266
  }
4267
- zd();
4267
+ $d();
4268
4268
  var Wo = {}, Wi, Jo;
4269
4269
  function Hn() {
4270
4270
  if (Jo) return Wi;
4271
4271
  Jo = 1;
4272
- var r = sc(), e = $n();
4272
+ var r = oc(), e = $n();
4273
4273
  return Wi = Object.keys || function(i) {
4274
4274
  return r(i, e);
4275
4275
  }, Wi;
4276
4276
  }
4277
4277
  var Ji, Yo;
4278
- function $d() {
4278
+ function Gd() {
4279
4279
  if (Yo) return Ji;
4280
4280
  Yo = 1;
4281
- var r = ne(), e = $(), t = oe(), i = Z(), n = Hn(), a = oc(), s = ic(), o = qt(), l = Bn(), c = Object.assign, d = Object.defineProperty, u = e([].concat);
4281
+ var r = ne(), e = $(), t = oe(), i = Z(), n = Hn(), a = lc(), s = nc(), o = qt(), l = Bn(), c = Object.assign, d = Object.defineProperty, u = e([].concat);
4282
4282
  return Ji = !c || i(function() {
4283
4283
  if (r && c({ b: 1 }, c(d({}, "a", {
4284
4284
  enumerable: !0,
@@ -4301,38 +4301,38 @@ function $d() {
4301
4301
  } : c, Ji;
4302
4302
  }
4303
4303
  var Qo;
4304
- function Gd() {
4304
+ function Kd() {
4305
4305
  if (Qo) return Wo;
4306
4306
  Qo = 1;
4307
- var r = te(), e = $d();
4307
+ var r = te(), e = Gd();
4308
4308
  return r({ target: "Object", stat: !0, arity: 2, forced: Object.assign !== e }, {
4309
4309
  assign: e
4310
4310
  }), Wo;
4311
4311
  }
4312
- Gd();
4313
- var yt, Kd = new Uint8Array(16);
4314
- function Hd() {
4312
+ Kd();
4313
+ var yt, Hd = new Uint8Array(16);
4314
+ function Ud() {
4315
4315
  if (!yt && (yt = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), !yt))
4316
4316
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
4317
- return yt(Kd);
4317
+ return yt(Hd);
4318
4318
  }
4319
- const Ud = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
4320
- function Zd(r) {
4321
- return typeof r == "string" && Ud.test(r);
4319
+ const Zd = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
4320
+ function Wd(r) {
4321
+ return typeof r == "string" && Zd.test(r);
4322
4322
  }
4323
4323
  var U = [];
4324
4324
  for (var Yi = 0; Yi < 256; ++Yi)
4325
4325
  U.push((Yi + 256).toString(16).substr(1));
4326
- function Wd(r) {
4326
+ function Jd(r) {
4327
4327
  var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, t = (U[r[e + 0]] + U[r[e + 1]] + U[r[e + 2]] + U[r[e + 3]] + "-" + U[r[e + 4]] + U[r[e + 5]] + "-" + U[r[e + 6]] + U[r[e + 7]] + "-" + U[r[e + 8]] + U[r[e + 9]] + "-" + U[r[e + 10]] + U[r[e + 11]] + U[r[e + 12]] + U[r[e + 13]] + U[r[e + 14]] + U[r[e + 15]]).toLowerCase();
4328
- if (!Zd(t))
4328
+ if (!Wd(t))
4329
4329
  throw TypeError("Stringified UUID is invalid");
4330
4330
  return t;
4331
4331
  }
4332
- function Jd(r, e, t) {
4332
+ function Yd(r, e, t) {
4333
4333
  r = r || {};
4334
- var i = r.random || (r.rng || Hd)();
4335
- return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128, Wd(i);
4334
+ var i = r.random || (r.rng || Ud)();
4335
+ return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128, Jd(i);
4336
4336
  }
4337
4337
  var Xo = {}, Qi, el;
4338
4338
  function kt() {
@@ -4345,7 +4345,7 @@ function kt() {
4345
4345
  }, Qi;
4346
4346
  }
4347
4347
  var Xi, tl;
4348
- function Yd() {
4348
+ function Qd() {
4349
4349
  if (tl) return Xi;
4350
4350
  tl = 1;
4351
4351
  var r = ce();
@@ -4355,7 +4355,7 @@ function Yd() {
4355
4355
  }, Xi;
4356
4356
  }
4357
4357
  var en, rl;
4358
- function Qd() {
4358
+ function Xd() {
4359
4359
  if (rl) return en;
4360
4360
  rl = 1;
4361
4361
  var r = Z(), e = V(), t = e.RegExp, i = r(function() {
@@ -4374,10 +4374,10 @@ function Qd() {
4374
4374
  }, en;
4375
4375
  }
4376
4376
  var tn = {}, il;
4377
- function Xd() {
4377
+ function eh() {
4378
4378
  if (il) return tn;
4379
4379
  il = 1;
4380
- var r = ne(), e = Yl(), t = Oe(), i = ce(), n = Ft(), a = Hn();
4380
+ var r = ne(), e = Ql(), t = Oe(), i = ce(), n = Ft(), a = Hn();
4381
4381
  return tn.f = r && !e ? Object.defineProperties : function(o, l) {
4382
4382
  i(o);
4383
4383
  for (var c = n(l), d = a(l), u = d.length, f = 0, h; u > f; ) t.f(o, h = d[f++], c[h]);
@@ -4385,10 +4385,10 @@ function Xd() {
4385
4385
  }, tn;
4386
4386
  }
4387
4387
  var rn, nl;
4388
- function eh() {
4388
+ function th() {
4389
4389
  if (nl) return rn;
4390
4390
  nl = 1;
4391
- var r = ce(), e = Xd(), t = $n(), i = Vn(), n = hc(), a = _n(), s = tc(), o = ">", l = "<", c = "prototype", d = "script", u = s("IE_PROTO"), f = function() {
4391
+ var r = ce(), e = eh(), t = $n(), i = Vn(), n = fc(), a = _n(), s = rc(), o = ">", l = "<", c = "prototype", d = "script", u = s("IE_PROTO"), f = function() {
4392
4392
  }, h = function(g) {
4393
4393
  return l + d + o + g + l + "/" + d + o;
4394
4394
  }, v = function(g) {
@@ -4413,7 +4413,7 @@ function eh() {
4413
4413
  }, rn;
4414
4414
  }
4415
4415
  var nn, al;
4416
- function th() {
4416
+ function rh() {
4417
4417
  if (al) return nn;
4418
4418
  al = 1;
4419
4419
  var r = Z(), e = V(), t = e.RegExp;
@@ -4424,7 +4424,7 @@ function th() {
4424
4424
  }), nn;
4425
4425
  }
4426
4426
  var an, sl;
4427
- function rh() {
4427
+ function ih() {
4428
4428
  if (sl) return an;
4429
4429
  sl = 1;
4430
4430
  var r = Z(), e = V(), t = e.RegExp;
@@ -4434,10 +4434,10 @@ function rh() {
4434
4434
  }), an;
4435
4435
  }
4436
4436
  var sn, ol;
4437
- function ih() {
4437
+ function nh() {
4438
4438
  if (ol) return sn;
4439
4439
  ol = 1;
4440
- var r = oe(), e = $(), t = kt(), i = Yd(), n = Qd(), a = On(), s = eh(), o = kn().get, l = th(), c = rh(), d = a("native-string-replace", String.prototype.replace), u = RegExp.prototype.exec, f = u, h = e("".charAt), v = e("".indexOf), m = e("".replace), y = e("".slice), R = function() {
4440
+ var r = oe(), e = $(), t = kt(), i = Qd(), n = Xd(), a = On(), s = th(), o = kn().get, l = rh(), c = ih(), d = a("native-string-replace", String.prototype.replace), u = RegExp.prototype.exec, f = u, h = e("".charAt), v = e("".indexOf), m = e("".replace), y = e("".slice), R = function() {
4441
4441
  var b = /a/, N = /b*/g;
4442
4442
  return r(u, b, "a"), r(u, N, "a"), b.lastIndex !== 0 || N.lastIndex !== 0;
4443
4443
  }(), g = n.BROKEN_CARET, E = /()??/.exec("")[1] !== void 0, T = R || E || g || l || c, C = function(b, N) {
@@ -4466,17 +4466,17 @@ function ih() {
4466
4466
  }), sn = f, sn;
4467
4467
  }
4468
4468
  var ll;
4469
- function nh() {
4469
+ function ah() {
4470
4470
  if (ll) return Xo;
4471
4471
  ll = 1;
4472
- var r = te(), e = ih();
4472
+ var r = te(), e = nh();
4473
4473
  return r({ target: "RegExp", proto: !0, forced: /./.exec !== e }, {
4474
4474
  exec: e
4475
4475
  }), Xo;
4476
4476
  }
4477
- nh();
4477
+ ah();
4478
4478
  var cl = {}, on, ul;
4479
- function ah() {
4479
+ function sh() {
4480
4480
  if (ul) return on;
4481
4481
  ul = 1;
4482
4482
  var r = se(), e = Ke(), t = ee(), i = t("match");
@@ -4486,10 +4486,10 @@ function ah() {
4486
4486
  }, on;
4487
4487
  }
4488
4488
  var ln, dl;
4489
- function sh() {
4489
+ function oh() {
4490
4490
  if (dl) return ln;
4491
4491
  dl = 1;
4492
- var r = ah(), e = TypeError;
4492
+ var r = sh(), e = TypeError;
4493
4493
  return ln = function(t) {
4494
4494
  if (r(t))
4495
4495
  throw new e("The method doesn't accept regular expressions");
@@ -4497,7 +4497,7 @@ function sh() {
4497
4497
  }, ln;
4498
4498
  }
4499
4499
  var cn, hl;
4500
- function oh() {
4500
+ function lh() {
4501
4501
  if (hl) return cn;
4502
4502
  hl = 1;
4503
4503
  var r = ee(), e = r("match");
@@ -4515,10 +4515,10 @@ function oh() {
4515
4515
  }, cn;
4516
4516
  }
4517
4517
  var fl;
4518
- function lh() {
4518
+ function ch() {
4519
4519
  if (fl) return cl;
4520
4520
  fl = 1;
4521
- var r = te(), e = dc(), t = jn().f, i = ac(), n = kt(), a = sh(), s = et(), o = oh(), l = Ge(), c = e("".slice), d = Math.min, u = o("startsWith"), f = !l && !u && !!function() {
4521
+ var r = te(), e = hc(), t = jn().f, i = sc(), n = kt(), a = oh(), s = et(), o = lh(), l = Ge(), c = e("".slice), d = Math.min, u = o("startsWith"), f = !l && !u && !!function() {
4522
4522
  var h = t(String.prototype, "startsWith");
4523
4523
  return h && !h.writable;
4524
4524
  }();
@@ -4531,9 +4531,9 @@ function lh() {
4531
4531
  }
4532
4532
  }), cl;
4533
4533
  }
4534
- lh();
4534
+ ch();
4535
4535
  var vl = {}, un, pl;
4536
- function ch() {
4536
+ function uh() {
4537
4537
  if (pl) return un;
4538
4538
  pl = 1;
4539
4539
  var r = Ke();
@@ -4542,26 +4542,26 @@ function ch() {
4542
4542
  }, un;
4543
4543
  }
4544
4544
  var dn, ml;
4545
- function uh() {
4545
+ function dh() {
4546
4546
  if (ml) return dn;
4547
4547
  ml = 1;
4548
- var r = ch(), e = uc(), t = se(), i = ee(), n = i("species"), a = Array;
4548
+ var r = uh(), e = dc(), t = se(), i = ee(), n = i("species"), a = Array;
4549
4549
  return dn = function(s) {
4550
4550
  var o;
4551
4551
  return r(s) && (o = s.constructor, e(o) && (o === a || r(o.prototype)) ? o = void 0 : t(o) && (o = o[n], o === null && (o = void 0))), o === void 0 ? a : o;
4552
4552
  }, dn;
4553
4553
  }
4554
4554
  var hn, gl;
4555
- function dh() {
4555
+ function hh() {
4556
4556
  if (gl) return hn;
4557
4557
  gl = 1;
4558
- var r = uh();
4558
+ var r = dh();
4559
4559
  return hn = function(e, t) {
4560
4560
  return new (r(e))(t === 0 ? 0 : t);
4561
4561
  }, hn;
4562
4562
  }
4563
4563
  var fn, yl;
4564
- function hh() {
4564
+ function fh() {
4565
4565
  if (yl) return fn;
4566
4566
  yl = 1;
4567
4567
  var r = ne(), e = Oe(), t = Fn();
@@ -4570,10 +4570,10 @@ function hh() {
4570
4570
  }, fn;
4571
4571
  }
4572
4572
  var vn, bl;
4573
- function Ec() {
4573
+ function Sc() {
4574
4574
  if (bl) return vn;
4575
4575
  bl = 1;
4576
- var r = Vt(), e = Bn(), t = qt(), i = zn(), n = dh(), a = hh(), s = function(o) {
4576
+ var r = Vt(), e = Bn(), t = qt(), i = zn(), n = hh(), a = fh(), s = function(o) {
4577
4577
  var l = o === 1, c = o === 2, d = o === 3, u = o === 4, f = o === 6, h = o === 7, v = o === 5 || f;
4578
4578
  return function(m, y, R) {
4579
4579
  for (var g = t(m), E = e(g), T = i(E), C = r(y, R), b = 0, N = 0, w = l ? n(m, T) : c || h ? n(m, 0) : void 0, O, D; T > b; b++) if ((v || b in E) && (O = E[b], D = C(O, b, g), o))
@@ -4629,7 +4629,7 @@ function Ec() {
4629
4629
  }, vn;
4630
4630
  }
4631
4631
  var pn, El;
4632
- function Sc() {
4632
+ function Rc() {
4633
4633
  if (El) return pn;
4634
4634
  El = 1;
4635
4635
  var r = Z(), e = ee(), t = Dn(), i = e("species");
@@ -4643,31 +4643,31 @@ function Sc() {
4643
4643
  }, pn;
4644
4644
  }
4645
4645
  var Sl;
4646
- function fh() {
4646
+ function vh() {
4647
4647
  if (Sl) return vl;
4648
4648
  Sl = 1;
4649
- var r = te(), e = Ec().map, t = Sc(), i = t("map");
4649
+ var r = te(), e = Sc().map, t = Rc(), i = t("map");
4650
4650
  return r({ target: "Array", proto: !0, forced: !i }, {
4651
4651
  map: function(a) {
4652
4652
  return e(this, a, arguments.length > 1 ? arguments[1] : void 0);
4653
4653
  }
4654
4654
  }), vl;
4655
4655
  }
4656
- fh();
4656
+ vh();
4657
4657
  var Rl = {}, Tl;
4658
- function vh() {
4658
+ function ph() {
4659
4659
  if (Tl) return Rl;
4660
4660
  Tl = 1;
4661
- var r = te(), e = Ec().filter, t = Sc(), i = t("filter");
4661
+ var r = te(), e = Sc().filter, t = Rc(), i = t("filter");
4662
4662
  return r({ target: "Array", proto: !0, forced: !i }, {
4663
4663
  filter: function(a) {
4664
4664
  return e(this, a, arguments.length > 1 ? arguments[1] : void 0);
4665
4665
  }
4666
4666
  }), Rl;
4667
4667
  }
4668
- vh();
4668
+ ph();
4669
4669
  var wl = {}, Il;
4670
- function ph() {
4670
+ function mh() {
4671
4671
  if (Il) return wl;
4672
4672
  Il = 1;
4673
4673
  var r = te(), e = qt(), t = Hn(), i = Z(), n = i(function() {
@@ -4679,17 +4679,17 @@ function ph() {
4679
4679
  }
4680
4680
  }), wl;
4681
4681
  }
4682
- ph();
4682
+ mh();
4683
4683
  var Cl = {}, mn, xl;
4684
- function Rc() {
4684
+ function Tc() {
4685
4685
  return xl || (xl = 1, mn = `
4686
4686
  \v\f\r                 \u2028\u2029\uFEFF`), mn;
4687
4687
  }
4688
4688
  var gn, Nl;
4689
- function mh() {
4689
+ function gh() {
4690
4690
  if (Nl) return gn;
4691
4691
  Nl = 1;
4692
- var r = $(), e = et(), t = kt(), i = Rc(), n = r("".replace), a = RegExp("^[" + i + "]+"), s = RegExp("(^|[^" + i + "])[" + i + "]+$"), o = function(l) {
4692
+ var r = $(), e = et(), t = kt(), i = Tc(), n = r("".replace), a = RegExp("^[" + i + "]+"), s = RegExp("(^|[^" + i + "])[" + i + "]+$"), o = function(l) {
4693
4693
  return function(c) {
4694
4694
  var d = t(e(c));
4695
4695
  return l & 1 && (d = n(d, a, "")), l & 2 && (d = n(d, s, "$1")), d;
@@ -4708,10 +4708,10 @@ function mh() {
4708
4708
  }, gn;
4709
4709
  }
4710
4710
  var yn, Al;
4711
- function gh() {
4711
+ function yh() {
4712
4712
  if (Al) return yn;
4713
4713
  Al = 1;
4714
- var r = V(), e = Z(), t = $(), i = kt(), n = mh().trim, a = Rc(), s = r.parseInt, o = r.Symbol, l = o && o.iterator, c = /^[+-]?0x/i, d = t(c.exec), u = s(a + "08") !== 8 || s(a + "0x16") !== 22 || l && !e(function() {
4714
+ var r = V(), e = Z(), t = $(), i = kt(), n = gh().trim, a = Tc(), s = r.parseInt, o = r.Symbol, l = o && o.iterator, c = /^[+-]?0x/i, d = t(c.exec), u = s(a + "08") !== 8 || s(a + "0x16") !== 22 || l && !e(function() {
4715
4715
  s(Object(l));
4716
4716
  });
4717
4717
  return yn = u ? function(h, v) {
@@ -4720,16 +4720,16 @@ function gh() {
4720
4720
  } : s, yn;
4721
4721
  }
4722
4722
  var Ol;
4723
- function yh() {
4723
+ function bh() {
4724
4724
  if (Ol) return Cl;
4725
4725
  Ol = 1;
4726
- var r = te(), e = gh();
4726
+ var r = te(), e = yh();
4727
4727
  return r({ global: !0, forced: parseInt !== e }, {
4728
4728
  parseInt: e
4729
4729
  }), Cl;
4730
4730
  }
4731
- yh();
4732
- var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", bh = "https://vgs-collect-keeper.apps.verygood.systems", Tc = /* @__PURE__ */ Jd(), Tn = {
4731
+ bh();
4732
+ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", Eh = "https://vgs-collect-keeper.apps.verygood.systems", wc = /* @__PURE__ */ Yd(), Tn = {
4733
4733
  vaultId: "",
4734
4734
  environment: "sandbox",
4735
4735
  version: "canary"
@@ -4755,11 +4755,11 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4755
4755
  },
4756
4756
  SCRIPT_WAS_NOT_LOADED: "VGS Collect.js script was not loaded.",
4757
4757
  CHANGE_VERSION: "Please explicitly set locked VGS Collect.js version before going live. Check out the changelog https://www.verygoodsecurity.com/docs/vgs-collect/js/changelog"
4758
- }, wc = Tn, Eh = function(e) {
4759
- e && (wc = Object.assign({}, e));
4758
+ }, Ic = Tn, Sh = function(e) {
4759
+ e && (Ic = Object.assign({}, e));
4760
4760
  }, Wn = function() {
4761
- return wc;
4762
- }, Sh = {
4761
+ return Ic;
4762
+ }, Rh = {
4763
4763
  vaultId: function(e) {
4764
4764
  return typeof e == "string" && /^tnt.{8}$/.test(e);
4765
4765
  },
@@ -4780,7 +4780,7 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4780
4780
  }
4781
4781
  }, Dl = function(e) {
4782
4782
  throw new Error(Ne.IS_REQUIRED(e));
4783
- }, Rh = function(e, t) {
4783
+ }, Th = function(e, t) {
4784
4784
  if (e) {
4785
4785
  var i = Object.keys(e).filter(function(a) {
4786
4786
  return !e[a](t[a]);
@@ -4792,10 +4792,10 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4792
4792
  throw n;
4793
4793
  }
4794
4794
  }
4795
- }, Th = function(e) {
4796
- Rh(Sh, e);
4797
4795
  }, wh = function(e) {
4798
- Th(e), Eh(e), Rt({
4796
+ Th(Rh, e);
4797
+ }, Ih = function(e) {
4798
+ wh(e), Sh(e), Rt({
4799
4799
  type: St.LOADED_FROM_PACKAGE
4800
4800
  });
4801
4801
  }, Rt = function(e) {
@@ -4807,14 +4807,14 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4807
4807
  userAgent: window.navigator.userAgent,
4808
4808
  version: a,
4809
4809
  timestamp: Date.now(),
4810
- vgsCollectSessionId: Tc
4810
+ vgsCollectSessionId: wc
4811
4811
  };
4812
4812
  try {
4813
4813
  o = window.btoa(JSON.stringify(Object.assign({}, e, l)));
4814
4814
  } catch {
4815
4815
  return;
4816
4816
  }
4817
- fetch(bh + "/vgs", {
4817
+ fetch(Eh + "/vgs", {
4818
4818
  method: "POST",
4819
4819
  body: o
4820
4820
  }).then(function() {
@@ -4823,14 +4823,14 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4823
4823
  return !0;
4824
4824
  });
4825
4825
  }
4826
- }, Ic = function(e) {
4826
+ }, Cc = function(e) {
4827
4827
  var t = document.head || document.body;
4828
4828
  if (!t)
4829
4829
  throw new Error(Ne.UNABLE_TO_FIND("document.head or document.body"));
4830
4830
  return t.appendChild(e), e;
4831
4831
  }, wt = function(e, t) {
4832
4832
  var i = document.createElement("link");
4833
- i.rel = e, i.href = t, Ic(i);
4833
+ i.rel = e, i.href = t, Cc(i);
4834
4834
  }, Pl = function(e) {
4835
4835
  var t = e.split("."), i = parseInt(t[0]) || 0, n = parseInt(t[1]) || 0, a = parseInt(t[2]) || 0;
4836
4836
  return {
@@ -4838,26 +4838,26 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4838
4838
  minor: n,
4839
4839
  patch: a
4840
4840
  };
4841
- }, Ih = function(e, t) {
4841
+ }, Ch = function(e, t) {
4842
4842
  if (e === "canary") return !0;
4843
4843
  var i = Pl(e), n = Pl(t);
4844
4844
  return i.major !== n.major ? i.major > n.major : i.minor !== n.minor ? i.minor > n.minor : i.patch !== n.patch ? i.patch > n.patch : !1;
4845
- }, Jn = Un, Ch = function() {
4845
+ }, Jn = Un, xh = function() {
4846
4846
  try {
4847
4847
  var e = document.querySelectorAll('script[src^="' + Jn + '/vgs-collect/"]');
4848
4848
  return e.length > 0;
4849
4849
  } catch {
4850
4850
  return !1;
4851
4851
  }
4852
- }, xh = function() {
4852
+ }, Nh = function() {
4853
4853
  var e = Wn(), t = e.vaultId, i = e.environment, n = e.version, a = e.integrity, s = e.crossorigin, o = document.createElement("script");
4854
- return o.src = Jn + "/vgs-collect/" + n + "/vgs-collect.js?sessionId=" + Tc + "&tenantId=" + t + "&env=" + i, a && (o.integrity = a), typeof s == "string" && (o.crossOrigin = s), Ic(o), o;
4855
- }, Nh = function r(e) {
4854
+ return o.src = Jn + "/vgs-collect/" + n + "/vgs-collect.js?sessionId=" + wc + "&tenantId=" + t + "&env=" + i, a && (o.integrity = a), typeof s == "string" && (o.crossOrigin = s), Cc(o), o;
4855
+ }, Ah = function r(e) {
4856
4856
  e === void 0 && (e = !0);
4857
4857
  var t = new Promise(function(i, n) {
4858
4858
  var a = Wn(), s = a.version;
4859
- if (Ch() && window.VGSCollect && i(window.VGSCollect), !e && Ih(s, "2.3.0") && (Jn = Zn), !window.VGSCollect) {
4860
- var o = xh();
4859
+ if (xh() && window.VGSCollect && i(window.VGSCollect), !e && Ch(s, "2.3.0") && (Jn = Zn), !window.VGSCollect) {
4860
+ var o = Nh();
4861
4861
  o && (o.onload = function() {
4862
4862
  window.VGSCollect || (Rt({
4863
4863
  type: St.INSTANCE_UNDEFINED,
@@ -4883,18 +4883,18 @@ var Un = "https://js.verygoodvault.com", Zn = "https://js3.verygoodvault.com", b
4883
4883
  return n === void 0 && (n = function() {
4884
4884
  }), window.VGSCollect.create(e, t, n);
4885
4885
  };
4886
- }, Ah = function() {
4887
- wt("dns-prefetch", Un), wt("dns-prefetch", Zn);
4888
4886
  }, Oh = function() {
4887
+ wt("dns-prefetch", Un), wt("dns-prefetch", Zn);
4888
+ }, Dh = function() {
4889
4889
  wt("preconnect", Un), wt("preconnect", Zn);
4890
4890
  };
4891
4891
  Promise.resolve().then(function() {
4892
- typeof window < "u" && !window.VGSCollect && (Ah(), Oh());
4892
+ typeof window < "u" && !window.VGSCollect && (Oh(), Dh());
4893
4893
  });
4894
- var Dh = function(e) {
4894
+ var Ph = function(e) {
4895
4895
  e === void 0 && (e = Dl("config"));
4896
4896
  var t = e, i = t.vaultId, n = i === void 0 ? Dl("vaultId") : i, a = t.environment, s = a === void 0 ? Tn.environment : a, o = t.version, l = o === void 0 ? Tn.version : o, c = t.integrity, d = t.crossorigin, u = t.logLevel;
4897
- return l === "canary" && console.warn(Ne.CHANGE_VERSION), wh({
4897
+ return l === "canary" && console.warn(Ne.CHANGE_VERSION), Ih({
4898
4898
  vaultId: n,
4899
4899
  environment: s,
4900
4900
  version: l,
@@ -4910,7 +4910,7 @@ var Dh = function(e) {
4910
4910
  _l(n, s, u), f(window.VGSCollect);
4911
4911
  return;
4912
4912
  }
4913
- Nh().then(function() {
4913
+ Ah().then(function() {
4914
4914
  _l(n, s, u), f(window.VGSCollect);
4915
4915
  }).catch(function(v) {
4916
4916
  h(v);
@@ -4939,7 +4939,7 @@ class je {
4939
4939
  });
4940
4940
  }
4941
4941
  async init(e) {
4942
- return this.environment = e, await Dh({
4942
+ return this.environment = e, await Ph({
4943
4943
  vaultId: ql[e],
4944
4944
  environment: Ll[e],
4945
4945
  version: "3.3.0"
@@ -5280,7 +5280,7 @@ class je {
5280
5280
  }[e] ?? "unknown" : "unknown";
5281
5281
  }
5282
5282
  }
5283
- class Ph {
5283
+ class _h {
5284
5284
  events = /* @__PURE__ */ new Map();
5285
5285
  /**
5286
5286
  * Subscribe to an event
@@ -5318,13 +5318,13 @@ class Ph {
5318
5318
  return this.events.get(e)?.size || 0;
5319
5319
  }
5320
5320
  }
5321
- const _h = new Ph();
5322
- class qh {
5321
+ const qh = new _h();
5322
+ class Lh {
5323
5323
  state;
5324
5324
  initialState;
5325
5325
  eventBus;
5326
5326
  stateChangedEvent = "state-changed";
5327
- constructor(e, t = _h) {
5327
+ constructor(e, t = qh) {
5328
5328
  this.initialState = { ...e }, this.state = { ...e }, this.eventBus = t;
5329
5329
  }
5330
5330
  /**
@@ -5364,28 +5364,28 @@ class qh {
5364
5364
  return this.state[e];
5365
5365
  }
5366
5366
  }
5367
- function Lh(r) {
5368
- return new qh(r);
5367
+ function Mh(r) {
5368
+ return new Lh(r);
5369
5369
  }
5370
5370
  const It = (r) => {
5371
5371
  const e = r.replace(/\s/g, "");
5372
5372
  return /^4\d{0,15}$/.test(e) ? "visa" : /^(5[1-5]\d{4}|677189|222[1-9]\d{2}|22[3-9]\d{3}|2[3-6]\d{4}|27[01]\d{3}|2720\d{2})\d{0,13}$/.test(
5373
5373
  e
5374
5374
  ) ? "mastercard" : /^3[47]\d{0,17}$/.test(e) ? "amex" : /^(6011|65\d{2}|64[4-9]\d)\d{0,15}|^(62\d{0,17})$/.test(e) ? "discover" : "unknown";
5375
- }, Cc = {
5375
+ }, xc = {
5376
5376
  cardNumber: (r) => (r.replace(/\s/g, "").match(/.{1,4}/g) || []).join(" "),
5377
5377
  cardExpiry: (r) => {
5378
5378
  const t = r.replace(/\D/g, "").slice(0, 4);
5379
5379
  return t.length > 2 ? `${t.slice(0, 2)} / ${t.slice(2, 4)}` : t;
5380
5380
  },
5381
5381
  cardCvv: (r, e = 3) => r.replace(/\D/g, "").slice(0, e)
5382
- }, Mh = (r) => r.replace(/\D/g, "").split("").reverse().map(Number).reduce((i, n, a) => {
5382
+ }, Fh = (r) => r.replace(/\D/g, "").split("").reverse().map(Number).reduce((i, n, a) => {
5383
5383
  if (a % 2 === 1) {
5384
5384
  const s = n * 2;
5385
5385
  return i + (s > 9 ? s - 9 : s);
5386
5386
  }
5387
5387
  return i + n;
5388
- }, 0) % 10 === 0, xc = {
5388
+ }, 0) % 10 === 0, Nc = {
5389
5389
  "gmail.com": [
5390
5390
  "gmal.com",
5391
5391
  "gmil.com",
@@ -5457,7 +5457,7 @@ const It = (r) => {
5457
5457
  "comcast.net": ["comcast.com", "comcat.net", "comcst.net", "comcastnet", "comcast.nt", "comcas.net"],
5458
5458
  "verizon.net": ["verizon.com", "verizon.nt", "verizonnet", "verizn.net", "verizon.ne", "verzon.net"],
5459
5459
  "att.net": ["att.com", "at.net", "att.nt", "attnet", "att.ne", "attt.net"]
5460
- }, Fh = (r) => {
5460
+ }, Vh = (r) => {
5461
5461
  if (!r || r.includes("."))
5462
5462
  return null;
5463
5463
  const e = ["com", "net", "org", "edu", "gov", "io", "co"];
@@ -5470,7 +5470,7 @@ const It = (r) => {
5470
5470
  }
5471
5471
  }
5472
5472
  return null;
5473
- }, Vh = (r, e) => {
5473
+ }, kh = (r, e) => {
5474
5474
  if (r.length === 0) return e.length;
5475
5475
  if (e.length === 0) return r.length;
5476
5476
  const t = e.length + 1, i = r.length + 1, n = Array.from(
@@ -5490,16 +5490,16 @@ const It = (r) => {
5490
5490
  );
5491
5491
  }
5492
5492
  return n[e.length][r.length];
5493
- }, kh = (r) => {
5493
+ }, Bh = (r) => {
5494
5494
  let t = null, i = 3;
5495
5495
  const n = r.toLowerCase();
5496
- for (const a of Object.keys(xc)) {
5497
- const s = Vh(n, a);
5496
+ for (const a of Object.keys(Nc)) {
5497
+ const s = kh(n, a);
5498
5498
  s <= 2 && s < i && (i = s, t = a);
5499
5499
  }
5500
5500
  return t;
5501
- }, Bh = () => {
5502
- const { t: r } = Nc();
5501
+ }, jh = () => {
5502
+ const { t: r } = Ac();
5503
5503
  return {
5504
5504
  validateEmail: (t) => {
5505
5505
  const i = /^[^\s@]+@[^\s@.]+\.[^\s@]+$/;
@@ -5518,7 +5518,7 @@ const It = (r) => {
5518
5518
  };
5519
5519
  const a = t.substring(0, n), s = t.substring(n + 1);
5520
5520
  if (!s.includes(".")) {
5521
- const l = Fh(s);
5521
+ const l = Vh(s);
5522
5522
  if (l)
5523
5523
  return {
5524
5524
  isValid: !1,
@@ -5527,7 +5527,7 @@ const It = (r) => {
5527
5527
  }),
5528
5528
  suggestion: `${a}@${l}`
5529
5529
  };
5530
- for (const c of Object.keys(xc))
5530
+ for (const c of Object.keys(Nc))
5531
5531
  if (c.replace(/\./g, "") === s)
5532
5532
  return {
5533
5533
  isValid: !1,
@@ -5543,7 +5543,7 @@ const It = (r) => {
5543
5543
  message: r("validation.emailInvalid"),
5544
5544
  suggestion: null
5545
5545
  };
5546
- const o = kh(s);
5546
+ const o = Bh(s);
5547
5547
  if (o && o !== s) {
5548
5548
  const l = `${a}@${o}`;
5549
5549
  return {
@@ -5559,8 +5559,8 @@ const It = (r) => {
5559
5559
  };
5560
5560
  }
5561
5561
  };
5562
- }, jh = /* @__PURE__ */ new Set(["US", "CA"]), up = () => {
5563
- const { t: r } = Nc(), { validateEmail: e } = Bh();
5562
+ }, zh = /* @__PURE__ */ new Set(["US", "CA"]), dp = () => {
5563
+ const { t: r } = Ac(), { validateEmail: e } = jh();
5564
5564
  return {
5565
5565
  email: (t) => {
5566
5566
  const i = e(t);
@@ -5570,7 +5570,7 @@ const It = (r) => {
5570
5570
  if (!t.trim())
5571
5571
  return r("validation.phoneNumberRequired");
5572
5572
  if (i) {
5573
- const a = Hl();
5573
+ const a = Ul();
5574
5574
  if (!a) {
5575
5575
  const s = t.replace(/\D/g, "");
5576
5576
  return s.length < 7 || s.length > 15 ? r("validation.phoneNumberInvalid") : void 0;
@@ -5605,7 +5605,7 @@ const It = (r) => {
5605
5605
  const a = n === "amex" ? 15 : 16;
5606
5606
  if (i.length !== a)
5607
5607
  return r("validation.cardNumberInvalid");
5608
- if (!Mh(i))
5608
+ if (!Fh(i))
5609
5609
  return r("validation.cardNumberLuhnInvalid");
5610
5610
  },
5611
5611
  cardCvv: (t, i) => {
@@ -5634,7 +5634,7 @@ const It = (r) => {
5634
5634
  return r("validation.townCityRequired");
5635
5635
  },
5636
5636
  state: (t, i) => {
5637
- if (!(i && !jh.has(i)) && !t.trim())
5637
+ if (!(i && !zh.has(i)) && !t.trim())
5638
5638
  return r("validation.stateRequired");
5639
5639
  },
5640
5640
  zipCode: (t) => {
@@ -5646,186 +5646,186 @@ const It = (r) => {
5646
5646
  return r("validation.countryRequired");
5647
5647
  }
5648
5648
  };
5649
- }, zh = "E-mail", $h = "email@priklad.cz", Gh = "Telefonní číslo", Kh = "Hledat země", Hh = "Nebyly nalezeny žádné výsledky", Uh = "Jméno držitele karty", Zh = "Informace o kartě", Wh = "Celé jméno na kartě", Jh = "MM / RR", Yh = "Nezavírejte okno", Qh = { pay: "ZAPLATIT", submit: "ODESLAT", getPlan: "ZÍSKAT MŮJ PLÁN", donate: "DAROVAT", book: "REZERVOVAT NYNÍ", order: "OBJEDNAT NYNÍ" }, Xh = { billingTitle: "Fakturační adresa", shippingTitle: "Dodací adresa", sameAsBilling: "Použít mou fakturační adresu", street: "Ulice", addressLine1: "Adresa (1. řádek)", firstName: "Jméno", lastName: "Příjmení", state: "Stát / Region", city: "Město", townCity: "Obec/Město", zipCode: "PSČ", postalCode: "PSČ", country: "Země", chooseCountry: "Vyberte zemi", chooseState: "Vyberte stát", chooseProvince: "Vyberte provincii", placeholder: { firstName: "Jan", lastName: "Novák", street: "Hlavní 1", city: "Praha", zipCode: "110 00" } }, ef = { emailSuggestion: "Mysleli jste {{email}}?", emailInvalid: "Váš e-mail je neúplný", emailRequired: "E-mail je povinný", cardNumberRequired: "Číslo karty je povinné", cardExpiryInvalid: "Datum vypršení platnosti karty je v minulosti", cardExpiryDateInvalid: "Datum vypršení platnosti karty je neplatné", cardExpiryFormat: "Datum vypršení platnosti karty je neúplné", cardSecurityFormat: "Bezpečnostní kód karty je neúplný", nameRequired: "Zadejte jméno tak, jak je uvedeno na kartě", cardNumberInvalid: "Číslo karty je neúplné", cardNumberLuhnInvalid: "Číslo karty je neplatné", phoneNumberRequired: "Telefonní číslo je povinné", phoneNumberInvalid: "Vaše telefonní číslo je neplatné. Ujistěte se, že je v rozbalovací nabídce vybrána správná země.", "invalid-checkout": "Nepodařilo se spustit pokladnu", streetRequired: "Ulice je povinná", firstNameRequired: "Jméno je povinné", lastNameRequired: "Příjmení je povinné", stateRequired: "Stát / Region je povinný", cityRequired: "Město je povinné", zipCodeRequired: "PSČ je povinné", addressLine1Required: "Ulice je povinná", townCityRequired: "Město je povinné", postalCodeRequired: "PSČ je povinné", zipCodeInvalid: "Zadejte platné PSČ", countryRequired: "Země je povinná", maxLengthExceeded: "Maximálně {{max}} znaků" }, tf = {
5650
- email: zh,
5651
- emailPlaceholder: $h,
5652
- phoneNumber: Gh,
5653
- countrySearch: Kh,
5654
- countryNoResults: Hh,
5655
- cardholderNameLabel: Uh,
5656
- cardInformation: Zh,
5657
- cardholderNamePlaceholder: Wh,
5658
- cardExpiry: Jh,
5659
- loading: Yh,
5649
+ }, $h = "E-mail", Gh = "email@priklad.cz", Kh = "Telefonní číslo", Hh = "Hledat země", Uh = "Nebyly nalezeny žádné výsledky", Zh = "Jméno držitele karty", Wh = "Informace o kartě", Jh = "Celé jméno na kartě", Yh = "MM / RR", Qh = "Nezavírejte okno", Xh = { pay: "ZAPLATIT", submit: "ODESLAT", getPlan: "ZÍSKAT MŮJ PLÁN", donate: "DAROVAT", book: "REZERVOVAT NYNÍ", order: "OBJEDNAT NYNÍ" }, ef = { billingTitle: "Fakturační adresa", shippingTitle: "Dodací adresa", sameAsBilling: "Použít mou fakturační adresu", street: "Ulice", addressLine1: "Adresa (1. řádek)", firstName: "Jméno", lastName: "Příjmení", state: "Stát / Region", city: "Město", townCity: "Obec/Město", zipCode: "PSČ", postalCode: "PSČ", country: "Země", chooseCountry: "Vyberte zemi", chooseState: "Vyberte stát", chooseProvince: "Vyberte provincii", placeholder: { firstName: "Jan", lastName: "Novák", street: "Hlavní 1", city: "Praha", zipCode: "110 00" } }, tf = { emailSuggestion: "Mysleli jste {{email}}?", emailInvalid: "Váš e-mail je neúplný", emailRequired: "E-mail je povinný", cardNumberRequired: "Číslo karty je povinné", cardExpiryInvalid: "Datum vypršení platnosti karty je v minulosti", cardExpiryDateInvalid: "Datum vypršení platnosti karty je neplatné", cardExpiryFormat: "Datum vypršení platnosti karty je neúplné", cardSecurityFormat: "Bezpečnostní kód karty je neúplný", nameRequired: "Zadejte jméno tak, jak je uvedeno na kartě", cardNumberInvalid: "Číslo karty je neúplné", cardNumberLuhnInvalid: "Číslo karty je neplatné", phoneNumberRequired: "Telefonní číslo je povinné", phoneNumberInvalid: "Vaše telefonní číslo je neplatné. Ujistěte se, že je v rozbalovací nabídce vybrána správná země.", "invalid-checkout": "Nepodařilo se spustit pokladnu", streetRequired: "Ulice je povinná", firstNameRequired: "Jméno je povinné", lastNameRequired: "Příjmení je povinné", stateRequired: "Stát / Region je povinný", cityRequired: "Město je povinné", zipCodeRequired: "PSČ je povinné", addressLine1Required: "Ulice je povinná", townCityRequired: "Město je povinné", postalCodeRequired: "PSČ je povinné", zipCodeInvalid: "Zadejte platné PSČ", countryRequired: "Země je povinná", maxLengthExceeded: "Maximálně {{max}} znaků" }, rf = {
5650
+ email: $h,
5651
+ emailPlaceholder: Gh,
5652
+ phoneNumber: Kh,
5653
+ countrySearch: Hh,
5654
+ countryNoResults: Uh,
5655
+ cardholderNameLabel: Zh,
5656
+ cardInformation: Wh,
5657
+ cardholderNamePlaceholder: Jh,
5658
+ cardExpiry: Yh,
5659
+ loading: Qh,
5660
5660
  "pay-with-card": "nebo zaplaťte kartou",
5661
- buttonTexts: Qh,
5662
- address: Xh,
5663
- validation: ef
5664
- }, rf = "E-Mail", nf = "email@beispiel.de", af = "Telefonnummer", sf = "Länder suchen", of = "Keine Ergebnisse gefunden", lf = "Name des/der Karteninhaber/in", cf = "Kartendaten", uf = "Vollständiger Name", df = "MM / JJ", hf = "Das Fenster nicht schließen", ff = { pay: "ZAHLEN", submit: "ABSENDEN", getPlan: "MEINEN PLAN ERHALTEN", donate: "spenden", book: "jetzt buchen", order: "jetzt bestellen" }, vf = { billingTitle: "Rechnungsadresse", shippingTitle: "Lieferadresse", sameAsBilling: "Meine Rechnungsadresse verwenden", street: "Straße und Hausnummer", addressLine1: "Adresszeile 1", firstName: "Vorname", lastName: "Nachname", state: "Bundesland / Region", city: "Stadt", townCity: "Stadt/Gemeinde", zipCode: "Postleitzahl", postalCode: "Postleitzahl", country: "Land", chooseCountry: "Land auswählen", chooseState: "Bundesland auswählen", chooseProvince: "Provinz auswählen", placeholder: { firstName: "Max", lastName: "Mustermann", street: "Musterstraße 1", city: "Berlin", zipCode: "10115" } }, pf = { emailSuggestion: "Meinten Sie {{email}}?", emailInvalid: "Ihre E-Mail-Adresse ist nicht korrekt", emailRequired: "E-Mail-Adresse ist erforderlich", cardNumberRequired: "Kartennummer ist erforderlich", cardExpiryInvalid: "Das Ablaufdatum Ihrer Karte liegt in der Vergangenheit", cardExpiryDateInvalid: "Das Ablaufdatum Ihrer Karte ist ungültig", cardExpiryFormat: "Das Ablaufdatum Ihrer Karte ist unvollständig", cardSecurityFormat: "Der Sicherheitscode Ihrer Karte ist unvollständig", nameRequired: "Gib deinen Namen genau so ein, wie er auf deiner Karte steht", cardNumberInvalid: "Die Kartennummer ist unvollständig", cardNumberLuhnInvalid: "Die Kartennummer ist ungültig", phoneNumberRequired: "Telefonnummer ist erforderlich", phoneNumberInvalid: "Ihre Telefonnummer ist ungültig. Bitte stellen Sie sicher, dass das richtige Land im Dropdown-Menü ausgewählt ist.", "invalid-checkout": "Checkout konnte nicht initialisiert werden", streetRequired: "Straße ist erforderlich", firstNameRequired: "Vorname ist erforderlich", lastNameRequired: "Nachname ist erforderlich", stateRequired: "Bundesland / Region ist erforderlich", cityRequired: "Stadt ist erforderlich", zipCodeRequired: "Postleitzahl ist erforderlich", addressLine1Required: "Adresszeile 1 ist erforderlich", townCityRequired: "Stadt ist erforderlich", postalCodeRequired: "Postleitzahl ist erforderlich", zipCodeInvalid: "Bitte geben Sie eine gültige Postleitzahl ein", countryRequired: "Land ist erforderlich", maxLengthExceeded: "Maximal {{max}} Zeichen" }, mf = {
5665
- email: rf,
5666
- emailPlaceholder: nf,
5667
- phoneNumber: af,
5668
- countrySearch: sf,
5669
- countryNoResults: of,
5670
- cardholderNameLabel: lf,
5671
- cardInformation: cf,
5672
- cardholderNamePlaceholder: uf,
5673
- cardExpiry: df,
5674
- loading: hf,
5661
+ buttonTexts: Xh,
5662
+ address: ef,
5663
+ validation: tf
5664
+ }, nf = "E-Mail", af = "email@beispiel.de", sf = "Telefonnummer", of = "Länder suchen", lf = "Keine Ergebnisse gefunden", cf = "Name des/der Karteninhaber/in", uf = "Kartendaten", df = "Vollständiger Name", hf = "MM / JJ", ff = "Das Fenster nicht schließen", vf = { pay: "ZAHLEN", submit: "ABSENDEN", getPlan: "MEINEN PLAN ERHALTEN", donate: "spenden", book: "jetzt buchen", order: "jetzt bestellen" }, pf = { billingTitle: "Rechnungsadresse", shippingTitle: "Lieferadresse", sameAsBilling: "Meine Rechnungsadresse verwenden", street: "Straße und Hausnummer", addressLine1: "Adresszeile 1", firstName: "Vorname", lastName: "Nachname", state: "Bundesland / Region", city: "Stadt", townCity: "Stadt/Gemeinde", zipCode: "Postleitzahl", postalCode: "Postleitzahl", country: "Land", chooseCountry: "Land auswählen", chooseState: "Bundesland auswählen", chooseProvince: "Provinz auswählen", placeholder: { firstName: "Max", lastName: "Mustermann", street: "Musterstraße 1", city: "Berlin", zipCode: "10115" } }, mf = { emailSuggestion: "Meinten Sie {{email}}?", emailInvalid: "Ihre E-Mail-Adresse ist nicht korrekt", emailRequired: "E-Mail-Adresse ist erforderlich", cardNumberRequired: "Kartennummer ist erforderlich", cardExpiryInvalid: "Das Ablaufdatum Ihrer Karte liegt in der Vergangenheit", cardExpiryDateInvalid: "Das Ablaufdatum Ihrer Karte ist ungültig", cardExpiryFormat: "Das Ablaufdatum Ihrer Karte ist unvollständig", cardSecurityFormat: "Der Sicherheitscode Ihrer Karte ist unvollständig", nameRequired: "Gib deinen Namen genau so ein, wie er auf deiner Karte steht", cardNumberInvalid: "Die Kartennummer ist unvollständig", cardNumberLuhnInvalid: "Die Kartennummer ist ungültig", phoneNumberRequired: "Telefonnummer ist erforderlich", phoneNumberInvalid: "Ihre Telefonnummer ist ungültig. Bitte stellen Sie sicher, dass das richtige Land im Dropdown-Menü ausgewählt ist.", "invalid-checkout": "Checkout konnte nicht initialisiert werden", streetRequired: "Straße ist erforderlich", firstNameRequired: "Vorname ist erforderlich", lastNameRequired: "Nachname ist erforderlich", stateRequired: "Bundesland / Region ist erforderlich", cityRequired: "Stadt ist erforderlich", zipCodeRequired: "Postleitzahl ist erforderlich", addressLine1Required: "Adresszeile 1 ist erforderlich", townCityRequired: "Stadt ist erforderlich", postalCodeRequired: "Postleitzahl ist erforderlich", zipCodeInvalid: "Bitte geben Sie eine gültige Postleitzahl ein", countryRequired: "Land ist erforderlich", maxLengthExceeded: "Maximal {{max}} Zeichen" }, gf = {
5665
+ email: nf,
5666
+ emailPlaceholder: af,
5667
+ phoneNumber: sf,
5668
+ countrySearch: of,
5669
+ countryNoResults: lf,
5670
+ cardholderNameLabel: cf,
5671
+ cardInformation: uf,
5672
+ cardholderNamePlaceholder: df,
5673
+ cardExpiry: hf,
5674
+ loading: ff,
5675
5675
  "pay-with-card": "oder mit Karte bezahlen",
5676
- buttonTexts: ff,
5677
- address: vf,
5678
- validation: pf
5679
- }, gf = "Email", yf = "email@example.com", bf = "Phone Number", Ef = "Search countries", Sf = "No results found", Rf = "Cardholder name", Tf = "Card information", wf = "Full name on card", If = "MM / YY", Cf = "Do not close the window", xf = { pay: "PAY", submit: "SUBMIT", getPlan: "GET MY PLAN", donate: "DONATE", book: "BOOK NOW", order: "ORDER NOW" }, Nf = { billingTitle: "Billing Address", shippingTitle: "Shipping Address", sameAsBilling: "Use my billing address", street: "Street Address", addressLine1: "Address Line 1", firstName: "First Name", lastName: "Last Name", state: "State / Region", city: "City", townCity: "Town/City", zipCode: "Zip Code", postalCode: "Postal/Zip Code", country: "Country", chooseCountry: "Choose country", chooseState: "Choose state", chooseProvince: "Choose province", placeholder: { firstName: "John", lastName: "Doe", street: "123 Main St", city: "New York", zipCode: "10001" } }, Af = { emailSuggestion: "Did you mean {{email}}?", emailInvalid: "Your email is incomplete", emailRequired: "Email is required", cardNumberRequired: "Card number is required", cardExpiryInvalid: "Your card's expiration date is in the past", cardExpiryDateInvalid: "Your card's expiration date is invalid", cardExpiryFormat: "Your card's expiration date is incomplete", cardSecurityFormat: "Your card's security code is incomplete", nameRequired: "Please enter the name as it appears on your card", cardNumberInvalid: "Your card number is incomplete", cardNumberLuhnInvalid: "Your card number is invalid", phoneNumberRequired: "Phone number is required", phoneNumberInvalid: "Your phone number is invalid. Please ensure the correct country is selected in the dropdown.", "invalid-checkout": "Failed to initialize checkout", streetRequired: "Street address is required", firstNameRequired: "First name is required", lastNameRequired: "Last name is required", stateRequired: "State / Region is required", cityRequired: "City is required", zipCodeRequired: "Zip code is required", addressLine1Required: "Address line 1 is required", townCityRequired: "Town/City is required", postalCodeRequired: "Postal/Zip code is required", zipCodeInvalid: "Please enter a valid zip code", countryRequired: "Country is required", maxLengthExceeded: "Maximum {{max}} characters" }, Of = {
5680
- email: gf,
5681
- emailPlaceholder: yf,
5682
- phoneNumber: bf,
5683
- countrySearch: Ef,
5684
- countryNoResults: Sf,
5685
- cardholderNameLabel: Rf,
5686
- cardInformation: Tf,
5687
- cardholderNamePlaceholder: wf,
5688
- cardExpiry: If,
5689
- loading: Cf,
5676
+ buttonTexts: vf,
5677
+ address: pf,
5678
+ validation: mf
5679
+ }, yf = "Email", bf = "email@example.com", Ef = "Phone Number", Sf = "Search countries", Rf = "No results found", Tf = "Cardholder name", wf = "Card information", If = "Full name on card", Cf = "MM / YY", xf = "Do not close the window", Nf = { pay: "PAY", submit: "SUBMIT", getPlan: "GET MY PLAN", donate: "DONATE", book: "BOOK NOW", order: "ORDER NOW" }, Af = { billingTitle: "Billing Address", shippingTitle: "Shipping Address", sameAsBilling: "Use my billing address", street: "Street Address", addressLine1: "Address Line 1", firstName: "First Name", lastName: "Last Name", state: "State / Region", city: "City", townCity: "Town/City", zipCode: "Zip Code", postalCode: "Postal/Zip Code", country: "Country", chooseCountry: "Choose country", chooseState: "Choose state", chooseProvince: "Choose province", placeholder: { firstName: "John", lastName: "Doe", street: "123 Main St", city: "New York", zipCode: "10001" } }, Of = { emailSuggestion: "Did you mean {{email}}?", emailInvalid: "Your email is incomplete", emailRequired: "Email is required", cardNumberRequired: "Card number is required", cardExpiryInvalid: "Your card's expiration date is in the past", cardExpiryDateInvalid: "Your card's expiration date is invalid", cardExpiryFormat: "Your card's expiration date is incomplete", cardSecurityFormat: "Your card's security code is incomplete", nameRequired: "Please enter the name as it appears on your card", cardNumberInvalid: "Your card number is incomplete", cardNumberLuhnInvalid: "Your card number is invalid", phoneNumberRequired: "Phone number is required", phoneNumberInvalid: "Your phone number is invalid. Please ensure the correct country is selected in the dropdown.", "invalid-checkout": "Failed to initialize checkout", streetRequired: "Street address is required", firstNameRequired: "First name is required", lastNameRequired: "Last name is required", stateRequired: "State / Region is required", cityRequired: "City is required", zipCodeRequired: "Zip code is required", addressLine1Required: "Address line 1 is required", townCityRequired: "Town/City is required", postalCodeRequired: "Postal/Zip code is required", zipCodeInvalid: "Please enter a valid zip code", countryRequired: "Country is required", maxLengthExceeded: "Maximum {{max}} characters" }, Df = {
5680
+ email: yf,
5681
+ emailPlaceholder: bf,
5682
+ phoneNumber: Ef,
5683
+ countrySearch: Sf,
5684
+ countryNoResults: Rf,
5685
+ cardholderNameLabel: Tf,
5686
+ cardInformation: wf,
5687
+ cardholderNamePlaceholder: If,
5688
+ cardExpiry: Cf,
5689
+ loading: xf,
5690
5690
  "pay-with-card": "or pay with card",
5691
- buttonTexts: xf,
5692
- address: Nf,
5693
- validation: Af
5694
- }, Df = "Correo electrónico", Pf = "email@ejemplo.es", _f = "Número de teléfono", qf = "Buscar países", Lf = "No se encontraron resultados", Mf = "Nombre del titular de la tarjeta", Ff = "Información de la tarjeta", Vf = "Nombre completo en la tarjeta", kf = "MM / AA", Bf = "Por favor, no cierre esta ventana", jf = { pay: "PAGAR", submit: "ENVIAR", getPlan: "OBTENER MI PLAN", donate: "DONAR", book: "RESERVAR AHORA", order: "ORDENAR AHORA" }, zf = { billingTitle: "Dirección de facturación", shippingTitle: "Dirección de envío", sameAsBilling: "Usar mi dirección de facturación", street: "Dirección", addressLine1: "Dirección línea 1", firstName: "Nombre", lastName: "Apellido", state: "Estado / Región", city: "Ciudad", townCity: "Localidad/Ciudad", zipCode: "Código postal", postalCode: "Código postal", country: "País", chooseCountry: "Seleccionar país", chooseState: "Seleccionar estado", chooseProvince: "Seleccionar provincia", placeholder: { firstName: "Juan", lastName: "García", street: "Calle Mayor 1", city: "Madrid", zipCode: "28001" } }, $f = { emailSuggestion: "¿Quisiste decir {{email}}?", emailInvalid: "Su correo electrónico no es válido", emailRequired: "El correo electrónico es obligatorio", cardNumberRequired: "El número de tarjeta es obligatorio", cardExpiryInvalid: "La fecha de vencimiento de la tarjeta ya pasó", cardExpiryDateInvalid: "La fecha de vencimiento de su tarjeta no es válida", cardExpiryFormat: "La fecha de vencimiento de su tarjeta está incompleta", cardSecurityFormat: "El código de seguridad de su tarjeta está incompleto", nameRequired: "Por favor, ingrese el nombre tal como aparece en su tarjeta", cardNumberInvalid: "Su número de tarjeta no es válido", cardNumberLuhnInvalid: "Su número de tarjeta no es válido", phoneNumberRequired: "El número de teléfono es obligatorio", phoneNumberInvalid: "Su número de teléfono no es válido. Asegúrese de que el país correcto esté seleccionado en el menú desplegable.", "invalid-checkout": "No se pudo inicializar el checkout", streetRequired: "La dirección es obligatoria", firstNameRequired: "El nombre es obligatorio", lastNameRequired: "El apellido es obligatorio", stateRequired: "El estado / región es obligatorio", cityRequired: "La ciudad es obligatoria", zipCodeRequired: "El código postal es obligatorio", addressLine1Required: "La dirección es obligatoria", townCityRequired: "La ciudad es obligatoria", postalCodeRequired: "El código postal es obligatorio", zipCodeInvalid: "Por favor, ingrese un código postal válido", countryRequired: "El país es obligatorio", maxLengthExceeded: "Máximo {{max}} caracteres" }, Gf = {
5695
- email: Df,
5696
- emailPlaceholder: Pf,
5697
- phoneNumber: _f,
5698
- countrySearch: qf,
5699
- countryNoResults: Lf,
5700
- cardholderNameLabel: Mf,
5701
- cardInformation: Ff,
5702
- cardholderNamePlaceholder: Vf,
5703
- cardExpiry: kf,
5704
- loading: Bf,
5691
+ buttonTexts: Nf,
5692
+ address: Af,
5693
+ validation: Of
5694
+ }, Pf = "Correo electrónico", _f = "email@ejemplo.es", qf = "Número de teléfono", Lf = "Buscar países", Mf = "No se encontraron resultados", Ff = "Nombre del titular de la tarjeta", Vf = "Información de la tarjeta", kf = "Nombre completo en la tarjeta", Bf = "MM / AA", jf = "Por favor, no cierre esta ventana", zf = { pay: "PAGAR", submit: "ENVIAR", getPlan: "OBTENER MI PLAN", donate: "DONAR", book: "RESERVAR AHORA", order: "ORDENAR AHORA" }, $f = { billingTitle: "Dirección de facturación", shippingTitle: "Dirección de envío", sameAsBilling: "Usar mi dirección de facturación", street: "Dirección", addressLine1: "Dirección línea 1", firstName: "Nombre", lastName: "Apellido", state: "Estado / Región", city: "Ciudad", townCity: "Localidad/Ciudad", zipCode: "Código postal", postalCode: "Código postal", country: "País", chooseCountry: "Seleccionar país", chooseState: "Seleccionar estado", chooseProvince: "Seleccionar provincia", placeholder: { firstName: "Juan", lastName: "García", street: "Calle Mayor 1", city: "Madrid", zipCode: "28001" } }, Gf = { emailSuggestion: "¿Quisiste decir {{email}}?", emailInvalid: "Su correo electrónico no es válido", emailRequired: "El correo electrónico es obligatorio", cardNumberRequired: "El número de tarjeta es obligatorio", cardExpiryInvalid: "La fecha de vencimiento de la tarjeta ya pasó", cardExpiryDateInvalid: "La fecha de vencimiento de su tarjeta no es válida", cardExpiryFormat: "La fecha de vencimiento de su tarjeta está incompleta", cardSecurityFormat: "El código de seguridad de su tarjeta está incompleto", nameRequired: "Por favor, ingrese el nombre tal como aparece en su tarjeta", cardNumberInvalid: "Su número de tarjeta no es válido", cardNumberLuhnInvalid: "Su número de tarjeta no es válido", phoneNumberRequired: "El número de teléfono es obligatorio", phoneNumberInvalid: "Su número de teléfono no es válido. Asegúrese de que el país correcto esté seleccionado en el menú desplegable.", "invalid-checkout": "No se pudo inicializar el checkout", streetRequired: "La dirección es obligatoria", firstNameRequired: "El nombre es obligatorio", lastNameRequired: "El apellido es obligatorio", stateRequired: "El estado / región es obligatorio", cityRequired: "La ciudad es obligatoria", zipCodeRequired: "El código postal es obligatorio", addressLine1Required: "La dirección es obligatoria", townCityRequired: "La ciudad es obligatoria", postalCodeRequired: "El código postal es obligatorio", zipCodeInvalid: "Por favor, ingrese un código postal válido", countryRequired: "El país es obligatorio", maxLengthExceeded: "Máximo {{max}} caracteres" }, Kf = {
5695
+ email: Pf,
5696
+ emailPlaceholder: _f,
5697
+ phoneNumber: qf,
5698
+ countrySearch: Lf,
5699
+ countryNoResults: Mf,
5700
+ cardholderNameLabel: Ff,
5701
+ cardInformation: Vf,
5702
+ cardholderNamePlaceholder: kf,
5703
+ cardExpiry: Bf,
5704
+ loading: jf,
5705
5705
  "pay-with-card": "o paga con tarjeta",
5706
- buttonTexts: jf,
5707
- address: zf,
5708
- validation: $f
5709
- }, Kf = "E-mail", Hf = "email@exemple.fr", Uf = "Numéro de téléphone", Zf = "Rechercher des pays", Wf = "Aucun résultat trouvé", Jf = "Nom du titulaire de la carte", Yf = "Informations de la carte", Qf = "Nom complet figurant sur la carte", Xf = "MM / AA", e0 = "Veuillez ne pas fermer cette fenêtre", t0 = { pay: "PAYER", submit: "ENVOYER", getPlan: "OBTENIR MON PLAN", donate: "FAIRE UN DON", book: "RÉSERVER MAINTENANT", order: "COMMANDER MAINTENANT" }, r0 = { billingTitle: "Adresse de facturation", shippingTitle: "Adresse de livraison", sameAsBilling: "Utiliser mon adresse de facturation", street: "Adresse", addressLine1: "Adresse ligne 1", firstName: "Prénom", lastName: "Nom", state: "État / Région", city: "Ville", townCity: "Ville/Commune", zipCode: "Code postal", postalCode: "Code postal", country: "Pays", chooseCountry: "Choisir un pays", chooseState: "Choisir un état", chooseProvince: "Choisir une province", placeholder: { firstName: "Jean", lastName: "Dupont", street: "1 rue de la Paix", city: "Paris", zipCode: "75001" } }, i0 = { emailSuggestion: "Vouliez-vous dire {{email}}?", emailInvalid: "Votre adresse e-mail n'est pas valide", emailRequired: "L'adresse e-mail est requise", cardNumberRequired: "Le numéro de carte est requis", cardExpiryInvalid: "La date d'expiration de votre carte est dans le passé", cardExpiryDateInvalid: "La date d'expiration de votre carte n'est pas valide", cardExpiryFormat: "La date d'expiration de votre carte est incomplète", cardSecurityFormat: "Le code de sécurité de votre carte est incomplet", nameRequired: "Veuillez saisir le nom tel qu'il figure sur votre carte", cardNumberInvalid: "Votre numéro de carte est invalide", cardNumberLuhnInvalid: "Votre numéro de carte est invalide", phoneNumberRequired: "Le numéro de téléphone est requis", phoneNumberInvalid: "Votre numéro de téléphone est invalide. Veuillez vous assurer que le bon pays est sélectionné dans le menu déroulant.", "invalid-checkout": "Échec de l'initialisation du checkout", streetRequired: "L'adresse est requise", firstNameRequired: "Le prénom est requis", lastNameRequired: "Le nom est requis", stateRequired: "L'état / région est requis", cityRequired: "La ville est requise", zipCodeRequired: "Le code postal est requis", addressLine1Required: "L'adresse est requise", townCityRequired: "La ville est requise", postalCodeRequired: "Le code postal est requis", zipCodeInvalid: "Veuillez saisir un code postal valide", countryRequired: "Le pays est requis", maxLengthExceeded: "Maximum {{max}} caractères" }, n0 = {
5710
- email: Kf,
5711
- emailPlaceholder: Hf,
5712
- phoneNumber: Uf,
5713
- countrySearch: Zf,
5714
- countryNoResults: Wf,
5715
- cardholderNameLabel: Jf,
5716
- cardInformation: Yf,
5717
- cardholderNamePlaceholder: Qf,
5718
- cardExpiry: Xf,
5719
- loading: e0,
5706
+ buttonTexts: zf,
5707
+ address: $f,
5708
+ validation: Gf
5709
+ }, Hf = "E-mail", Uf = "email@exemple.fr", Zf = "Numéro de téléphone", Wf = "Rechercher des pays", Jf = "Aucun résultat trouvé", Yf = "Nom du titulaire de la carte", Qf = "Informations de la carte", Xf = "Nom complet figurant sur la carte", e0 = "MM / AA", t0 = "Veuillez ne pas fermer cette fenêtre", r0 = { pay: "PAYER", submit: "ENVOYER", getPlan: "OBTENIR MON PLAN", donate: "FAIRE UN DON", book: "RÉSERVER MAINTENANT", order: "COMMANDER MAINTENANT" }, i0 = { billingTitle: "Adresse de facturation", shippingTitle: "Adresse de livraison", sameAsBilling: "Utiliser mon adresse de facturation", street: "Adresse", addressLine1: "Adresse ligne 1", firstName: "Prénom", lastName: "Nom", state: "État / Région", city: "Ville", townCity: "Ville/Commune", zipCode: "Code postal", postalCode: "Code postal", country: "Pays", chooseCountry: "Choisir un pays", chooseState: "Choisir un état", chooseProvince: "Choisir une province", placeholder: { firstName: "Jean", lastName: "Dupont", street: "1 rue de la Paix", city: "Paris", zipCode: "75001" } }, n0 = { emailSuggestion: "Vouliez-vous dire {{email}}?", emailInvalid: "Votre adresse e-mail n'est pas valide", emailRequired: "L'adresse e-mail est requise", cardNumberRequired: "Le numéro de carte est requis", cardExpiryInvalid: "La date d'expiration de votre carte est dans le passé", cardExpiryDateInvalid: "La date d'expiration de votre carte n'est pas valide", cardExpiryFormat: "La date d'expiration de votre carte est incomplète", cardSecurityFormat: "Le code de sécurité de votre carte est incomplet", nameRequired: "Veuillez saisir le nom tel qu'il figure sur votre carte", cardNumberInvalid: "Votre numéro de carte est invalide", cardNumberLuhnInvalid: "Votre numéro de carte est invalide", phoneNumberRequired: "Le numéro de téléphone est requis", phoneNumberInvalid: "Votre numéro de téléphone est invalide. Veuillez vous assurer que le bon pays est sélectionné dans le menu déroulant.", "invalid-checkout": "Échec de l'initialisation du checkout", streetRequired: "L'adresse est requise", firstNameRequired: "Le prénom est requis", lastNameRequired: "Le nom est requis", stateRequired: "L'état / région est requis", cityRequired: "La ville est requise", zipCodeRequired: "Le code postal est requis", addressLine1Required: "L'adresse est requise", townCityRequired: "La ville est requise", postalCodeRequired: "Le code postal est requis", zipCodeInvalid: "Veuillez saisir un code postal valide", countryRequired: "Le pays est requis", maxLengthExceeded: "Maximum {{max}} caractères" }, a0 = {
5710
+ email: Hf,
5711
+ emailPlaceholder: Uf,
5712
+ phoneNumber: Zf,
5713
+ countrySearch: Wf,
5714
+ countryNoResults: Jf,
5715
+ cardholderNameLabel: Yf,
5716
+ cardInformation: Qf,
5717
+ cardholderNamePlaceholder: Xf,
5718
+ cardExpiry: e0,
5719
+ loading: t0,
5720
5720
  "pay-with-card": "ou payez avec une carte",
5721
- buttonTexts: t0,
5722
- address: r0,
5723
- validation: i0
5724
- }, a0 = "Email", s0 = "email@esempio.it", o0 = "Numero di telefono", l0 = "Cerca paesi", c0 = "Nessun risultato trovato", u0 = "Nome del titolare della carta", d0 = "Informazioni sulla carta", h0 = "Nome completo sulla carta", f0 = "MM / AA", v0 = "Non chiudere la finestra", p0 = { pay: "PAGA", submit: "INVIA", getPlan: "OTTIENI IL MIO PIANO", donate: "DONARE", book: "PRENOTA ORA", order: "ORDINA ORA" }, m0 = { billingTitle: "Indirizzo di fatturazione", shippingTitle: "Indirizzo di spedizione", sameAsBilling: "Usa il mio indirizzo di fatturazione", street: "Indirizzo", addressLine1: "Indirizzo riga 1", firstName: "Nome", lastName: "Cognome", state: "Stato / Regione", city: "Città", townCity: "Città/Comune", zipCode: "Codice postale", postalCode: "Codice postale", country: "Paese", chooseCountry: "Scegli paese", chooseState: "Scegli stato", chooseProvince: "Scegli provincia", placeholder: { firstName: "Marco", lastName: "Rossi", street: "Via Roma 1", city: "Roma", zipCode: "00100" } }, g0 = { emailSuggestion: "Intendevi {{email}}?", emailInvalid: "La tua email non è corretta", emailRequired: "L'indirizzo email è obbligatorio", cardNumberRequired: "Il numero della carta è obbligatorio", cardExpiryInvalid: "La data di scadenza della tua carta è nel passato", cardExpiryDateInvalid: "La data di scadenza della tua carta non è valida", cardExpiryFormat: "La data di scadenza della tua carta è incompleta", cardSecurityFormat: "Il codice di sicurezza della tua carta è incompleto", nameRequired: "Inserisci il nome come appare sulla tua carta", cardNumberInvalid: "Il numero della tua carta non è valido", cardNumberLuhnInvalid: "Il numero della tua carta non è valido", phoneNumberRequired: "Il numero di telefono è obbligatorio", phoneNumberInvalid: "Il tuo numero di telefono non è valido. Assicurati che il paese corretto sia selezionato nel menu a discesa.", "invalid-checkout": "Impossibile inizializzare il checkout", streetRequired: "L'indirizzo è obbligatorio", firstNameRequired: "Il nome è obbligatorio", lastNameRequired: "Il cognome è obbligatorio", stateRequired: "Lo stato / regione è obbligatorio", cityRequired: "La città è obbligatoria", zipCodeRequired: "Il codice postale è obbligatorio", addressLine1Required: "L'indirizzo è obbligatorio", townCityRequired: "La città è obbligatoria", postalCodeRequired: "Il codice postale è obbligatorio", zipCodeInvalid: "Inserisci un codice postale valido", countryRequired: "Il paese è obbligatorio", maxLengthExceeded: "Massimo {{max}} caratteri" }, y0 = {
5725
- email: a0,
5726
- emailPlaceholder: s0,
5727
- phoneNumber: o0,
5728
- countrySearch: l0,
5729
- countryNoResults: c0,
5730
- cardholderNameLabel: u0,
5731
- cardInformation: d0,
5732
- cardholderNamePlaceholder: h0,
5733
- cardExpiry: f0,
5734
- loading: v0,
5721
+ buttonTexts: r0,
5722
+ address: i0,
5723
+ validation: n0
5724
+ }, s0 = "Email", o0 = "email@esempio.it", l0 = "Numero di telefono", c0 = "Cerca paesi", u0 = "Nessun risultato trovato", d0 = "Nome del titolare della carta", h0 = "Informazioni sulla carta", f0 = "Nome completo sulla carta", v0 = "MM / AA", p0 = "Non chiudere la finestra", m0 = { pay: "PAGA", submit: "INVIA", getPlan: "OTTIENI IL MIO PIANO", donate: "DONARE", book: "PRENOTA ORA", order: "ORDINA ORA" }, g0 = { billingTitle: "Indirizzo di fatturazione", shippingTitle: "Indirizzo di spedizione", sameAsBilling: "Usa il mio indirizzo di fatturazione", street: "Indirizzo", addressLine1: "Indirizzo riga 1", firstName: "Nome", lastName: "Cognome", state: "Stato / Regione", city: "Città", townCity: "Città/Comune", zipCode: "Codice postale", postalCode: "Codice postale", country: "Paese", chooseCountry: "Scegli paese", chooseState: "Scegli stato", chooseProvince: "Scegli provincia", placeholder: { firstName: "Marco", lastName: "Rossi", street: "Via Roma 1", city: "Roma", zipCode: "00100" } }, y0 = { emailSuggestion: "Intendevi {{email}}?", emailInvalid: "La tua email non è corretta", emailRequired: "L'indirizzo email è obbligatorio", cardNumberRequired: "Il numero della carta è obbligatorio", cardExpiryInvalid: "La data di scadenza della tua carta è nel passato", cardExpiryDateInvalid: "La data di scadenza della tua carta non è valida", cardExpiryFormat: "La data di scadenza della tua carta è incompleta", cardSecurityFormat: "Il codice di sicurezza della tua carta è incompleto", nameRequired: "Inserisci il nome come appare sulla tua carta", cardNumberInvalid: "Il numero della tua carta non è valido", cardNumberLuhnInvalid: "Il numero della tua carta non è valido", phoneNumberRequired: "Il numero di telefono è obbligatorio", phoneNumberInvalid: "Il tuo numero di telefono non è valido. Assicurati che il paese corretto sia selezionato nel menu a discesa.", "invalid-checkout": "Impossibile inizializzare il checkout", streetRequired: "L'indirizzo è obbligatorio", firstNameRequired: "Il nome è obbligatorio", lastNameRequired: "Il cognome è obbligatorio", stateRequired: "Lo stato / regione è obbligatorio", cityRequired: "La città è obbligatoria", zipCodeRequired: "Il codice postale è obbligatorio", addressLine1Required: "L'indirizzo è obbligatorio", townCityRequired: "La città è obbligatoria", postalCodeRequired: "Il codice postale è obbligatorio", zipCodeInvalid: "Inserisci un codice postale valido", countryRequired: "Il paese è obbligatorio", maxLengthExceeded: "Massimo {{max}} caratteri" }, b0 = {
5725
+ email: s0,
5726
+ emailPlaceholder: o0,
5727
+ phoneNumber: l0,
5728
+ countrySearch: c0,
5729
+ countryNoResults: u0,
5730
+ cardholderNameLabel: d0,
5731
+ cardInformation: h0,
5732
+ cardholderNamePlaceholder: f0,
5733
+ cardExpiry: v0,
5734
+ loading: p0,
5735
5735
  "pay-with-card": "o paga con carta",
5736
- buttonTexts: p0,
5737
- address: m0,
5738
- validation: g0
5739
- }, b0 = "E-mail", E0 = "email@voorbeeld.nl", S0 = "Telefoonnummer", R0 = "Landen zoeken", T0 = "Geen resultaten gevonden", w0 = "Naam kaarthouder", I0 = "Kaartinformatie", C0 = "Volledige naam op kaart", x0 = "MM / JJ", N0 = "Sluit het venster niet", A0 = { pay: "BETALEN", submit: "VERZENDEN", getPlan: "ONTVANG MIJN PLAN", donate: "DONEREN", book: "NU BOEKEN", order: "NU BESTELLEN" }, O0 = { billingTitle: "Factuuradres", shippingTitle: "Verzendadres", sameAsBilling: "Gebruik mijn factuuradres", street: "Adres", addressLine1: "Adresregel 1", firstName: "Voornaam", lastName: "Achternaam", state: "Staat / Regio", city: "Stad", townCity: "Stad/Plaats", zipCode: "Postcode", postalCode: "Postcode", country: "Land", chooseCountry: "Kies land", chooseState: "Kies staat", chooseProvince: "Kies provincie", placeholder: { firstName: "Jan", lastName: "Jansen", street: "Kerkstraat 1", city: "Amsterdam", zipCode: "1011 AB" } }, D0 = { emailSuggestion: "Bedoelde u {{email}}?", emailInvalid: "Uw e-mailadres is onvolledig", emailRequired: "E-mailadres is verplicht", cardNumberRequired: "Kaartnummer is verplicht", cardExpiryInvalid: "De vervaldatum van uw kaart ligt in het verleden", cardExpiryDateInvalid: "De vervaldatum van uw kaart is ongeldig", cardExpiryFormat: "De vervaldatum van uw kaart is onvolledig", cardSecurityFormat: "De beveiligingscode van uw kaart is onvolledig", nameRequired: "Voer de naam in zoals deze op uw kaart staat", cardNumberInvalid: "Uw kaartnummer is onvolledig", cardNumberLuhnInvalid: "Uw kaartnummer is ongeldig", phoneNumberRequired: "Telefoonnummer is verplicht", phoneNumberInvalid: "Uw telefoonnummer is ongeldig. Zorg ervoor dat het juiste land is geselecteerd in het dropdownmenu.", "invalid-checkout": "Initialiseren van afrekenen mislukt", streetRequired: "Adres is verplicht", firstNameRequired: "Voornaam is verplicht", lastNameRequired: "Achternaam is verplicht", stateRequired: "Staat / Regio is verplicht", cityRequired: "Stad is verplicht", zipCodeRequired: "Postcode is verplicht", addressLine1Required: "Adres is verplicht", townCityRequired: "Stad is verplicht", postalCodeRequired: "Postcode is verplicht", zipCodeInvalid: "Voer een geldige postcode in", countryRequired: "Land is verplicht", maxLengthExceeded: "Maximaal {{max}} tekens" }, P0 = {
5740
- email: b0,
5741
- emailPlaceholder: E0,
5742
- phoneNumber: S0,
5743
- countrySearch: R0,
5744
- countryNoResults: T0,
5745
- cardholderNameLabel: w0,
5746
- cardInformation: I0,
5747
- cardholderNamePlaceholder: C0,
5748
- cardExpiry: x0,
5749
- loading: N0,
5736
+ buttonTexts: m0,
5737
+ address: g0,
5738
+ validation: y0
5739
+ }, E0 = "E-mail", S0 = "email@voorbeeld.nl", R0 = "Telefoonnummer", T0 = "Landen zoeken", w0 = "Geen resultaten gevonden", I0 = "Naam kaarthouder", C0 = "Kaartinformatie", x0 = "Volledige naam op kaart", N0 = "MM / JJ", A0 = "Sluit het venster niet", O0 = { pay: "BETALEN", submit: "VERZENDEN", getPlan: "ONTVANG MIJN PLAN", donate: "DONEREN", book: "NU BOEKEN", order: "NU BESTELLEN" }, D0 = { billingTitle: "Factuuradres", shippingTitle: "Verzendadres", sameAsBilling: "Gebruik mijn factuuradres", street: "Adres", addressLine1: "Adresregel 1", firstName: "Voornaam", lastName: "Achternaam", state: "Staat / Regio", city: "Stad", townCity: "Stad/Plaats", zipCode: "Postcode", postalCode: "Postcode", country: "Land", chooseCountry: "Kies land", chooseState: "Kies staat", chooseProvince: "Kies provincie", placeholder: { firstName: "Jan", lastName: "Jansen", street: "Kerkstraat 1", city: "Amsterdam", zipCode: "1011 AB" } }, P0 = { emailSuggestion: "Bedoelde u {{email}}?", emailInvalid: "Uw e-mailadres is onvolledig", emailRequired: "E-mailadres is verplicht", cardNumberRequired: "Kaartnummer is verplicht", cardExpiryInvalid: "De vervaldatum van uw kaart ligt in het verleden", cardExpiryDateInvalid: "De vervaldatum van uw kaart is ongeldig", cardExpiryFormat: "De vervaldatum van uw kaart is onvolledig", cardSecurityFormat: "De beveiligingscode van uw kaart is onvolledig", nameRequired: "Voer de naam in zoals deze op uw kaart staat", cardNumberInvalid: "Uw kaartnummer is onvolledig", cardNumberLuhnInvalid: "Uw kaartnummer is ongeldig", phoneNumberRequired: "Telefoonnummer is verplicht", phoneNumberInvalid: "Uw telefoonnummer is ongeldig. Zorg ervoor dat het juiste land is geselecteerd in het dropdownmenu.", "invalid-checkout": "Initialiseren van afrekenen mislukt", streetRequired: "Adres is verplicht", firstNameRequired: "Voornaam is verplicht", lastNameRequired: "Achternaam is verplicht", stateRequired: "Staat / Regio is verplicht", cityRequired: "Stad is verplicht", zipCodeRequired: "Postcode is verplicht", addressLine1Required: "Adres is verplicht", townCityRequired: "Stad is verplicht", postalCodeRequired: "Postcode is verplicht", zipCodeInvalid: "Voer een geldige postcode in", countryRequired: "Land is verplicht", maxLengthExceeded: "Maximaal {{max}} tekens" }, _0 = {
5740
+ email: E0,
5741
+ emailPlaceholder: S0,
5742
+ phoneNumber: R0,
5743
+ countrySearch: T0,
5744
+ countryNoResults: w0,
5745
+ cardholderNameLabel: I0,
5746
+ cardInformation: C0,
5747
+ cardholderNamePlaceholder: x0,
5748
+ cardExpiry: N0,
5749
+ loading: A0,
5750
5750
  "pay-with-card": "of betaal met kaart",
5751
- buttonTexts: A0,
5752
- address: O0,
5753
- validation: D0
5754
- }, _0 = "Adres e-mail", q0 = "email@przyklad.pl", L0 = "Numer telefonu", M0 = "Szukaj krajów", F0 = "Brak wyników", V0 = "Imię i nazwisko posiadacza karty", k0 = "Informacje o karcie", B0 = "Imię i nazwisko na karcie", j0 = "MM / RR", z0 = "Proszę nie zamykać tego okna", $0 = { pay: "ZAPŁAĆ", submit: "WYŚLIJ", getPlan: "POBIERZ MÓJ PLAN", donate: "PRZEKAŻ DAROWIZNĘ", book: "ZAREZERWUJ TERAZ", order: "ZAMÓW TERAZ" }, G0 = { billingTitle: "Adres rozliczeniowy", shippingTitle: "Adres dostawy", sameAsBilling: "Użyj mojego adresu rozliczeniowego", street: "Ulica i numer", addressLine1: "Adres - linia 1", firstName: "Imię", lastName: "Nazwisko", state: "Województwo / Region", city: "Miasto", townCity: "Miejscowość/Miasto", zipCode: "Kod pocztowy", postalCode: "Kod pocztowy", country: "Kraj", chooseCountry: "Wybierz kraj", chooseState: "Wybierz województwo", chooseProvince: "Wybierz prowincję", placeholder: { firstName: "Jan", lastName: "Kowalski", street: "ul. Kwiatowa 1", city: "Warszawa", zipCode: "00-001" } }, K0 = { emailSuggestion: "Czy chodziło Ci o {{email}}?", emailInvalid: "Państwa adres e-mail jest nieprawidłowy", emailRequired: "Adres e-mail jest wymagany", cardNumberRequired: "Numer karty jest wymagany", cardExpiryInvalid: "Data ważności Państwa karty jest w przeszłości", cardExpiryDateInvalid: "Data ważności Państwa karty jest nieprawidłowa", cardExpiryFormat: "Data ważności Państwa karty jest niekompletna", cardSecurityFormat: "Kod zabezpieczający Państwa karty jest niekompletny", nameRequired: "Proszę wpisać imię i nazwisko tak, jak widnieje na karcie", cardNumberInvalid: "Numer Państwa karty jest nieprawidłowy", cardNumberLuhnInvalid: "Numer Państwa karty jest nieprawidłowy", phoneNumberRequired: "Numer telefonu jest wymagany", phoneNumberInvalid: "Twój numer telefonu jest nieprawidłowy. Upewnij się, że w menu rozwijanym wybrany jest właściwy kraj.", "invalid-checkout": "Nie udało się zainicjować procesu płatności", streetRequired: "Adres jest wymagany", firstNameRequired: "Imię jest wymagane", lastNameRequired: "Nazwisko jest wymagane", stateRequired: "Województwo / Region jest wymagane", cityRequired: "Miasto jest wymagane", zipCodeRequired: "Kod pocztowy jest wymagany", addressLine1Required: "Adres jest wymagany", townCityRequired: "Miasto jest wymagane", postalCodeRequired: "Kod pocztowy jest wymagany", zipCodeInvalid: "Proszę wpisać prawidłowy kod pocztowy", countryRequired: "Kraj jest wymagany", maxLengthExceeded: "Maksymalnie {{max}} znaków" }, H0 = {
5755
- email: _0,
5756
- emailPlaceholder: q0,
5757
- phoneNumber: L0,
5758
- countrySearch: M0,
5759
- countryNoResults: F0,
5760
- cardholderNameLabel: V0,
5761
- cardInformation: k0,
5762
- cardholderNamePlaceholder: B0,
5763
- cardExpiry: j0,
5764
- loading: z0,
5751
+ buttonTexts: O0,
5752
+ address: D0,
5753
+ validation: P0
5754
+ }, q0 = "Adres e-mail", L0 = "email@przyklad.pl", M0 = "Numer telefonu", F0 = "Szukaj krajów", V0 = "Brak wyników", k0 = "Imię i nazwisko posiadacza karty", B0 = "Informacje o karcie", j0 = "Imię i nazwisko na karcie", z0 = "MM / RR", $0 = "Proszę nie zamykać tego okna", G0 = { pay: "ZAPŁAĆ", submit: "WYŚLIJ", getPlan: "POBIERZ MÓJ PLAN", donate: "PRZEKAŻ DAROWIZNĘ", book: "ZAREZERWUJ TERAZ", order: "ZAMÓW TERAZ" }, K0 = { billingTitle: "Adres rozliczeniowy", shippingTitle: "Adres dostawy", sameAsBilling: "Użyj mojego adresu rozliczeniowego", street: "Ulica i numer", addressLine1: "Adres - linia 1", firstName: "Imię", lastName: "Nazwisko", state: "Województwo / Region", city: "Miasto", townCity: "Miejscowość/Miasto", zipCode: "Kod pocztowy", postalCode: "Kod pocztowy", country: "Kraj", chooseCountry: "Wybierz kraj", chooseState: "Wybierz województwo", chooseProvince: "Wybierz prowincję", placeholder: { firstName: "Jan", lastName: "Kowalski", street: "ul. Kwiatowa 1", city: "Warszawa", zipCode: "00-001" } }, H0 = { emailSuggestion: "Czy chodziło Ci o {{email}}?", emailInvalid: "Państwa adres e-mail jest nieprawidłowy", emailRequired: "Adres e-mail jest wymagany", cardNumberRequired: "Numer karty jest wymagany", cardExpiryInvalid: "Data ważności Państwa karty jest w przeszłości", cardExpiryDateInvalid: "Data ważności Państwa karty jest nieprawidłowa", cardExpiryFormat: "Data ważności Państwa karty jest niekompletna", cardSecurityFormat: "Kod zabezpieczający Państwa karty jest niekompletny", nameRequired: "Proszę wpisać imię i nazwisko tak, jak widnieje na karcie", cardNumberInvalid: "Numer Państwa karty jest nieprawidłowy", cardNumberLuhnInvalid: "Numer Państwa karty jest nieprawidłowy", phoneNumberRequired: "Numer telefonu jest wymagany", phoneNumberInvalid: "Twój numer telefonu jest nieprawidłowy. Upewnij się, że w menu rozwijanym wybrany jest właściwy kraj.", "invalid-checkout": "Nie udało się zainicjować procesu płatności", streetRequired: "Adres jest wymagany", firstNameRequired: "Imię jest wymagane", lastNameRequired: "Nazwisko jest wymagane", stateRequired: "Województwo / Region jest wymagane", cityRequired: "Miasto jest wymagane", zipCodeRequired: "Kod pocztowy jest wymagany", addressLine1Required: "Adres jest wymagany", townCityRequired: "Miasto jest wymagane", postalCodeRequired: "Kod pocztowy jest wymagany", zipCodeInvalid: "Proszę wpisać prawidłowy kod pocztowy", countryRequired: "Kraj jest wymagany", maxLengthExceeded: "Maksymalnie {{max}} znaków" }, U0 = {
5755
+ email: q0,
5756
+ emailPlaceholder: L0,
5757
+ phoneNumber: M0,
5758
+ countrySearch: F0,
5759
+ countryNoResults: V0,
5760
+ cardholderNameLabel: k0,
5761
+ cardInformation: B0,
5762
+ cardholderNamePlaceholder: j0,
5763
+ cardExpiry: z0,
5764
+ loading: $0,
5765
5765
  "pay-with-card": "albo zapłać kartą",
5766
- buttonTexts: $0,
5767
- address: G0,
5768
- validation: K0
5769
- }, U0 = "E-mail", Z0 = "email@exemplo.pt", W0 = "Número de telefone", J0 = "Pesquisar países", Y0 = "Nenhum resultado encontrado", Q0 = "Nome do titular do cartão", X0 = "Informações do cartão", ev = "Nome completo no cartão", tv = "MM / AA", rv = "Por favor, não feche esta janela", iv = { pay: "PAGAR", submit: "ENVIAR", getPlan: "OBTER MEU PLANO", donate: "DOAR", book: "RESERVAR AGORA", order: "FAZER PEDIDO" }, nv = { billingTitle: "Endereço de faturação", shippingTitle: "Endereço de envio", sameAsBilling: "Usar o meu endereço de faturação", street: "Morada", addressLine1: "Morada linha 1", firstName: "Nome", lastName: "Apelido", state: "Estado / Região", city: "Cidade", townCity: "Localidade/Cidade", zipCode: "Código postal", postalCode: "Código postal", country: "País", chooseCountry: "Escolher país", chooseState: "Escolher estado", chooseProvince: "Escolher província", placeholder: { firstName: "João", lastName: "Silva", street: "Rua Augusta 1", city: "Lisboa", zipCode: "1100-048" } }, av = { emailSuggestion: "Você quis dizer {{email}}?", emailInvalid: "O seu endereço de e-mail não é válido", emailRequired: "O endereço de e-mail é obrigatório", cardNumberRequired: "O número do cartão é obrigatório", cardExpiryInvalid: "A data de validade do seu cartão está no passado", cardExpiryDateInvalid: "A data de validade do seu cartão é inválida", cardExpiryFormat: "A data de validade do seu cartão está incompleta", cardSecurityFormat: "O código de segurança do seu cartão está incompleto", nameRequired: "Por favor, insira o nome conforme aparece no cartão", cardNumberInvalid: "O número do seu cartão é inválido", cardNumberLuhnInvalid: "O número do seu cartão é inválido", phoneNumberRequired: "O número de telefone é obrigatório", phoneNumberInvalid: "O seu número de telefone é inválido. Certifique-se de que o país correto está selecionado no menu suspenso.", "invalid-checkout": "Falha ao inicializar o checkout", streetRequired: "A morada é obrigatória", firstNameRequired: "O nome é obrigatório", lastNameRequired: "O apelido é obrigatório", stateRequired: "O estado / região é obrigatório", cityRequired: "A cidade é obrigatória", zipCodeRequired: "O código postal é obrigatório", addressLine1Required: "A morada é obrigatória", townCityRequired: "A cidade é obrigatória", postalCodeRequired: "O código postal é obrigatório", zipCodeInvalid: "Por favor, insira um código postal válido", countryRequired: "O país é obrigatório", maxLengthExceeded: "Máximo de {{max}} caracteres" }, sv = {
5770
- email: U0,
5771
- emailPlaceholder: Z0,
5772
- phoneNumber: W0,
5773
- countrySearch: J0,
5774
- countryNoResults: Y0,
5775
- cardholderNameLabel: Q0,
5776
- cardInformation: X0,
5777
- cardholderNamePlaceholder: ev,
5778
- cardExpiry: tv,
5779
- loading: rv,
5766
+ buttonTexts: G0,
5767
+ address: K0,
5768
+ validation: H0
5769
+ }, Z0 = "E-mail", W0 = "email@exemplo.pt", J0 = "Número de telefone", Y0 = "Pesquisar países", Q0 = "Nenhum resultado encontrado", X0 = "Nome do titular do cartão", ev = "Informações do cartão", tv = "Nome completo no cartão", rv = "MM / AA", iv = "Por favor, não feche esta janela", nv = { pay: "PAGAR", submit: "ENVIAR", getPlan: "OBTER MEU PLANO", donate: "DOAR", book: "RESERVAR AGORA", order: "FAZER PEDIDO" }, av = { billingTitle: "Endereço de faturação", shippingTitle: "Endereço de envio", sameAsBilling: "Usar o meu endereço de faturação", street: "Morada", addressLine1: "Morada linha 1", firstName: "Nome", lastName: "Apelido", state: "Estado / Região", city: "Cidade", townCity: "Localidade/Cidade", zipCode: "Código postal", postalCode: "Código postal", country: "País", chooseCountry: "Escolher país", chooseState: "Escolher estado", chooseProvince: "Escolher província", placeholder: { firstName: "João", lastName: "Silva", street: "Rua Augusta 1", city: "Lisboa", zipCode: "1100-048" } }, sv = { emailSuggestion: "Você quis dizer {{email}}?", emailInvalid: "O seu endereço de e-mail não é válido", emailRequired: "O endereço de e-mail é obrigatório", cardNumberRequired: "O número do cartão é obrigatório", cardExpiryInvalid: "A data de validade do seu cartão está no passado", cardExpiryDateInvalid: "A data de validade do seu cartão é inválida", cardExpiryFormat: "A data de validade do seu cartão está incompleta", cardSecurityFormat: "O código de segurança do seu cartão está incompleto", nameRequired: "Por favor, insira o nome conforme aparece no cartão", cardNumberInvalid: "O número do seu cartão é inválido", cardNumberLuhnInvalid: "O número do seu cartão é inválido", phoneNumberRequired: "O número de telefone é obrigatório", phoneNumberInvalid: "O seu número de telefone é inválido. Certifique-se de que o país correto está selecionado no menu suspenso.", "invalid-checkout": "Falha ao inicializar o checkout", streetRequired: "A morada é obrigatória", firstNameRequired: "O nome é obrigatório", lastNameRequired: "O apelido é obrigatório", stateRequired: "O estado / região é obrigatório", cityRequired: "A cidade é obrigatória", zipCodeRequired: "O código postal é obrigatório", addressLine1Required: "A morada é obrigatória", townCityRequired: "A cidade é obrigatória", postalCodeRequired: "O código postal é obrigatório", zipCodeInvalid: "Por favor, insira um código postal válido", countryRequired: "O país é obrigatório", maxLengthExceeded: "Máximo de {{max}} caracteres" }, ov = {
5770
+ email: Z0,
5771
+ emailPlaceholder: W0,
5772
+ phoneNumber: J0,
5773
+ countrySearch: Y0,
5774
+ countryNoResults: Q0,
5775
+ cardholderNameLabel: X0,
5776
+ cardInformation: ev,
5777
+ cardholderNamePlaceholder: tv,
5778
+ cardExpiry: rv,
5779
+ loading: iv,
5780
5780
  "pay-with-card": "ou pagar com cartão",
5781
- buttonTexts: iv,
5782
- address: nv,
5783
- validation: av
5784
- }, ov = "E-mail", lv = "email@priklad.sk", cv = "Telefónne číslo", uv = "Vyhľadať krajiny", dv = "Nenašli sa žiadne výsledky", hv = "Meno držiteľa karty", fv = "Informácie o karte", vv = "Meno na karte", pv = "MM/RR", mv = "Nezatvárajte okno", gv = { pay: "ZAPLATIŤ", submit: "ODOSLAŤ", getPlan: "ZÍSKAŤ MÔJ PLÁN", donate: "DAROVAŤ", book: "REZERVOVAŤ TERAZ", order: "OBJEDNAJTE TERAZ" }, yv = { billingTitle: "Fakturačná adresa", shippingTitle: "Doručovacia adresa", sameAsBilling: "Použiť moju fakturačnú adresu", street: "Ulica", addressLine1: "Adresa (1. riadok)", firstName: "Meno", lastName: "Priezvisko", state: "Štát / Región", city: "Mesto", townCity: "Obec/Mesto", zipCode: "PSČ", postalCode: "PSČ", country: "Krajina", chooseCountry: "Vyberte krajinu", chooseState: "Vyberte štát", chooseProvince: "Vyberte provinciu", placeholder: { firstName: "Ján", lastName: "Novák", street: "Hlavná 1", city: "Bratislava", zipCode: "811 01" } }, bv = { emailSuggestion: "Mali ste na mysli {{email}}?", emailInvalid: "Váš e-mail nie je úplný", emailRequired: "E-mail je povinný", cardNumberRequired: "Číslo karty je povinné", cardExpiryInvalid: "Dátum exspirácie karty je v minulosti", cardExpiryDateInvalid: "Dátum exspirácie karty je neplatný", cardExpiryFormat: "Dátum exspirácie karty je neúplný", cardSecurityFormat: "Váš CVV kód je neúplný", nameRequired: "Zadajte meno tak, ako je uvedené na karte", cardNumberInvalid: "Číslo karty je neúplné", cardNumberLuhnInvalid: "Číslo karty je neplatné", phoneNumberRequired: "Telefónne číslo je povinné", phoneNumberInvalid: "Vaše telefónne číslo je neplatné. Uistite sa, že v rozbaľovacej ponuke je vybraná správna krajina.", "invalid-checkout": "Nepodarilo sa spustiť pokladňu", streetRequired: "Ulica je povinná", firstNameRequired: "Meno je povinné", lastNameRequired: "Priezvisko je povinné", stateRequired: "Štát / Región je povinný", cityRequired: "Mesto je povinné", zipCodeRequired: "PSČ je povinné", addressLine1Required: "Ulica je povinná", townCityRequired: "Mesto je povinné", postalCodeRequired: "PSČ je povinné", zipCodeInvalid: "Zadajte platné PSČ", countryRequired: "Krajina je povinná", maxLengthExceeded: "Maximálne {{max}} znakov" }, Ev = {
5785
- email: ov,
5786
- emailPlaceholder: lv,
5787
- phoneNumber: cv,
5788
- countrySearch: uv,
5789
- countryNoResults: dv,
5790
- cardholderNameLabel: hv,
5791
- cardInformation: fv,
5792
- cardholderNamePlaceholder: vv,
5793
- cardExpiry: pv,
5794
- loading: mv,
5781
+ buttonTexts: nv,
5782
+ address: av,
5783
+ validation: sv
5784
+ }, lv = "E-mail", cv = "email@priklad.sk", uv = "Telefónne číslo", dv = "Vyhľadať krajiny", hv = "Nenašli sa žiadne výsledky", fv = "Meno držiteľa karty", vv = "Informácie o karte", pv = "Meno na karte", mv = "MM/RR", gv = "Nezatvárajte okno", yv = { pay: "ZAPLATIŤ", submit: "ODOSLAŤ", getPlan: "ZÍSKAŤ MÔJ PLÁN", donate: "DAROVAŤ", book: "REZERVOVAŤ TERAZ", order: "OBJEDNAJTE TERAZ" }, bv = { billingTitle: "Fakturačná adresa", shippingTitle: "Doručovacia adresa", sameAsBilling: "Použiť moju fakturačnú adresu", street: "Ulica", addressLine1: "Adresa (1. riadok)", firstName: "Meno", lastName: "Priezvisko", state: "Štát / Región", city: "Mesto", townCity: "Obec/Mesto", zipCode: "PSČ", postalCode: "PSČ", country: "Krajina", chooseCountry: "Vyberte krajinu", chooseState: "Vyberte štát", chooseProvince: "Vyberte provinciu", placeholder: { firstName: "Ján", lastName: "Novák", street: "Hlavná 1", city: "Bratislava", zipCode: "811 01" } }, Ev = { emailSuggestion: "Mali ste na mysli {{email}}?", emailInvalid: "Váš e-mail nie je úplný", emailRequired: "E-mail je povinný", cardNumberRequired: "Číslo karty je povinné", cardExpiryInvalid: "Dátum exspirácie karty je v minulosti", cardExpiryDateInvalid: "Dátum exspirácie karty je neplatný", cardExpiryFormat: "Dátum exspirácie karty je neúplný", cardSecurityFormat: "Váš CVV kód je neúplný", nameRequired: "Zadajte meno tak, ako je uvedené na karte", cardNumberInvalid: "Číslo karty je neúplné", cardNumberLuhnInvalid: "Číslo karty je neplatné", phoneNumberRequired: "Telefónne číslo je povinné", phoneNumberInvalid: "Vaše telefónne číslo je neplatné. Uistite sa, že v rozbaľovacej ponuke je vybraná správna krajina.", "invalid-checkout": "Nepodarilo sa spustiť pokladňu", streetRequired: "Ulica je povinná", firstNameRequired: "Meno je povinné", lastNameRequired: "Priezvisko je povinné", stateRequired: "Štát / Región je povinný", cityRequired: "Mesto je povinné", zipCodeRequired: "PSČ je povinné", addressLine1Required: "Ulica je povinná", townCityRequired: "Mesto je povinné", postalCodeRequired: "PSČ je povinné", zipCodeInvalid: "Zadajte platné PSČ", countryRequired: "Krajina je povinná", maxLengthExceeded: "Maximálne {{max}} znakov" }, Sv = {
5785
+ email: lv,
5786
+ emailPlaceholder: cv,
5787
+ phoneNumber: uv,
5788
+ countrySearch: dv,
5789
+ countryNoResults: hv,
5790
+ cardholderNameLabel: fv,
5791
+ cardInformation: vv,
5792
+ cardholderNamePlaceholder: pv,
5793
+ cardExpiry: mv,
5794
+ loading: gv,
5795
5795
  "pay-with-card": "alebo zaplaťte kartou",
5796
- buttonTexts: gv,
5797
- address: yv,
5798
- validation: bv
5799
- }, Sv = "E-posta", Rv = "email@ornek.com.tr", Tv = "Telefon Numarası", wv = "Ülkeleri ara", Iv = "Sonuç bulunamadı", Cv = "Kart sahibinin adı", xv = "Kart bilgileri", Nv = "Kart üzerindeki tam ad", Av = "AA / YY", Ov = "Lütfen pencereyi kapatmayın", Dv = { pay: "ÖDE", submit: "GÖNDER", getPlan: "PLANIMI AL", donate: "BAĞIŞ YAP", book: "ŞİMDİ REZERVASYON YAP", order: "ŞİMDİ SİPARİŞ VER" }, Pv = { billingTitle: "Fatura Adresi", shippingTitle: "Teslimat Adresi", sameAsBilling: "Fatura adresimi kullan", street: "Sokak Adresi", addressLine1: "Adres Satırı 1", firstName: "Ad", lastName: "Soyad", state: "İl / Bölge", city: "Şehir", townCity: "Şehir/İlçe", zipCode: "Posta Kodu", postalCode: "Posta Kodu", country: "Ülke", chooseCountry: "Ülke seçin", chooseState: "İl seçin", chooseProvince: "Eyalet seçin", placeholder: { firstName: "Ahmet", lastName: "Yılmaz", street: "Atatürk Caddesi 1", city: "İstanbul", zipCode: "34000" } }, _v = { emailSuggestion: "{{email}} demek mi istediniz?", emailInvalid: "E-posta adresiniz geçerli değil", emailRequired: "E-posta adresi gerekli", cardNumberRequired: "Kart numarası gerekli", cardExpiryInvalid: "Kartınızın son kullanma tarihi geçmiş", cardExpiryDateInvalid: "Kartınızın son kullanma tarihi geçersiz", cardExpiryFormat: "Kartınızın son kullanma tarihi eksik", cardSecurityFormat: "Kartınızın güvenlik kodu eksik", nameRequired: "Lütfen kart üzerindeki ismi girin", cardNumberInvalid: "Kart numaranız geçersiz", cardNumberLuhnInvalid: "Kart numaranız geçersiz", phoneNumberRequired: "Telefon numarası gerekli", phoneNumberInvalid: "Telefon numaranız geçersiz. Lütfen açılır menüden doğru ülkenin seçili olduğundan emin olun.", "invalid-checkout": "Checkout başlatılamadı", streetRequired: "Sokak adresi gerekli", firstNameRequired: "Ad gerekli", lastNameRequired: "Soyad gerekli", stateRequired: "İl / Bölge gerekli", cityRequired: "Şehir gerekli", zipCodeRequired: "Posta kodu gerekli", addressLine1Required: "Sokak adresi gerekli", townCityRequired: "Şehir gerekli", postalCodeRequired: "Posta kodu gerekli", zipCodeInvalid: "Lütfen geçerli bir posta kodu girin", countryRequired: "Ülke gerekli", maxLengthExceeded: "Maksimum {{max}} karakter" }, qv = {
5800
- email: Sv,
5801
- emailPlaceholder: Rv,
5802
- phoneNumber: Tv,
5803
- countrySearch: wv,
5804
- countryNoResults: Iv,
5805
- cardholderNameLabel: Cv,
5806
- cardInformation: xv,
5807
- cardholderNamePlaceholder: Nv,
5808
- cardExpiry: Av,
5809
- loading: Ov,
5796
+ buttonTexts: yv,
5797
+ address: bv,
5798
+ validation: Ev
5799
+ }, Rv = "E-posta", Tv = "email@ornek.com.tr", wv = "Telefon Numarası", Iv = "Ülkeleri ara", Cv = "Sonuç bulunamadı", xv = "Kart sahibinin adı", Nv = "Kart bilgileri", Av = "Kart üzerindeki tam ad", Ov = "AA / YY", Dv = "Lütfen pencereyi kapatmayın", Pv = { pay: "ÖDE", submit: "GÖNDER", getPlan: "PLANIMI AL", donate: "BAĞIŞ YAP", book: "ŞİMDİ REZERVASYON YAP", order: "ŞİMDİ SİPARİŞ VER" }, _v = { billingTitle: "Fatura Adresi", shippingTitle: "Teslimat Adresi", sameAsBilling: "Fatura adresimi kullan", street: "Sokak Adresi", addressLine1: "Adres Satırı 1", firstName: "Ad", lastName: "Soyad", state: "İl / Bölge", city: "Şehir", townCity: "Şehir/İlçe", zipCode: "Posta Kodu", postalCode: "Posta Kodu", country: "Ülke", chooseCountry: "Ülke seçin", chooseState: "İl seçin", chooseProvince: "Eyalet seçin", placeholder: { firstName: "Ahmet", lastName: "Yılmaz", street: "Atatürk Caddesi 1", city: "İstanbul", zipCode: "34000" } }, qv = { emailSuggestion: "{{email}} demek mi istediniz?", emailInvalid: "E-posta adresiniz geçerli değil", emailRequired: "E-posta adresi gerekli", cardNumberRequired: "Kart numarası gerekli", cardExpiryInvalid: "Kartınızın son kullanma tarihi geçmiş", cardExpiryDateInvalid: "Kartınızın son kullanma tarihi geçersiz", cardExpiryFormat: "Kartınızın son kullanma tarihi eksik", cardSecurityFormat: "Kartınızın güvenlik kodu eksik", nameRequired: "Lütfen kart üzerindeki ismi girin", cardNumberInvalid: "Kart numaranız geçersiz", cardNumberLuhnInvalid: "Kart numaranız geçersiz", phoneNumberRequired: "Telefon numarası gerekli", phoneNumberInvalid: "Telefon numaranız geçersiz. Lütfen açılır menüden doğru ülkenin seçili olduğundan emin olun.", "invalid-checkout": "Checkout başlatılamadı", streetRequired: "Sokak adresi gerekli", firstNameRequired: "Ad gerekli", lastNameRequired: "Soyad gerekli", stateRequired: "İl / Bölge gerekli", cityRequired: "Şehir gerekli", zipCodeRequired: "Posta kodu gerekli", addressLine1Required: "Sokak adresi gerekli", townCityRequired: "Şehir gerekli", postalCodeRequired: "Posta kodu gerekli", zipCodeInvalid: "Lütfen geçerli bir posta kodu girin", countryRequired: "Ülke gerekli", maxLengthExceeded: "Maksimum {{max}} karakter" }, Lv = {
5800
+ email: Rv,
5801
+ emailPlaceholder: Tv,
5802
+ phoneNumber: wv,
5803
+ countrySearch: Iv,
5804
+ countryNoResults: Cv,
5805
+ cardholderNameLabel: xv,
5806
+ cardInformation: Nv,
5807
+ cardholderNamePlaceholder: Av,
5808
+ cardExpiry: Ov,
5809
+ loading: Dv,
5810
5810
  "pay-with-card": "veya bir kartla ödeyin",
5811
- buttonTexts: Dv,
5812
- address: Pv,
5813
- validation: _v
5811
+ buttonTexts: Pv,
5812
+ address: _v,
5813
+ validation: qv
5814
5814
  }, Ml = {
5815
- en: Of,
5816
- de: mf,
5817
- es: Gf,
5818
- fr: n0,
5819
- pl: H0,
5820
- pt: sv,
5821
- tr: qv,
5822
- it: y0,
5823
- sk: Ev,
5824
- cs: tf,
5825
- nl: P0
5815
+ en: Df,
5816
+ de: gf,
5817
+ es: Kf,
5818
+ fr: a0,
5819
+ pl: U0,
5820
+ pt: ov,
5821
+ tr: Lv,
5822
+ it: b0,
5823
+ sk: Sv,
5824
+ cs: rf,
5825
+ nl: _0
5826
5826
  // Add other locales here
5827
5827
  };
5828
- class Lv {
5828
+ class Mv {
5829
5829
  locale;
5830
5830
  loadedLocales = /* @__PURE__ */ new Set();
5831
5831
  constructor(e = "en") {
@@ -5875,14 +5875,14 @@ const Fl = [
5875
5875
  "cs",
5876
5876
  "sk",
5877
5877
  "nl"
5878
- ], Mv = "en";
5879
- function Fv(r) {
5880
- const e = new Lv(), i = (() => {
5878
+ ], Fv = "en";
5879
+ function Vv(r) {
5880
+ const e = new Mv(), i = (() => {
5881
5881
  const o = navigator?.language?.split("-")[0]?.toLowerCase();
5882
- return Fl.includes(o) ? o : Mv;
5882
+ return Fl.includes(o) ? o : Fv;
5883
5883
  })();
5884
5884
  e.setLocale(i);
5885
- const n = Lh({
5885
+ const n = Mh({
5886
5886
  locale: i,
5887
5887
  translationService: e
5888
5888
  });
@@ -5896,8 +5896,8 @@ function Fv(r) {
5896
5896
  subscribe: n.subscribe.bind(n)
5897
5897
  };
5898
5898
  }
5899
- const Vv = Fv(), Nc = () => {
5900
- const { translate: r, getLocale: e, setLocale: t, subscribe: i } = Vv;
5899
+ const kv = Vv(), Ac = () => {
5900
+ const { translate: r, getLocale: e, setLocale: t, subscribe: i } = kv;
5901
5901
  return {
5902
5902
  t: r,
5903
5903
  translate: r,
@@ -5905,12 +5905,12 @@ const Vv = Fv(), Nc = () => {
5905
5905
  setLocale: t,
5906
5906
  subscribe: i
5907
5907
  };
5908
- }, Ac = "https://fonts.googleapis.com/", kv = (r) => r.rel === "stylesheet" && r.href.startsWith(Ac), dp = ({ fontFamily: r }) => {
5908
+ }, Oc = "https://fonts.googleapis.com/", Bv = (r) => r.rel === "stylesheet" && r.href.startsWith(Oc), hp = ({ fontFamily: r }) => {
5909
5909
  if (!r)
5910
5910
  return { cleanup: () => {
5911
5911
  } };
5912
- const e = r.trim().replace(/\s+/g, "+"), t = `${Ac}css2?family=${e}:wght@400;700&display=swap`, i = [...document.head.querySelectorAll("link")].filter(
5913
- kv
5912
+ const e = r.trim().replace(/\s+/g, "+"), t = `${Oc}css2?family=${e}:wght@400;700&display=swap`, i = [...document.head.querySelectorAll("link")].filter(
5913
+ Bv
5914
5914
  ), n = document.createElement("link");
5915
5915
  n.rel = "stylesheet", n.href = t;
5916
5916
  const a = i.find(
@@ -5936,22 +5936,22 @@ const Vv = Fv(), Nc = () => {
5936
5936
  writable: !1,
5937
5937
  value: e
5938
5938
  }), i;
5939
- }, Bv = "https://fonts.googleapis.com/css2", jv = /src:\s*url\(([^)]+\.woff2[^)]*)\)/, zv = /\/\*\s*latin\s*\*\/\s*@font-face\s*\{[^}]*src:\s*url\(([^)]+\.woff2[^)]*)\)[^}]*\}/;
5940
- async function hp(r) {
5939
+ }, jv = "https://fonts.googleapis.com/css2", zv = /src:\s*url\(([^)]+\.woff2[^)]*)\)/, $v = /\/\*\s*latin\s*\*\/\s*@font-face\s*\{[^}]*src:\s*url\(([^)]+\.woff2[^)]*)\)[^}]*\}/;
5940
+ async function fp(r) {
5941
5941
  if (!r) return null;
5942
- const e = r.trim().replace(/\s+/g, "+"), t = `${Bv}?family=${e}:wght@400;700&display=swap`;
5942
+ const e = r.trim().replace(/\s+/g, "+"), t = `${jv}?family=${e}:wght@400;700&display=swap`;
5943
5943
  try {
5944
5944
  const i = await fetch(t);
5945
5945
  if (!i.ok) return null;
5946
- const n = await i.text(), a = zv.exec(n);
5946
+ const n = await i.text(), a = $v.exec(n);
5947
5947
  if (a?.[1]) return a[1];
5948
- const s = jv.exec(n);
5948
+ const s = zv.exec(n);
5949
5949
  return s?.[1] ? s[1] : null;
5950
5950
  } catch {
5951
5951
  return null;
5952
5952
  }
5953
5953
  }
5954
- class fp {
5954
+ class vp {
5955
5955
  // The sequence of fields to focus in order
5956
5956
  focusSequence = [
5957
5957
  "cardNumber",
@@ -6190,40 +6190,44 @@ var xt;
6190
6190
  (function(r) {
6191
6191
  r.Alabama = "AL", r.Alaska = "AK", r.Arizona = "AZ", r.Arkansas = "AR", r.California = "CA", r.Colorado = "CO", r.Connecticut = "CT", r.Delaware = "DE", r.DistrictOfColumbia = "DC", r.Florida = "FL", r.Georgia = "GA", r.Hawaii = "HI", r.Idaho = "ID", r.Illinois = "IL", r.Indiana = "IN", r.Iowa = "IA", r.Kansas = "KS", r.Kentucky = "KY", r.Louisiana = "LA", r.Maine = "ME", r.Maryland = "MD", r.Massachusetts = "MA", r.Michigan = "MI", r.Minnesota = "MN", r.Mississippi = "MS", r.Missouri = "MO", r.Montana = "MT", r.Nebraska = "NE", r.Nevada = "NV", r.NewHampshire = "NH", r.NewJersey = "NJ", r.NewMexico = "NM", r.NewYork = "NY", r.NorthCarolina = "NC", r.NorthDakota = "ND", r.Ohio = "OH", r.Oklahoma = "OK", r.Oregon = "OR", r.Pennsylvania = "PA", r.RhodeIsland = "RI", r.SouthCarolina = "SC", r.SouthDakota = "SD", r.Tennessee = "TN", r.Texas = "TX", r.Utah = "UT", r.Vermont = "VT", r.Virginia = "VA", r.Washington = "WA", r.WestVirginia = "WV", r.Wisconsin = "WI", r.Wyoming = "WY";
6192
6192
  })(xt || (xt = {}));
6193
- const $v = (r) => r.replace(/([A-Z])/g, " $1").trim(), Gv = Object.fromEntries(
6193
+ var kl;
6194
+ (function(r) {
6195
+ r.LIVE = "LIVE", r.SANDBOX = "SANDBOX", r.DEV = "DEV";
6196
+ })(kl || (kl = {}));
6197
+ const Gv = (r) => r.replace(/([A-Z])/g, " $1").trim(), Kv = Object.fromEntries(
6194
6198
  Object.entries(Xe).map(([r, e]) => [
6195
6199
  e,
6196
- $v(r)
6200
+ Gv(r)
6197
6201
  ])
6198
- ), Kv = new Set(Object.values(Xe)), bn = /* @__PURE__ */ new Map(), Hv = (r) => (bn.has(r) || bn.set(
6202
+ ), Hv = new Set(Object.values(Xe)), bn = /* @__PURE__ */ new Map(), Uv = (r) => (bn.has(r) || bn.set(
6199
6203
  r,
6200
6204
  new Intl.DisplayNames([r], { type: "region" })
6201
- ), bn.get(r)), Uv = () => Object.values(Xe), Zv = (r, e) => {
6205
+ ), bn.get(r)), Zv = () => Object.values(Xe), Wv = (r, e) => {
6202
6206
  const t = r.toUpperCase();
6203
6207
  if (e)
6204
6208
  try {
6205
- const i = Hv(e).of(t);
6209
+ const i = Uv(e).of(t);
6206
6210
  if (i) return i;
6207
6211
  } catch {
6208
6212
  }
6209
- return Gv[t] || t;
6210
- }, vp = (r, e) => (r && r.length > 0 ? r.map((i) => i.toUpperCase()).filter((i) => Kv.has(i)) : Uv()).map((i) => ({
6213
+ return Kv[t] || t;
6214
+ }, pp = (r, e) => (r && r.length > 0 ? r.map((i) => i.toUpperCase()).filter((i) => Hv.has(i)) : Zv()).map((i) => ({
6211
6215
  value: i,
6212
- text: Zv(i, e)
6213
- })).sort((i, n) => i.text.localeCompare(n.text, e)), Wv = {
6216
+ text: Wv(i, e)
6217
+ })).sort((i, n) => i.text.localeCompare(n.text, e)), Jv = {
6214
6218
  US: xt,
6215
6219
  CA: Ct
6216
- }, kl = (r) => Object.fromEntries(
6220
+ }, Bl = (r) => Object.fromEntries(
6217
6221
  Object.entries(r).map(([e, t]) => [
6218
6222
  t,
6219
6223
  e.replace(/([A-Z])/g, " $1").trim()
6220
6224
  ])
6221
- ), Jv = {
6222
- US: kl(xt),
6223
- CA: kl(Ct)
6224
- }, Yv = (r = "US") => Object.values(Wv[r]), Qv = (r, e = "US") => Jv[e][r.toUpperCase()] || r, pp = (r = "US") => Yv(r).map((t) => ({
6225
+ ), Yv = {
6226
+ US: Bl(xt),
6227
+ CA: Bl(Ct)
6228
+ }, Qv = (r = "US") => Object.values(Jv[r]), Xv = (r, e = "US") => Yv[e][r.toUpperCase()] || r, mp = (r = "US") => Qv(r).map((t) => ({
6225
6229
  value: t,
6226
- text: Qv(t, r)
6230
+ text: Xv(t, r)
6227
6231
  })).sort((t, i) => t.text.localeCompare(i.text));
6228
6232
  class Je {
6229
6233
  /**
@@ -6312,7 +6316,7 @@ class ve extends B {
6312
6316
  return this.span && this.span.classList.add("form-helper-text-hidden"), this;
6313
6317
  }
6314
6318
  }
6315
- class Oc extends B {
6319
+ class Dc extends B {
6316
6320
  constructor(e) {
6317
6321
  if (super("label", ["input-label"], {
6318
6322
  for: e.id
@@ -6327,7 +6331,7 @@ class Bt extends B {
6327
6331
  helperText = null;
6328
6332
  constructor(e) {
6329
6333
  if (super("div", ["input-wrapper"]), e.label) {
6330
- const i = new Oc({
6334
+ const i = new Dc({
6331
6335
  styles: e.styles ? {
6332
6336
  color: e.styles.color,
6333
6337
  fontSize: e.styles.fontSize
@@ -6412,7 +6416,7 @@ class Ye extends B {
6412
6416
  const n = this.selectElement.getElement();
6413
6417
  n.value === "" ? (n.classList.add("form-select-placeholder"), n.style.color = Ye.PLACEHOLDER_COLOR) : (n.classList.remove("form-select-placeholder"), this.configuredColor ? n.style.color = this.configuredColor : n.style.color = ""), e.onChange?.(i);
6414
6418
  }), e.label) {
6415
- const i = new Oc({
6419
+ const i = new Dc({
6416
6420
  styles: e.styles ? {
6417
6421
  color: e.styles.color,
6418
6422
  fontSize: e.styles.fontSize
@@ -6467,7 +6471,7 @@ const X = {
6467
6471
  CARD_EXPIRY: "exp-date",
6468
6472
  CARD_CVC: "cvc",
6469
6473
  CARDHOLDER: "cardholder"
6470
- }, Xv = {
6474
+ }, ep = {
6471
6475
  [X.CARD_NUMBER]: {
6472
6476
  1001: "validation.cardNumberInvalid",
6473
6477
  1011: "validation.cardNumberLuhnInvalid"
@@ -6483,8 +6487,8 @@ const X = {
6483
6487
  [X.CARDHOLDER]: {
6484
6488
  1001: "validation.nameRequired"
6485
6489
  }
6486
- }, mp = (r, e) => Xv[r]?.[e];
6487
- class ep {
6490
+ }, gp = (r, e) => ep[r]?.[e];
6491
+ class tp {
6488
6492
  input;
6489
6493
  options;
6490
6494
  currentMaxLength = 3;
@@ -6519,7 +6523,7 @@ class ep {
6519
6523
  }
6520
6524
  }
6521
6525
  handleChange = (e) => {
6522
- const i = e.target.value, n = Cc.cardCvv(i, this.currentMaxLength);
6526
+ const i = e.target.value, n = xc.cardCvv(i, this.currentMaxLength);
6523
6527
  this.input.setValue(n), this.options.onChange && this.options.onChange(n);
6524
6528
  };
6525
6529
  handleBlur = () => {
@@ -6548,25 +6552,25 @@ class ep {
6548
6552
  this.input.focus();
6549
6553
  }
6550
6554
  }
6551
- const Dc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='30px'%20width='30px'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cpath%20style='fill:%23306FC5;'%20d='M512,402.281c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.549,0,418.997,0,402.281V109.717%20c0-16.715,13.55-30.266,30.265-30.266h451.47c16.716,0,30.265,13.551,30.265,30.266V402.281L512,402.281z'/%3e%3cpath%20style='opacity:0.15;fill:%23202121;enable-background:new%20;'%20d='M21.517,402.281V109.717%20c0-16.715,13.552-30.266,30.267-30.266h-21.52C13.55,79.451,0,93.001,0,109.717v292.565c0,16.716,13.55,30.267,30.265,30.267h21.52%20C35.07,432.549,21.517,418.997,21.517,402.281z'/%3e%3cg%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='74.59,220.748%2089.888,220.748%2082.241,201.278%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='155.946,286.107%20155.946,295.148%20181.675,295.148%20181.675,304.885%20155.946,304.885%20155.946,315.318%20184.455,315.318%20197.666,300.712%20185.151,286.107%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='356.898,201.278%20348.553,220.748%20364.548,220.748%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='230.348,320.875%20230.348,281.241%20212.268,300.712%20'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M264.42,292.368c-0.696-4.172-3.48-6.261-7.654-6.261h-14.599v12.516h15.299%20C261.637,298.624,264.42,296.539,264.42,292.368z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M313.09,297.236c1.391-0.697,2.089-2.785,2.089-4.867c0.696-2.779-0.698-4.172-2.089-4.868%20c-1.387-0.696-3.476-0.696-5.559-0.696h-13.91v11.127h13.909C309.613,297.932,311.702,297.932,313.09,297.236z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M413.217,183.198v8.344l-4.169-8.344H376.37v8.344l-4.174-8.344h-44.502%20c-7.648,0-13.909,1.392-19.469,4.173v-4.173h-31.289v0.696v3.477c-3.476-2.78-7.648-4.173-13.211-4.173h-111.95l-7.652,17.384%20l-7.647-17.384h-25.031h-10.431v8.344l-3.477-8.344h-0.696H66.942l-13.909,32.68L37.042,251.34l-0.294,0.697h0.294h35.463h0.444%20l0.252-0.697l4.174-10.428h9.039l4.172,11.125h40.326v-0.697v-7.647l3.479,8.343h20.163l3.475-8.343v7.647v0.697h15.993h79.965%20h0.696v-18.08h1.394c1.389,0,1.389,0,1.389,2.087v15.297h50.065v-4.172c4.172,2.089,10.426,4.172,18.771,4.172h20.863l4.172-11.123%20h9.732l4.172,11.123h40.328v-6.952v-3.476l6.261,10.428h1.387h0.698h30.595v-68.143h-31.291l0,0H413.217z%20M177.501,241.609h-6.955%20h-4.171v-4.169v-34.076l-0.696,1.595v-0.019l-16.176,36.669h-0.512h-3.719h-6.017l-16.687-38.245v38.245h-23.64l-4.867-10.43%20H70.417l-4.868,10.43H53.326l20.57-48.675h17.382l19.469,46.587v-46.587h4.171h14.251l0.328,0.697h0.024l8.773,19.094l6.3,14.306%20l0.223-0.721l13.906-33.375H177.5v48.674H177.501L177.501,241.609z%20M225.481,203.364h-27.119v9.039h26.423v9.734h-26.423v9.738%20h27.119v10.427h-38.939v-49.367h38.939V203.364L225.481,203.364z%20M275.076,221.294c0.018,0.016,0.041,0.027,0.063,0.042%20c0.263,0.278,0.488,0.557,0.68,0.824c1.332,1.746,2.409,4.343,2.463,8.151c0.004,0.066,0.007,0.131,0.011,0.197%20c0,0.038,0.007,0.071,0.007,0.11c0,0.022-0.002,0.039-0.002,0.06c0.016,0.383,0.026,0.774,0.026,1.197v9.735h-10.428v-5.565%20c0-2.781,0-6.954-2.089-9.735c-0.657-0.657-1.322-1.09-2.046-1.398c-1.042-0.675-3.017-0.686-6.295-0.686h-12.52v17.384h-11.818%20v-48.675h26.425c6.254,0,10.428,0,13.906,2.086c3.407,2.046,5.465,5.439,5.543,10.812c-0.161,7.4-4.911,11.46-8.326,12.829%20C270.676,218.662,272.996,219.129,275.076,221.294z%20M298.491,241.609h-11.822v-48.675h11.822V241.609z%20M434.083,241.609h-15.3%20l-22.25-36.855v30.595l-0.073-0.072v6.362h-11.747v-0.029h-11.822l-4.172-10.43H344.38l-4.172,11.123h-13.211%20c-5.559,0-12.517-1.389-16.687-5.561c-4.172-4.172-6.256-9.735-6.256-18.773c0-6.953,1.389-13.911,6.256-19.472%20c3.474-4.175,9.735-5.562,17.382-5.562h11.128v10.429h-11.128c-4.172,0-6.254,0.693-9.041,2.783%20c-2.082,2.085-3.474,6.256-3.474,11.123c0,5.564,0.696,9.04,3.474,11.821c2.091,2.089,4.87,2.785,8.346,2.785h4.867l15.991-38.243%20h6.957h10.428l19.472,46.587v-2.376v-15.705v-1.389v-27.116h17.382l20.161,34.07v-34.07h11.826v47.977h0.002L434.083,241.609%20L434.083,241.609z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M265.161,213.207c0.203-0.217,0.387-0.463,0.543-0.745c0.63-0.997,1.352-2.793,0.963-5.244%20c-0.016-0.225-0.057-0.433-0.105-0.634c-0.013-0.056-0.011-0.105-0.026-0.161l-0.007,0.001c-0.346-1.191-1.229-1.923-2.11-2.367%20c-1.394-0.693-3.48-0.693-5.565-0.693h-13.909v11.127h13.909c2.085,0,4.172,0,5.565-0.697c0.209-0.106,0.395-0.25,0.574-0.413%20l0.002,0.009C264.996,213.389,265.067,213.315,265.161,213.207z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M475.105,311.144c0-4.867-1.389-9.736-3.474-13.212v-31.289h-0.032v-2.089c0,0-29.145,0-33.483,0%20c-4.336,0-9.598,4.171-9.598,4.171v-4.171h-31.984c-4.87,0-11.124,1.392-13.909,4.171v-4.171h-57.016v2.089v2.081%20c-4.169-3.474-11.824-4.171-15.298-4.171h-37.549v2.089v2.081c-3.476-3.474-11.824-4.171-15.998-4.171H215.05l-9.737,10.431%20l-9.04-10.431h-2.911h-4.737h-54.93v2.089v5.493v62.651h61.19l10.054-10.057l8.715,10.057h0.698h35.258h1.598h0.696h0.692v-6.953%20v-9.039h3.479c4.863,0,11.124,0,15.991-2.089v17.382v1.394h31.291v-1.394V317.4h1.387c2.089,0,2.089,0,2.089,2.086v14.6v1.394%20h94.563c6.263,0,12.517-1.394,15.993-4.175v2.781v1.394h29.902c6.254,0,12.517-0.695,16.689-3.478%20c6.402-3.841,10.437-10.64,11.037-18.749c0.028-0.24,0.063-0.48,0.085-0.721l-0.041-0.039%20C475.087,312.043,475.105,311.598,475.105,311.144z%20M256.076,306.973h-13.91v2.081v4.174v4.173v7.649h-22.855l-13.302-15.299%20l-0.046,0.051l-0.65-0.748l-15.297,15.996h-44.501v-48.673h45.197l12.348,13.525l2.596,2.832l0.352-0.365l14.604-15.991h36.852%20c7.152,0,15.161,1.765,18.196,9.042c0.365,1.441,0.577,3.043,0.577,4.863C276.237,304.189,266.502,306.973,256.076,306.973z%20M325.609,306.276c1.389,2.081,2.085,4.867,2.085,9.041v9.732h-11.819v-6.256c0-2.786,0-7.65-2.089-9.739%20c-1.387-2.081-4.172-2.081-8.341-2.081H292.93v18.077h-11.82v-49.369h26.421c5.559,0,10.426,0,13.909,2.084%20c3.474,2.088,6.254,5.565,6.254,11.128c0,7.647-4.865,11.819-8.343,13.212C322.829,303.49,324.914,304.885,325.609,306.276z%20M373.589,286.107h-27.122v9.04h26.424v9.737h-26.424v9.736h27.122v10.429H334.65V275.68h38.939V286.107z%20M402.791,325.05h-22.252%20v-10.429h22.252c2.082,0,3.476,0,4.87-1.392c0.696-0.697,1.387-2.085,1.387-3.477c0-1.394-0.691-2.778-1.387-3.475%20c-0.698-0.695-2.091-1.391-4.176-1.391c-11.126-0.696-24.337,0-24.337-15.296c0-6.954,4.172-14.604,16.689-14.604h22.945v11.819%20h-21.554c-2.085,0-3.478,0-4.87,0.696c-1.387,0.697-1.387,2.089-1.387,3.478c0,2.087,1.387,2.783,2.778,3.473%20c1.394,0.697,2.783,0.697,4.172,0.697h6.259c6.259,0,10.43,1.391,13.211,4.173c2.087,2.087,3.478,5.564,3.478,10.43%20C420.869,320.179,414.611,325.05,402.791,325.05z%20M462.59,320.179c-2.778,2.785-7.648,4.871-14.604,4.871H425.74v-10.429h22.245%20c2.087,0,3.481,0,4.87-1.392c0.693-0.697,1.391-2.085,1.391-3.477c0-1.394-0.698-2.778-1.391-3.475%20c-0.696-0.695-2.085-1.391-4.172-1.391c-11.122-0.696-24.337,0-24.337-15.295c0-6.609,3.781-12.579,13.106-14.352%20c1.115-0.154,2.293-0.253,3.583-0.253h22.948v11.819h-15.3h-5.561h-0.696c-2.087,0-3.476,0-4.865,0.696%20c-0.7,0.697-1.396,2.089-1.396,3.478c0,2.087,0.696,2.783,2.785,3.473c1.389,0.697,2.78,0.697,4.172,0.697h0.691h5.565%20c3.039,0,5.337,0.375,7.44,1.114c1.926,0.697,8.302,3.549,9.728,10.994c0.124,0.78,0.215,1.594,0.215,2.495%20C466.761,313.925,465.37,317.401,462.59,320.179z'/%3e%3c/g%3e%3c/svg%3e", Pc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='30px'%20width='30px'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cpath%20style='fill:%2334495E;'%20d='M512,402.282c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.549,0,418.996,0,402.282V109.717%20c0-16.716,13.55-30.266,30.265-30.266h451.469c16.716,0,30.265,13.551,30.265,30.266L512,402.282L512,402.282z'/%3e%3cpath%20style='opacity:0.15;fill:%23202121;enable-background:new%20;'%20d='M21.517,402.282V109.717%20c0-16.716,13.552-30.266,30.267-30.266h-21.52C13.55,79.451,0,93.003,0,109.717v292.565c0,16.716,13.55,30.267,30.265,30.267h21.52%20C35.07,432.549,21.517,418.996,21.517,402.282z'/%3e%3cpath%20style='fill:%23F26E21;'%20d='M309.389,255.801c0.041-9.636-3.572-19.286-10.843-26.558c-7.287-7.287-16.961-10.897-26.617-10.839%20c-0.046,0-0.091-0.003-0.139-0.003c-20.968,0-37.6,16.628-37.6,37.602c0,20.767,16.837,37.599,37.6,37.599%20c20.974,0,37.604-16.631,37.604-37.599C309.394,255.934,309.389,255.869,309.389,255.801z'/%3e%3cg%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M227.198,271.909c-5.62,5.626-10.807,7.824-16.394,7.943c-13.611-0.122-23.618-10.202-23.618-24.573%20c0-7.234,2.739-13.163,7.078-18.228l0,0c4.069-3.863,9.311-6.359,15.339-6.359c6.507,0,11.571,2.169,17.352,7.954v-16.631%20c-5.78-2.891-10.846-4.338-17.352-4.338c-9.192,0.657-17.859,4.371-24.507,10.203l0,0c-1.916,1.724-3.752,3.627-5.309,5.805%20c-4.856,6.294-7.791,14.001-7.791,22.32c0,20.967,16.637,36.875,37.606,36.875c0.102,0,0.203-0.009,0.302-0.01%20c0.141,0.002,0.28,0.01,0.42,0.01c5.784,0,10.85-1.443,17.357-4.336L227.198,271.909c-0.244,0.244,0.242,0.471,0,0.702V271.909z'/%3e%3cpolygon%20style='fill:%23E7E8E3;'%20points='356.863,228.033%20356.863,228.033%20340.487,268.295%20321.685,220.566%20306.502,220.566%20336.148,293.601%20344.102,293.601%20375.196,220.566%20360.013,220.566%20'/%3e%3cpolygon%20style='fill:%23E7E8E3;'%20points='380.983,252.384%20380.983,291.435%20420.033,291.435%20420.753,291.435%20420.753,279.861%20408.461,279.861%20395.445,279.861%20395.445,266.848%20395.445,260.342%20420.033,260.342%20420.033,248.045%20395.445,248.045%20395.445,232.861%20420.753,232.861%20420.753,220.566%20380.983,220.566%20'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M54.135,220.566H33.884v70.869h20.25c10.845,0,18.798-2.895,25.306-7.957%20c7.953-6.508,13.017-16.629,13.017-27.474C92.458,235.028,77.27,220.566,54.135,220.566z%20M70.765,274.08%20c-4.339,3.614-10.124,5.781-18.802,5.781h-4.339V232.86h3.615c8.678,0,14.463,1.446,18.803,5.783%20c5.061,4.336,7.955,10.848,7.955,17.358C78.72,262.509,75.828,269.737,70.765,274.08z'/%3e%3crect%20x='98.97'%20y='220.56'%20style='fill:%23E7E8E3;'%20width='13.739'%20height='70.867'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M147.415,248.045c-8.676-2.892-10.848-5.063-10.848-8.677c0-4.339,4.339-7.954,10.124-7.954%20c4.339,0,7.954,1.447,11.57,5.786l7.233-9.4c-5.787-5.064-13.015-7.953-20.97-7.953c-12.296,0-22.42,8.678-22.42,20.244%20c0,10.126,4.343,14.464,17.357,19.526c5.785,2.166,7.955,2.892,9.404,4.338c2.887,1.444,4.336,4.339,4.336,7.228%20c0,5.786-4.336,10.126-10.848,10.126c-6.514,0-12.294-3.615-15.187-9.401l-8.678,8.678c6.511,9.4,14.465,13.738,24.589,13.738%20c14.461,0,24.58-9.4,24.58-23.141C167.659,258.893,163.324,253.831,147.415,248.045z'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M459.804,261.783c10.843-2.166,16.63-9.4,16.63-20.244c0-13.014-9.402-20.973-25.308-20.973h-20.972%20v70.869h13.739V263.23h2.172l19.519,28.205h16.634L459.804,261.783z%20M448.23,253.105h-4.336v-21.691h4.336%20c8.678,0,13.742,3.614,13.742,10.85C461.972,249.492,456.909,253.105,448.23,253.105z'/%3e%3c/g%3e%3c/svg%3e", _c = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='800px'%20width='800px'%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20291.791%20291.791'%20xml:space='preserve'%3e%3cg%3e%3cpath%20style='fill:%23E2574C;'%20d='M182.298,145.895c0,50.366-40.801,91.176-91.149,91.176S0,196.252,0,145.895%20s40.811-91.176,91.149-91.176S182.298,95.538,182.298,145.895z'/%3e%3cpath%20style='fill:%23F4B459;'%20d='M200.616,54.719c-20.442,0-39.261,6.811-54.469,18.181l0.073,0.009%20c2.991,2.89,6.291,4.924,8.835,8.251l-18.965,0.301c-2.972,3-5.68,6.264-8.233,9.656H161.3c2.544,3.054,4.896,5.708,7.03,9.081%20h-46.536c-1.705,2.936-3.282,5.954-4.659,9.09h56.493c1.477,3.127,2.799,5.489,3.921,8.799h-63.76%20c-1.012,3.146-1.878,6.364-2.535,9.646h68.966c0.675,3.155,1.194,6.072,1.55,9.045h-71.884c-0.301,3-0.456,6.045-0.456,9.118%20h72.859c0,3.228-0.228,6.218-0.556,9.118h-71.847c0.31,3.091,0.766,6.127,1.368,9.118h68.856c-0.711,2.954-1.532,5.926-2.562,9.008%20h-63.969c0.966,3.118,2.143,6.145,3.428,9.099h56.621c-1.568,3.319-3.346,5.972-5.306,9.081h-46.691%20c1.842,3.191,3.875,6.236,6.081,9.154l33.589,0.501c-2.863,3.437-6.537,5.507-9.884,8.516c0.182,0.146-5.352-0.018-16.248-0.191%20c16.576,17.105,39.744,27.772,65.446,27.772c50.357,0,91.176-40.82,91.176-91.176S250.981,54.719,200.616,54.719z'/%3e%3c/g%3e%3c/svg%3e", qc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-140%20780%20780'%20enable-background='new%200%200%20780%20500'%20version='1.1'%20xml:space='preserve'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M40,0h700c22.092,0,40,17.909,40,40v420c0,22.092-17.908,40-40,40H40c-22.091,0-40-17.908-40-40V40%20C0,17.909,17.909,0,40,0z'%20fill='%230E4595'/%3e%3cpath%20d='m293.2%20348.73l33.361-195.76h53.36l-33.385%20195.76h-53.336zm246.11-191.54c-10.57-3.966-27.137-8.222-47.822-8.222-52.725%200-89.865%2026.55-90.18%2064.603-0.299%2028.13%2026.514%2043.822%2046.752%2053.186%2020.771%209.595%2027.752%2015.714%2027.654%2024.283-0.131%2013.121-16.586%2019.116-31.922%2019.116-21.357%200-32.703-2.967-50.227-10.276l-6.876-3.11-7.489%2043.823c12.463%205.464%2035.51%2010.198%2059.438%2010.443%2056.09%200%2092.5-26.246%2092.916-66.882%200.199-22.269-14.016-39.216-44.801-53.188-18.65-9.055-30.072-15.099-29.951-24.268%200-8.137%209.668-16.839%2030.557-16.839%2017.449-0.27%2030.09%203.535%2039.938%207.5l4.781%202.26%207.232-42.429m137.31-4.223h-41.232c-12.773%200-22.332%203.487-27.941%2016.234l-79.244%20179.4h56.031s9.16-24.123%2011.232-29.418c6.125%200%2060.555%200.084%2068.338%200.084%201.596%206.853%206.49%2029.334%206.49%2029.334h49.514l-43.188-195.64zm-65.418%20126.41c4.412-11.279%2021.26-54.723%2021.26-54.723-0.316%200.522%204.379-11.334%207.074-18.684l3.605%2016.879s10.219%2046.729%2012.354%2056.528h-44.293zm-363.3-126.41l-52.24%20133.5-5.567-27.13c-9.725-31.273-40.025-65.155-73.898-82.118l47.766%20171.2%2056.456-0.064%2084.004-195.39h-56.521'%20fill='%23ffffff'/%3e%3cpath%20d='m146.92%20152.96h-86.041l-0.681%204.073c66.938%2016.204%20111.23%2055.363%20129.62%20102.41l-18.71-89.96c-3.23-12.395-12.597-16.094-24.186-16.527'%20fill='%23F2AE14'/%3e%3c/svg%3e", Bl = [
6555
+ const Pc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='30px'%20width='30px'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cpath%20style='fill:%23306FC5;'%20d='M512,402.281c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.549,0,418.997,0,402.281V109.717%20c0-16.715,13.55-30.266,30.265-30.266h451.47c16.716,0,30.265,13.551,30.265,30.266V402.281L512,402.281z'/%3e%3cpath%20style='opacity:0.15;fill:%23202121;enable-background:new%20;'%20d='M21.517,402.281V109.717%20c0-16.715,13.552-30.266,30.267-30.266h-21.52C13.55,79.451,0,93.001,0,109.717v292.565c0,16.716,13.55,30.267,30.265,30.267h21.52%20C35.07,432.549,21.517,418.997,21.517,402.281z'/%3e%3cg%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='74.59,220.748%2089.888,220.748%2082.241,201.278%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='155.946,286.107%20155.946,295.148%20181.675,295.148%20181.675,304.885%20155.946,304.885%20155.946,315.318%20184.455,315.318%20197.666,300.712%20185.151,286.107%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='356.898,201.278%20348.553,220.748%20364.548,220.748%20'/%3e%3cpolygon%20style='fill:%23FFFFFF;'%20points='230.348,320.875%20230.348,281.241%20212.268,300.712%20'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M264.42,292.368c-0.696-4.172-3.48-6.261-7.654-6.261h-14.599v12.516h15.299%20C261.637,298.624,264.42,296.539,264.42,292.368z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M313.09,297.236c1.391-0.697,2.089-2.785,2.089-4.867c0.696-2.779-0.698-4.172-2.089-4.868%20c-1.387-0.696-3.476-0.696-5.559-0.696h-13.91v11.127h13.909C309.613,297.932,311.702,297.932,313.09,297.236z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M413.217,183.198v8.344l-4.169-8.344H376.37v8.344l-4.174-8.344h-44.502%20c-7.648,0-13.909,1.392-19.469,4.173v-4.173h-31.289v0.696v3.477c-3.476-2.78-7.648-4.173-13.211-4.173h-111.95l-7.652,17.384%20l-7.647-17.384h-25.031h-10.431v8.344l-3.477-8.344h-0.696H66.942l-13.909,32.68L37.042,251.34l-0.294,0.697h0.294h35.463h0.444%20l0.252-0.697l4.174-10.428h9.039l4.172,11.125h40.326v-0.697v-7.647l3.479,8.343h20.163l3.475-8.343v7.647v0.697h15.993h79.965%20h0.696v-18.08h1.394c1.389,0,1.389,0,1.389,2.087v15.297h50.065v-4.172c4.172,2.089,10.426,4.172,18.771,4.172h20.863l4.172-11.123%20h9.732l4.172,11.123h40.328v-6.952v-3.476l6.261,10.428h1.387h0.698h30.595v-68.143h-31.291l0,0H413.217z%20M177.501,241.609h-6.955%20h-4.171v-4.169v-34.076l-0.696,1.595v-0.019l-16.176,36.669h-0.512h-3.719h-6.017l-16.687-38.245v38.245h-23.64l-4.867-10.43%20H70.417l-4.868,10.43H53.326l20.57-48.675h17.382l19.469,46.587v-46.587h4.171h14.251l0.328,0.697h0.024l8.773,19.094l6.3,14.306%20l0.223-0.721l13.906-33.375H177.5v48.674H177.501L177.501,241.609z%20M225.481,203.364h-27.119v9.039h26.423v9.734h-26.423v9.738%20h27.119v10.427h-38.939v-49.367h38.939V203.364L225.481,203.364z%20M275.076,221.294c0.018,0.016,0.041,0.027,0.063,0.042%20c0.263,0.278,0.488,0.557,0.68,0.824c1.332,1.746,2.409,4.343,2.463,8.151c0.004,0.066,0.007,0.131,0.011,0.197%20c0,0.038,0.007,0.071,0.007,0.11c0,0.022-0.002,0.039-0.002,0.06c0.016,0.383,0.026,0.774,0.026,1.197v9.735h-10.428v-5.565%20c0-2.781,0-6.954-2.089-9.735c-0.657-0.657-1.322-1.09-2.046-1.398c-1.042-0.675-3.017-0.686-6.295-0.686h-12.52v17.384h-11.818%20v-48.675h26.425c6.254,0,10.428,0,13.906,2.086c3.407,2.046,5.465,5.439,5.543,10.812c-0.161,7.4-4.911,11.46-8.326,12.829%20C270.676,218.662,272.996,219.129,275.076,221.294z%20M298.491,241.609h-11.822v-48.675h11.822V241.609z%20M434.083,241.609h-15.3%20l-22.25-36.855v30.595l-0.073-0.072v6.362h-11.747v-0.029h-11.822l-4.172-10.43H344.38l-4.172,11.123h-13.211%20c-5.559,0-12.517-1.389-16.687-5.561c-4.172-4.172-6.256-9.735-6.256-18.773c0-6.953,1.389-13.911,6.256-19.472%20c3.474-4.175,9.735-5.562,17.382-5.562h11.128v10.429h-11.128c-4.172,0-6.254,0.693-9.041,2.783%20c-2.082,2.085-3.474,6.256-3.474,11.123c0,5.564,0.696,9.04,3.474,11.821c2.091,2.089,4.87,2.785,8.346,2.785h4.867l15.991-38.243%20h6.957h10.428l19.472,46.587v-2.376v-15.705v-1.389v-27.116h17.382l20.161,34.07v-34.07h11.826v47.977h0.002L434.083,241.609%20L434.083,241.609z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M265.161,213.207c0.203-0.217,0.387-0.463,0.543-0.745c0.63-0.997,1.352-2.793,0.963-5.244%20c-0.016-0.225-0.057-0.433-0.105-0.634c-0.013-0.056-0.011-0.105-0.026-0.161l-0.007,0.001c-0.346-1.191-1.229-1.923-2.11-2.367%20c-1.394-0.693-3.48-0.693-5.565-0.693h-13.909v11.127h13.909c2.085,0,4.172,0,5.565-0.697c0.209-0.106,0.395-0.25,0.574-0.413%20l0.002,0.009C264.996,213.389,265.067,213.315,265.161,213.207z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M475.105,311.144c0-4.867-1.389-9.736-3.474-13.212v-31.289h-0.032v-2.089c0,0-29.145,0-33.483,0%20c-4.336,0-9.598,4.171-9.598,4.171v-4.171h-31.984c-4.87,0-11.124,1.392-13.909,4.171v-4.171h-57.016v2.089v2.081%20c-4.169-3.474-11.824-4.171-15.298-4.171h-37.549v2.089v2.081c-3.476-3.474-11.824-4.171-15.998-4.171H215.05l-9.737,10.431%20l-9.04-10.431h-2.911h-4.737h-54.93v2.089v5.493v62.651h61.19l10.054-10.057l8.715,10.057h0.698h35.258h1.598h0.696h0.692v-6.953%20v-9.039h3.479c4.863,0,11.124,0,15.991-2.089v17.382v1.394h31.291v-1.394V317.4h1.387c2.089,0,2.089,0,2.089,2.086v14.6v1.394%20h94.563c6.263,0,12.517-1.394,15.993-4.175v2.781v1.394h29.902c6.254,0,12.517-0.695,16.689-3.478%20c6.402-3.841,10.437-10.64,11.037-18.749c0.028-0.24,0.063-0.48,0.085-0.721l-0.041-0.039%20C475.087,312.043,475.105,311.598,475.105,311.144z%20M256.076,306.973h-13.91v2.081v4.174v4.173v7.649h-22.855l-13.302-15.299%20l-0.046,0.051l-0.65-0.748l-15.297,15.996h-44.501v-48.673h45.197l12.348,13.525l2.596,2.832l0.352-0.365l14.604-15.991h36.852%20c7.152,0,15.161,1.765,18.196,9.042c0.365,1.441,0.577,3.043,0.577,4.863C276.237,304.189,266.502,306.973,256.076,306.973z%20M325.609,306.276c1.389,2.081,2.085,4.867,2.085,9.041v9.732h-11.819v-6.256c0-2.786,0-7.65-2.089-9.739%20c-1.387-2.081-4.172-2.081-8.341-2.081H292.93v18.077h-11.82v-49.369h26.421c5.559,0,10.426,0,13.909,2.084%20c3.474,2.088,6.254,5.565,6.254,11.128c0,7.647-4.865,11.819-8.343,13.212C322.829,303.49,324.914,304.885,325.609,306.276z%20M373.589,286.107h-27.122v9.04h26.424v9.737h-26.424v9.736h27.122v10.429H334.65V275.68h38.939V286.107z%20M402.791,325.05h-22.252%20v-10.429h22.252c2.082,0,3.476,0,4.87-1.392c0.696-0.697,1.387-2.085,1.387-3.477c0-1.394-0.691-2.778-1.387-3.475%20c-0.698-0.695-2.091-1.391-4.176-1.391c-11.126-0.696-24.337,0-24.337-15.296c0-6.954,4.172-14.604,16.689-14.604h22.945v11.819%20h-21.554c-2.085,0-3.478,0-4.87,0.696c-1.387,0.697-1.387,2.089-1.387,3.478c0,2.087,1.387,2.783,2.778,3.473%20c1.394,0.697,2.783,0.697,4.172,0.697h6.259c6.259,0,10.43,1.391,13.211,4.173c2.087,2.087,3.478,5.564,3.478,10.43%20C420.869,320.179,414.611,325.05,402.791,325.05z%20M462.59,320.179c-2.778,2.785-7.648,4.871-14.604,4.871H425.74v-10.429h22.245%20c2.087,0,3.481,0,4.87-1.392c0.693-0.697,1.391-2.085,1.391-3.477c0-1.394-0.698-2.778-1.391-3.475%20c-0.696-0.695-2.085-1.391-4.172-1.391c-11.122-0.696-24.337,0-24.337-15.295c0-6.609,3.781-12.579,13.106-14.352%20c1.115-0.154,2.293-0.253,3.583-0.253h22.948v11.819h-15.3h-5.561h-0.696c-2.087,0-3.476,0-4.865,0.696%20c-0.7,0.697-1.396,2.089-1.396,3.478c0,2.087,0.696,2.783,2.785,3.473c1.389,0.697,2.78,0.697,4.172,0.697h0.691h5.565%20c3.039,0,5.337,0.375,7.44,1.114c1.926,0.697,8.302,3.549,9.728,10.994c0.124,0.78,0.215,1.594,0.215,2.495%20C466.761,313.925,465.37,317.401,462.59,320.179z'/%3e%3c/g%3e%3c/svg%3e", _c = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='30px'%20width='30px'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cpath%20style='fill:%2334495E;'%20d='M512,402.282c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.549,0,418.996,0,402.282V109.717%20c0-16.716,13.55-30.266,30.265-30.266h451.469c16.716,0,30.265,13.551,30.265,30.266L512,402.282L512,402.282z'/%3e%3cpath%20style='opacity:0.15;fill:%23202121;enable-background:new%20;'%20d='M21.517,402.282V109.717%20c0-16.716,13.552-30.266,30.267-30.266h-21.52C13.55,79.451,0,93.003,0,109.717v292.565c0,16.716,13.55,30.267,30.265,30.267h21.52%20C35.07,432.549,21.517,418.996,21.517,402.282z'/%3e%3cpath%20style='fill:%23F26E21;'%20d='M309.389,255.801c0.041-9.636-3.572-19.286-10.843-26.558c-7.287-7.287-16.961-10.897-26.617-10.839%20c-0.046,0-0.091-0.003-0.139-0.003c-20.968,0-37.6,16.628-37.6,37.602c0,20.767,16.837,37.599,37.6,37.599%20c20.974,0,37.604-16.631,37.604-37.599C309.394,255.934,309.389,255.869,309.389,255.801z'/%3e%3cg%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M227.198,271.909c-5.62,5.626-10.807,7.824-16.394,7.943c-13.611-0.122-23.618-10.202-23.618-24.573%20c0-7.234,2.739-13.163,7.078-18.228l0,0c4.069-3.863,9.311-6.359,15.339-6.359c6.507,0,11.571,2.169,17.352,7.954v-16.631%20c-5.78-2.891-10.846-4.338-17.352-4.338c-9.192,0.657-17.859,4.371-24.507,10.203l0,0c-1.916,1.724-3.752,3.627-5.309,5.805%20c-4.856,6.294-7.791,14.001-7.791,22.32c0,20.967,16.637,36.875,37.606,36.875c0.102,0,0.203-0.009,0.302-0.01%20c0.141,0.002,0.28,0.01,0.42,0.01c5.784,0,10.85-1.443,17.357-4.336L227.198,271.909c-0.244,0.244,0.242,0.471,0,0.702V271.909z'/%3e%3cpolygon%20style='fill:%23E7E8E3;'%20points='356.863,228.033%20356.863,228.033%20340.487,268.295%20321.685,220.566%20306.502,220.566%20336.148,293.601%20344.102,293.601%20375.196,220.566%20360.013,220.566%20'/%3e%3cpolygon%20style='fill:%23E7E8E3;'%20points='380.983,252.384%20380.983,291.435%20420.033,291.435%20420.753,291.435%20420.753,279.861%20408.461,279.861%20395.445,279.861%20395.445,266.848%20395.445,260.342%20420.033,260.342%20420.033,248.045%20395.445,248.045%20395.445,232.861%20420.753,232.861%20420.753,220.566%20380.983,220.566%20'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M54.135,220.566H33.884v70.869h20.25c10.845,0,18.798-2.895,25.306-7.957%20c7.953-6.508,13.017-16.629,13.017-27.474C92.458,235.028,77.27,220.566,54.135,220.566z%20M70.765,274.08%20c-4.339,3.614-10.124,5.781-18.802,5.781h-4.339V232.86h3.615c8.678,0,14.463,1.446,18.803,5.783%20c5.061,4.336,7.955,10.848,7.955,17.358C78.72,262.509,75.828,269.737,70.765,274.08z'/%3e%3crect%20x='98.97'%20y='220.56'%20style='fill:%23E7E8E3;'%20width='13.739'%20height='70.867'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M147.415,248.045c-8.676-2.892-10.848-5.063-10.848-8.677c0-4.339,4.339-7.954,10.124-7.954%20c4.339,0,7.954,1.447,11.57,5.786l7.233-9.4c-5.787-5.064-13.015-7.953-20.97-7.953c-12.296,0-22.42,8.678-22.42,20.244%20c0,10.126,4.343,14.464,17.357,19.526c5.785,2.166,7.955,2.892,9.404,4.338c2.887,1.444,4.336,4.339,4.336,7.228%20c0,5.786-4.336,10.126-10.848,10.126c-6.514,0-12.294-3.615-15.187-9.401l-8.678,8.678c6.511,9.4,14.465,13.738,24.589,13.738%20c14.461,0,24.58-9.4,24.58-23.141C167.659,258.893,163.324,253.831,147.415,248.045z'/%3e%3cpath%20style='fill:%23E7E8E3;'%20d='M459.804,261.783c10.843-2.166,16.63-9.4,16.63-20.244c0-13.014-9.402-20.973-25.308-20.973h-20.972%20v70.869h13.739V263.23h2.172l19.519,28.205h16.634L459.804,261.783z%20M448.23,253.105h-4.336v-21.691h4.336%20c8.678,0,13.742,3.614,13.742,10.85C461.972,249.492,456.909,253.105,448.23,253.105z'/%3e%3c/g%3e%3c/svg%3e", qc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='800px'%20width='800px'%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20291.791%20291.791'%20xml:space='preserve'%3e%3cg%3e%3cpath%20style='fill:%23E2574C;'%20d='M182.298,145.895c0,50.366-40.801,91.176-91.149,91.176S0,196.252,0,145.895%20s40.811-91.176,91.149-91.176S182.298,95.538,182.298,145.895z'/%3e%3cpath%20style='fill:%23F4B459;'%20d='M200.616,54.719c-20.442,0-39.261,6.811-54.469,18.181l0.073,0.009%20c2.991,2.89,6.291,4.924,8.835,8.251l-18.965,0.301c-2.972,3-5.68,6.264-8.233,9.656H161.3c2.544,3.054,4.896,5.708,7.03,9.081%20h-46.536c-1.705,2.936-3.282,5.954-4.659,9.09h56.493c1.477,3.127,2.799,5.489,3.921,8.799h-63.76%20c-1.012,3.146-1.878,6.364-2.535,9.646h68.966c0.675,3.155,1.194,6.072,1.55,9.045h-71.884c-0.301,3-0.456,6.045-0.456,9.118%20h72.859c0,3.228-0.228,6.218-0.556,9.118h-71.847c0.31,3.091,0.766,6.127,1.368,9.118h68.856c-0.711,2.954-1.532,5.926-2.562,9.008%20h-63.969c0.966,3.118,2.143,6.145,3.428,9.099h56.621c-1.568,3.319-3.346,5.972-5.306,9.081h-46.691%20c1.842,3.191,3.875,6.236,6.081,9.154l33.589,0.501c-2.863,3.437-6.537,5.507-9.884,8.516c0.182,0.146-5.352-0.018-16.248-0.191%20c16.576,17.105,39.744,27.772,65.446,27.772c50.357,0,91.176-40.82,91.176-91.176S250.981,54.719,200.616,54.719z'/%3e%3c/g%3e%3c/svg%3e", Lc = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-140%20780%20780'%20enable-background='new%200%200%20780%20500'%20version='1.1'%20xml:space='preserve'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M40,0h700c22.092,0,40,17.909,40,40v420c0,22.092-17.908,40-40,40H40c-22.091,0-40-17.908-40-40V40%20C0,17.909,17.909,0,40,0z'%20fill='%230E4595'/%3e%3cpath%20d='m293.2%20348.73l33.361-195.76h53.36l-33.385%20195.76h-53.336zm246.11-191.54c-10.57-3.966-27.137-8.222-47.822-8.222-52.725%200-89.865%2026.55-90.18%2064.603-0.299%2028.13%2026.514%2043.822%2046.752%2053.186%2020.771%209.595%2027.752%2015.714%2027.654%2024.283-0.131%2013.121-16.586%2019.116-31.922%2019.116-21.357%200-32.703-2.967-50.227-10.276l-6.876-3.11-7.489%2043.823c12.463%205.464%2035.51%2010.198%2059.438%2010.443%2056.09%200%2092.5-26.246%2092.916-66.882%200.199-22.269-14.016-39.216-44.801-53.188-18.65-9.055-30.072-15.099-29.951-24.268%200-8.137%209.668-16.839%2030.557-16.839%2017.449-0.27%2030.09%203.535%2039.938%207.5l4.781%202.26%207.232-42.429m137.31-4.223h-41.232c-12.773%200-22.332%203.487-27.941%2016.234l-79.244%20179.4h56.031s9.16-24.123%2011.232-29.418c6.125%200%2060.555%200.084%2068.338%200.084%201.596%206.853%206.49%2029.334%206.49%2029.334h49.514l-43.188-195.64zm-65.418%20126.41c4.412-11.279%2021.26-54.723%2021.26-54.723-0.316%200.522%204.379-11.334%207.074-18.684l3.605%2016.879s10.219%2046.729%2012.354%2056.528h-44.293zm-363.3-126.41l-52.24%20133.5-5.567-27.13c-9.725-31.273-40.025-65.155-73.898-82.118l47.766%20171.2%2056.456-0.064%2084.004-195.39h-56.521'%20fill='%23ffffff'/%3e%3cpath%20d='m146.92%20152.96h-86.041l-0.681%204.073c66.938%2016.204%20111.23%2055.363%20129.62%20102.41l-18.71-89.96c-3.23-12.395-12.597-16.094-24.186-16.527'%20fill='%23F2AE14'/%3e%3c/svg%3e", jl = [
6552
6556
  {
6553
6557
  type: "visa",
6554
- imgSrc: qc
6558
+ imgSrc: Lc
6555
6559
  },
6556
6560
  {
6557
6561
  type: "mastercard",
6558
- imgSrc: _c
6562
+ imgSrc: qc
6559
6563
  },
6560
6564
  {
6561
6565
  type: "amex",
6562
- imgSrc: Dc
6566
+ imgSrc: Pc
6563
6567
  },
6564
6568
  {
6565
6569
  type: "discover",
6566
- imgSrc: Pc
6570
+ imgSrc: _c
6567
6571
  }
6568
6572
  ];
6569
- class tp {
6573
+ class rp {
6570
6574
  input;
6571
6575
  currentCardBrand = "unknown";
6572
6576
  options;
@@ -6600,11 +6604,11 @@ class tp {
6600
6604
  }
6601
6605
  updateCardIcons(e) {
6602
6606
  if (this.cardIconsContainer.innerHTML = "", e === "unknown")
6603
- Bl.forEach((t) => {
6607
+ jl.forEach((t) => {
6604
6608
  this.cardIconsContainer.appendChild(this.createCardIcon(t));
6605
6609
  });
6606
6610
  else {
6607
- const t = Bl.find((i) => i.type === e);
6611
+ const t = jl.find((i) => i.type === e);
6608
6612
  t && this.cardIconsContainer.appendChild(this.createCardIcon(t));
6609
6613
  }
6610
6614
  }
@@ -6618,7 +6622,7 @@ class tp {
6618
6622
  let n = e.target.value.replace(/\D/g, "");
6619
6623
  const a = It(n), s = a === "amex" ? 15 : 16;
6620
6624
  n = n.slice(0, s);
6621
- const o = Cc.cardNumber(n);
6625
+ const o = xc.cardNumber(n);
6622
6626
  this.input.setValue(o), this.currentCardBrand = a, this.updateCardIcons(this.currentCardBrand), this.options.onChange && this.options.onChange(o, this.currentCardBrand);
6623
6627
  };
6624
6628
  handleBlur = () => {
@@ -6650,13 +6654,13 @@ class tp {
6650
6654
  this.input.focus();
6651
6655
  }
6652
6656
  }
6653
- const jl = {
6654
- visa: qc,
6655
- mastercard: _c,
6656
- amex: Dc,
6657
- discover: Pc
6657
+ const zl = {
6658
+ visa: Lc,
6659
+ mastercard: qc,
6660
+ amex: Pc,
6661
+ discover: _c
6658
6662
  };
6659
- class gp extends B {
6663
+ class yp extends B {
6660
6664
  cardNumberElement = null;
6661
6665
  cardExpiry = null;
6662
6666
  cardCvvElement = null;
@@ -6823,10 +6827,10 @@ class gp extends B {
6823
6827
  updateVgsCardIcons(e) {
6824
6828
  if (this.vgsCardIconsContainer)
6825
6829
  if (this.vgsCardIconsContainer.innerHTML = "", e === "unknown")
6826
- for (const [t, i] of Object.entries(jl))
6830
+ for (const [t, i] of Object.entries(zl))
6827
6831
  this.vgsCardIconsContainer.appendChild(this.createCardIcon(t, i));
6828
6832
  else {
6829
- const t = jl[e];
6833
+ const t = zl[e];
6830
6834
  t && this.vgsCardIconsContainer.appendChild(
6831
6835
  this.createCardIcon(e, t)
6832
6836
  );
@@ -6930,7 +6934,7 @@ class gp extends B {
6930
6934
  }
6931
6935
  buildNativeLayout(e, t, i, n, a, s, o, l, c) {
6932
6936
  const d = document.createElement("div");
6933
- d.className = "card-grid", this.cardNumberElement = new tp({
6937
+ d.className = "card-grid", this.cardNumberElement = new rp({
6934
6938
  checkoutProfile: e,
6935
6939
  translationFunc: l,
6936
6940
  onChange: (h, v) => {
@@ -6985,7 +6989,7 @@ class gp extends B {
6985
6989
  a(R), f.setSelectionRange(y, y);
6986
6990
  }), this.cardExpiry.addEventListener("blur", (h) => {
6987
6991
  s(h);
6988
- }), this.cardCvvElement = new ep({
6992
+ }), this.cardCvvElement = new tp({
6989
6993
  checkoutProfile: e,
6990
6994
  cardBrand: this.currentCardBrand,
6991
6995
  onChange: (h) => {
@@ -7080,7 +7084,7 @@ class gp extends B {
7080
7084
  return { value: s, cursor: s.length };
7081
7085
  }
7082
7086
  }
7083
- class yp {
7087
+ class bp {
7084
7088
  input;
7085
7089
  constructor(e) {
7086
7090
  const {
@@ -7144,7 +7148,7 @@ class yp {
7144
7148
  this.input.focus();
7145
7149
  }
7146
7150
  }
7147
- const rp = async ({
7151
+ const ip = async ({
7148
7152
  id: r,
7149
7153
  domainName: e,
7150
7154
  displayName: t,
@@ -7169,7 +7173,7 @@ const rp = async ({
7169
7173
  throw new Error(`HTTP error! Status: ${s.status}`);
7170
7174
  return await s.json();
7171
7175
  };
7172
- class bp extends B {
7176
+ class Ep extends B {
7173
7177
  formData;
7174
7178
  onSubmit;
7175
7179
  isSubmitting = !1;
@@ -7235,7 +7239,7 @@ class bp extends B {
7235
7239
  const a = new window.ApplePaySession(3, n);
7236
7240
  a.onvalidatemerchant = async () => {
7237
7241
  try {
7238
- const s = await rp({
7242
+ const s = await ip({
7239
7243
  id: this.paymentId,
7240
7244
  domainName: window.location.hostname,
7241
7245
  displayName: this.displayName,
@@ -7294,8 +7298,8 @@ class bp extends B {
7294
7298
  return this.isSubmitting = e, this.getElement().style.opacity = e ? "0.7" : "1", this.getElement().style.pointerEvents = e ? "none" : "auto", this;
7295
7299
  }
7296
7300
  }
7297
- const ip = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='101px'%20height='32'%20viewBox='0%200%20101%2032'%20preserveAspectRatio='xMinYMin%20meet'%3e%3cpath%20fill='%23003087'%20d='M%2012.237%202.8%20L%204.437%202.8%20C%203.937%202.8%203.437%203.2%203.337%203.7%20L%200.237%2023.7%20C%200.137%2024.1%200.437%2024.4%200.837%2024.4%20L%204.537%2024.4%20C%205.037%2024.4%205.537%2024%205.637%2023.5%20L%206.437%2018.1%20C%206.537%2017.6%206.937%2017.2%207.537%2017.2%20L%2010.037%2017.2%20C%2015.137%2017.2%2018.137%2014.7%2018.937%209.8%20C%2019.237%207.7%2018.937%206%2017.937%204.8%20C%2016.837%203.5%2014.837%202.8%2012.237%202.8%20Z%20M%2013.137%2010.1%20C%2012.737%2012.9%2010.537%2012.9%208.537%2012.9%20L%207.337%2012.9%20L%208.137%207.7%20C%208.137%207.4%208.437%207.2%208.737%207.2%20L%209.237%207.2%20C%2010.637%207.2%2011.937%207.2%2012.637%208%20C%2013.137%208.4%2013.337%209.1%2013.137%2010.1%20Z'/%3e%3cpath%20fill='%23003087'%20d='M%2035.437%2010%20L%2031.737%2010%20C%2031.437%2010%2031.137%2010.2%2031.137%2010.5%20L%2030.937%2011.5%20L%2030.637%2011.1%20C%2029.837%209.9%2028.037%209.5%2026.237%209.5%20C%2022.137%209.5%2018.637%2012.6%2017.937%2017%20C%2017.537%2019.2%2018.037%2021.3%2019.337%2022.7%20C%2020.437%2024%2022.137%2024.6%2024.037%2024.6%20C%2027.337%2024.6%2029.237%2022.5%2029.237%2022.5%20L%2029.037%2023.5%20C%2028.937%2023.9%2029.237%2024.3%2029.637%2024.3%20L%2033.037%2024.3%20C%2033.537%2024.3%2034.037%2023.9%2034.137%2023.4%20L%2036.137%2010.6%20C%2036.237%2010.4%2035.837%2010%2035.437%2010%20Z%20M%2030.337%2017.2%20C%2029.937%2019.3%2028.337%2020.8%2026.137%2020.8%20C%2025.037%2020.8%2024.237%2020.5%2023.637%2019.8%20C%2023.037%2019.1%2022.837%2018.2%2023.037%2017.2%20C%2023.337%2015.1%2025.137%2013.6%2027.237%2013.6%20C%2028.337%2013.6%2029.137%2014%2029.737%2014.6%20C%2030.237%2015.3%2030.437%2016.2%2030.337%2017.2%20Z'/%3e%3cpath%20fill='%23003087'%20d='M%2055.337%2010%20L%2051.637%2010%20C%2051.237%2010%2050.937%2010.2%2050.737%2010.5%20L%2045.537%2018.1%20L%2043.337%2010.8%20C%2043.237%2010.3%2042.737%2010%2042.337%2010%20L%2038.637%2010%20C%2038.237%2010%2037.837%2010.4%2038.037%2010.9%20L%2042.137%2023%20L%2038.237%2028.4%20C%2037.937%2028.8%2038.237%2029.4%2038.737%2029.4%20L%2042.437%2029.4%20C%2042.837%2029.4%2043.137%2029.2%2043.337%2028.9%20L%2055.837%2010.9%20C%2056.137%2010.6%2055.837%2010%2055.337%2010%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2067.737%202.8%20L%2059.937%202.8%20C%2059.437%202.8%2058.937%203.2%2058.837%203.7%20L%2055.737%2023.6%20C%2055.637%2024%2055.937%2024.3%2056.337%2024.3%20L%2060.337%2024.3%20C%2060.737%2024.3%2061.037%2024%2061.037%2023.7%20L%2061.937%2018%20C%2062.037%2017.5%2062.437%2017.1%2063.037%2017.1%20L%2065.537%2017.1%20C%2070.637%2017.1%2073.637%2014.6%2074.437%209.7%20C%2074.737%207.6%2074.437%205.9%2073.437%204.7%20C%2072.237%203.5%2070.337%202.8%2067.737%202.8%20Z%20M%2068.637%2010.1%20C%2068.237%2012.9%2066.037%2012.9%2064.037%2012.9%20L%2062.837%2012.9%20L%2063.637%207.7%20C%2063.637%207.4%2063.937%207.2%2064.237%207.2%20L%2064.737%207.2%20C%2066.137%207.2%2067.437%207.2%2068.137%208%20C%2068.637%208.4%2068.737%209.1%2068.637%2010.1%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2090.937%2010%20L%2087.237%2010%20C%2086.937%2010%2086.637%2010.2%2086.637%2010.5%20L%2086.437%2011.5%20L%2086.137%2011.1%20C%2085.337%209.9%2083.537%209.5%2081.737%209.5%20C%2077.637%209.5%2074.137%2012.6%2073.437%2017%20C%2073.037%2019.2%2073.537%2021.3%2074.837%2022.7%20C%2075.937%2024%2077.637%2024.6%2079.537%2024.6%20C%2082.837%2024.6%2084.737%2022.5%2084.737%2022.5%20L%2084.537%2023.5%20C%2084.437%2023.9%2084.737%2024.3%2085.137%2024.3%20L%2088.537%2024.3%20C%2089.037%2024.3%2089.537%2023.9%2089.637%2023.4%20L%2091.637%2010.6%20C%2091.637%2010.4%2091.337%2010%2090.937%2010%20Z%20M%2085.737%2017.2%20C%2085.337%2019.3%2083.737%2020.8%2081.537%2020.8%20C%2080.437%2020.8%2079.637%2020.5%2079.037%2019.8%20C%2078.437%2019.1%2078.237%2018.2%2078.437%2017.2%20C%2078.737%2015.1%2080.537%2013.6%2082.637%2013.6%20C%2083.737%2013.6%2084.537%2014%2085.137%2014.6%20C%2085.737%2015.3%2085.937%2016.2%2085.737%2017.2%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2095.337%203.3%20L%2092.137%2023.6%20C%2092.037%2024%2092.337%2024.3%2092.737%2024.3%20L%2095.937%2024.3%20C%2096.437%2024.3%2096.937%2023.9%2097.037%2023.4%20L%20100.237%203.5%20C%20100.337%203.1%20100.037%202.8%2099.637%202.8%20L%2096.037%202.8%20C%2095.637%202.8%2095.437%203%2095.337%203.3%20Z'/%3e%3c/svg%3e";
7298
- class Ep extends B {
7301
+ const np = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='101px'%20height='32'%20viewBox='0%200%20101%2032'%20preserveAspectRatio='xMinYMin%20meet'%3e%3cpath%20fill='%23003087'%20d='M%2012.237%202.8%20L%204.437%202.8%20C%203.937%202.8%203.437%203.2%203.337%203.7%20L%200.237%2023.7%20C%200.137%2024.1%200.437%2024.4%200.837%2024.4%20L%204.537%2024.4%20C%205.037%2024.4%205.537%2024%205.637%2023.5%20L%206.437%2018.1%20C%206.537%2017.6%206.937%2017.2%207.537%2017.2%20L%2010.037%2017.2%20C%2015.137%2017.2%2018.137%2014.7%2018.937%209.8%20C%2019.237%207.7%2018.937%206%2017.937%204.8%20C%2016.837%203.5%2014.837%202.8%2012.237%202.8%20Z%20M%2013.137%2010.1%20C%2012.737%2012.9%2010.537%2012.9%208.537%2012.9%20L%207.337%2012.9%20L%208.137%207.7%20C%208.137%207.4%208.437%207.2%208.737%207.2%20L%209.237%207.2%20C%2010.637%207.2%2011.937%207.2%2012.637%208%20C%2013.137%208.4%2013.337%209.1%2013.137%2010.1%20Z'/%3e%3cpath%20fill='%23003087'%20d='M%2035.437%2010%20L%2031.737%2010%20C%2031.437%2010%2031.137%2010.2%2031.137%2010.5%20L%2030.937%2011.5%20L%2030.637%2011.1%20C%2029.837%209.9%2028.037%209.5%2026.237%209.5%20C%2022.137%209.5%2018.637%2012.6%2017.937%2017%20C%2017.537%2019.2%2018.037%2021.3%2019.337%2022.7%20C%2020.437%2024%2022.137%2024.6%2024.037%2024.6%20C%2027.337%2024.6%2029.237%2022.5%2029.237%2022.5%20L%2029.037%2023.5%20C%2028.937%2023.9%2029.237%2024.3%2029.637%2024.3%20L%2033.037%2024.3%20C%2033.537%2024.3%2034.037%2023.9%2034.137%2023.4%20L%2036.137%2010.6%20C%2036.237%2010.4%2035.837%2010%2035.437%2010%20Z%20M%2030.337%2017.2%20C%2029.937%2019.3%2028.337%2020.8%2026.137%2020.8%20C%2025.037%2020.8%2024.237%2020.5%2023.637%2019.8%20C%2023.037%2019.1%2022.837%2018.2%2023.037%2017.2%20C%2023.337%2015.1%2025.137%2013.6%2027.237%2013.6%20C%2028.337%2013.6%2029.137%2014%2029.737%2014.6%20C%2030.237%2015.3%2030.437%2016.2%2030.337%2017.2%20Z'/%3e%3cpath%20fill='%23003087'%20d='M%2055.337%2010%20L%2051.637%2010%20C%2051.237%2010%2050.937%2010.2%2050.737%2010.5%20L%2045.537%2018.1%20L%2043.337%2010.8%20C%2043.237%2010.3%2042.737%2010%2042.337%2010%20L%2038.637%2010%20C%2038.237%2010%2037.837%2010.4%2038.037%2010.9%20L%2042.137%2023%20L%2038.237%2028.4%20C%2037.937%2028.8%2038.237%2029.4%2038.737%2029.4%20L%2042.437%2029.4%20C%2042.837%2029.4%2043.137%2029.2%2043.337%2028.9%20L%2055.837%2010.9%20C%2056.137%2010.6%2055.837%2010%2055.337%2010%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2067.737%202.8%20L%2059.937%202.8%20C%2059.437%202.8%2058.937%203.2%2058.837%203.7%20L%2055.737%2023.6%20C%2055.637%2024%2055.937%2024.3%2056.337%2024.3%20L%2060.337%2024.3%20C%2060.737%2024.3%2061.037%2024%2061.037%2023.7%20L%2061.937%2018%20C%2062.037%2017.5%2062.437%2017.1%2063.037%2017.1%20L%2065.537%2017.1%20C%2070.637%2017.1%2073.637%2014.6%2074.437%209.7%20C%2074.737%207.6%2074.437%205.9%2073.437%204.7%20C%2072.237%203.5%2070.337%202.8%2067.737%202.8%20Z%20M%2068.637%2010.1%20C%2068.237%2012.9%2066.037%2012.9%2064.037%2012.9%20L%2062.837%2012.9%20L%2063.637%207.7%20C%2063.637%207.4%2063.937%207.2%2064.237%207.2%20L%2064.737%207.2%20C%2066.137%207.2%2067.437%207.2%2068.137%208%20C%2068.637%208.4%2068.737%209.1%2068.637%2010.1%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2090.937%2010%20L%2087.237%2010%20C%2086.937%2010%2086.637%2010.2%2086.637%2010.5%20L%2086.437%2011.5%20L%2086.137%2011.1%20C%2085.337%209.9%2083.537%209.5%2081.737%209.5%20C%2077.637%209.5%2074.137%2012.6%2073.437%2017%20C%2073.037%2019.2%2073.537%2021.3%2074.837%2022.7%20C%2075.937%2024%2077.637%2024.6%2079.537%2024.6%20C%2082.837%2024.6%2084.737%2022.5%2084.737%2022.5%20L%2084.537%2023.5%20C%2084.437%2023.9%2084.737%2024.3%2085.137%2024.3%20L%2088.537%2024.3%20C%2089.037%2024.3%2089.537%2023.9%2089.637%2023.4%20L%2091.637%2010.6%20C%2091.637%2010.4%2091.337%2010%2090.937%2010%20Z%20M%2085.737%2017.2%20C%2085.337%2019.3%2083.737%2020.8%2081.537%2020.8%20C%2080.437%2020.8%2079.637%2020.5%2079.037%2019.8%20C%2078.437%2019.1%2078.237%2018.2%2078.437%2017.2%20C%2078.737%2015.1%2080.537%2013.6%2082.637%2013.6%20C%2083.737%2013.6%2084.537%2014%2085.137%2014.6%20C%2085.737%2015.3%2085.937%2016.2%2085.737%2017.2%20Z'/%3e%3cpath%20fill='%23009cde'%20d='M%2095.337%203.3%20L%2092.137%2023.6%20C%2092.037%2024%2092.337%2024.3%2092.737%2024.3%20L%2095.937%2024.3%20C%2096.437%2024.3%2096.937%2023.9%2097.037%2023.4%20L%20100.237%203.5%20C%20100.337%203.1%20100.037%202.8%2099.637%202.8%20L%2096.037%202.8%20C%2095.637%202.8%2095.437%203%2095.337%203.3%20Z'/%3e%3c/svg%3e";
7302
+ class Sp extends B {
7299
7303
  formData;
7300
7304
  onSubmit;
7301
7305
  isSubmitting = !1;
@@ -7306,7 +7310,7 @@ class Ep extends B {
7306
7310
  const n = document.createElement("div");
7307
7311
  n.className = "paypal-icon-container";
7308
7312
  const a = document.createElement("img");
7309
- a.src = ip, a.style.width = "69px", a.style.height = "22px", a.style.maxWidth = "100%", a.style.display = "block", a.style.height = "auto", n.appendChild(a), this.getElement().appendChild(n), i && this.getElement().addEventListener("click", () => this.handleSubmit());
7313
+ a.src = np, a.style.width = "69px", a.style.height = "22px", a.style.maxWidth = "100%", a.style.display = "block", a.style.height = "auto", n.appendChild(a), this.getElement().appendChild(n), i && this.getElement().addEventListener("click", () => this.handleSubmit());
7310
7314
  }
7311
7315
  async handleSubmit() {
7312
7316
  if (!(!this.onSubmit || this.isSubmitting)) {
@@ -7327,7 +7331,7 @@ class Ep extends B {
7327
7331
  return this.isSubmitting = e, this.getElement().style.opacity = e ? "0.7" : "1", this;
7328
7332
  }
7329
7333
  }
7330
- class Sp extends B {
7334
+ class Rp extends B {
7331
7335
  messageComponent;
7332
7336
  constructor(e) {
7333
7337
  super("div", []);
@@ -7371,51 +7375,51 @@ class Sp extends B {
7371
7375
  }
7372
7376
  }
7373
7377
  export {
7374
- Sp as A,
7375
- ap as B,
7376
- gp as C,
7377
- y0 as D,
7378
- yp as E,
7379
- fp as F,
7380
- lp as G,
7378
+ Rp as A,
7379
+ sp as B,
7380
+ yp as C,
7381
+ b0 as D,
7382
+ bp as E,
7383
+ vp as F,
7384
+ cp as G,
7381
7385
  ve as H,
7382
7386
  Bt as I,
7383
- Wu as J,
7384
- H0 as K,
7385
- sv as L,
7386
- sp as M,
7387
+ Ju as J,
7388
+ U0 as K,
7389
+ ov as L,
7390
+ op as M,
7387
7391
  de as N,
7388
- op as O,
7389
- Ep as P,
7392
+ lp as O,
7393
+ Sp as P,
7390
7394
  Ie as Q,
7391
- qv as R,
7395
+ Lv as R,
7392
7396
  Ye as S,
7393
- Vv as T,
7397
+ kv as T,
7394
7398
  je as V,
7395
- bp as a,
7396
- cp as b,
7399
+ Ep as a,
7400
+ up as b,
7397
7401
  ue as c,
7398
7402
  we as d,
7399
7403
  B as e,
7400
7404
  Je as f,
7401
7405
  Xe as g,
7402
- Oc as h,
7406
+ Dc as h,
7403
7407
  X as i,
7404
- dp as j,
7405
- Lh as k,
7408
+ hp as j,
7409
+ Mh as k,
7406
7410
  Ue as l,
7407
- Nc as m,
7408
- up as n,
7409
- mf as o,
7411
+ Ac as m,
7412
+ dp as n,
7413
+ gf as o,
7410
7414
  It as p,
7411
- Of as q,
7412
- Gf as r,
7413
- hp as s,
7414
- Cc as t,
7415
- n0 as u,
7416
- np as v,
7417
- vp as w,
7418
- pp as x,
7419
- Zv as y,
7420
- mp as z
7415
+ Df as q,
7416
+ Kf as r,
7417
+ fp as s,
7418
+ xc as t,
7419
+ a0 as u,
7420
+ ap as v,
7421
+ pp as w,
7422
+ mp as x,
7423
+ Wv as y,
7424
+ gp as z
7421
7425
  };