sass-template-common 0.2.70 → 0.2.71

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.
@@ -54,7 +54,7 @@ let ta = {
54
54
  SHOW_NEWS_MORE_NEWS: !0,
55
55
  SHOW_NEWS_RELATED_NEWS: !0
56
56
  };
57
- function w9(e = {}) {
57
+ function y9(e = {}) {
58
58
  ta = { ...ta, ...e };
59
59
  }
60
60
  function Y() {
@@ -157,7 +157,7 @@ function Ms() {
157
157
  (function(n, s) {
158
158
  e.exports = s();
159
159
  })($r, (function() {
160
- var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", h = "quarter", p = "year", g = "date", A = "Invalid Date", y = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, N = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
160
+ var n = 1e3, s = 6e4, r = 36e5, o = "millisecond", i = "second", c = "minute", d = "hour", l = "day", u = "week", m = "month", h = "quarter", p = "year", g = "date", A = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, N = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(M) {
161
161
  var U = ["th", "st", "nd", "rd"], x = M % 100;
162
162
  return "[" + M + (U[(x - 20) % 10] || U[x] || U[0]) + "]";
163
163
  } }, _ = function(M, U, x) {
@@ -168,8 +168,8 @@ function Ms() {
168
168
  return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(I, 2, "0");
169
169
  }, m: function M(U, x) {
170
170
  if (U.date() < x.date()) return -M(x, U);
171
- var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), I = U.clone().add(D, m), z = x - I < 0, w = U.clone().add(D + (z ? -1 : 1), m);
172
- return +(-(D + (x - I) / (z ? I - w : w - I)) || 0);
171
+ var D = 12 * (x.year() - U.year()) + (x.month() - U.month()), I = U.clone().add(D, m), z = x - I < 0, y = U.clone().add(D + (z ? -1 : 1), m);
172
+ return +(-(D + (x - I) / (z ? I - y : y - I)) || 0);
173
173
  }, a: function(M) {
174
174
  return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
175
175
  }, p: function(M) {
@@ -186,8 +186,8 @@ function Ms() {
186
186
  if (typeof U == "string") {
187
187
  var z = U.toLowerCase();
188
188
  T[z] && (I = z), x && (T[z] = x, I = z);
189
- var w = U.split("-");
190
- if (!I && w.length > 1) return M(w[0]);
189
+ var y = U.split("-");
190
+ if (!I && y.length > 1) return M(y[0]);
191
191
  } else {
192
192
  var S = U.name;
193
193
  T[S] = U, I = S;
@@ -213,10 +213,10 @@ function Ms() {
213
213
  if (P.u(I)) return /* @__PURE__ */ new Date();
214
214
  if (I instanceof Date) return new Date(I);
215
215
  if (typeof I == "string" && !/Z$/i.test(I)) {
216
- var w = I.match(y);
217
- if (w) {
218
- var S = w[2] - 1 || 0, R = (w[7] || "0").substring(0, 3);
219
- return z ? new Date(Date.UTC(w[1], S, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, R)) : new Date(w[1], S, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, R);
216
+ var y = I.match(w);
217
+ if (y) {
218
+ var S = y[2] - 1 || 0, R = (y[7] || "0").substring(0, 3);
219
+ return z ? new Date(Date.UTC(y[1], S, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, R)) : new Date(y[1], S, y[3] || 1, y[4] || 0, y[5] || 0, y[6] || 0, R);
220
220
  }
221
221
  }
222
222
  return new Date(I);
@@ -242,13 +242,13 @@ function Ms() {
242
242
  }, U.valueOf = function() {
243
243
  return this.$d.getTime();
244
244
  }, U.startOf = function(x, D) {
245
- var I = this, z = !!P.u(D) || D, w = P.p(x), S = function(X, $) {
245
+ var I = this, z = !!P.u(D) || D, y = P.p(x), S = function(X, $) {
246
246
  var ie = P.w(I.$u ? Date.UTC(I.$y, $, X) : new Date(I.$y, $, X), I);
247
247
  return z ? ie : ie.endOf(l);
248
248
  }, R = function(X, $) {
249
249
  return P.w(I.toDate()[X].apply(I.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), I);
250
250
  }, j = this.$W, B = this.$M, H = this.$D, V = "set" + (this.$u ? "UTC" : "");
251
- switch (w) {
251
+ switch (y) {
252
252
  case p:
253
253
  return z ? S(1, 0) : S(31, 11);
254
254
  case m:
@@ -271,7 +271,7 @@ function Ms() {
271
271
  }, U.endOf = function(x) {
272
272
  return this.startOf(x, !1);
273
273
  }, U.$set = function(x, D) {
274
- var I, z = P.p(x), w = "set" + (this.$u ? "UTC" : ""), S = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[m] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[o] = w + "Milliseconds", I)[z], R = z === l ? this.$D + (D - this.$W) : D;
274
+ var I, z = P.p(x), y = "set" + (this.$u ? "UTC" : ""), S = (I = {}, I[l] = y + "Date", I[g] = y + "Date", I[m] = y + "Month", I[p] = y + "FullYear", I[d] = y + "Hours", I[c] = y + "Minutes", I[i] = y + "Seconds", I[o] = y + "Milliseconds", I)[z], R = z === l ? this.$D + (D - this.$W) : D;
275
275
  if (z === m || z === p) {
276
276
  var j = this.clone().set(g, 1);
277
277
  j.$d[S](R), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
@@ -284,28 +284,28 @@ function Ms() {
284
284
  }, U.add = function(x, D) {
285
285
  var I, z = this;
286
286
  x = Number(x);
287
- var w = P.p(D), S = function(B) {
287
+ var y = P.p(D), S = function(B) {
288
288
  var H = G(z);
289
289
  return P.w(H.date(H.date() + Math.round(B * x)), z);
290
290
  };
291
- if (w === m) return this.set(m, this.$M + x);
292
- if (w === p) return this.set(p, this.$y + x);
293
- if (w === l) return S(1);
294
- if (w === u) return S(7);
295
- var R = (I = {}, I[c] = s, I[d] = r, I[i] = n, I)[w] || 1, j = this.$d.getTime() + x * R;
291
+ if (y === m) return this.set(m, this.$M + x);
292
+ if (y === p) return this.set(p, this.$y + x);
293
+ if (y === l) return S(1);
294
+ if (y === u) return S(7);
295
+ var R = (I = {}, I[c] = s, I[d] = r, I[i] = n, I)[y] || 1, j = this.$d.getTime() + x * R;
296
296
  return P.w(j, this);
297
297
  }, U.subtract = function(x, D) {
298
298
  return this.add(-1 * x, D);
299
299
  }, U.format = function(x) {
300
300
  var D = this, I = this.$locale();
301
301
  if (!this.isValid()) return I.invalidDate || A;
302
- var z = x || "YYYY-MM-DDTHH:mm:ssZ", w = P.z(this), S = this.$H, R = this.$m, j = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function($, ie, L, ye) {
303
- return $ && ($[ie] || $(D, z)) || L[ie].slice(0, ye);
302
+ var z = x || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), S = this.$H, R = this.$m, j = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function($, ie, L, we) {
303
+ return $ && ($[ie] || $(D, z)) || L[ie].slice(0, we);
304
304
  }, Z = function($) {
305
305
  return P.s(S % 12 || 12, $, "0");
306
306
  }, X = V || function($, ie, L) {
307
- var ye = $ < 12 ? "AM" : "PM";
308
- return L ? ye.toLowerCase() : ye;
307
+ var we = $ < 12 ? "AM" : "PM";
308
+ return L ? we.toLowerCase() : we;
309
309
  };
310
310
  return z.replace(v, (function($, ie) {
311
311
  return ie || (function(L) {
@@ -357,16 +357,16 @@ function Ms() {
357
357
  case "SSS":
358
358
  return P.s(D.$ms, 3, "0");
359
359
  case "Z":
360
- return w;
360
+ return y;
361
361
  }
362
362
  return null;
363
- })($) || w.replace(":", "");
363
+ })($) || y.replace(":", "");
364
364
  }));
365
365
  }, U.utcOffset = function() {
366
366
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
367
367
  }, U.diff = function(x, D, I) {
368
- var z, w = this, S = P.p(D), R = G(x), j = (R.utcOffset() - this.utcOffset()) * s, B = this - R, H = function() {
369
- return P.m(w, R);
368
+ var z, y = this, S = P.p(D), R = G(x), j = (R.utcOffset() - this.utcOffset()) * s, B = this - R, H = function() {
369
+ return P.m(y, R);
370
370
  };
371
371
  switch (S) {
372
372
  case p:
@@ -444,19 +444,19 @@ function Kr() {
444
444
  return o.fromToBase(l, u, m, h);
445
445
  }
446
446
  r.en.relativeTime = i, o.fromToBase = function(l, u, m, h, p) {
447
- for (var g, A, y, v = m.$locale().relativeTime || i, N = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], _ = N.length, E = 0; E < _; E += 1) {
447
+ for (var g, A, w, v = m.$locale().relativeTime || i, N = n.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], _ = N.length, E = 0; E < _; E += 1) {
448
448
  var b = N[E];
449
449
  b.d && (g = h ? r(l).diff(m, b.d, !0) : m.diff(l, b.d, !0));
450
450
  var T = (n.rounding || Math.round)(Math.abs(g));
451
- if (y = g > 0, T <= b.r || !b.r) {
451
+ if (w = g > 0, T <= b.r || !b.r) {
452
452
  T <= 1 && E > 0 && (b = N[E - 1]);
453
453
  var q = v[b.l];
454
- p && (T = p("" + T)), A = typeof q == "string" ? q.replace("%d", T) : q(T, u, b.l, y);
454
+ p && (T = p("" + T)), A = typeof q == "string" ? q.replace("%d", T) : q(T, u, b.l, w);
455
455
  break;
456
456
  }
457
457
  }
458
458
  if (u) return A;
459
- var Q = y ? v.future : v.past;
459
+ var Q = w ? v.future : v.past;
460
460
  return typeof Q == "function" ? Q(A) : Q.replace("%s", A);
461
461
  }, o.to = function(l, u) {
462
462
  return c(l, u, this, !0);
@@ -504,11 +504,11 @@ function no() {
504
504
  return function(o, i, c) {
505
505
  var d = i.prototype;
506
506
  c.utc = function(A) {
507
- var y = { date: A, utc: !0, args: arguments };
508
- return new i(y);
507
+ var w = { date: A, utc: !0, args: arguments };
508
+ return new i(w);
509
509
  }, d.utc = function(A) {
510
- var y = c(this.toDate(), { locale: this.$L, utc: !0 });
511
- return A ? y.add(this.utcOffset(), n) : y;
510
+ var w = c(this.toDate(), { locale: this.$L, utc: !0 });
511
+ return A ? w.add(this.utcOffset(), n) : w;
512
512
  }, d.local = function() {
513
513
  return c(this.toDate(), { locale: this.$L, utc: !1 });
514
514
  };
@@ -524,7 +524,7 @@ function no() {
524
524
  } else u.call(this);
525
525
  };
526
526
  var m = d.utcOffset;
527
- d.utcOffset = function(A, y) {
527
+ d.utcOffset = function(A, w) {
528
528
  var v = this.$utils().u;
529
529
  if (v(A)) return this.$u ? 0 : v(this.$offset) ? m.call(this) : this.$offset;
530
530
  if (typeof A == "string" && (A = (function(b) {
@@ -535,16 +535,16 @@ function no() {
535
535
  return ee === 0 ? 0 : Q === "+" ? ee : -ee;
536
536
  })(A), A === null)) return this;
537
537
  var N = Math.abs(A) <= 16 ? 60 * A : A;
538
- if (N === 0) return this.utc(y);
538
+ if (N === 0) return this.utc(w);
539
539
  var _ = this.clone();
540
- if (y) return _.$offset = N, _.$u = !1, _;
540
+ if (w) return _.$offset = N, _.$u = !1, _;
541
541
  var E = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
542
542
  return (_ = this.local().add(N + E, n)).$offset = N, _.$x.$localOffset = E, _;
543
543
  };
544
544
  var h = d.format;
545
545
  d.format = function(A) {
546
- var y = A || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
547
- return h.call(this, y);
546
+ var w = A || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
547
+ return h.call(this, w);
548
548
  }, d.valueOf = function() {
549
549
  var A = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
550
550
  return this.$d.valueOf() - 6e4 * A;
@@ -560,10 +560,10 @@ function no() {
560
560
  return A === "s" && this.$offset ? c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : p.call(this);
561
561
  };
562
562
  var g = d.diff;
563
- d.diff = function(A, y, v) {
564
- if (A && this.$u === A.$u) return g.call(this, A, y, v);
563
+ d.diff = function(A, w, v) {
564
+ if (A && this.$u === A.$u) return g.call(this, A, w, v);
565
565
  var N = this.local(), _ = c(A).local();
566
- return g.call(N, _, y, v);
566
+ return g.call(N, _, w, v);
567
567
  };
568
568
  };
569
569
  }));
@@ -581,15 +581,15 @@ function oo() {
581
581
  return function(r, o, i) {
582
582
  var c, d = function(h, p, g) {
583
583
  g === void 0 && (g = {});
584
- var A = new Date(h), y = (function(v, N) {
584
+ var A = new Date(h), w = (function(v, N) {
585
585
  N === void 0 && (N = {});
586
586
  var _ = N.timeZoneName || "short", E = v + "|" + _, b = s[E];
587
587
  return b || (b = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: v, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: _ }), s[E] = b), b;
588
588
  })(p, g);
589
- return y.formatToParts(A);
589
+ return w.formatToParts(A);
590
590
  }, l = function(h, p) {
591
- for (var g = d(h, p), A = [], y = 0; y < g.length; y += 1) {
592
- var v = g[y], N = v.type, _ = v.value, E = n[N];
591
+ for (var g = d(h, p), A = [], w = 0; w < g.length; w += 1) {
592
+ var v = g[w], N = v.type, _ = v.value, E = n[N];
593
593
  E >= 0 && (A[E] = parseInt(_, 10));
594
594
  }
595
595
  var b = A[3], T = b === 24 ? 0 : b, q = A[0] + "-" + A[1] + "-" + A[2] + " " + T + ":" + A[4] + ":" + A[5] + ":000", Q = +h;
@@ -597,7 +597,7 @@ function oo() {
597
597
  }, u = o.prototype;
598
598
  u.tz = function(h, p) {
599
599
  h === void 0 && (h = c);
600
- var g, A = this.utcOffset(), y = this.toDate(), v = y.toLocaleString("en-US", { timeZone: h }), N = Math.round((y - new Date(v)) / 1e3 / 60), _ = 15 * -Math.round(y.getTimezoneOffset() / 15) - N;
600
+ var g, A = this.utcOffset(), w = this.toDate(), v = w.toLocaleString("en-US", { timeZone: h }), N = Math.round((w - new Date(v)) / 1e3 / 60), _ = 15 * -Math.round(w.getTimezoneOffset() / 15) - N;
601
601
  if (!Number(_)) g = this.utcOffset(0, p);
602
602
  else if (g = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(_, !0), p) {
603
603
  var E = g.utcOffset();
@@ -616,15 +616,15 @@ function oo() {
616
616
  var g = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
617
617
  return m.call(g, h, p).tz(this.$x.$timezone, !0);
618
618
  }, i.tz = function(h, p, g) {
619
- var A = g && p, y = g || p || c, v = l(+i(), y);
620
- if (typeof h != "string") return i(h).tz(y);
619
+ var A = g && p, w = g || p || c, v = l(+i(), w);
620
+ if (typeof h != "string") return i(h).tz(w);
621
621
  var N = (function(T, q, Q) {
622
622
  var ee = T - 60 * q * 1e3, G = l(ee, Q);
623
623
  if (q === G) return [ee, q];
624
624
  var P = l(ee -= 60 * (G - q) * 1e3, Q);
625
625
  return G === P ? [ee, G] : [T - 60 * Math.min(G, P) * 1e3, Math.max(G, P)];
626
- })(i.utc(h, A).valueOf(), v, y), _ = N[0], E = N[1], b = i(_).utcOffset(E);
627
- return b.$x.$timezone = y, b;
626
+ })(i.utc(h, A).valueOf(), v, w), _ = N[0], E = N[1], b = i(_).utcOffset(E);
627
+ return b.$x.$timezone = w, b;
628
628
  }, i.tz.guess = function() {
629
629
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
630
630
  }, i.tz.setDefault = function(h) {
@@ -946,7 +946,7 @@ const C9 = async (e, t) => {
946
946
  i
947
947
  );
948
948
  }) });
949
- }, yo = (e) => {
949
+ }, wo = (e) => {
950
950
  const t = e.banners.find((r) => r.key === e.name);
951
951
  if (!t || !t.show) return null;
952
952
  const s = ga(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
@@ -987,7 +987,7 @@ function _9(e) {
987
987
  const t = e.length;
988
988
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
989
989
  }
990
- const wo = () => {
990
+ const yo = () => {
991
991
  const { PUBLIC_ASSETS_URL: e } = Y();
992
992
  return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
993
993
  }, { PUBLIC_ASSETS_URL: Rn } = Y(), vo = Rn && Rn !== "false" ? Rn : "", ja = ({ images: e }) => /* @__PURE__ */ a(J, { children: e.map(
@@ -1170,8 +1170,8 @@ const To = async ({
1170
1170
  }, u = e.split("/")[1], m = u == "liveblogs" || u == "liveblog" ? ["/news", "/news-breadcrumb", "/news-liveblog"] : ["/news", "/news-breadcrumb"], h = t.paths.tema !== "" ? "/" + t.paths.tema : t.paths.tema, p = r !== "false" && o !== "false" ? "/" + r + h : h;
1171
1171
  i = (await Promise.all(
1172
1172
  m.map(async (A) => {
1173
- const y = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
1174
- return await pa(y, A, s);
1173
+ const w = A === "/news-breadcrumb" ? { ...l, prefixtag: p } : l;
1174
+ return await pa(w, A, s);
1175
1175
  })
1176
1176
  )).map((A) => A?.data?.data ?? []);
1177
1177
  } catch (c) {
@@ -1692,7 +1692,7 @@ const gi = (e) => {
1692
1692
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
1693
1693
  typeof setImmediate == "function",
1694
1694
  _e(dt.postMessage)
1695
- ), yi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Zs, wi = (e) => e != null && _e(e[En]), C = {
1695
+ ), wi = typeof queueMicrotask < "u" ? queueMicrotask.bind(dt) : typeof process < "u" && process.nextTick || Zs, yi = (e) => e != null && _e(e[En]), C = {
1696
1696
  isArray: Nt,
1697
1697
  isArrayBuffer: $s,
1698
1698
  isBuffer: Qt,
@@ -1749,8 +1749,8 @@ const gi = (e) => {
1749
1749
  isAsyncFn: pi,
1750
1750
  isThenable: Ai,
1751
1751
  setImmediate: Zs,
1752
- asap: yi,
1753
- isIterable: wi
1752
+ asap: wi,
1753
+ isIterable: yi
1754
1754
  };
1755
1755
  function W(e, t, n, s, r) {
1756
1756
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), r && (this.response = r, this.status = r.status ? r.status : null);
@@ -1829,8 +1829,8 @@ function In(e, t, n) {
1829
1829
  metaTokens: !0,
1830
1830
  dots: !1,
1831
1831
  indexes: !1
1832
- }, !1, function(A, y) {
1833
- return !C.isUndefined(y[A]);
1832
+ }, !1, function(A, w) {
1833
+ return !C.isUndefined(w[A]);
1834
1834
  });
1835
1835
  const s = n.metaTokens, r = n.visitor || u, o = n.dots, i = n.indexes, d = (n.Blob || typeof Blob < "u" && Blob) && C.isSpecCompliantForm(t);
1836
1836
  if (!C.isFunction(r))
@@ -1845,9 +1845,9 @@ function In(e, t, n) {
1845
1845
  throw new W("Blob is not supported. Use a Buffer instead.");
1846
1846
  return C.isArrayBuffer(g) || C.isTypedArray(g) ? d && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
1847
1847
  }
1848
- function u(g, A, y) {
1848
+ function u(g, A, w) {
1849
1849
  let v = g;
1850
- if (g && !y && typeof g == "object") {
1850
+ if (g && !w && typeof g == "object") {
1851
1851
  if (C.endsWith(A, "{}"))
1852
1852
  A = s ? A : A.slice(0, -2), g = JSON.stringify(g);
1853
1853
  else if (C.isArray(g) && bi(g) || (C.isFileList(g) || C.endsWith(A, "[]")) && (v = C.toArray(g)))
@@ -1859,7 +1859,7 @@ function In(e, t, n) {
1859
1859
  );
1860
1860
  }), !1;
1861
1861
  }
1862
- return aa(g) ? !0 : (t.append(Ga(y, A, o), l(g)), !1);
1862
+ return aa(g) ? !0 : (t.append(Ga(w, A, o), l(g)), !1);
1863
1863
  }
1864
1864
  const m = [], h = Object.assign(Ci, {
1865
1865
  defaultVisitor: u,
@@ -1899,10 +1899,10 @@ function Ha(e) {
1899
1899
  return t[s];
1900
1900
  });
1901
1901
  }
1902
- function ya(e, t) {
1902
+ function wa(e, t) {
1903
1903
  this._pairs = [], e && In(e, this, t);
1904
1904
  }
1905
- const nr = ya.prototype;
1905
+ const nr = wa.prototype;
1906
1906
  nr.append = function(t, n) {
1907
1907
  this._pairs.push([t, n]);
1908
1908
  };
@@ -1926,7 +1926,7 @@ function ar(e, t, n) {
1926
1926
  });
1927
1927
  const r = n && n.serialize;
1928
1928
  let o;
1929
- if (r ? o = r(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new ya(t, n).toString(s), o) {
1929
+ if (r ? o = r(t, n) : o = C.isURLSearchParams(t) ? t.toString() : new wa(t, n).toString(s), o) {
1930
1930
  const i = e.indexOf("#");
1931
1931
  i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
1932
1932
  }
@@ -1990,7 +1990,7 @@ const sr = {
1990
1990
  silentJSONParsing: !0,
1991
1991
  forcedJSONParsing: !0,
1992
1992
  clarifyTimeoutError: !1
1993
- }, Ni = typeof URLSearchParams < "u" ? URLSearchParams : ya, Si = typeof FormData < "u" ? FormData : null, Ei = typeof Blob < "u" ? Blob : null, xi = {
1993
+ }, Ni = typeof URLSearchParams < "u" ? URLSearchParams : wa, Si = typeof FormData < "u" ? FormData : null, Ei = typeof Blob < "u" ? Blob : null, xi = {
1994
1994
  isBrowser: !0,
1995
1995
  classes: {
1996
1996
  URLSearchParams: Ni,
@@ -1998,10 +1998,10 @@ const sr = {
1998
1998
  Blob: Ei
1999
1999
  },
2000
2000
  protocols: ["http", "https", "file", "blob", "url", "data"]
2001
- }, wa = typeof window < "u" && typeof document < "u", sa = typeof navigator == "object" && navigator || void 0, Ti = wa && (!sa || ["ReactNative", "NativeScript", "NS"].indexOf(sa.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2002
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = wa && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2001
+ }, ya = typeof window < "u" && typeof document < "u", sa = typeof navigator == "object" && navigator || void 0, Ti = ya && (!sa || ["ReactNative", "NativeScript", "NS"].indexOf(sa.product) < 0), Ii = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2002
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ki = ya && window.location.href || "http://localhost", Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2003
2003
  __proto__: null,
2004
- hasBrowserEnv: wa,
2004
+ hasBrowserEnv: ya,
2005
2005
  hasStandardBrowserEnv: Ti,
2006
2006
  hasStandardBrowserWebWorkerEnv: Ii,
2007
2007
  navigator: sa,
@@ -2546,54 +2546,54 @@ const lr = (e) => {
2546
2546
  function A() {
2547
2547
  p && p(), g && g(), r.cancelToken && r.cancelToken.unsubscribe(u), r.signal && r.signal.removeEventListener("abort", u);
2548
2548
  }
2549
- let y = new XMLHttpRequest();
2550
- y.open(r.method.toUpperCase(), r.url, !0), y.timeout = r.timeout;
2549
+ let w = new XMLHttpRequest();
2550
+ w.open(r.method.toUpperCase(), r.url, !0), w.timeout = r.timeout;
2551
2551
  function v() {
2552
- if (!y)
2552
+ if (!w)
2553
2553
  return;
2554
2554
  const _ = Ne.from(
2555
- "getAllResponseHeaders" in y && y.getAllResponseHeaders()
2555
+ "getAllResponseHeaders" in w && w.getAllResponseHeaders()
2556
2556
  ), b = {
2557
- data: !c || c === "text" || c === "json" ? y.responseText : y.response,
2558
- status: y.status,
2559
- statusText: y.statusText,
2557
+ data: !c || c === "text" || c === "json" ? w.responseText : w.response,
2558
+ status: w.status,
2559
+ statusText: w.statusText,
2560
2560
  headers: _,
2561
2561
  config: e,
2562
- request: y
2562
+ request: w
2563
2563
  };
2564
2564
  ir(function(q) {
2565
2565
  n(q), A();
2566
2566
  }, function(q) {
2567
2567
  s(q), A();
2568
- }, b), y = null;
2569
- }
2570
- "onloadend" in y ? y.onloadend = v : y.onreadystatechange = function() {
2571
- !y || y.readyState !== 4 || y.status === 0 && !(y.responseURL && y.responseURL.indexOf("file:") === 0) || setTimeout(v);
2572
- }, y.onabort = function() {
2573
- y && (s(new W("Request aborted", W.ECONNABORTED, e, y)), y = null);
2574
- }, y.onerror = function(E) {
2575
- const b = E && E.message ? E.message : "Network Error", T = new W(b, W.ERR_NETWORK, e, y);
2576
- T.event = E || null, s(T), y = null;
2577
- }, y.ontimeout = function() {
2568
+ }, b), w = null;
2569
+ }
2570
+ "onloadend" in w ? w.onloadend = v : w.onreadystatechange = function() {
2571
+ !w || w.readyState !== 4 || w.status === 0 && !(w.responseURL && w.responseURL.indexOf("file:") === 0) || setTimeout(v);
2572
+ }, w.onabort = function() {
2573
+ w && (s(new W("Request aborted", W.ECONNABORTED, e, w)), w = null);
2574
+ }, w.onerror = function(E) {
2575
+ const b = E && E.message ? E.message : "Network Error", T = new W(b, W.ERR_NETWORK, e, w);
2576
+ T.event = E || null, s(T), w = null;
2577
+ }, w.ontimeout = function() {
2578
2578
  let E = r.timeout ? "timeout of " + r.timeout + "ms exceeded" : "timeout exceeded";
2579
2579
  const b = r.transitional || sr;
2580
2580
  r.timeoutErrorMessage && (E = r.timeoutErrorMessage), s(new W(
2581
2581
  E,
2582
2582
  b.clarifyTimeoutError ? W.ETIMEDOUT : W.ECONNABORTED,
2583
2583
  e,
2584
- y
2585
- )), y = null;
2586
- }, o === void 0 && i.setContentType(null), "setRequestHeader" in y && C.forEach(i.toJSON(), function(E, b) {
2587
- y.setRequestHeader(b, E);
2588
- }), C.isUndefined(r.withCredentials) || (y.withCredentials = !!r.withCredentials), c && c !== "json" && (y.responseType = r.responseType), l && ([h, g] = An(l, !0), y.addEventListener("progress", h)), d && y.upload && ([m, p] = An(d), y.upload.addEventListener("progress", m), y.upload.addEventListener("loadend", p)), (r.cancelToken || r.signal) && (u = (_) => {
2589
- y && (s(!_ || _.type ? new St(null, e, y) : _), y.abort(), y = null);
2584
+ w
2585
+ )), w = null;
2586
+ }, o === void 0 && i.setContentType(null), "setRequestHeader" in w && C.forEach(i.toJSON(), function(E, b) {
2587
+ w.setRequestHeader(b, E);
2588
+ }), C.isUndefined(r.withCredentials) || (w.withCredentials = !!r.withCredentials), c && c !== "json" && (w.responseType = r.responseType), l && ([h, g] = An(l, !0), w.addEventListener("progress", h)), d && w.upload && ([m, p] = An(d), w.upload.addEventListener("progress", m), w.upload.addEventListener("loadend", p)), (r.cancelToken || r.signal) && (u = (_) => {
2589
+ w && (s(!_ || _.type ? new St(null, e, w) : _), w.abort(), w = null);
2590
2590
  }, r.cancelToken && r.cancelToken.subscribe(u), r.signal && (r.signal.aborted ? u() : r.signal.addEventListener("abort", u)));
2591
2591
  const N = Gi(r.url);
2592
2592
  if (N && pe.protocols.indexOf(N) === -1) {
2593
2593
  s(new W("Unsupported protocol " + N + ":", W.ERR_BAD_REQUEST, e));
2594
2594
  return;
2595
2595
  }
2596
- y.send(o || null);
2596
+ w.send(o || null);
2597
2597
  });
2598
2598
  }, Ji = (e, t) => {
2599
2599
  const { length: n } = e = e ? e.filter(Boolean) : [];
@@ -2708,11 +2708,11 @@ const lr = (e) => {
2708
2708
  stream: u && ((g) => g.body)
2709
2709
  };
2710
2710
  r && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((g) => {
2711
- !m[g] && (m[g] = (A, y) => {
2711
+ !m[g] && (m[g] = (A, w) => {
2712
2712
  let v = A && A[g];
2713
2713
  if (v)
2714
2714
  return v.call(A);
2715
- throw new W(`Response type '${g}' is not supported`, W.ERR_NOT_SUPPORT, y);
2715
+ throw new W(`Response type '${g}' is not supported`, W.ERR_NOT_SUPPORT, w);
2716
2716
  });
2717
2717
  });
2718
2718
  const h = async (g) => {
@@ -2730,13 +2730,13 @@ const lr = (e) => {
2730
2730
  if (C.isURLSearchParams(g) && (g = g + ""), C.isString(g))
2731
2731
  return (await d(g)).byteLength;
2732
2732
  }, p = async (g, A) => {
2733
- const y = C.toFiniteNumber(g.getContentLength());
2734
- return y ?? h(A);
2733
+ const w = C.toFiniteNumber(g.getContentLength());
2734
+ return w ?? h(A);
2735
2735
  };
2736
2736
  return async (g) => {
2737
2737
  let {
2738
2738
  url: A,
2739
- method: y,
2739
+ method: w,
2740
2740
  data: v,
2741
2741
  signal: N,
2742
2742
  cancelToken: _,
@@ -2755,7 +2755,7 @@ const lr = (e) => {
2755
2755
  });
2756
2756
  let U;
2757
2757
  try {
2758
- if (T && l && y !== "get" && y !== "head" && (U = await p(Q, v)) !== 0) {
2758
+ if (T && l && w !== "get" && w !== "head" && (U = await p(Q, v)) !== 0) {
2759
2759
  let S = new n(A, {
2760
2760
  method: "POST",
2761
2761
  body: v,
@@ -2773,7 +2773,7 @@ const lr = (e) => {
2773
2773
  const x = o && "credentials" in n.prototype, D = {
2774
2774
  ...G,
2775
2775
  signal: te,
2776
- method: y.toUpperCase(),
2776
+ method: w.toUpperCase(),
2777
2777
  headers: Q.normalize().toJSON(),
2778
2778
  body: v,
2779
2779
  duplex: "half",
@@ -2799,10 +2799,10 @@ const lr = (e) => {
2799
2799
  );
2800
2800
  }
2801
2801
  q = q || "text";
2802
- let w = await m[C.findKey(m, q) || "text"](I, g);
2802
+ let y = await m[C.findKey(m, q) || "text"](I, g);
2803
2803
  return !z && M && M(), await new Promise((S, R) => {
2804
2804
  ir(S, R, {
2805
- data: w,
2805
+ data: y,
2806
2806
  headers: Ne.from(I.headers),
2807
2807
  status: I.status,
2808
2808
  statusText: I.statusText,
@@ -3040,8 +3040,8 @@ let ut = class {
3040
3040
  const g = c[m++], A = c[m++];
3041
3041
  try {
3042
3042
  p = g(p);
3043
- } catch (y) {
3044
- A.call(this, y);
3043
+ } catch (w) {
3044
+ A.call(this, w);
3045
3045
  break;
3046
3046
  }
3047
3047
  }
@@ -3813,7 +3813,7 @@ async function K9({
3813
3813
  socials: p,
3814
3814
  speculationType: g = "Common",
3815
3815
  preloadImageUrl: A,
3816
- custom_Speculation: y,
3816
+ custom_Speculation: w,
3817
3817
  custom_metadata: v,
3818
3818
  custom_scriptReplaces: N,
3819
3819
  head_custom_elements: _
@@ -3838,7 +3838,7 @@ async function K9({
3838
3838
  /* @__PURE__ */ a("meta", { charSet: "utf-8" }),
3839
3839
  /* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
3840
3840
  b,
3841
- /* @__PURE__ */ a(wo, {}),
3841
+ /* @__PURE__ */ a(yo, {}),
3842
3842
  t.ampConfig && h.ampOption && t.ampConfig_slugIsValid && /* @__PURE__ */ a("link", { rel: "amphtml", href: h.siteUrl + "/amp" + o }),
3843
3843
  t.preloadImages && l && l.preview?.sizes && /* @__PURE__ */ a(
3844
3844
  ja,
@@ -3898,7 +3898,7 @@ async function K9({
3898
3898
  {
3899
3899
  type: g,
3900
3900
  active: h.useSpeculationRules,
3901
- customSpeculation: y
3901
+ customSpeculation: w
3902
3902
  }
3903
3903
  ),
3904
3904
  _
@@ -3923,7 +3923,7 @@ const J9 = ({
3923
3923
  config: o,
3924
3924
  currentNew: c,
3925
3925
  internalPath: i
3926
- }), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, y = g ? l.after.customData ? l.after.customData : h : void 0;
3926
+ }), p = l.before.active, g = l.after.active, A = p ? l.before.customData ? l.before.customData : h : void 0, w = g ? l.after.customData ? l.after.customData : h : void 0;
3927
3927
  return /* @__PURE__ */ f(J, { children: [
3928
3928
  /* @__PURE__ */ a(Hs, { name: "bodybefore", banners: n, replaces: A }),
3929
3929
  e,
@@ -3932,7 +3932,7 @@ const J9 = ({
3932
3932
  /* @__PURE__ */ a(zr, { dimensionValues: m }),
3933
3933
  /* @__PURE__ */ a(Vr, {}),
3934
3934
  u,
3935
- /* @__PURE__ */ a(yo, { name: "bodyafter", banners: n, replaces: y })
3935
+ /* @__PURE__ */ a(wo, { name: "bodyafter", banners: n, replaces: w })
3936
3936
  ] });
3937
3937
  }, hc = "_content_1tvgz_1", fc = {
3938
3938
  content: hc
@@ -3962,11 +3962,11 @@ const J9 = ({
3962
3962
  children: e,
3963
3963
  className: t
3964
3964
  // desktopWidth = '1185px'
3965
- }) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }), yc = (e) => {
3965
+ }) => /* @__PURE__ */ a("div", { className: `content-layout-1 ${t || ""}`, children: e }), wc = (e) => {
3966
3966
  const { children: t, show: n, order: s = 0 } = e;
3967
3967
  return n && /* @__PURE__ */ a("div", { style: { order: s }, children: t });
3968
3968
  };
3969
- function wc({
3969
+ function yc({
3970
3970
  currentIndex: e,
3971
3971
  totalItems: t,
3972
3972
  cardWidth: n,
@@ -3975,63 +3975,63 @@ function wc({
3975
3975
  enableDrag: o,
3976
3976
  onIndexChange: i
3977
3977
  }) {
3978
- const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A, y] = K(0), [v, N] = K(null), _ = Ps(null), [E, b] = K(1), T = me(() => {
3978
+ const [c, d] = K(!1), [l, u] = K(0), [m, h] = K(0), [p, g] = K(0), [A, w] = K(0), [v, N] = K(null), _ = Ps(null), [E, b] = K(1), T = me(() => {
3979
3979
  if (r) return 1;
3980
- const w = _.current?.offsetWidth || window.innerWidth, S = n + s, R = Math.floor(w / S);
3980
+ const y = _.current?.offsetWidth || window.innerWidth, S = n + s, R = Math.floor(y / S);
3981
3981
  return Math.max(1, R);
3982
3982
  }, [r, n, s]);
3983
3983
  De(() => {
3984
- const w = () => {
3984
+ const y = () => {
3985
3985
  const S = T();
3986
3986
  b(S);
3987
3987
  };
3988
- return w(), window.addEventListener("resize", w), () => window.removeEventListener("resize", w);
3988
+ return y(), window.addEventListener("resize", y), () => window.removeEventListener("resize", y);
3989
3989
  }, [T]);
3990
3990
  const Q = me(() => {
3991
- const w = T();
3992
- return Math.max(0, t - w);
3991
+ const y = T();
3992
+ return Math.max(0, t - y);
3993
3993
  }, [t, T])(), ee = me(() => {
3994
- const w = T();
3995
- return w === 1 ? 1 : Math.max(1, Math.ceil(w / 2));
3994
+ const y = T();
3995
+ return y === 1 ? 1 : Math.max(1, Math.ceil(y / 2));
3996
3996
  }, [T]), G = me(
3997
- (w, S = 0) => {
3997
+ (y, S = 0) => {
3998
3998
  if (r) {
3999
3999
  const R = _.current?.offsetWidth || window.innerWidth;
4000
- return -(w * (100 + s)) + S / R * 100;
4000
+ return -(y * (100 + s)) + S / R * 100;
4001
4001
  }
4002
- return -(w * (n + s)) + S;
4002
+ return -(y * (n + s)) + S;
4003
4003
  },
4004
4004
  [r, n, s]
4005
4005
  ), P = me(
4006
- (w) => {
4006
+ (y) => {
4007
4007
  const S = _.current?.offsetWidth || window.innerWidth, R = T(), j = ee();
4008
4008
  if (r)
4009
- return Math.abs(w) / S * 100 > 30 ? 1 : 0;
4009
+ return Math.abs(y) / S * 100 > 30 ? 1 : 0;
4010
4010
  {
4011
- const B = n + s, H = Math.abs(w) / B;
4011
+ const B = n + s, H = Math.abs(y) / B;
4012
4012
  return H >= (R === 1 ? 0.2 : 0.3) ? R === 1 ? 1 : Math.min(Math.round(H), j) : 0;
4013
4013
  }
4014
4014
  },
4015
4015
  [r, n, s, T, ee]
4016
4016
  ), te = me(
4017
- (w) => {
4018
- o && (u(w), h(w), g(0), y(Date.now()), d(!0), document.body.classList.add("dragging"));
4017
+ (y) => {
4018
+ o && (u(y), h(y), g(0), w(Date.now()), d(!0), document.body.classList.add("dragging"));
4019
4019
  },
4020
4020
  [o]
4021
4021
  ), ce = me(
4022
- (w) => {
4022
+ (y) => {
4023
4023
  if (!c || !o) return;
4024
- const S = w - l, R = (n + s) * 1.2, j = e === 0 && S > 0, B = e === Q && S < 0, H = j || B ? Math.sign(S) * Math.min(Math.abs(S), R) : S;
4025
- h(w), g(H);
4024
+ const S = y - l, R = (n + s) * 1.2, j = e === 0 && S > 0, B = e === Q && S < 0, H = j || B ? Math.sign(S) * Math.min(Math.abs(S), R) : S;
4025
+ h(y), g(H);
4026
4026
  },
4027
4027
  [c, l, o, e, Q, n, s]
4028
4028
  ), M = me(
4029
- (w) => {
4030
- ce(w.clientX);
4029
+ (y) => {
4030
+ ce(y.clientX);
4031
4031
  },
4032
4032
  [ce]
4033
4033
  ), U = me(
4034
- (w) => {
4034
+ (y) => {
4035
4035
  if (!c || !o) return;
4036
4036
  const S = m - l, R = Date.now() - A, j = Math.abs(S) / Math.max(R, 1), B = P(S), V = j > 0.5 && Math.abs(S) > 50 ? Math.max(B, 1) : B;
4037
4037
  if (V > 0)
@@ -4042,7 +4042,7 @@ function wc({
4042
4042
  const F = Math.min(Q, e + V);
4043
4043
  i(F);
4044
4044
  }
4045
- d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", U), w.clientX === l && v?.dispatchEvent(new PointerEvent("click"));
4045
+ d(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", U), y.clientX === l && v?.dispatchEvent(new PointerEvent("click"));
4046
4046
  },
4047
4047
  [
4048
4048
  c,
@@ -4058,23 +4058,23 @@ function wc({
4058
4058
  v
4059
4059
  ]
4060
4060
  ), x = me(
4061
- (w) => {
4062
- w.preventDefault(), ["a", "span"].includes(w.target?.localName) && N(w.target), te(w.clientX);
4061
+ (y) => {
4062
+ y.preventDefault(), ["a", "span"].includes(y.target?.localName) && N(y.target), te(y.clientX);
4063
4063
  },
4064
4064
  [te]
4065
4065
  ), D = me(
4066
- (w) => {
4067
- te(w.touches[0].clientX);
4066
+ (y) => {
4067
+ te(y.touches[0].clientX);
4068
4068
  },
4069
4069
  [te]
4070
4070
  ), I = me(
4071
- (w) => {
4072
- c && (w.preventDefault(), ce(w.touches[0].clientX));
4071
+ (y) => {
4072
+ c && (y.preventDefault(), ce(y.touches[0].clientX));
4073
4073
  },
4074
4074
  [c, ce]
4075
4075
  ), z = me(
4076
- (w) => {
4077
- U(w);
4076
+ (y) => {
4077
+ U(y);
4078
4078
  },
4079
4079
  [U]
4080
4080
  );
@@ -4121,12 +4121,12 @@ function X9(e) {
4121
4121
  const {
4122
4122
  isDragging: g,
4123
4123
  translateOffset: A,
4124
- carrouselRef: y,
4124
+ carrouselRef: w,
4125
4125
  maxIndex: v,
4126
4126
  getTranslateValue: N,
4127
4127
  actualVisibleItems: _,
4128
4128
  dragHandlers: E
4129
- } = wc({
4129
+ } = yc({
4130
4130
  currentIndex: u,
4131
4131
  totalItems: l.length,
4132
4132
  cardWidth: r,
@@ -4203,7 +4203,7 @@ function X9(e) {
4203
4203
  /* @__PURE__ */ a(
4204
4204
  "div",
4205
4205
  {
4206
- ref: y,
4206
+ ref: w,
4207
4207
  className: "carrousel-ssr",
4208
4208
  style: {
4209
4209
  gap: o,
@@ -4617,7 +4617,7 @@ const xt = (e) => {
4617
4617
  playStyled: Zc,
4618
4618
  imageLogoPlaceholder: Xc,
4619
4619
  imagePlaceholder: el
4620
- }, yr = (e) => /* @__PURE__ */ f(
4620
+ }, wr = (e) => /* @__PURE__ */ f(
4621
4621
  "svg",
4622
4622
  {
4623
4623
  width: "43",
@@ -4639,10 +4639,10 @@ const xt = (e) => {
4639
4639
  }
4640
4640
  );
4641
4641
  function ba() {
4642
- return Y().COMPONENTS?.PlayIcon || yr;
4642
+ return Y().COMPONENTS?.PlayIcon || wr;
4643
4643
  }
4644
- function wr() {
4645
- return Y().COMPONENTS?.PlayIcon || yr;
4644
+ function yr() {
4645
+ return Y().COMPONENTS?.PlayIcon || wr;
4646
4646
  }
4647
4647
  const tl = (e) => {
4648
4648
  const { isVideo: t = !1, isLarge: n = !1, priorityHigh: s = !1 } = e, r = ba(), o = e.preview.sizes;
@@ -4739,7 +4739,7 @@ const tl = (e) => {
4739
4739
  priorityHigh: r = !1
4740
4740
  } = e;
4741
4741
  console.log("image offline");
4742
- const o = wr(), [i, c] = K(void 0), d = t?.sizes;
4742
+ const o = yr(), [i, c] = K(void 0), d = t?.sizes;
4743
4743
  return De(() => {
4744
4744
  (async () => {
4745
4745
  console.log("image offline - effect"), d?.[0]?.url ? c(
@@ -5839,10 +5839,10 @@ const tl = (e) => {
5839
5839
  }
5840
5840
  )
5841
5841
  ] })
5842
- ] }), Al = "_content_1ms2y_1", yl = "_contentInfo_1ms2y_20", wl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", Ie = {
5842
+ ] }), Al = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", yl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", Ie = {
5843
5843
  content: Al,
5844
- contentInfo: yl,
5845
- subscribeImage: wl,
5844
+ contentInfo: wl,
5845
+ subscribeImage: yl,
5846
5846
  tag: vl,
5847
5847
  contentTitle: bl,
5848
5848
  title: Cl,
@@ -6019,7 +6019,7 @@ const tl = (e) => {
6019
6019
  /* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
6020
6020
  ]
6021
6021
  }
6022
- ), Ql = "_content_1p7b9_1", Gl = "_brandContent_1p7b9_10", Hl = "_socialMedia_1p7b9_21", zl = "_linkSocialNetwoks_1p7b9_28", Vl = "_sectionContent_1p7b9_42", Fl = "_section_1p7b9_42", $l = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", Yl = "_copyrigth_1p7b9_87", Kl = "_copyrigthText_1p7b9_97", Jl = "_logoStyled_1p7b9_107", Zl = "_socialNetworkIcon_1p7b9_118", Xl = "_socialInstagram_1p7b9_125", ed = "_socialNetworkIcon_stroke_1p7b9_133", we = {
6022
+ ), Ql = "_content_1p7b9_1", Gl = "_brandContent_1p7b9_10", Hl = "_socialMedia_1p7b9_21", zl = "_linkSocialNetwoks_1p7b9_28", Vl = "_sectionContent_1p7b9_42", Fl = "_section_1p7b9_42", $l = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", Yl = "_copyrigth_1p7b9_87", Kl = "_copyrigthText_1p7b9_97", Jl = "_logoStyled_1p7b9_107", Zl = "_socialNetworkIcon_1p7b9_118", Xl = "_socialInstagram_1p7b9_125", ed = "_socialNetworkIcon_stroke_1p7b9_133", ye = {
6023
6023
  content: Ql,
6024
6024
  brandContent: Gl,
6025
6025
  socialMedia: Hl,
@@ -6230,50 +6230,50 @@ const tl = (e) => {
6230
6230
  telegram: (e) => /* @__PURE__ */ a(ad, { ...e })
6231
6231
  }, t3 = (e) => {
6232
6232
  const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
6233
- return /* @__PURE__ */ f("footer", { className: we.content, children: [
6234
- /* @__PURE__ */ f("section", { className: we.brandContent, children: [
6235
- /* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
6236
- /* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((o) => n[o]?.show && /* @__PURE__ */ a(
6233
+ return /* @__PURE__ */ f("footer", { className: ye.content, children: [
6234
+ /* @__PURE__ */ f("section", { className: ye.brandContent, children: [
6235
+ /* @__PURE__ */ a(O, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: ye.logoStyled, children: e.logo }) }),
6236
+ /* @__PURE__ */ a("div", { className: ye.socialMedia, children: Object.keys(n).map((o) => n[o]?.show && /* @__PURE__ */ a(
6237
6237
  "a",
6238
6238
  {
6239
6239
  target: "_blank",
6240
6240
  rel: "noreferrer",
6241
6241
  "aria-label": n[o].title + " link",
6242
- className: we.linkSocialNetwoks,
6242
+ className: ye.linkSocialNetwoks,
6243
6243
  href: n[o].url,
6244
6244
  children: Ea[o]({
6245
- className: `${id.includes(o) ? we.socialNetworkIcon_stroke : we.socialNetworkIcon} ${o === "instagram" ? we.socialInstagram : ""}`
6245
+ className: `${id.includes(o) ? ye.socialNetworkIcon_stroke : ye.socialNetworkIcon} ${o === "instagram" ? ye.socialInstagram : ""}`
6246
6246
  })
6247
6247
  },
6248
6248
  o
6249
6249
  )) })
6250
6250
  ] }),
6251
- /* @__PURE__ */ f("section", { className: we.sectionContent, children: [
6252
- /* @__PURE__ */ a("div", { className: we.section, children: s.filter((o) => !o.subitem).map((o, i) => /* @__PURE__ */ a(
6251
+ /* @__PURE__ */ f("section", { className: ye.sectionContent, children: [
6252
+ /* @__PURE__ */ a("div", { className: ye.section, children: s.filter((o) => !o.subitem).map((o, i) => /* @__PURE__ */ a(
6253
6253
  O,
6254
6254
  {
6255
6255
  href: o.link ? o.link : void 0,
6256
6256
  target: o.target,
6257
- className: `${we.menuItem} footer-menu-item`,
6257
+ className: `${ye.menuItem} footer-menu-item`,
6258
6258
  "aria-label": o.description,
6259
6259
  children: o.description
6260
6260
  },
6261
6261
  i
6262
6262
  )) }),
6263
- /* @__PURE__ */ a("div", { className: we.section, children: t && t.map((o, i) => /* @__PURE__ */ a(
6263
+ /* @__PURE__ */ a("div", { className: ye.section, children: t && t.map((o, i) => /* @__PURE__ */ a(
6264
6264
  O,
6265
6265
  {
6266
6266
  href: o.link ? o?.link : void 0,
6267
6267
  target: o.target,
6268
- className: we.otherItems,
6268
+ className: ye.otherItems,
6269
6269
  children: o.description
6270
6270
  },
6271
6271
  i
6272
6272
  )) })
6273
6273
  ] }),
6274
6274
  r && /* @__PURE__ */ a(J, { children: r }),
6275
- /* @__PURE__ */ f("section", { className: we.copyrigth, children: [
6276
- /* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
6275
+ /* @__PURE__ */ f("section", { className: ye.copyrigth, children: [
6276
+ /* @__PURE__ */ a("p", { className: ye.copyrigthText, children: e.copyrigth }),
6277
6277
  /* @__PURE__ */ a(
6278
6278
  O,
6279
6279
  {
@@ -6287,7 +6287,7 @@ const tl = (e) => {
6287
6287
  )
6288
6288
  ] })
6289
6289
  ] });
6290
- }, cd = "_content_1msij_1", ld = "_imageContent_1msij_9", dd = "_width1Autor_1msij_18", ud = "_width2Autor_1msij_22", md = "_width3Autor_1msij_26", hd = "_imageAutor_1msij_30", fd = "_imageStyled_1msij_69", gd = "_contentIconStyled_1msij_70", pd = "_avatarContent_1msij_87", Ad = "_journalistSection_1msij_101", yd = "_journalistInfo_1msij_109", wd = "_journalistInfoLink_1msij_110", vd = "_socialNetworkSection_1msij_146", bd = "_avatarStyled_1msij_158", Cd = "_article_1msij_163", _d = "_socialButton_1msij_167", Nd = "_facebookStyled_1msij_183", Sd = "_emailStyled_1msij_187", Ed = "_xStyled_1msij_191", xd = "_linkedinStyled_1msij_195", Td = "_whatsappStyled_1msij_199", Id = "_whatsappLink_1msij_203", kd = "_clipboardButton_1msij_219", Ud = "_googleProfileButton_1msij_255", de = {
6290
+ }, cd = "_content_1msij_1", ld = "_imageContent_1msij_9", dd = "_width1Autor_1msij_18", ud = "_width2Autor_1msij_22", md = "_width3Autor_1msij_26", hd = "_imageAutor_1msij_30", fd = "_imageStyled_1msij_69", gd = "_contentIconStyled_1msij_70", pd = "_avatarContent_1msij_87", Ad = "_journalistSection_1msij_101", wd = "_journalistInfo_1msij_109", yd = "_journalistInfoLink_1msij_110", vd = "_socialNetworkSection_1msij_146", bd = "_avatarStyled_1msij_158", Cd = "_article_1msij_163", _d = "_socialButton_1msij_167", Nd = "_facebookStyled_1msij_183", Sd = "_emailStyled_1msij_187", Ed = "_xStyled_1msij_191", xd = "_linkedinStyled_1msij_195", Td = "_whatsappStyled_1msij_199", Id = "_whatsappLink_1msij_203", kd = "_clipboardButton_1msij_219", Ud = "_googleProfileButton_1msij_255", de = {
6291
6291
  content: cd,
6292
6292
  imageContent: ld,
6293
6293
  width1Autor: dd,
@@ -6298,8 +6298,8 @@ const tl = (e) => {
6298
6298
  contentIconStyled: gd,
6299
6299
  avatarContent: pd,
6300
6300
  journalistSection: Ad,
6301
- journalistInfo: yd,
6302
- journalistInfoLink: wd,
6301
+ journalistInfo: wd,
6302
+ journalistInfoLink: yd,
6303
6303
  socialNetworkSection: vd,
6304
6304
  avatarStyled: bd,
6305
6305
  article: Cd,
@@ -6329,7 +6329,7 @@ const tl = (e) => {
6329
6329
  }
6330
6330
  )
6331
6331
  }
6332
- ), yn = (e) => /* @__PURE__ */ a(
6332
+ ), wn = (e) => /* @__PURE__ */ a(
6333
6333
  "svg",
6334
6334
  {
6335
6335
  version: "1.1",
@@ -6479,8 +6479,8 @@ const tl = (e) => {
6479
6479
  e
6480
6480
  )}`,
6481
6481
  icon: {
6482
- outline: (e) => /* @__PURE__ */ a(yn, { className: e }),
6483
- solid: (e) => /* @__PURE__ */ a(yn, { className: e })
6482
+ outline: (e) => /* @__PURE__ */ a(wn, { className: e }),
6483
+ solid: (e) => /* @__PURE__ */ a(wn, { className: e })
6484
6484
  }
6485
6485
  }
6486
6486
  };
@@ -6574,7 +6574,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6574
6574
  }, $d = "_content_wxhkd_1", Wd = "_linkStyled_wxhkd_9", Pn = {
6575
6575
  content: $d,
6576
6576
  linkStyled: Wd
6577
- }, wn = (e) => {
6577
+ }, yn = (e) => {
6578
6578
  const { currentPage: t, showNext: n, maxPages: s, pathname: r, query: o } = e, i = (c, d, l) => {
6579
6579
  let u = "";
6580
6580
  const m = d.split("/");
@@ -6778,11 +6778,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6778
6778
  /* @__PURE__ */ a(O, { className: pt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6779
6779
  ] })
6780
6780
  ] });
6781
- }, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8", y1 = "_label_zxcog_13", w1 = "_required_zxcog_22", v1 = "_input_zxcog_28", kt = {
6781
+ }, p1 = "_content_zxcog_1", A1 = "_contentLabel_zxcog_8", w1 = "_label_zxcog_13", y1 = "_required_zxcog_22", v1 = "_input_zxcog_28", kt = {
6782
6782
  content: p1,
6783
6783
  contentLabel: A1,
6784
- label: y1,
6785
- required: w1,
6784
+ label: w1,
6785
+ required: y1,
6786
6786
  input: v1
6787
6787
  }, s3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
6788
6788
  /* @__PURE__ */ f("div", { className: kt.contentLabel, children: [
@@ -6949,7 +6949,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6949
6949
  target: "_blank",
6950
6950
  className: fe.socialIconLink,
6951
6951
  rel: "noreferrer",
6952
- children: /* @__PURE__ */ a(yn, { className: fe.socialIcon })
6952
+ children: /* @__PURE__ */ a(wn, { className: fe.socialIcon })
6953
6953
  }
6954
6954
  )
6955
6955
  ] })
@@ -7023,7 +7023,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7023
7023
  href: p,
7024
7024
  target: "_blank",
7025
7025
  rel: "noreferrer",
7026
- children: /* @__PURE__ */ a(yn, { className: Se.socialIcon })
7026
+ children: /* @__PURE__ */ a(wn, { className: Se.socialIcon })
7027
7027
  }
7028
7028
  )
7029
7029
  ] })
@@ -7052,11 +7052,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7052
7052
  ),
7053
7053
  e.banner
7054
7054
  ] })
7055
- ] }), pu = "_content_kmqba_1", Au = "_header_kmqba_30", yu = "_videos_kmqba_56", wu = "_videoContent_kmqba_63", vu = "_articleSection_kmqba_70", bu = "_contentLayoutVideoSection_kmqba_85", Cu = "_sectionVideoList_kmqba_93", _u = "_iframeStyled_kmqba_166", Nu = "_contentFrame_kmqba_172", Re = {
7055
+ ] }), pu = "_content_kmqba_1", Au = "_header_kmqba_30", wu = "_videos_kmqba_56", yu = "_videoContent_kmqba_63", vu = "_articleSection_kmqba_70", bu = "_contentLayoutVideoSection_kmqba_85", Cu = "_sectionVideoList_kmqba_93", _u = "_iframeStyled_kmqba_166", Nu = "_contentFrame_kmqba_172", Re = {
7056
7056
  content: pu,
7057
7057
  header: Au,
7058
- videos: yu,
7059
- videoContent: wu,
7058
+ videos: wu,
7059
+ videoContent: yu,
7060
7060
  articleSection: vu,
7061
7061
  contentLayoutVideoSection: bu,
7062
7062
  sectionVideoList: Cu,
@@ -7483,7 +7483,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7483
7483
  }
7484
7484
  )
7485
7485
  ] });
7486
- }, om = "_content_18yq5_1", im = "_linkStyled_18yq5_14", cm = "_linkSocialNetwork_18yq5_28", lm = "_title_18yq5_49", dm = "_tabs_18yq5_60", um = "_socialNetwork_18yq5_68", mm = "_icon_18yq5_78", hm = "_facebook_18yq5_84", fm = "_youtube_18yq5_88", gm = "_x_18yq5_92", pm = "_instagram_18yq5_96", Am = "_gnews_18yq5_100", ym = "_tiktok_18yq5_104", wm = "_whatsapp_18yq5_108", ze = {
7486
+ }, om = "_content_18yq5_1", im = "_linkStyled_18yq5_14", cm = "_linkSocialNetwork_18yq5_28", lm = "_title_18yq5_49", dm = "_tabs_18yq5_60", um = "_socialNetwork_18yq5_68", mm = "_icon_18yq5_78", hm = "_facebook_18yq5_84", fm = "_youtube_18yq5_88", gm = "_x_18yq5_92", pm = "_instagram_18yq5_96", Am = "_gnews_18yq5_100", wm = "_tiktok_18yq5_104", ym = "_whatsapp_18yq5_108", ze = {
7487
7487
  content: om,
7488
7488
  linkStyled: im,
7489
7489
  linkSocialNetwork: cm,
@@ -7496,8 +7496,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7496
7496
  x: gm,
7497
7497
  instagram: pm,
7498
7498
  gnews: Am,
7499
- tiktok: ym,
7500
- whatsapp: wm
7499
+ tiktok: wm,
7500
+ whatsapp: ym
7501
7501
  }, Sr = (e) => {
7502
7502
  const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
7503
7503
  return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: ze.content, children: [
@@ -7848,7 +7848,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7848
7848
  }, dh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
7849
7849
  /* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
7850
7850
  e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
7851
- ] }) }), uh = "_contentBox_1cum1_1", mh = "_content_1cum1_1", hh = "_imageStyled_1cum1_16", fh = "_contentIconStyled_1cum1_23", gh = "_avatarContent_1cum1_43", ph = "_journalistSection_1cum1_50", Ah = "_journalistInfo_1cum1_56", yh = "_socialNetworkSection_1cum1_75", wh = "_article_1cum1_88", Pe = {
7851
+ ] }) }), uh = "_contentBox_1cum1_1", mh = "_content_1cum1_1", hh = "_imageStyled_1cum1_16", fh = "_contentIconStyled_1cum1_23", gh = "_avatarContent_1cum1_43", ph = "_journalistSection_1cum1_50", Ah = "_journalistInfo_1cum1_56", wh = "_socialNetworkSection_1cum1_75", yh = "_article_1cum1_88", Pe = {
7852
7852
  contentBox: uh,
7853
7853
  content: mh,
7854
7854
  imageStyled: hh,
@@ -7856,8 +7856,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7856
7856
  avatarContent: gh,
7857
7857
  journalistSection: ph,
7858
7858
  journalistInfo: Ah,
7859
- socialNetworkSection: yh,
7860
- article: wh
7859
+ socialNetworkSection: wh,
7860
+ article: yh
7861
7861
  }, vh = async (e) => {
7862
7862
  const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
7863
7863
  return n && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ f("div", { className: Pe.content, children: [
@@ -8548,10 +8548,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8548
8548
  /* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
8549
8549
  ] })
8550
8550
  ] });
8551
- }, Af = "_content_1d7mg_1", yf = "_boxPosition_1d7mg_8", wf = "_contentFlex_1d7mg_21", vf = "_bannerContent_1d7mg_29", bf = "_bannerContentAux_1d7mg_40", yt = {
8551
+ }, Af = "_content_1d7mg_1", wf = "_boxPosition_1d7mg_8", yf = "_contentFlex_1d7mg_21", vf = "_bannerContent_1d7mg_29", bf = "_bannerContentAux_1d7mg_40", wt = {
8552
8552
  content: Af,
8553
- boxPosition: yf,
8554
- contentFlex: wf,
8553
+ boxPosition: wf,
8554
+ contentFlex: yf,
8555
8555
  bannerContent: vf,
8556
8556
  bannerContentAux: bf
8557
8557
  };
@@ -8565,9 +8565,9 @@ const d3 = (e) => {
8565
8565
  const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
8566
8566
  "div",
8567
8567
  {
8568
- className: yt.boxPosition + " banner-context",
8568
+ className: wt.boxPosition + " banner-context",
8569
8569
  style: { order: 2 },
8570
- children: /* @__PURE__ */ a("div", { className: yt.bannerContentAux, children: /* @__PURE__ */ a(
8570
+ children: /* @__PURE__ */ a("div", { className: wt.bannerContentAux, children: /* @__PURE__ */ a(
8571
8571
  "div",
8572
8572
  {
8573
8573
  style: {
@@ -8587,7 +8587,7 @@ const d3 = (e) => {
8587
8587
  /* @__PURE__ */ a(
8588
8588
  "div",
8589
8589
  {
8590
- className: yt.boxPosition,
8590
+ className: wt.boxPosition,
8591
8591
  style: { order: o },
8592
8592
  children: /* @__PURE__ */ a(
8593
8593
  gn,
@@ -8609,9 +8609,9 @@ const d3 = (e) => {
8609
8609
  title: e.title,
8610
8610
  titleUrl: e.titleUrl,
8611
8611
  isOpinion: t,
8612
- children: /* @__PURE__ */ f("div", { className: yt.content, children: [
8613
- /* @__PURE__ */ a("div", { className: yt.contentFlex, children: r }),
8614
- /* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
8612
+ children: /* @__PURE__ */ f("div", { className: wt.content, children: [
8613
+ /* @__PURE__ */ a("div", { className: wt.contentFlex, children: r }),
8614
+ /* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
8615
8615
  ] })
8616
8616
  }
8617
8617
  ) });
@@ -8637,7 +8637,7 @@ const d3 = (e) => {
8637
8637
  }
8638
8638
  )
8639
8639
  ] });
8640
- }, Sf = "_content_1nd2h_1", Ef = "_newsContent_1nd2h_8", xf = "_boxPosition_1nd2h_17", Tf = "_bannerContent_1nd2h_23", If = "_bannerContentAux_1nd2h_33", wt = {
8640
+ }, Sf = "_content_1nd2h_1", Ef = "_newsContent_1nd2h_8", xf = "_boxPosition_1nd2h_17", Tf = "_bannerContent_1nd2h_23", If = "_bannerContentAux_1nd2h_33", yt = {
8641
8641
  content: Sf,
8642
8642
  newsContent: Ef,
8643
8643
  boxPosition: xf,
@@ -8645,14 +8645,14 @@ const d3 = (e) => {
8645
8645
  bannerContentAux: If
8646
8646
  }, m3 = (e) => {
8647
8647
  const { news: t } = e;
8648
- return Array.isArray(t) && /* @__PURE__ */ f("div", { className: wt.content, children: [
8649
- /* @__PURE__ */ f("div", { className: wt.newsContent, children: [
8648
+ return Array.isArray(t) && /* @__PURE__ */ f("div", { className: yt.content, children: [
8649
+ /* @__PURE__ */ f("div", { className: yt.newsContent, children: [
8650
8650
  e.bannerArray && e.bannerArray.map((n, s) => /* @__PURE__ */ a(
8651
8651
  "div",
8652
8652
  {
8653
- className: wt.boxPosition + " banner-context",
8653
+ className: yt.boxPosition + " banner-context",
8654
8654
  style: { order: 2 + 5 * s },
8655
- children: /* @__PURE__ */ a("div", { className: wt.bannerContentAux, children: /* @__PURE__ */ a(
8655
+ children: /* @__PURE__ */ a("div", { className: yt.bannerContentAux, children: /* @__PURE__ */ a(
8656
8656
  "div",
8657
8657
  {
8658
8658
  style: {
@@ -8669,14 +8669,14 @@ const d3 = (e) => {
8669
8669
  t.map((n, s) => /* @__PURE__ */ a(
8670
8670
  "div",
8671
8671
  {
8672
- className: wt.boxPosition,
8672
+ className: yt.boxPosition,
8673
8673
  style: { order: s },
8674
8674
  children: /* @__PURE__ */ a(Ze, { ...n, share: e.share, paths: e.paths })
8675
8675
  },
8676
8676
  s
8677
8677
  ))
8678
8678
  ] }),
8679
- /* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
8679
+ /* @__PURE__ */ a("div", { className: yt.bannerContent, children: e.halfPageBanner })
8680
8680
  ] });
8681
8681
  }, h3 = (e) => /* @__PURE__ */ f(J, { children: [
8682
8682
  /* @__PURE__ */ a(
@@ -9157,7 +9157,7 @@ const d3 = (e) => {
9157
9157
  {
9158
9158
  className: [Ye.newsContentSection, "padding-0"].join(" "),
9159
9159
  paginatorComponent: /* @__PURE__ */ a(
9160
- wn,
9160
+ yn,
9161
9161
  {
9162
9162
  texts: c,
9163
9163
  pathname: i,
@@ -9220,7 +9220,7 @@ const d3 = (e) => {
9220
9220
  {
9221
9221
  className: "padding-0",
9222
9222
  paginatorComponent: /* @__PURE__ */ a(
9223
- wn,
9223
+ yn,
9224
9224
  {
9225
9225
  texts: c,
9226
9226
  pathname: i,
@@ -9278,9 +9278,9 @@ const d3 = (e) => {
9278
9278
  default:
9279
9279
  return /* @__PURE__ */ a(J, {});
9280
9280
  }
9281
- }, y2 = "_content_gwsqy_1", w2 = "_contactInfoContent_gwsqy_7", gs = {
9282
- content: y2,
9283
- contactInfoContent: w2
9281
+ }, w2 = "_content_gwsqy_1", y2 = "_contactInfoContent_gwsqy_7", gs = {
9282
+ content: w2,
9283
+ contactInfoContent: y2
9284
9284
  }, g3 = (e) => {
9285
9285
  const { data: t } = e;
9286
9286
  return /* @__PURE__ */ a("section", { className: gs.content, children: t.map((n, s) => /* @__PURE__ */ a(
@@ -9447,7 +9447,7 @@ const d3 = (e) => {
9447
9447
  o = o.replace("ck-related-news", "ck-related-news-empty");
9448
9448
  break;
9449
9449
  }
9450
- const u = l.preview?.sizes?.[0], m = u ? await he(u.url) : "", h = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título", y = (await Promise.all(
9450
+ const u = l.preview?.sizes?.[0], m = u ? await he(u.url) : "", h = l.info.section?.url ?? "#", p = l.info.section?.name ?? "Sección", g = l.info.link?.url ?? "#", A = l.main?.title.article ?? "Título", w = (await Promise.all(
9451
9451
  l.preview?.sizes?.map(async (N) => {
9452
9452
  const _ = await he(N.url);
9453
9453
  return N.width < 200 ? `<source srcset="${_}" media="(width < 750px)"/>` : `<source srcset="${_}" media="(width >= 750px)"/>`;
@@ -9455,7 +9455,7 @@ const d3 = (e) => {
9455
9455
  )).reduce((N, _) => N += _, ""), v = `
9456
9456
  <span data-src="${d}">
9457
9457
  <picture style='display: flex'>
9458
- ${y}
9458
+ ${w}
9459
9459
  <img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
9460
9460
  </picture>
9461
9461
  <div>
@@ -9500,9 +9500,9 @@ async function Y2(e, t) {
9500
9500
  if (h && h.data) {
9501
9501
  const g = h.data.data[0];
9502
9502
  let A = "";
9503
- const y = d.match(
9503
+ const w = d.match(
9504
9504
  /<span\b[^>]*class=["']video__title["'][^>]*>([\s\S]*?)<\/span>/i
9505
- ), v = y && y[1] ? y[1].trim() : "";
9505
+ ), v = w && w[1] ? w[1].trim() : "";
9506
9506
  g.info && g.info.type === "video-youtube" ? A = `<iframe
9507
9507
  loading="lazy"
9508
9508
  frameborder="0"
@@ -9942,8 +9942,8 @@ const u0 = (e) => /* @__PURE__ */ a(
9942
9942
  } catch {
9943
9943
  return null;
9944
9944
  }
9945
- }, y0 = "_content_ezbiw_1", w0 = {
9946
- content: y0
9945
+ }, w0 = "_content_ezbiw_1", y0 = {
9946
+ content: w0
9947
9947
  }, v0 = async ({
9948
9948
  newsformated: e,
9949
9949
  internal: t,
@@ -9960,7 +9960,7 @@ const u0 = (e) => /* @__PURE__ */ a(
9960
9960
  return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
9961
9961
  "div",
9962
9962
  {
9963
- className: w0.content,
9963
+ className: y0.content,
9964
9964
  dangerouslySetInnerHTML: { __html: c }
9965
9965
  }
9966
9966
  );
@@ -10019,24 +10019,24 @@ const u0 = (e) => /* @__PURE__ */ a(
10019
10019
  const u = l[0], m = l[2] ?? "";
10020
10020
  i.add(m);
10021
10021
  const h = u.match(/<img\b[^>]*\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
10022
- let y = 0, v = 0;
10022
+ let w = 0, v = 0;
10023
10023
  if (A) {
10024
10024
  const T = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
10025
- y = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
10025
+ w = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
10026
10026
  }
10027
10027
  const _ = {
10028
10028
  preview: {
10029
10029
  sizes: [
10030
10030
  {
10031
- scale: A || `w:${y},h:${v},t:2`,
10031
+ scale: A || `w:${w},h:${v},t:2`,
10032
10032
  url: m,
10033
- width: y,
10033
+ width: w,
10034
10034
  height: v
10035
10035
  }
10036
10036
  ],
10037
10037
  original: {
10038
10038
  url: m.split("?")[0],
10039
- width: y,
10039
+ width: w,
10040
10040
  height: v
10041
10041
  },
10042
10042
  copyright: !1,
@@ -10053,24 +10053,24 @@ const u0 = (e) => /* @__PURE__ */ a(
10053
10053
  const u = l[0], m = l[1] ?? "";
10054
10054
  if (i.has(m)) continue;
10055
10055
  const h = u.match(/\balt=["']([^"']*)["']/), p = h ? h[1] : "imagen", g = m.match(/__scale=([^&"']+)/), A = g ? decodeURIComponent(g[1]) : null;
10056
- let y = 0, v = 0;
10056
+ let w = 0, v = 0;
10057
10057
  if (A) {
10058
10058
  const T = A.match(/w:(\d+)/), q = A.match(/h:(\d+)/);
10059
- y = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
10059
+ w = T ? parseInt(T[1]) : 0, v = q ? parseInt(q[1]) : 0;
10060
10060
  }
10061
10061
  const _ = {
10062
10062
  preview: {
10063
10063
  sizes: [
10064
10064
  {
10065
- scale: A || `w:${y},h:${v},t:2`,
10065
+ scale: A || `w:${w},h:${v},t:2`,
10066
10066
  url: m,
10067
- width: y,
10067
+ width: w,
10068
10068
  height: v
10069
10069
  }
10070
10070
  ],
10071
10071
  original: {
10072
10072
  url: m.split("?")[0],
10073
- width: y,
10073
+ width: w,
10074
10074
  height: v
10075
10075
  },
10076
10076
  copyright: !1,
@@ -10141,7 +10141,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10141
10141
  (N) => d.includes(N?.[0]?.info.link.internal || "")
10142
10142
  );
10143
10143
  if (!l || !l[0]) continue;
10144
- const u = l[0].preview?.sizes?.[0], m = u ? await he(u.url) : "", h = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título", y = (await Promise.all(
10144
+ const u = l[0].preview?.sizes?.[0], m = u ? await he(u.url) : "", h = l[0].info.section?.url ?? "#", p = l[0].info.section?.name ?? "Sección", g = l[0].info.link?.url ?? "#", A = l[0].main?.title.article ?? "Título", w = (await Promise.all(
10145
10145
  l[0].preview?.sizes?.map(async (N, _) => {
10146
10146
  const E = await he(N.url);
10147
10147
  return _ === 0 ? `<source srcset="${E}" media="(width >= 900px)"/>` : `<source srcset="${E}" media="(width < 900px)"/>`;
@@ -10149,7 +10149,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10149
10149
  )).reduce((N, _) => N += _, ""), v = `
10150
10150
  <span data-src="${d}">
10151
10151
  <picture style='display: flex'>
10152
- ${y}
10152
+ ${w}
10153
10153
  <img fetchPriority='low' loading='lazy' src="${m}" alt="${t.noteRelatedImageAlt}" />
10154
10154
  </picture>
10155
10155
  <div>
@@ -10203,7 +10203,7 @@ async function q0(e, t) {
10203
10203
  N && (p = N[1] ?? "");
10204
10204
  }
10205
10205
  }
10206
- let y = "";
10206
+ let w = "";
10207
10207
  if (p)
10208
10208
  try {
10209
10209
  const v = await t.iframe({ path: p }), N = t.schema ? await t.schema(p) : null;
@@ -10229,7 +10229,7 @@ async function q0(e, t) {
10229
10229
  style="position: relative!important;"
10230
10230
  src="${_.main?.code || ""}"></iframe>` : E = _.main?.code || "";
10231
10231
  const q = T || _.main?.description || "";
10232
- y = `
10232
+ w = `
10233
10233
  <figure class="videoFigure">
10234
10234
  ${N && N.data && N.data.data ? `<script type="application/ld+json">${Sn(
10235
10235
  JSON.stringify(N.data.data)
@@ -10240,11 +10240,11 @@ async function q0(e, t) {
10240
10240
  `;
10241
10241
  }
10242
10242
  } catch (v) {
10243
- console.error("insertVideos error for", p, v), y = "";
10243
+ console.error("insertVideos error for", p, v), w = "";
10244
10244
  }
10245
10245
  else
10246
- y = h;
10247
- s = m, n += y, r.lastIndex = m;
10246
+ w = h;
10247
+ s = m, n += w, r.lastIndex = m;
10248
10248
  }
10249
10249
  return n += e.slice(s), n = x0(n), n;
10250
10250
  }
@@ -10443,7 +10443,7 @@ const L0 = (e) => {
10443
10443
  }) })
10444
10444
  ] })
10445
10445
  ] });
10446
- }, ys = {
10446
+ }, ws = {
10447
10447
  banner: (e) => /* @__PURE__ */ a(Ae, { ...e, name: e.slot_id.replace("Home", "block") }),
10448
10448
  readest: (e) => /* @__PURE__ */ a(Ca, { ...e }),
10449
10449
  "Modulo 1x3": (e) => /* @__PURE__ */ a(xr, { ...e }),
@@ -10466,7 +10466,7 @@ function Tr({
10466
10466
  banners: s
10467
10467
  }) {
10468
10468
  if (s)
10469
- return ys[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ys[e]({ ...n, banners: s, slot_id: t }) });
10469
+ return ws[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ws[e]({ ...n, banners: s, slot_id: t }) });
10470
10470
  }
10471
10471
  function p3({
10472
10472
  children: e,
@@ -10474,7 +10474,7 @@ function p3({
10474
10474
  }) {
10475
10475
  return /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(t), children: e });
10476
10476
  }
10477
- const ws = {
10477
+ const ys = {
10478
10478
  Diario: (e) => {
10479
10479
  if (!e?.data || e.data.length === 0) return;
10480
10480
  const t = e.data.slice(1);
@@ -10536,7 +10536,7 @@ const ws = {
10536
10536
  data: t,
10537
10537
  banners: n,
10538
10538
  rightOnlyBanner: s
10539
- }) => /* @__PURE__ */ a("div", { style: Ta(t), children: ws[e] && ws[e]({
10539
+ }) => /* @__PURE__ */ a("div", { style: Ta(t), children: ys[e] && ys[e]({
10540
10540
  ...t,
10541
10541
  rightOnlyBanner: s,
10542
10542
  banners: n
@@ -10555,7 +10555,7 @@ const ws = {
10555
10555
  const p = "Home_" + m + "_" + h;
10556
10556
  !e[p] || !e[p].blockSass || !e[p].blockSass[0] || !e[p].blockSass[0].value || !e[p].blockSass[0].block || e[p].blockSass[0].block === "No Mostrar" || c.push(
10557
10557
  /* @__PURE__ */ f(
10558
- yc,
10558
+ wc,
10559
10559
  {
10560
10560
  show: !!e[p].content?.data,
10561
10561
  order: (m - 1) * l + (h - 1),
@@ -10591,7 +10591,7 @@ const ws = {
10591
10591
  );
10592
10592
  }
10593
10593
  return c;
10594
- }, y3 = ({
10594
+ }, w3 = ({
10595
10595
  mainBlock: e,
10596
10596
  StylesConfigMain: t,
10597
10597
  config: n,
@@ -10641,7 +10641,7 @@ const ws = {
10641
10641
  ht.videoYouTube,
10642
10642
  ht.iframe
10643
10643
  ].includes(n);
10644
- }, w3 = async (e) => {
10644
+ }, y3 = async (e) => {
10645
10645
  const {
10646
10646
  custom_complement: t,
10647
10647
  ranking: n = [],
@@ -10809,7 +10809,7 @@ const ws = {
10809
10809
  }
10810
10810
  )
10811
10811
  ] }) });
10812
- }, F0 = "_content_ady6b_1", $0 = "_buttonStyled_ady6b_10", W0 = "_searchStyled_ady6b_21", Y0 = "_inputStyled_ady6b_37", K0 = "_inputStyledTest_ady6b_56", Bt = {
10812
+ }, F0 = "_content_1046n_1", $0 = "_buttonStyled_1046n_9", W0 = "_searchStyled_1046n_20", Y0 = "_inputStyled_1046n_36", K0 = "_inputStyledTest_1046n_55", Bt = {
10813
10813
  content: F0,
10814
10814
  buttonStyled: $0,
10815
10815
  searchStyled: W0,
@@ -10838,6 +10838,9 @@ const ws = {
10838
10838
  "form",
10839
10839
  {
10840
10840
  className: Bt.content,
10841
+ style: {
10842
+ height: e.hasContent ? "218px" : "50vh"
10843
+ },
10841
10844
  children: /* @__PURE__ */ f("div", { className: `${Bt.inputStyled} sass-buscar-form`, children: [
10842
10845
  /* @__PURE__ */ a(
10843
10846
  "input",
@@ -10891,7 +10894,7 @@ const ws = {
10891
10894
  " "
10892
10895
  ),
10893
10896
  paginatorComponent: /* @__PURE__ */ a(
10894
- wn,
10897
+ yn,
10895
10898
  {
10896
10899
  texts: u,
10897
10900
  pathname: i,
@@ -10972,7 +10975,7 @@ const ws = {
10972
10975
  }
10973
10976
  ),
10974
10977
  /* @__PURE__ */ a(
10975
- wn,
10978
+ yn,
10976
10979
  {
10977
10980
  texts: u,
10978
10981
  query: "",
@@ -11072,11 +11075,11 @@ const ws = {
11072
11075
  `video-small-${s}`
11073
11076
  )) })
11074
11077
  ] }) }) }) });
11075
- }, pg = "_content_ruy5q_1", Ag = "_videoContent_ruy5q_9", yg = "_articleSection_ruy5q_21", wg = "_contentLatout_ruy5q_31", vg = "_title_ruy5q_36", bg = "_article_ruy5q_21", Cg = "_correspondent_ruy5q_64", ct = {
11078
+ }, pg = "_content_ruy5q_1", Ag = "_videoContent_ruy5q_9", wg = "_articleSection_ruy5q_21", yg = "_contentLatout_ruy5q_31", vg = "_title_ruy5q_36", bg = "_article_ruy5q_21", Cg = "_correspondent_ruy5q_64", ct = {
11076
11079
  content: pg,
11077
11080
  videoContent: Ag,
11078
- articleSection: yg,
11079
- contentLatout: wg,
11081
+ articleSection: wg,
11082
+ contentLatout: yg,
11080
11083
  title: vg,
11081
11084
  article: bg,
11082
11085
  correspondent: Cg
@@ -11179,7 +11182,7 @@ const xg = (e) => {
11179
11182
  hasShadow: s = !1,
11180
11183
  BackDropAuxHeigthMobile: r
11181
11184
  //isVisible,
11182
- } = e, o = wr(), i = jr(
11185
+ } = e, o = yr(), i = jr(
11183
11186
  () => e?.preview?.sizes || [],
11184
11187
  [e?.preview?.sizes]
11185
11188
  );
@@ -11669,7 +11672,7 @@ var Ns;
11669
11672
  function tp() {
11670
11673
  if (Ns) return ne;
11671
11674
  Ns = 1;
11672
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
11675
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
11673
11676
  function _(b) {
11674
11677
  if (typeof b == "object" && b !== null) {
11675
11678
  var T = b.$$typeof;
@@ -11728,22 +11731,22 @@ function tp() {
11728
11731
  }, ne.isSuspense = function(b) {
11729
11732
  return _(b) === m;
11730
11733
  }, ne.isValidElementType = function(b) {
11731
- return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof === y || b.$$typeof === v || b.$$typeof === N || b.$$typeof === A);
11734
+ return typeof b == "string" || typeof b == "function" || b === s || b === l || b === o || b === r || b === m || b === h || typeof b == "object" && b !== null && (b.$$typeof === g || b.$$typeof === p || b.$$typeof === i || b.$$typeof === c || b.$$typeof === u || b.$$typeof === w || b.$$typeof === v || b.$$typeof === N || b.$$typeof === A);
11732
11735
  }, ne.typeOf = _, ne;
11733
11736
  }
11734
11737
  var ae = {};
11735
11738
  var Ss;
11736
11739
  function np() {
11737
11740
  return Ss || (Ss = 1, process.env.NODE_ENV !== "production" && (function() {
11738
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
11741
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
11739
11742
  function _(L) {
11740
11743
  return typeof L == "string" || typeof L == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
11741
- L === s || L === l || L === o || L === r || L === m || L === h || typeof L == "object" && L !== null && (L.$$typeof === g || L.$$typeof === p || L.$$typeof === i || L.$$typeof === c || L.$$typeof === u || L.$$typeof === y || L.$$typeof === v || L.$$typeof === N || L.$$typeof === A);
11744
+ L === s || L === l || L === o || L === r || L === m || L === h || typeof L == "object" && L !== null && (L.$$typeof === g || L.$$typeof === p || L.$$typeof === i || L.$$typeof === c || L.$$typeof === u || L.$$typeof === w || L.$$typeof === v || L.$$typeof === N || L.$$typeof === A);
11742
11745
  }
11743
11746
  function E(L) {
11744
11747
  if (typeof L == "object" && L !== null) {
11745
- var ye = L.$$typeof;
11746
- switch (ye) {
11748
+ var we = L.$$typeof;
11749
+ switch (we) {
11747
11750
  case t:
11748
11751
  var Ft = L.type;
11749
11752
  switch (Ft) {
@@ -11764,19 +11767,19 @@ function np() {
11764
11767
  case i:
11765
11768
  return Ra;
11766
11769
  default:
11767
- return ye;
11770
+ return we;
11768
11771
  }
11769
11772
  }
11770
11773
  case n:
11771
- return ye;
11774
+ return we;
11772
11775
  }
11773
11776
  }
11774
11777
  }
11775
11778
  var b = d, T = l, q = c, Q = i, ee = t, G = u, P = s, te = g, ce = p, M = n, U = o, x = r, D = m, I = !1;
11776
11779
  function z(L) {
11777
- return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(L) || E(L) === d;
11780
+ return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(L) || E(L) === d;
11778
11781
  }
11779
- function w(L) {
11782
+ function y(L) {
11780
11783
  return E(L) === l;
11781
11784
  }
11782
11785
  function S(L) {
@@ -11812,7 +11815,7 @@ function np() {
11812
11815
  function ie(L) {
11813
11816
  return E(L) === m;
11814
11817
  }
11815
- ae.AsyncMode = b, ae.ConcurrentMode = T, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = S, ae.isContextProvider = R, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = E;
11818
+ ae.AsyncMode = b, ae.ConcurrentMode = T, ae.ContextConsumer = q, ae.ContextProvider = Q, ae.Element = ee, ae.ForwardRef = G, ae.Fragment = P, ae.Lazy = te, ae.Memo = ce, ae.Portal = M, ae.Profiler = U, ae.StrictMode = x, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = S, ae.isContextProvider = R, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = $, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = E;
11816
11819
  })()), ae;
11817
11820
  }
11818
11821
  var Es;
@@ -11944,8 +11947,8 @@ function rp() {
11944
11947
  }
11945
11948
  return Zn = function(c, d) {
11946
11949
  var l = typeof Symbol == "function" && Symbol.iterator, u = "@@iterator";
11947
- function m(w) {
11948
- var S = w && (l && w[l] || w[u]);
11950
+ function m(y) {
11951
+ var S = y && (l && y[l] || y[u]);
11949
11952
  if (typeof S == "function")
11950
11953
  return S;
11951
11954
  }
@@ -11970,14 +11973,14 @@ function rp() {
11970
11973
  shape: te,
11971
11974
  exact: ce
11972
11975
  };
11973
- function g(w, S) {
11974
- return w === S ? w !== 0 || 1 / w === 1 / S : w !== w && S !== S;
11976
+ function g(y, S) {
11977
+ return y === S ? y !== 0 || 1 / y === 1 / S : y !== y && S !== S;
11975
11978
  }
11976
- function A(w, S) {
11977
- this.message = w, this.data = S && typeof S == "object" ? S : {}, this.stack = "";
11979
+ function A(y, S) {
11980
+ this.message = y, this.data = S && typeof S == "object" ? S : {}, this.stack = "";
11978
11981
  }
11979
11982
  A.prototype = Error.prototype;
11980
- function y(w) {
11983
+ function w(y) {
11981
11984
  if (process.env.NODE_ENV !== "production")
11982
11985
  var S = {}, R = 0;
11983
11986
  function j(H, V, F, Z, X, $, ie) {
@@ -11988,38 +11991,38 @@ function rp() {
11988
11991
  );
11989
11992
  throw L.name = "Invariant Violation", L;
11990
11993
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
11991
- var ye = Z + ":" + F;
11992
- !S[ye] && // Avoid spamming the console because they are often not actionable except for lib authors
11994
+ var we = Z + ":" + F;
11995
+ !S[we] && // Avoid spamming the console because they are often not actionable except for lib authors
11993
11996
  R < 3 && (o(
11994
11997
  "You are manually calling a React.PropTypes validation function for the `" + $ + "` prop on `" + Z + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
11995
- ), S[ye] = !0, R++);
11998
+ ), S[we] = !0, R++);
11996
11999
  }
11997
12000
  }
11998
- return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + $ + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + $ + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : w(V, F, Z, X, $);
12001
+ return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + $ + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + $ + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : y(V, F, Z, X, $);
11999
12002
  }
12000
12003
  var B = j.bind(null, !1);
12001
12004
  return B.isRequired = j.bind(null, !0), B;
12002
12005
  }
12003
- function v(w) {
12006
+ function v(y) {
12004
12007
  function S(R, j, B, H, V, F) {
12005
12008
  var Z = R[j], X = x(Z);
12006
- if (X !== w) {
12009
+ if (X !== y) {
12007
12010
  var $ = D(Z);
12008
12011
  return new A(
12009
- "Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + B + "`, expected ") + ("`" + w + "`."),
12010
- { expectedType: w }
12012
+ "Invalid " + H + " `" + V + "` of type " + ("`" + $ + "` supplied to `" + B + "`, expected ") + ("`" + y + "`."),
12013
+ { expectedType: y }
12011
12014
  );
12012
12015
  }
12013
12016
  return null;
12014
12017
  }
12015
- return y(S);
12018
+ return w(S);
12016
12019
  }
12017
12020
  function N() {
12018
- return y(i);
12021
+ return w(i);
12019
12022
  }
12020
- function _(w) {
12023
+ function _(y) {
12021
12024
  function S(R, j, B, H, V) {
12022
- if (typeof w != "function")
12025
+ if (typeof y != "function")
12023
12026
  return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
12024
12027
  var F = R[j];
12025
12028
  if (!Array.isArray(F)) {
@@ -12027,16 +12030,16 @@ function rp() {
12027
12030
  return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
12028
12031
  }
12029
12032
  for (var X = 0; X < F.length; X++) {
12030
- var $ = w(F, X, B, H, V + "[" + X + "]", n);
12033
+ var $ = y(F, X, B, H, V + "[" + X + "]", n);
12031
12034
  if ($ instanceof Error)
12032
12035
  return $;
12033
12036
  }
12034
12037
  return null;
12035
12038
  }
12036
- return y(S);
12039
+ return w(S);
12037
12040
  }
12038
12041
  function E() {
12039
- function w(S, R, j, B, H) {
12042
+ function y(S, R, j, B, H) {
12040
12043
  var V = S[R];
12041
12044
  if (!c(V)) {
12042
12045
  var F = x(V);
@@ -12044,10 +12047,10 @@ function rp() {
12044
12047
  }
12045
12048
  return null;
12046
12049
  }
12047
- return y(w);
12050
+ return w(y);
12048
12051
  }
12049
12052
  function b() {
12050
- function w(S, R, j, B, H) {
12053
+ function y(S, R, j, B, H) {
12051
12054
  var V = S[R];
12052
12055
  if (!e.isValidElementType(V)) {
12053
12056
  var F = x(V);
@@ -12055,92 +12058,92 @@ function rp() {
12055
12058
  }
12056
12059
  return null;
12057
12060
  }
12058
- return y(w);
12061
+ return w(y);
12059
12062
  }
12060
- function T(w) {
12063
+ function T(y) {
12061
12064
  function S(R, j, B, H, V) {
12062
- if (!(R[j] instanceof w)) {
12063
- var F = w.name || h, Z = z(R[j]);
12065
+ if (!(R[j] instanceof y)) {
12066
+ var F = y.name || h, Z = z(R[j]);
12064
12067
  return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
12065
12068
  }
12066
12069
  return null;
12067
12070
  }
12068
- return y(S);
12071
+ return w(S);
12069
12072
  }
12070
- function q(w) {
12071
- if (!Array.isArray(w))
12073
+ function q(y) {
12074
+ if (!Array.isArray(y))
12072
12075
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
12073
12076
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
12074
12077
  ) : o("Invalid argument supplied to oneOf, expected an array.")), i;
12075
12078
  function S(R, j, B, H, V) {
12076
- for (var F = R[j], Z = 0; Z < w.length; Z++)
12077
- if (g(F, w[Z]))
12079
+ for (var F = R[j], Z = 0; Z < y.length; Z++)
12080
+ if (g(F, y[Z]))
12078
12081
  return null;
12079
- var X = JSON.stringify(w, function(ie, L) {
12080
- var ye = D(L);
12081
- return ye === "symbol" ? String(L) : L;
12082
+ var X = JSON.stringify(y, function(ie, L) {
12083
+ var we = D(L);
12084
+ return we === "symbol" ? String(L) : L;
12082
12085
  });
12083
12086
  return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
12084
12087
  }
12085
- return y(S);
12088
+ return w(S);
12086
12089
  }
12087
- function Q(w) {
12090
+ function Q(y) {
12088
12091
  function S(R, j, B, H, V) {
12089
- if (typeof w != "function")
12092
+ if (typeof y != "function")
12090
12093
  return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
12091
12094
  var F = R[j], Z = x(F);
12092
12095
  if (Z !== "object")
12093
12096
  return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
12094
12097
  for (var X in F)
12095
12098
  if (s(F, X)) {
12096
- var $ = w(F, X, B, H, V + "." + X, n);
12099
+ var $ = y(F, X, B, H, V + "." + X, n);
12097
12100
  if ($ instanceof Error)
12098
12101
  return $;
12099
12102
  }
12100
12103
  return null;
12101
12104
  }
12102
- return y(S);
12105
+ return w(S);
12103
12106
  }
12104
- function ee(w) {
12105
- if (!Array.isArray(w))
12107
+ function ee(y) {
12108
+ if (!Array.isArray(y))
12106
12109
  return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), i;
12107
- for (var S = 0; S < w.length; S++) {
12108
- var R = w[S];
12110
+ for (var S = 0; S < y.length; S++) {
12111
+ var R = y[S];
12109
12112
  if (typeof R != "function")
12110
12113
  return o(
12111
12114
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(R) + " at index " + S + "."
12112
12115
  ), i;
12113
12116
  }
12114
12117
  function j(B, H, V, F, Z) {
12115
- for (var X = [], $ = 0; $ < w.length; $++) {
12116
- var ie = w[$], L = ie(B, H, V, F, Z, n);
12118
+ for (var X = [], $ = 0; $ < y.length; $++) {
12119
+ var ie = y[$], L = ie(B, H, V, F, Z, n);
12117
12120
  if (L == null)
12118
12121
  return null;
12119
12122
  L.data && s(L.data, "expectedType") && X.push(L.data.expectedType);
12120
12123
  }
12121
- var ye = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
12122
- return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + ye + "."));
12124
+ var we = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
12125
+ return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + we + "."));
12123
12126
  }
12124
- return y(j);
12127
+ return w(j);
12125
12128
  }
12126
12129
  function G() {
12127
- function w(S, R, j, B, H) {
12130
+ function y(S, R, j, B, H) {
12128
12131
  return M(S[R]) ? null : new A("Invalid " + B + " `" + H + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
12129
12132
  }
12130
- return y(w);
12133
+ return w(y);
12131
12134
  }
12132
- function P(w, S, R, j, B) {
12135
+ function P(y, S, R, j, B) {
12133
12136
  return new A(
12134
- (w || "React class") + ": " + S + " type `" + R + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
12137
+ (y || "React class") + ": " + S + " type `" + R + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
12135
12138
  );
12136
12139
  }
12137
- function te(w) {
12140
+ function te(y) {
12138
12141
  function S(R, j, B, H, V) {
12139
12142
  var F = R[j], Z = x(F);
12140
12143
  if (Z !== "object")
12141
12144
  return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
12142
- for (var X in w) {
12143
- var $ = w[X];
12145
+ for (var X in y) {
12146
+ var $ = y[X];
12144
12147
  if (typeof $ != "function")
12145
12148
  return P(B, H, V, X, D($));
12146
12149
  var ie = $(F, X, B, H, V + "." + X, n);
@@ -12149,22 +12152,22 @@ function rp() {
12149
12152
  }
12150
12153
  return null;
12151
12154
  }
12152
- return y(S);
12155
+ return w(S);
12153
12156
  }
12154
- function ce(w) {
12157
+ function ce(y) {
12155
12158
  function S(R, j, B, H, V) {
12156
12159
  var F = R[j], Z = x(F);
12157
12160
  if (Z !== "object")
12158
12161
  return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
12159
- var X = t({}, R[j], w);
12162
+ var X = t({}, R[j], y);
12160
12163
  for (var $ in X) {
12161
- var ie = w[$];
12162
- if (s(w, $) && typeof ie != "function")
12164
+ var ie = y[$];
12165
+ if (s(y, $) && typeof ie != "function")
12163
12166
  return P(B, H, V, $, D(ie));
12164
12167
  if (!ie)
12165
12168
  return new A(
12166
12169
  "Invalid " + H + " `" + V + "` key `" + $ + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[j], null, " ") + `
12167
- Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
12170
+ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
12168
12171
  );
12169
12172
  var L = ie(F, $, B, H, V + "." + $, n);
12170
12173
  if (L)
@@ -12172,25 +12175,25 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
12172
12175
  }
12173
12176
  return null;
12174
12177
  }
12175
- return y(S);
12178
+ return w(S);
12176
12179
  }
12177
- function M(w) {
12178
- switch (typeof w) {
12180
+ function M(y) {
12181
+ switch (typeof y) {
12179
12182
  case "number":
12180
12183
  case "string":
12181
12184
  case "undefined":
12182
12185
  return !0;
12183
12186
  case "boolean":
12184
- return !w;
12187
+ return !y;
12185
12188
  case "object":
12186
- if (Array.isArray(w))
12187
- return w.every(M);
12188
- if (w === null || c(w))
12189
+ if (Array.isArray(y))
12190
+ return y.every(M);
12191
+ if (y === null || c(y))
12189
12192
  return !0;
12190
- var S = m(w);
12193
+ var S = m(y);
12191
12194
  if (S) {
12192
- var R = S.call(w), j;
12193
- if (S !== w.entries) {
12195
+ var R = S.call(y), j;
12196
+ if (S !== y.entries) {
12194
12197
  for (; !(j = R.next()).done; )
12195
12198
  if (!M(j.value))
12196
12199
  return !1;
@@ -12207,27 +12210,27 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
12207
12210
  return !1;
12208
12211
  }
12209
12212
  }
12210
- function U(w, S) {
12211
- return w === "symbol" ? !0 : S ? S["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && S instanceof Symbol : !1;
12213
+ function U(y, S) {
12214
+ return y === "symbol" ? !0 : S ? S["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && S instanceof Symbol : !1;
12212
12215
  }
12213
- function x(w) {
12214
- var S = typeof w;
12215
- return Array.isArray(w) ? "array" : w instanceof RegExp ? "object" : U(S, w) ? "symbol" : S;
12216
+ function x(y) {
12217
+ var S = typeof y;
12218
+ return Array.isArray(y) ? "array" : y instanceof RegExp ? "object" : U(S, y) ? "symbol" : S;
12216
12219
  }
12217
- function D(w) {
12218
- if (typeof w > "u" || w === null)
12219
- return "" + w;
12220
- var S = x(w);
12220
+ function D(y) {
12221
+ if (typeof y > "u" || y === null)
12222
+ return "" + y;
12223
+ var S = x(y);
12221
12224
  if (S === "object") {
12222
- if (w instanceof Date)
12225
+ if (y instanceof Date)
12223
12226
  return "date";
12224
- if (w instanceof RegExp)
12227
+ if (y instanceof RegExp)
12225
12228
  return "regexp";
12226
12229
  }
12227
12230
  return S;
12228
12231
  }
12229
- function I(w) {
12230
- var S = D(w);
12232
+ function I(y) {
12233
+ var S = D(y);
12231
12234
  switch (S) {
12232
12235
  case "array":
12233
12236
  case "object":
@@ -12240,8 +12243,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
12240
12243
  return S;
12241
12244
  }
12242
12245
  }
12243
- function z(w) {
12244
- return !w.constructor || !w.constructor.name ? h : w.constructor.name;
12246
+ function z(y) {
12247
+ return !y.constructor || !y.constructor.name ? h : y.constructor.name;
12245
12248
  }
12246
12249
  return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
12247
12250
  }, Zn;
@@ -12476,17 +12479,17 @@ function mp() {
12476
12479
  return e.isMemo(g) ? r : o[g.$$typeof] || t;
12477
12480
  }
12478
12481
  var c = Object.defineProperty, d = Object.getOwnPropertyNames, l = Object.getOwnPropertySymbols, u = Object.getOwnPropertyDescriptor, m = Object.getPrototypeOf, h = Object.prototype;
12479
- function p(g, A, y) {
12482
+ function p(g, A, w) {
12480
12483
  if (typeof A != "string") {
12481
12484
  if (h) {
12482
12485
  var v = m(A);
12483
- v && v !== h && p(g, v, y);
12486
+ v && v !== h && p(g, v, w);
12484
12487
  }
12485
12488
  var N = d(A);
12486
12489
  l && (N = N.concat(l(A)));
12487
12490
  for (var _ = i(g), E = i(A), b = 0; b < N.length; ++b) {
12488
12491
  var T = N[b];
12489
- if (!n[T] && !(y && y[T]) && !(E && E[T]) && !(_ && _[T])) {
12492
+ if (!n[T] && !(w && w[T]) && !(E && E[T]) && !(_ && _[T])) {
12490
12493
  var q = u(A, T);
12491
12494
  try {
12492
12495
  c(g, T, q);
@@ -12522,7 +12525,7 @@ function pp(e, t) {
12522
12525
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
12523
12526
  }
12524
12527
  var Le = {}, Ap = 0;
12525
- function yp(e, t) {
12528
+ function wp(e, t) {
12526
12529
  return t = t || {}, function(s) {
12527
12530
  var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
12528
12531
  pp(d, c);
@@ -12548,7 +12551,7 @@ function yp(e, t) {
12548
12551
  m.observers[h](m);
12549
12552
  delete window[t.callbackName];
12550
12553
  }, l.componentDidMount = function() {
12551
- var m = this, h = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, y = g.callbackName, v = g.scriptId;
12554
+ var m = this, h = this.setupScriptURL(), p = this.asyncScriptLoaderGetScriptLoaderID(), g = t, A = g.globalName, w = g.callbackName, v = g.scriptId;
12552
12555
  if (A && typeof window[A] < "u" && (Le[h] = {
12553
12556
  loaded: !0,
12554
12557
  observers: {}
@@ -12582,12 +12585,12 @@ function yp(e, t) {
12582
12585
  Q(G[P]) && delete G[P];
12583
12586
  }
12584
12587
  };
12585
- y && typeof window < "u" && (window[y] = function() {
12588
+ w && typeof window < "u" && (window[w] = function() {
12586
12589
  return m.asyncScriptLoaderTriggerOnScriptLoaded();
12587
12590
  }), E.onload = function() {
12588
12591
  var q = Le[h];
12589
12592
  q && (q.loaded = !0, T(function(Q) {
12590
- return y ? !1 : (Q(q), !0);
12593
+ return w ? !1 : (Q(q), !0);
12591
12594
  }));
12592
12595
  }, E.onerror = function() {
12593
12596
  var q = Le[h];
@@ -12618,7 +12621,7 @@ function yp(e, t) {
12618
12621
  }, fp(i, s);
12619
12622
  };
12620
12623
  }
12621
- var ha = "onloadcallback", wp = "grecaptcha";
12624
+ var ha = "onloadcallback", yp = "grecaptcha";
12622
12625
  function fa() {
12623
12626
  return typeof window < "u" && window.recaptchaOptions || {};
12624
12627
  }
@@ -12626,9 +12629,9 @@ function vp() {
12626
12629
  var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
12627
12630
  return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
12628
12631
  }
12629
- const qr = yp(vp, {
12632
+ const qr = wp(vp, {
12630
12633
  callbackName: ha,
12631
- globalName: wp,
12634
+ globalName: yp,
12632
12635
  attributes: fa().nonce ? {
12633
12636
  nonce: fa().nonce
12634
12637
  } : {}
@@ -12722,7 +12725,7 @@ const qr = yp(vp, {
12722
12725
  })).json();
12723
12726
  if (N.type === "success")
12724
12727
  Xg(document, n), c("success"), setTimeout(() => {
12725
- y();
12728
+ w();
12726
12729
  }, 3e3);
12727
12730
  else
12728
12731
  throw new Error(N.message || "Error al reportar comentario");
@@ -12730,11 +12733,11 @@ const qr = yp(vp, {
12730
12733
  console.error("Error reporting comment:", v), m(v.message || "Error al reportar comentario"), c("form");
12731
12734
  }
12732
12735
  }
12733
- }, y = () => {
12736
+ }, w = () => {
12734
12737
  c("form"), l(""), m(""), t();
12735
12738
  };
12736
12739
  return !e || !n || !r ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ f("div", { className: ue.popup, children: [
12737
- /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: y, children: /* @__PURE__ */ a(Tt, {}) }),
12740
+ /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ a(Tt, {}) }),
12738
12741
  /* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
12739
12742
  i === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Je, {}) }),
12740
12743
  i === "form" || i === "loading" ? /* @__PURE__ */ f(J, { children: [
@@ -12765,7 +12768,7 @@ const qr = yp(vp, {
12765
12768
  }
12766
12769
  ),
12767
12770
  /* @__PURE__ */ f("div", { className: ue.buttons, children: [
12768
- /* @__PURE__ */ a("button", { onClick: y, className: ue.cancelButton, children: "Cancelar" }),
12771
+ /* @__PURE__ */ a("button", { onClick: w, className: ue.cancelButton, children: "Cancelar" }),
12769
12772
  /* @__PURE__ */ a(
12770
12773
  "button",
12771
12774
  {
@@ -12799,7 +12802,7 @@ const qr = yp(vp, {
12799
12802
  /* @__PURE__ */ a("div", { className: ue.buttons, children: /* @__PURE__ */ a(
12800
12803
  "button",
12801
12804
  {
12802
- onClick: y,
12805
+ onClick: w,
12803
12806
  className: [ue.closeButton, ue.buttonAlone].join(" "),
12804
12807
  children: "Cerrar"
12805
12808
  }
@@ -12902,10 +12905,10 @@ async function Yp({
12902
12905
  state: i
12903
12906
  });
12904
12907
  r && A.append("id", r), o && A.append("lastid", o);
12905
- const y = `${g}${m}/newcomments/get?${A.toString()}`;
12908
+ const w = `${g}${m}/newcomments/get?${A.toString()}`;
12906
12909
  try {
12907
- console.log("Fetching comments from:", y);
12908
- const { data: v } = await re.get(y, {
12910
+ console.log("Fetching comments from:", w);
12911
+ const { data: v } = await re.get(w, {
12909
12912
  headers: {
12910
12913
  "x-api-token": c,
12911
12914
  "Cache-Control": "max-age=0, no-cache, no-store, must-revalidate",
@@ -13211,7 +13214,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
13211
13214
  ] })
13212
13215
  ] }) });
13213
13216
  }, a9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
13214
- const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, y = Te.useRef(null);
13217
+ const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, w = Te.useRef(null);
13215
13218
  let v = `${Ke.firstname} ${Ke.lastname}`, N = Ke.username;
13216
13219
  e.user && (v = `${e.user.firstname} ${e.user.lastname}`, N = e.user.username);
13217
13220
  const _ = (E) => {
@@ -13239,7 +13242,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
13239
13242
  t9,
13240
13243
  {
13241
13244
  replyingTo: t,
13242
- commentRef: y,
13245
+ commentRef: w,
13243
13246
  addReply: _,
13244
13247
  user: s,
13245
13248
  path: n,
@@ -13347,7 +13350,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
13347
13350
  }) => {
13348
13351
  const i = t.replaceAll("/", "|"), [c, d] = K(
13349
13352
  void 0
13350
- ), [l, u] = K(""), { comments: m, setComments: h } = Zp(i), [p, g] = Te.useState(!1), A = Te.useRef(null), y = (q) => {
13353
+ ), [l, u] = K(""), { comments: m, setComments: h } = Zp(i), [p, g] = Te.useState(!1), A = Te.useRef(null), w = (q) => {
13351
13354
  u(l === q ? "" : q);
13352
13355
  }, v = (q) => {
13353
13356
  h(
@@ -13416,7 +13419,7 @@ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
13416
13419
  {
13417
13420
  comment: q,
13418
13421
  replyingTo: l,
13419
- handleReplyingTo: y,
13422
+ handleReplyingTo: w,
13420
13423
  onFlag: N,
13421
13424
  user: n ?? Ke,
13422
13425
  path: i,
@@ -13576,7 +13579,7 @@ function c9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13576
13579
  } finally {
13577
13580
  d(!1);
13578
13581
  }
13579
- }, y = s.password || "";
13582
+ }, w = s.password || "";
13580
13583
  return /* @__PURE__ */ f(J, { children: [
13581
13584
  m === "register" && /* @__PURE__ */ f(J, { children: [
13582
13585
  /* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
@@ -13612,7 +13615,7 @@ function c9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13612
13615
  }
13613
13616
  ),
13614
13617
  v === "password" && /* @__PURE__ */ a("div", { className: k.passwordChecker, children: _n.map((_, E) => {
13615
- const b = _.test(y);
13618
+ const b = _.test(w);
13616
13619
  return /* @__PURE__ */ f(
13617
13620
  "div",
13618
13621
  {
@@ -13724,7 +13727,7 @@ function l9({
13724
13727
  handleGoogleLogin: s,
13725
13728
  CAPTCHA_KEY: r
13726
13729
  }) {
13727
- const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, y] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, T] = K(null);
13730
+ const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, w] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, T] = K(null);
13728
13731
  return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
13729
13732
  o === "login" && /* @__PURE__ */ a(
13730
13733
  d9,
@@ -13812,7 +13815,7 @@ function l9({
13812
13815
  error: b,
13813
13816
  setConfirmationCode: h,
13814
13817
  setNewPassword: g,
13815
- setConfirmNewPassword: y,
13818
+ setConfirmNewPassword: w,
13816
13819
  setShowPassword: N,
13817
13820
  onSubmit: async (G) => {
13818
13821
  if (_) return;
@@ -14416,10 +14419,10 @@ async function T3({
14416
14419
  });
14417
14420
  } catch (g) {
14418
14421
  if (console.error("Error enviando comentario:", g), re.isAxiosError(g)) {
14419
- const A = g.response?.status ?? 500, y = g.response?.data;
14422
+ const A = g.response?.status ?? 500, w = g.response?.data;
14420
14423
  return A === 400 ? {
14421
14424
  type: "error",
14422
- message: y?.message || "Solicitud inválida. Verifica que los campos sean correctos.",
14425
+ message: w?.message || "Solicitud inválida. Verifica que los campos sean correctos.",
14423
14426
  status: 400
14424
14427
  } : A === 403 ? {
14425
14428
  type: "error",
@@ -14431,7 +14434,7 @@ async function T3({
14431
14434
  status: 500
14432
14435
  } : {
14433
14436
  type: "error",
14434
- message: y?.message || "No se pudo enviar el comentario.",
14437
+ message: w?.message || "No se pudo enviar el comentario.",
14435
14438
  status: A
14436
14439
  };
14437
14440
  }
@@ -14477,7 +14480,7 @@ const I3 = async ({
14477
14480
  }
14478
14481
  };
14479
14482
  export {
14480
- wo as AssetsPreconnect,
14483
+ yo as AssetsPreconnect,
14481
14484
  b3 as AutorComponent,
14482
14485
  nu as AutorHeader1,
14483
14486
  hu as AutorHeader2,
@@ -14495,7 +14498,7 @@ export {
14495
14498
  o3 as ContactTextarea,
14496
14499
  Vt as ContentLayout1,
14497
14500
  cs as ContentLayoutTema,
14498
- y3 as DEBUG_MainSlots,
14501
+ w3 as DEBUG_MainSlots,
14499
14502
  of as DestacadoNoticias,
14500
14503
  Vf as DestacadoVideos,
14501
14504
  dc as DynamicBlockServices,
@@ -14506,7 +14509,7 @@ export {
14506
14509
  a3 as ErrorComponent,
14507
14510
  qo as Font,
14508
14511
  t3 as Footer,
14509
- yo as FormatAfterScripts,
14512
+ wo as FormatAfterScripts,
14510
14513
  Hs as FormatScripts,
14511
14514
  zr as GA4,
14512
14515
  Vr as GTM,
@@ -14540,10 +14543,10 @@ export {
14540
14543
  d3 as ModuloOpinion,
14541
14544
  Ig as NewListResponseDataPH,
14542
14545
  To as NewsArticle,
14543
- w3 as NewsComponent,
14546
+ y3 as NewsComponent,
14544
14547
  oa as NewsContent,
14545
14548
  xt as NewsDescriptionComponent,
14546
- wn as NextPrev,
14549
+ yn as NextPrev,
14547
14550
  Io as OrgList,
14548
14551
  ja as PreloadImages,
14549
14552
  We as REPORT_REASONS,
@@ -14555,7 +14558,7 @@ export {
14555
14558
  Un as SectionCard2,
14556
14559
  ca as SectionCardServerComponent,
14557
14560
  f3 as SectionServerComponent,
14558
- yc as ShowSection,
14561
+ wc as ShowSection,
14559
14562
  Z2 as SocialNetworks,
14560
14563
  So as SpeculationRules,
14561
14564
  p3 as StaticSlotWrapper,
@@ -14610,7 +14613,7 @@ export {
14610
14613
  N9 as getTypeOfNews,
14611
14614
  S9 as getVideoRealPath,
14612
14615
  qa as handleGetComments,
14613
- w9 as initLibrary,
14616
+ y9 as initLibrary,
14614
14617
  Ao as metadataToJSX,
14615
14618
  mc as metadata_defaults,
14616
14619
  Gs as parseTags,
@@ -14623,6 +14626,6 @@ export {
14623
14626
  _o as speculationRules,
14624
14627
  Co as speculationRulesHome,
14625
14628
  go as urlReplaces,
14626
- wr as usePlayIcon,
14629
+ yr as usePlayIcon,
14627
14630
  I3 as verifyCaptchaTokenEnterprise
14628
14631
  };