@uoguelph/web-components 1.5.1 → 1.6.0-rc.1

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.
@@ -1,283 +1,283 @@
1
- import { c as Y, S as K, i as Q, s as D, A as B, b as He, e as b, g as x, h as _, j as d, k as g, w as ae, T as Je, u as Oe, l as Pe, n as Ge, t as p, o as m, D as U, p as v, x as et, U as q, I as E, V as G, W as ge, r as Ve, X as pe, y as R, z as k, a as tt, B as j, Y as ie, d as L, m as N, q as A, Z as lt, _ as nt, $ as rt, a0 as ce, F as W, E as V, a1 as De, G as T, H as ee, a2 as te, a3 as I, a4 as le, a5 as ne } from "./index-DQJjz5Bq.js";
2
- import { g as ot } from "./globals-DnYjtinb.js";
3
- function X(a, e) {
1
+ import { c as K, S as Q, i as X, s as D, A as B, b as O1, e as b, g as x, h, j as d, k as g, w as i1, T as le, u as P1, l as G1, n as D1, t as p, o as m, D as U, p as v, x as ne, U as q, I as E, V as Y, W as b1, r as Y1, X as m1, y as z, z as $, Y as re, a as ae, B as L, Z as u1, d as Z, m as C, q as M, _ as oe, $ as se, a0 as ce, a1 as f1, F as W, E as J, a2 as J1, G as F, H as l1, a3 as n1, a4 as I, a5 as r1, a6 as a1 } from "./index-C_Xohc3R.js";
2
+ import { t as t1, g as ie } from "./bundle-mjs-Dr23gGIz.js";
3
+ function e1(s, e) {
4
4
  const n = {}, t = {}, l = { $$scope: 1 };
5
- let s = a.length;
6
- for (; s--; ) {
7
- const r = a[s], i = e[s];
8
- if (i) {
9
- for (const o in r)
10
- o in i || (t[o] = 1);
11
- for (const o in i)
12
- l[o] || (n[o] = i[o], l[o] = 1);
13
- a[s] = i;
5
+ let o = s.length;
6
+ for (; o--; ) {
7
+ const r = s[o], c = e[o];
8
+ if (c) {
9
+ for (const a in r)
10
+ a in c || (t[a] = 1);
11
+ for (const a in c)
12
+ l[a] || (n[a] = c[a], l[a] = 1);
13
+ s[o] = c;
14
14
  } else
15
- for (const o in r)
16
- l[o] = 1;
15
+ for (const a in r)
16
+ l[a] = 1;
17
17
  }
18
18
  for (const r in t)
19
19
  r in n || (n[r] = void 0);
20
20
  return n;
21
21
  }
22
- function be(a) {
23
- return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
22
+ function d1(s) {
23
+ return s < 0.5 ? 4 * s * s * s : 0.5 * Math.pow(2 * s - 2, 3) + 1;
24
24
  }
25
- function st(a) {
26
- const e = a - 1;
25
+ function ue(s) {
26
+ const e = s - 1;
27
27
  return e * e * e + 1;
28
28
  }
29
- function at(a, { delay: e = 0, duration: n = 400, easing: t = st, axis: l = "y" } = {}) {
30
- const s = getComputedStyle(a), r = +s.opacity, i = l === "y" ? "height" : "width", o = parseFloat(s[i]), c = l === "y" ? ["top", "bottom"] : ["left", "right"], u = c.map(
31
- ($) => `${$[0].toUpperCase()}${$.slice(1)}`
32
- ), f = parseFloat(s[`padding${u[0]}`]), h = parseFloat(s[`padding${u[1]}`]), C = parseFloat(s[`margin${u[0]}`]), M = parseFloat(s[`margin${u[1]}`]), w = parseFloat(
33
- s[`border${u[0]}Width`]
34
- ), J = parseFloat(
35
- s[`border${u[1]}Width`]
29
+ function fe(s, { delay: e = 0, duration: n = 400, easing: t = ue, axis: l = "y" } = {}) {
30
+ const o = getComputedStyle(s), r = +o.opacity, c = l === "y" ? "height" : "width", a = parseFloat(o[c]), i = l === "y" ? ["top", "bottom"] : ["left", "right"], u = i.map(
31
+ (S) => `${S[0].toUpperCase()}${S.slice(1)}`
32
+ ), f = parseFloat(o[`padding${u[0]}`]), _ = parseFloat(o[`padding${u[1]}`]), y = parseFloat(o[`margin${u[0]}`]), R = parseFloat(o[`margin${u[1]}`]), w = parseFloat(
33
+ o[`border${u[0]}Width`]
34
+ ), j = parseFloat(
35
+ o[`border${u[1]}Width`]
36
36
  );
37
37
  return {
38
38
  delay: e,
39
39
  duration: n,
40
40
  easing: t,
41
- css: ($) => `overflow: hidden;opacity: ${Math.min($ * 20, 1) * r};${i}: ${$ * o}px;padding-${c[0]}: ${$ * f}px;padding-${c[1]}: ${$ * h}px;margin-${c[0]}: ${$ * C}px;margin-${c[1]}: ${$ * M}px;border-${c[0]}-width: ${$ * w}px;border-${c[1]}-width: ${$ * J}px;`
41
+ css: (S) => `overflow: hidden;opacity: ${Math.min(S * 20, 1) * r};${c}: ${S * a}px;padding-${i[0]}: ${S * f}px;padding-${i[1]}: ${S * _}px;margin-${i[0]}: ${S * y}px;margin-${i[1]}: ${S * R}px;border-${i[0]}-width: ${S * w}px;border-${i[1]}-width: ${S * j}px;`
42
42
  };
43
43
  }
44
- const it = (a) => {
44
+ const he = (s) => {
45
45
  const e = function(t) {
46
- a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
46
+ s.contains(t.relatedTarget) || s.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1 }));
47
47
  }, n = function(t) {
48
- a.contains(t.relatedTarget) || a.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
48
+ s.contains(t.relatedTarget) || s.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1 }));
49
49
  };
50
- return a.addEventListener("focusin", n), a.addEventListener("focusout", e), {
50
+ return s.addEventListener("focusin", n), s.addEventListener("focusout", e), {
51
51
  destroy() {
52
- a.removeEventListener("focusin", n), a.removeEventListener("focusout", e);
52
+ s.removeEventListener("focusin", n), s.removeEventListener("focusout", e);
53
53
  }
54
54
  };
55
- }, ct = (a) => ({}), me = (a) => ({});
56
- function de(a) {
55
+ }, _e = (s) => ({}), v1 = (s) => ({});
56
+ function w1(s) {
57
57
  let e = (
58
58
  /*as*/
59
- a[2]
60
- ), n, t = !1, l, s = (
59
+ s[2]
60
+ ), n, t = !1, l, o = (
61
61
  /*as*/
62
- a[2] && se(a)
62
+ s[2] && c1(s)
63
63
  );
64
64
  return {
65
65
  c() {
66
- s && s.c(), n = q();
66
+ o && o.c(), n = q();
67
67
  },
68
- m(r, i) {
69
- s && s.m(r, i), d(r, n, i), l = !0;
68
+ m(r, c) {
69
+ o && o.m(r, c), d(r, n, c), l = !0;
70
70
  },
71
- p(r, i) {
71
+ p(r, c) {
72
72
  /*as*/
73
73
  r[2] ? e ? D(
74
74
  e,
75
75
  /*as*/
76
76
  r[2]
77
- ) ? (s.d(1), s = se(r), e = /*as*/
78
- r[2], s.c(), t && (t = !1, p(s)), s.m(n.parentNode, n)) : (t && (t = !1, p(s)), s.p(r, i)) : (s = se(r), e = /*as*/
79
- r[2], s.c(), p(s), s.m(n.parentNode, n)) : e && (t = !0, E(), m(s, 1, 1, () => {
80
- s = null, e = /*as*/
77
+ ) ? (o.d(1), o = c1(r), e = /*as*/
78
+ r[2], o.c(), t && (t = !1, p(o)), o.m(n.parentNode, n)) : (t && (t = !1, p(o)), o.p(r, c)) : (o = c1(r), e = /*as*/
79
+ r[2], o.c(), p(o), o.m(n.parentNode, n)) : e && (t = !0, E(), m(o, 1, 1, () => {
80
+ o = null, e = /*as*/
81
81
  r[2], t = !1;
82
82
  }), U());
83
83
  },
84
84
  i(r) {
85
- l || (p(s, r), l = !0);
85
+ l || (p(o, r), l = !0);
86
86
  },
87
87
  o(r) {
88
- m(s, r), l = !1;
88
+ m(o, r), l = !1;
89
89
  },
90
90
  d(r) {
91
- r && v(n), s && s.d(r);
91
+ r && v(n), o && o.d(r);
92
92
  }
93
93
  };
94
94
  }
95
- function se(a) {
95
+ function c1(s) {
96
96
  let e, n, t;
97
97
  const l = (
98
98
  /*#slots*/
99
- a[9].default
100
- ), s = He(
99
+ s[9].default
100
+ ), o = O1(
101
101
  l,
102
- a,
102
+ s,
103
103
  /*$$scope*/
104
- a[8],
104
+ s[8],
105
105
  null
106
106
  );
107
107
  let r = [{ class: (
108
108
  /*contentClass*/
109
- a[5]
110
- ) }], i = {};
111
- for (let o = 0; o < r.length; o += 1)
112
- i = G(i, r[o]);
109
+ s[5]
110
+ ) }], c = {};
111
+ for (let a = 0; a < r.length; a += 1)
112
+ c = Y(c, r[a]);
113
113
  return {
114
114
  c() {
115
115
  e = b(
116
116
  /*as*/
117
- a[2]
118
- ), s && s.c(), ge(
117
+ s[2]
118
+ ), o && o.c(), b1(
119
119
  /*as*/
120
- a[2]
121
- )(e, i);
120
+ s[2]
121
+ )(e, c);
122
122
  },
123
- m(o, c) {
124
- d(o, e, c), s && s.m(e, null), t = !0;
123
+ m(a, i) {
124
+ d(a, e, i), o && o.m(e, null), t = !0;
125
125
  },
126
- p(o, c) {
127
- s && s.p && (!t || c & /*$$scope*/
128
- 256) && Oe(
129
- s,
130
- l,
126
+ p(a, i) {
127
+ o && o.p && (!t || i & /*$$scope*/
128
+ 256) && P1(
131
129
  o,
130
+ l,
131
+ a,
132
132
  /*$$scope*/
133
- o[8],
134
- t ? Ge(
133
+ a[8],
134
+ t ? D1(
135
135
  l,
136
136
  /*$$scope*/
137
- o[8],
138
- c,
137
+ a[8],
138
+ i,
139
139
  null
140
- ) : Pe(
140
+ ) : G1(
141
141
  /*$$scope*/
142
- o[8]
142
+ a[8]
143
143
  ),
144
144
  null
145
- ), ge(
145
+ ), b1(
146
146
  /*as*/
147
- o[2]
148
- )(e, i = X(r, [
149
- (!t || c & /*contentClass*/
147
+ a[2]
148
+ )(e, c = e1(r, [
149
+ (!t || i & /*contentClass*/
150
150
  32) && { class: (
151
151
  /*contentClass*/
152
- o[5]
152
+ a[5]
153
153
  ) }
154
154
  ]));
155
155
  },
156
- i(o) {
157
- t || (p(s, o), o && Ve(() => {
158
- t && (n || (n = pe(
156
+ i(a) {
157
+ t || (p(o, a), a && Y1(() => {
158
+ t && (n || (n = m1(
159
159
  e,
160
160
  /*transition*/
161
- a[3],
162
- { duration: 200, easing: be },
161
+ s[3],
162
+ { duration: 200, easing: d1 },
163
163
  !0
164
164
  )), n.run(1));
165
165
  }), t = !0);
166
166
  },
167
- o(o) {
168
- m(s, o), o && (n || (n = pe(
167
+ o(a) {
168
+ m(o, a), a && (n || (n = m1(
169
169
  e,
170
170
  /*transition*/
171
- a[3],
172
- { duration: 200, easing: be },
171
+ s[3],
172
+ { duration: 200, easing: d1 },
173
173
  !1
174
174
  )), n.run(0)), t = !1;
175
175
  },
176
- d(o) {
177
- o && v(e), s && s.d(o), o && n && n.end();
176
+ d(a) {
177
+ a && v(e), o && o.d(a), a && n && n.end();
178
178
  }
179
179
  };
180
180
  }
181
- function ut(a) {
182
- let e, n, t, l, s, r;
183
- const i = (
181
+ function ge(s) {
182
+ let e, n, t, l, o, r;
183
+ const c = (
184
184
  /*#slots*/
185
- a[9].button
186
- ), o = He(
187
- i,
188
- a,
185
+ s[9].button
186
+ ), a = O1(
187
+ c,
188
+ s,
189
189
  /*$$scope*/
190
- a[8],
191
- me
190
+ s[8],
191
+ v1
192
192
  );
193
- let c = (
193
+ let i = (
194
194
  /*open*/
195
- a[0] && de(a)
195
+ s[0] && w1(s)
196
196
  );
197
197
  return {
198
198
  c() {
199
- e = b("div"), n = b("button"), o && o.c(), t = x(), c && c.c(), _(
199
+ e = b("div"), n = b("button"), a && a.c(), t = x(), i && i.c(), h(
200
200
  n,
201
201
  "class",
202
202
  /*buttonClass*/
203
- a[4]
204
- ), _(n, "aria-haspopup", "true"), _(
203
+ s[4]
204
+ ), h(n, "aria-haspopup", "true"), h(
205
205
  n,
206
206
  "aria-expanded",
207
207
  /*open*/
208
- a[0]
209
- ), _(
208
+ s[0]
209
+ ), h(
210
210
  n,
211
211
  "aria-label",
212
212
  /*buttonAriaLabel*/
213
- a[7]
214
- ), _(
213
+ s[7]
214
+ ), h(
215
215
  e,
216
216
  "class",
217
217
  /*className*/
218
- a[1]
219
- ), _(e, "tabindex", "-1");
218
+ s[1]
219
+ ), h(e, "tabindex", "-1");
220
220
  },
221
221
  m(u, f) {
222
- d(u, e, f), g(e, n), o && o.m(n, null), g(e, t), c && c.m(e, null), l = !0, s || (r = [
223
- ae(
222
+ d(u, e, f), g(e, n), a && a.m(n, null), g(e, t), i && i.m(e, null), l = !0, o || (r = [
223
+ i1(
224
224
  n,
225
225
  "click",
226
226
  /*click_handler*/
227
- a[10]
227
+ s[10]
228
228
  ),
229
- ae(
229
+ i1(
230
230
  e,
231
231
  "focusoutside",
232
232
  /*focusoutside_handler*/
233
- a[11]
233
+ s[11]
234
234
  ),
235
- Je(it.call(null, e))
236
- ], s = !0);
235
+ le(he.call(null, e))
236
+ ], o = !0);
237
237
  },
238
238
  p(u, [f]) {
239
- o && o.p && (!l || f & /*$$scope*/
240
- 256) && Oe(
241
- o,
242
- i,
239
+ a && a.p && (!l || f & /*$$scope*/
240
+ 256) && P1(
241
+ a,
242
+ c,
243
243
  u,
244
244
  /*$$scope*/
245
245
  u[8],
246
- l ? Ge(
247
- i,
246
+ l ? D1(
247
+ c,
248
248
  /*$$scope*/
249
249
  u[8],
250
250
  f,
251
- ct
252
- ) : Pe(
251
+ _e
252
+ ) : G1(
253
253
  /*$$scope*/
254
254
  u[8]
255
255
  ),
256
- me
256
+ v1
257
257
  ), (!l || f & /*buttonClass*/
258
- 16) && _(
258
+ 16) && h(
259
259
  n,
260
260
  "class",
261
261
  /*buttonClass*/
262
262
  u[4]
263
263
  ), (!l || f & /*open*/
264
- 1) && _(
264
+ 1) && h(
265
265
  n,
266
266
  "aria-expanded",
267
267
  /*open*/
268
268
  u[0]
269
269
  ), (!l || f & /*buttonAriaLabel*/
270
- 128) && _(
270
+ 128) && h(
271
271
  n,
272
272
  "aria-label",
273
273
  /*buttonAriaLabel*/
274
274
  u[7]
275
275
  ), /*open*/
276
- u[0] ? c ? (c.p(u, f), f & /*open*/
277
- 1 && p(c, 1)) : (c = de(u), c.c(), p(c, 1), c.m(e, null)) : c && (E(), m(c, 1, 1, () => {
278
- c = null;
276
+ u[0] ? i ? (i.p(u, f), f & /*open*/
277
+ 1 && p(i, 1)) : (i = w1(u), i.c(), p(i, 1), i.m(e, null)) : i && (E(), m(i, 1, 1, () => {
278
+ i = null;
279
279
  }), U()), (!l || f & /*className*/
280
- 2) && _(
280
+ 2) && h(
281
281
  e,
282
282
  "class",
283
283
  /*className*/
@@ -285,43 +285,43 @@ function ut(a) {
285
285
  );
286
286
  },
287
287
  i(u) {
288
- l || (p(o, u), p(c), l = !0);
288
+ l || (p(a, u), p(i), l = !0);
289
289
  },
290
290
  o(u) {
291
- m(o, u), m(c), l = !1;
291
+ m(a, u), m(i), l = !1;
292
292
  },
293
293
  d(u) {
294
- u && v(e), o && o.d(u), c && c.d(), s = !1, et(r);
294
+ u && v(e), a && a.d(u), i && i.d(), o = !1, ne(r);
295
295
  }
296
296
  };
297
297
  }
298
- function ft(a, e, n) {
299
- let { $$slots: t = {}, $$scope: l } = e, { class: s } = e, { open: r = !1 } = e, { as: i = "div" } = e, { transition: o = at } = e, { buttonClass: c = "" } = e, { contentClass: u = "" } = e, { autoCollapse: f = !0 } = e, { buttonAriaLabel: h } = e;
300
- const C = (w) => {
298
+ function pe(s, e, n) {
299
+ let { $$slots: t = {}, $$scope: l } = e, { class: o } = e, { open: r = !1 } = e, { as: c = "div" } = e, { transition: a = fe } = e, { buttonClass: i = "" } = e, { contentClass: u = "" } = e, { autoCollapse: f = !0 } = e, { buttonAriaLabel: _ } = e;
300
+ const y = (w) => {
301
301
  n(0, r = !r), w.target.focus();
302
- }, M = () => {
302
+ }, R = () => {
303
303
  f && n(0, r = !1);
304
304
  };
305
- return a.$$set = (w) => {
306
- "class" in w && n(1, s = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, i = w.as), "transition" in w && n(3, o = w.transition), "buttonClass" in w && n(4, c = w.buttonClass), "contentClass" in w && n(5, u = w.contentClass), "autoCollapse" in w && n(6, f = w.autoCollapse), "buttonAriaLabel" in w && n(7, h = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
305
+ return s.$$set = (w) => {
306
+ "class" in w && n(1, o = w.class), "open" in w && n(0, r = w.open), "as" in w && n(2, c = w.as), "transition" in w && n(3, a = w.transition), "buttonClass" in w && n(4, i = w.buttonClass), "contentClass" in w && n(5, u = w.contentClass), "autoCollapse" in w && n(6, f = w.autoCollapse), "buttonAriaLabel" in w && n(7, _ = w.buttonAriaLabel), "$$scope" in w && n(8, l = w.$$scope);
307
307
  }, [
308
308
  r,
309
- s,
310
- i,
311
309
  o,
312
310
  c,
311
+ a,
312
+ i,
313
313
  u,
314
314
  f,
315
- h,
315
+ _,
316
316
  l,
317
317
  t,
318
- C,
319
- M
318
+ y,
319
+ R
320
320
  ];
321
321
  }
322
- class O extends K {
322
+ class P extends Q {
323
323
  constructor(e) {
324
- super(), Q(this, e, ft, ut, D, {
324
+ super(), X(this, e, pe, ge, D, {
325
325
  class: 1,
326
326
  open: 0,
327
327
  as: 2,
@@ -381,237 +381,260 @@ class O extends K {
381
381
  this.$$set({ buttonAriaLabel: e }), B();
382
382
  }
383
383
  }
384
- Y(O, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
385
- function _t(a) {
384
+ K(P, { class: {}, open: { type: "Boolean" }, as: {}, transition: {}, buttonClass: {}, contentClass: {}, autoCollapse: { type: "Boolean" }, buttonAriaLabel: {} }, ["button", "default"], [], !0);
385
+ function be(s) {
386
386
  let e, n, t, l;
387
387
  return {
388
388
  c() {
389
- e = R("svg"), n = R("g"), t = R("path"), l = R("path"), _(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), _(l, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), _(n, "fill", "#fff"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "xml:space", "preserve"), _(e, "viewBox", "0 0 260 141");
389
+ e = z("svg"), n = z("g"), t = z("path"), l = z("path"), h(t, "d", "M223.87 71.503c-2.899.217-5.81.227-8.71.03-1.23-.07-1.43-.07-1.51 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.21.26 2.72 1.11 2.72 4.51l.01 6.43H202.6l-.01-7.96c0-2.05 1.13-2.46 1.88-2.73.36-.13.64-.23.64-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.27-.11-.39-.1-3.56.32-6.38.13-7.89.02-.95-.06-1.11-.07-1.19 0-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.19.26 2.69 1.1 2.69 4.51l.02 20.68c0 2.05-1.31 2.46-2.18 2.74-.43.13-.74.23-.74.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.55-.32 6.59-.13 8.23-.03l1.03.05c.18 0 .25-.02.29-.05.08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.01-10.13h13.52l.01 11.67c0 2.05-1.18 2.47-1.97 2.74-.37.13-.67.23-.67.5 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.54-.32 6.7-.13 8.39-.03 1.12.07 1.3.07 1.38 0 .08-.08.78-.76.64-1.16-.05-.14-.17-.22-.38-.25-2.22-.26-2.76-1.15-2.76-4.52l-.03-20.68c0-2.05 1.41-2.46 2.34-2.73.46-.13.79-.23.79-.5 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.13-.26-.13-.38-.12ZM75.39 92.043h.14c1.83 0 4.16 1.14 4.16 2.03v7.43l-.01.03c-.15.93-1.04 3.96-6.01 3.96h-.27c-6.34 0-9.27-3.61-10.61-6.67-3.1-7.05-.75-17.23 3.42-21.62 1.41-1.48 4.78-3.76 11.57-2.39 3.91.79 5.17 6.69 5.18 6.75l.02.11 1.46-.49.3-10.34-.02-.03c-.54-.73-1.43-.38-2.29-.04-.55.22-1.12.45-1.61.43-4.4-.9-15.18-2.15-20.31 5.73-5.35 7.02-6.38 17.7-2.46 25.38 2.62 5.14 7.02 7.95 12.41 7.95h.38c3.45 0 3.45 0 6.38-1.91l.36-.24c1.66-1.08 7.89-3.38 7.95-3.4l.07-.03v-10.47c0-1.75 3.02-2.45 3.05-2.46l.07-.02.16-1.47h-13l-.49 1.78Zm43.26-20.81c-2.23.21-5.93.09-8.15.02-1.96-.06-1.97-.05-2.03.01-.05.05-.53.54-.43.83.02.07.09.16.28.19 1.59.2 4.26 1.22 4.21 3.8l-.14 16.16a6.291 6.291 0 0 1-3.4 5.65 8.4 8.4 0 0 1-8.26-.04c-2.22-1.37-3.37-3.85-3.24-7l.02-14.85c0-2.22 1.24-2.67 2.06-2.96.39-.14.7-.25.7-.53 0-.22.06-.42.11-.61.07-.24.12-.43.01-.56-.1-.11-.27-.11-.4-.1-3.62.34-7.03.14-8.86.03-1.23-.07-1.43-.08-1.51 0-.08.08-.8.82-.66 1.25.03.1.13.22.39.26 2.13.27 3.22 1.1 3.22 4.88l-.03 15.45c.04 3 1.29 5.55 3.63 7.38a12.768 12.768 0 0 0 7.74 2.52h.1c5.78-.04 11.6-3.69 11.57-11.75-.01-2.7.16-16.36.16-16.5 0-1.38 1.4-1.81 2.33-2.1.49-.15.78-.24.78-.45 0-.13.03-.27.06-.39.05-.2.09-.38-.01-.49-.04-.08-.13-.11-.25-.1Zm49.72 23.14c0 .02-.45 1.91-1.87 3.4a5.292 5.292 0 0 1-2.82 1.49c-3.03.61-6.82.85-8.38-.3a1.797 1.797 0 0 1-.75-1.29c-.07-.71-.02-21.51-.02-21.72 0-2.05 1.52-2.47 2.52-2.74.49-.13.84-.23.84-.5 0-.2.05-.39.1-.56.06-.23.11-.41.01-.53-.09-.11-.26-.11-.37-.1-3.33.31-7.09.13-9.1.03-1.51-.07-1.69-.07-1.76 0-.08.08-.75.77-.61 1.17.03.09.12.21.36.24 2.03.25 3.13 1.05 3.13 4.53l.01 17.51c0 6.15-2.81 6.39-2.84 6.39l-.14.01.38 1.13h.08c.14 0 13.96-.46 17.78-.16l1.01.09c.55.05 1 .1 1.37.1.71 0 1.15-.16 1.43-.71.47-.94.77-7.33.78-7.6l.01-.13-1.13.18-.02.07Zm22.62-21.3c-2.69-2.16-9.17-1.66-14.39-1.26-1.58.12-3.08.24-4.23.25-.92-.05-1.01-.04-1.07.02-.08.08-.78.76-.64 1.16.05.14.17.22.38.25 2.28.27 2.86 1.2 2.86 4.51l.02 19.83c0 2.06-1.24 2.54-2.06 2.86-.4.16-.69.27-.69.53 0 .2-.05.39-.1.56-.06.22-.12.4-.01.53.09.11.27.11.39.1 3.52-.31 7.02-.13 8.91-.03.67.04 1.05.05 1.27.05.22 0 .28-.02.32-.05.09-.08.8-.93.64-1.4-.03-.1-.13-.24-.38-.26-2.16-.26-3.49-1.1-3.49-4.52l-.01-7.58c0-.28.07-.49.19-.6.08-.07.17-.1.29-.1l1.17.08c2.84.22 7.13.54 9.88-1.23a8.982 8.982 0 0 0 4.07-7.36 7.502 7.502 0 0 0-3.32-6.34Zm-5.32 12.41c-.74.35-1.6.53-2.55.53h-.03c-2.68-.01-3.68-.53-4.05-.96-.22-.26-.19-.47-.19-.49v-9.94c5.24-1.02 9.01.31 10.08 3.56a6.2 6.2 0 0 1-3.26 7.3Zm-41.49 8.66c-.36-.08-.77.3-1.26 1.15-.23.39-.42.77-.6 1.14-.95 1.9-1.63 3.28-6.08 3.28-5.31 0-6.98-.28-7.13-2.06-.15-1.77-.01-10.42 0-11.04.11-.14.78-.85 2.51-.85h3.07c.03 0 2.71.25 3.29 3.15.05.23.17.32.27.34.4.12 1.07-.53 1.14-.6l.03-.03v-6.23a.9.9 0 0 0-.42-.56c-.22-.12-.48-.12-.78-.02l-.05.02-.02.05c-.37 1.29-1.61 1.35-3.77 1.35-2.03 0-4.69.36-5.28.45v-9.01h8.36c.03 0 3.47.19 4.21 3.15.3 1.2.71 1.53 1 1.6.23.06.46-.03.66-.25.4-.46.62-1.48.23-2.49-.75-1.96-.76-5.32-.76-5.35v-.12l-2.34.24h-18.48c-.9 0-1.48.21-1.71.61-.28.49.06 1.06.08 1.09l.03.05h.06c.01 0 1.43-.04 2.54 1.03.9.86 1.35 2.19 1.35 3.95l.02 19.48c0 2.18-1.26 2.71-2.09 3.07-.32.14-.58.24-.67.42-.37.68-.45 1.01-.33 1.21.12.2.43.19.85.18l.34-.01c.12 0 11.68-.3 18.38 0 .24.01.5.07.78.13.31.07.65.15.96.15.44 0 .84-.14 1.12-.64.73-1.27 1.08-6.59 1.09-6.84.02-.11-.09-1.08-.6-1.19Zm-112.71-2.48a2.7 2.7 0 0 0 1.63.49c.64 0 1.27-.16 1.78-.31 2.22-.67 4.81-4.4 4.81-8.21 0-2.16-.77-3.56-2.18-3.93-1.92-.51-4.54 1.08-5.98 3.61-.66 1.17-1.45 2.88-1.44 4.4.03 1.97.49 3.3 1.38 3.95Zm1.87-7.19c.69-1.26 1.56-2.12 2.41-2.36.16-.04.31-.07.46-.07.25 0 .49.06.7.19 1.05.6.85 3.15-.04 4.74-.92 1.64-1.85 2.76-3.39 2.89-.42.03-.74-.11-.95-.43-.59-.9-.24-3.03.81-4.96Z"), h(l, "d", "M54.37 70.083a1.75 1.75 0 0 0-1.3-.22c-5.09.98-7.12 5.32-8.59 10.12-.76.01-1.57-.01-2.44-.06a.37.37 0 0 0-.3.14.37.37 0 0 0-.06.32l.16.51c.16.49.61.82 1.12.82h1.01l-.36 1.29c-1.78 6.44-4.08 12.88-11.28 12.12-.17-.02-.38-.1-.49.02a.52.52 0 0 0-.14.46l.06.38c.03.17.17.3.35.34 4.6 1.11 8.46-1.54 10.22-3.88 1.93-2.56 3.11-6.01 3.94-9.51l.29-1.22c2.76-.03 3.05.16 3.23.28.11.08.2.12.48.12.08 0 .15-.04.19-.1a.23.23 0 0 0 .04-.21l-.35-1.09a1.1 1.1 0 0 0-1.05-.76l-2.09.01c.91-3.38 2.09-6.26 4.64-7.44h.01l.03-.01c.6-.29.85-.26.95-.18.19.14.12.62.05 1.04-.08.51-.16 1.04.14 1.26.24.18.66.1 1.33-.23l.05-.02.64-3.46v-.02a1.19 1.19 0 0 0-.48-.82Zm-17.48-38.41c-2.72.26-7.37.11-10.15.03-2.33-.07-2.48-.07-2.54 0-.08.08-.64.76-.51 1.13.03.09.11.19.31.22.97.12 2.43.5 3.6 1.21 1.47.88 2.2 2.05 2.18 3.47l.02 20.02a8.34 8.34 0 0 1-4.62 7.34 10.58 10.58 0 0 1-10.28-.61c-2.85-1.88-4.28-5.03-4.03-8.86l.02-18.32c0-2.74 1.66-3.39 2.76-3.82.52-.2.89-.35.89-.67 0-.3.09-.52.15-.69.06-.16.11-.28.03-.38-.08-.1-.24-.1-.49-.08-4.43.42-8.59.17-10.83.04-1.47-.09-1.74-.1-1.83-.01a1.192 1.192 0 0 1-.11.1c-.39.35-.79.75-.69 1.06.05.15.2.24.46.27 2.66.33 4.01 1.35 4.01 6l-.04 19.47a11.16 11.16 0 0 0 5.99 10.04 15.78 15.78 0 0 0 7.52 1.83c3.03 0 6.09-.79 8.6-2.35 4.23-2.63 6.43-7.03 6.21-12.4-.14-3.3-.06-19.76-.05-19.93 0-1.71 1.66-2.24 2.76-2.6.56-.18.9-.29.9-.52 0-.17.04-.32.08-.46.05-.19.09-.34 0-.45-.08-.09-.22-.09-.32-.08Zm31.25.33c-2.11.2-5.62.09-7.71.02-1.86-.06-1.87-.05-1.93.01-.08.08-.51.71-.4 1.04.04.11.13.18.26.19 1.59.2 4.26.84 4.26 2.9l-.04 18.56c-.39-.34-1.81-2.07-6.57-8.89-4.45-6.37-9.53-13.91-9.59-13.99l-.04-.06-.07.03c-.03.01-.89.29-6.41-.16h-.04l-.03.02c-.19.13-1.13.82-1.02 1.23.04.15.19.23.45.25 3.89.32 3.87 1.6 3.84 5.01l-.01 1.12-.03 19.66c0 1.31-1.77 1.88-2.83 2.22-.61.2-.92.3-.92.49 0 .11-.02.25-.05.41-.06.33-.11.65.03.8.04.04.11.09.22.08 2.11-.2 5.9-.09 8.17-.02 2.05.06 2.06.05 2.12 0 .1-.1.51-.83.39-1.18a.3.3 0 0 0-.25-.2c-1.53-.19-4.11-.82-4.11-2.9l-.02-18.38c1.67 2.12 14.64 18.74 16.1 23.73.01.03.2.69.64.79l.11.01c.21 0 .42-.13.65-.38.4-.46.61-.54.84-.63.12-.05.25-.1.41-.2.57-.36.58-.64.62-1.26v-.05l-.02-26.53c0-1.31 1.45-1.9 2.41-2.29.51-.2.79-.32.79-.51 0-.12.03-.25.06-.37.05-.2.09-.37-.01-.48-.06-.08-.15-.1-.27-.09Zm190.77.11c-2.24.21-5.84.09-8 .02-1.82-.06-1.9-.05-1.96 0-.05.05-.52.54-.42.83.02.07.09.16.28.18h.32a3.37 3.37 0 0 1 2.69 1.82c.29.66.24 1.37-.14 2.06l-5.87 9.71-5.32-9.2c-.66-1.32-.78-2.62-.33-3.47.31-.58.85-.92 1.61-1.01l.59-.01c.19-.02.26-.12.29-.19.11-.31-.4-.82-.45-.88-.06-.06-.15-.07-2.25 0-2.45.07-6.55.2-8.95-.03-.16-.01-.27.02-.33.1-.11.14-.04.37.06.66l.05.16c.05.16.24.2.52.27.65.15 1.86.42 2.87 2.4l8.42 15.59.07 6.72c-.02 2.86-1.3 3.1-2.06 3.24-.33.06-.62.12-.62.4 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.85-.36 6.9-.14 8.55-.03.51.04.82.06 1 .06.18 0 .24-.02.28-.06.03-.03.84-.85.69-1.3-.05-.15-.18-.23-.4-.26-2.34-.29-2.96-1.34-3-5.07l.02-6.27 8.15-14.59a4.48 4.48 0 0 1 2.93-1.99c.4-.11.64-.17.64-.37 0-.13.04-.26.07-.38.04-.16.08-.29 0-.39-.08-.05-.21-.05-.29-.04Zm-56.72 29.22c-2.04-.25-3.14-1.05-3.14-4.51l-.03-20.51c0-2.05 1.36-2.51 2.26-2.82.44-.15.75-.26.75-.52 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.31.31-7 .13-8.97.03-1.47-.07-1.65-.07-1.72 0-.08.08-.74.76-.61 1.16.03.09.12.21.36.24 1.83.23 4 1.26 4 4.88l.02 20.25c0 2.05-1.25 2.46-2.07 2.74-.39.13-.7.23-.7.49 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.35-.31 6.5-.13 8.19-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.74-.76.61-1.16-.03-.09-.11-.21-.35-.24Zm-21.78-17.36c-.55-.07-1.2-.17-1.83-.36-1.75-.53-4.74-1.82-5.21-4.44-.08-.45-.06-.92.06-1.42.47-1.98 2.52-4.07 6.74-3.44 4.01.6 6.03 3.03 6.01 5.18 0 .1.09.17.18.14l1.15-.34a.28.28 0 0 0 .21-.31 45.093 45.093 0 0 1-.43-4.05c0-.9.24-2.21.38-2.91.15-.73-.06-.56-.06-.56-1.01.52-2.81.26-4.71-.01-1.35-.2-2.74-.4-3.85-.3-6.38.3-9.96 4.51-10.21 8.51a7.117 7.117 0 0 0 1.81 5.22c1.44 1.62 3.65 2.73 6.39 3.21 4.42.97 6.92 2.06 7.48 5.09a5.61 5.61 0 0 1-.19 2.79c-1.2 3.54-4.86 4.11-7.89 3.45-5.15-1.11-7.06-4.52-6.85-7.49 0-.06-.05-.1-.1-.08l-1.51.51a.2.2 0 0 0-.14.21c.17 1.52.35 4.23.03 5.51-.09.37.1.88.53 1.44 1.41 1.81 4.06 3.48 8.5 3.48l.46.01c7.8 0 11.72-4.79 12.07-9.32.31-4.22-2.35-8.84-9.02-9.72Zm48.36-12.05c-.18-.19-.44-.27-.81-.25-.38.02-.86.14-1.47.37-.12.04-.25.07-.37.07h-18.08a.966.966 0 0 1-.37-.07c-1.17-.43-1.83-.49-2.2-.2-.28.22-.39.63-.32 1.29.08.81.04 3.31.01 4.81l-.01 1.04c0 .97.32 1.19.58 1.22.48.05 1.04-.64 1.14-1.2.67-4.02 2.41-3.98 5.29-3.9l1.31.02c1.05 0 1.41.95 1.41 1.39l.01 20.68c0 2.36-1.51 3.03-2.52 3.47-.47.21-.82.36-.82.64 0 .23-.06.45-.11.64-.07.25-.12.45-.01.58.1.12.28.11.41.1 3.82-.36 7.51-.15 9.49-.03.68.04 1.07.06 1.3.06.22 0 .29-.02.33-.06.03-.03.85-.86.69-1.31-.05-.15-.18-.23-.4-.26-2.25-.28-3.56-1.18-3.6-4.98v-19.47c0-.56.39-1.46 1.42-1.46l1.31-.02h.14c2.73-.07 4.11-.11 4.78 3.9.06.33.27.7.54.95.26.23.53.31.75.21.28-.13.43-.52.43-1.18l-.01-1.04c-.02-1.5-.07-4 .01-4.81.05-.58-.02-.96-.25-1.2Zm-117.3-.08c-2.09.2-5.38.09-7.34.02-1.72-.06-1.73-.05-1.78.01-.09.09-.5.74-.39 1.07.04.11.13.18.26.19h.3c.13 0 .24.01.34.04 2.09.5 2.57 3.23 2.12 5.56-.13.68-.35 1.39-.67 2.19l-5.39 13.52-6.32-15.09c-.7-1.83-1.28-3.68-.7-4.79.31-.59.94-.99 1.91-1.23l.69-.09c.13-.02.23-.09.26-.2.12-.35-.32-1.04-.42-1.13-.06-.06-.07-.07-2.26 0-2.42.07-6.48.18-8.71-.02-.12-.01-.2.02-.26.08-.11.12-.06.33-.01.56.03.14.06.28.06.4 0 .19.2.29.54.47.59.31 1.57.83 2.29 2.19 1.01 1.9 11.24 27.73 11.34 27.99.2.63.44.96.72.97h.02c.24 0 .45-.22.64-.66l1.45-3.97c2.76-7.57 8.51-23.33 9.22-24.71a4.195 4.195 0 0 1 1.86-1.94c.25-.14.42-.23.42-.41 0-.11.03-.25.05-.38.05-.24.09-.44-.02-.56-.03-.06-.11-.09-.22-.08Zm26.02 22.93c-.29-.11-.68.12-1.2.71-.12.14-.23.36-.36.65-.58 1.27-1.67 3.64-6.62 3.76-5.36.13-6.96-.33-7.1-2.05-.14-1.73-.01-10.14 0-11 1.96-.59 5.7-.99 5.73-.99 2.21-.1 3 2.33 3.12 3.28.05.44.24.59.38.65.19.08.43.02.64-.16.25-.21.47-.6.4-.98-.08-.39-.02-1.28.05-2.32.14-2.03.29-4.34-.44-4.69-.26-.13-.59-.01-1.01.38-.57.85-1.3 1.49-3 1.8-1.51.28-5.19.56-5.86.61v-9.43c1.05.14 2.34.06 3.7-.03 3.57-.23 7.62-.49 9.13 3.16.36 1.14.73 1.31.98 1.25.49-.12.78-1.29.59-2.37-.38-2.07-.76-5.32-.77-5.36l-.02-.14-.12.06c-.56.28-11 .24-16.61.22h-3.96c-1.45 0-1.63 1.45-1.63 1.47l-.01.11h.11c.02.01 1.43 0 2.54 1.09.89.88 1.34 2.22 1.34 3.97l-.07 19.35c0 2.05-1.42 2.57-2.36 2.91-.45.16-.78.28-.78.54 0 .64.64 1.48 1.32 1.48h18.29c.26 0 .58.08.92.16.37.09.74.17 1.06.17.22 0 .41-.04.56-.15a.783.783 0 0 0 .31-.58c.18-1.42 1.06-6.68 1.07-6.75.02-.07.02-.65-.32-.78Zm-55.71 6.63c-2.33-.29-3.16-1.5-3.16-4.64l-.03-20.62c0-2.06 1.37-2.47 2.27-2.74.44-.13.76-.23.76-.49 0-.2.05-.39.1-.56.06-.22.11-.4.01-.52-.09-.11-.25-.1-.37-.09-3.33.31-7.03.13-9.02.03-1.48-.07-1.65-.07-1.73 0-.08.08-.75.76-.61 1.16.03.09.12.21.36.24 1.84.23 4.02 1.26 4.02 4.89l.04 20.24c0 2.06-1.25 2.53-2.08 2.83-.4.15-.7.26-.7.52 0 .2-.05.39-.1.56-.06.22-.11.4-.01.52.09.11.25.1.37.09 3.36-.32 6.53-.13 8.23-.03l1.11.05c.19 0 .26-.02.29-.05.08-.08.75-.77.61-1.16-.03-.09-.12-.2-.36-.23Zm61.64-24.69c.02.68.14 22.03.14 22.24-.12 1.84-1.44 2.23-2.31 2.49-.43.13-.75.22-.75.47 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.66-.12 8.52-.03 1.38.07 1.53.07 1.61 0 .07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-1.98-.24-3.29-1.03-3.29-4.12v-10.03c1.25.14 1.86-.04 2.35.07 1.47.33 3.44 1.9 5.81 6.12.66 1.17 3.73 6.59 3.59 7.42-.06.35-.55.4-.89.45-.29.05-.56.09-.56.32 0 .18-.05.35-.09.51-.06.2-.11.37-.01.49.09.11.25.11.36.09 3.2-.29 6.58-.12 8.44-.03.69.03.04.05.26.05s.28-.02.32-.05c.07-.07.72-.7.59-1.07-.03-.09-.12-.2-.35-.23-2.04-.24-2.68-1.13-4.98-4.08-.61-.88-1.2-1.79-1.77-2.68-1.84-2.87-3.34-6.42-5.42-8 3.1-.31 4.53-2.03 5.55-3.23a8.04 8.04 0 0 0 1.89-5.57 6.532 6.532 0 0 0-1.95-4.4 7.24 7.24 0 0 0-5.33-1.78c-3.2.11-10.31.02-13.73-.23-.95-.07-1.61-.04-1.99.3-.24.22-.35.56-.35 1.07v.09l.09.01c-.01.02 3.68.53 3.75 3.55Zm4.41-1.92 4.1-.21c2.46-.21 4.53.79 5.55 2.67a4.762 4.762 0 0 1-.38 5.21c-1.66 2.13-5.04 2.75-9.27 1.7v-9.37Z"), h(n, "fill", "#fff"), h(e, "xmlns", "http://www.w3.org/2000/svg"), h(e, "xml:space", "preserve"), h(e, "viewBox", "0 0 260 141");
390
390
  },
391
- m(s, r) {
392
- d(s, e, r), g(e, n), g(n, t), g(n, l);
391
+ m(o, r) {
392
+ d(o, e, r), g(e, n), g(n, t), g(n, l);
393
393
  },
394
- p: k,
395
- i: k,
396
- o: k,
397
- d(s) {
398
- s && v(e);
394
+ p: $,
395
+ i: $,
396
+ o: $,
397
+ d(o) {
398
+ o && v(e);
399
399
  }
400
400
  };
401
401
  }
402
- class Ye extends K {
402
+ class K1 extends Q {
403
403
  constructor(e) {
404
- super(), Q(this, e, null, _t, D, {});
404
+ super(), X(this, e, null, be, D, {});
405
405
  }
406
406
  }
407
- Y(Ye, {}, [], [], !0);
408
- function ht(a) {
407
+ K(K1, {}, [], [], !0);
408
+ function me(s) {
409
409
  let e, n, t;
410
410
  return {
411
411
  c() {
412
- e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M0 0h100v100H0V0z"), _(t, "fill", "#fff"), _(t, "d", "M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"), _(e, "xmlns", "http://www.w3.org/2000/svg"), _(e, "viewBox", "0 0 100 100");
412
+ e = z("svg"), n = z("path"), t = z("path"), h(n, "d", "M0 0h100v100H0V0z"), h(t, "fill", "#fff"), h(t, "d", "M74.6 54.9l-.7 2c2.4 0 5.6 1.4 5.6 2.9v9.5c0-.2-.2 5.4-7.8 5.4-13.7 0-15.6-10-15.6-20 0-6.7 2.4-13 5.8-17 3.4-3.8 9.8-3.6 15-3 5 .4 6.8 8.7 6.8 8.7l1.7-.5.2-13.2s-.7-.7-1.2-.5c-.5.3-2.4 1-3.7 1-1 0-4.6-.7-8.3-.7-6.6 0-13 1.4-17.8 8a32 32 0 00-3.4 6.1V28c0-8 4.1-6.3 4.6-7 .5-1.3.5-1.3-.2-1.5H39.9s-2 1.4-.7 1.4c5.4.5 7.6 2.5 7.6 7.4v25.4c0 6.6-5.1 10.5-12.5 10.5C27 64.2 22 59.5 22 51.5v-23c0-8 4.1-6.6 4.4-7.6.7-1 .7-1.2 0-1.2 0 0-9.3.5-16.2 0 0 0-2 1.5-.7 1.5 5.4.5 5.4 2.9 5.4 8v26.2s-.5 13.9 17.8 13.9c7.8 0 12.5-3.2 15-6.4l1.1-1.7c.3 2.5.8 5 1.5 7.1 3 9.6 14 12.2 17.6 12.2 4.6 0 4.6 0 8.8-2.9 2.2-1.2 10.2-4.4 10.2-4.4V59.8c0-2.2 4-3.2 4-3.2l.2-1.7H74.6z"), h(e, "xmlns", "http://www.w3.org/2000/svg"), h(e, "viewBox", "0 0 100 100");
413
413
  },
414
- m(l, s) {
415
- d(l, e, s), g(e, n), g(e, t);
414
+ m(l, o) {
415
+ d(l, e, o), g(e, n), g(e, t);
416
416
  },
417
- p: k,
418
- i: k,
419
- o: k,
417
+ p: $,
418
+ i: $,
419
+ o: $,
420
420
  d(l) {
421
421
  l && v(e);
422
422
  }
423
423
  };
424
424
  }
425
- class Ke extends K {
425
+ class Q1 extends Q {
426
426
  constructor(e) {
427
- super(), Q(this, e, null, ht, D, {});
427
+ super(), X(this, e, null, me, D, {});
428
428
  }
429
429
  }
430
- Y(Ke, {}, [], [], !0);
431
- function gt(a) {
430
+ K(Q1, {}, [], [], !0);
431
+ function de(s) {
432
432
  let e, n, t;
433
433
  return {
434
434
  c() {
435
- e = R("svg"), n = R("path"), t = R("path"), _(n, "d", "M23.131 0l44.847 90H0V0"), _(n, "fill", "#c20430"), _(t, "d", "M23.131 0l16.03 32.044L55.1 0"), _(t, "fill", "#ffc500"), _(e, "viewBox", "0 0 68 90"), _(e, "xmlns", "http://www.w3.org/2000/svg");
435
+ e = z("svg"), n = z("path"), t = z("path"), h(n, "d", "M23.131 0l44.847 90H0V0"), h(n, "fill", "#c20430"), h(t, "d", "M23.131 0l16.03 32.044L55.1 0"), h(t, "fill", "#ffc500"), h(e, "viewBox", "0 0 68 90"), h(e, "xmlns", "http://www.w3.org/2000/svg");
436
436
  },
437
- m(l, s) {
438
- d(l, e, s), g(e, n), g(e, t);
437
+ m(l, o) {
438
+ d(l, e, o), g(e, n), g(e, t);
439
439
  },
440
- p: k,
441
- i: k,
442
- o: k,
440
+ p: $,
441
+ i: $,
442
+ o: $,
443
443
  d(l) {
444
444
  l && v(e);
445
445
  }
446
446
  };
447
447
  }
448
- class Qe extends K {
448
+ class X1 extends Q {
449
449
  constructor(e) {
450
- super(), Q(this, e, null, gt, D, {});
450
+ super(), X(this, e, null, de, D, {});
451
451
  }
452
452
  }
453
- Y(Qe, {}, [], [], !0);
454
- const { window: Xe } = ot;
455
- function ve(a, e, n) {
456
- const t = a.slice();
457
- return t[12] = e[n], t;
453
+ K(X1, {}, [], [], !0);
454
+ function ve(s) {
455
+ let e, n;
456
+ return {
457
+ c() {
458
+ e = z("svg"), n = z("path"), h(n, "fill", "#FFF"), h(n, "d", "M118 191h44l-1 5-1.7.4-2.2.5-2.3.5c-2 .4-2 .4-2.8 2.6-.2 2.8-.3 5.7-.3 8.5v2.3l-.3 8.3-.4 18.9h48l-.4-17.2v-5.4l-.2-4.3V209c-.1-4-.5-7.3-2.4-10.9-2.1-1.2-2.1-1.2-4.6-1.8l-2.5-.7-1.9-.5v-4h45l-1 5-6 1c-2.3.9-2.3.9-3.1 3.6-1 3.8-1.2 7.4-1.2 11.3v2.4a1241.9 1241.9 0 0 0 0 24 2885.5 2885.5 0 0 1 0 37.8v2.1c0 4.3.6 7.9 2.3 11.8a9.4 9.4 0 0 0 4.6 1.9l2.5.7 1.9.4v4h-45v-4l1.9-.5 2.5-.7 2.4-.7c2.3-1 2.3-1 3.3-3.1 1.2-4 1.3-7.8 1.3-12v-2.3l.2-8.5.4-19.2h-48l.3 20.8v6.6l.2 5.1V283.8l.1 2.2c.5 2.6 1.4 3.4 3.4 5l7 2v4h-44l1-5 1.7-.3 2.2-.5 2.3-.5 1.8-.7c1.3-3.8 1.1-7.3 1.1-11.2v-2.5a2939.2 2939.2 0 0 0 0-41.6 7577.2 7577.2 0 0 0 0-25.5v-2.4a26 26 0 0 0-1.1-8.8c-2.1-1-2.1-1-4.6-1.7l-2.5-.7-1.9-.6v-4ZM60.4 35.9c10.9-.3 26.3-.1 35.6 6.1 1.9 2.9 2.5 5.6 3 9l.7 3.3c.5 5.5.4 11.1.3 16.7h-7l-1-2.6c-3.7-10-6.5-17.3-16.5-22A39 39 0 0 0 46 47a31.1 31.1 0 0 0-16.2 19.3A66.6 66.6 0 0 0 26 84l-.2 2.8c-.4 16 2.8 32.3 14 44.4a36 36 0 0 0 22.7 8.9H67.7l9.3-.1v-26l-15-3v-5h47v5l-8 2v21l4 2-1 5c-25.7 8-53 12-78-1a49.8 49.8 0 0 1-23.7-31.5c-3.7-17-1.8-35 7.7-49.8C20.3 45 35.2 39.5 51.6 36.5c3-.4 5.9-.5 8.8-.6ZM357 190h8l1.4 2.6c11 21 11 21 22.4 41.9l1.4 2.6c2.7 5 5.7 10 8.8 14.9a2549 2549 0 0 0 28.7-56.4c2.2-4.5 2.2-4.5 3.3-5.6h7c1.1 3.4 1.3 6.2 1.5 9.7v2.1a1811.8 1811.8 0 0 1 1.4 24 13740 13740 0 0 0 1.8 34.7c.3 3.5.8 7 1.3 10.5l8 2v4h-37v-4l9-3c1-7.5 1-14.8.6-22.4l-.1-3.5c-.3-7-.8-14-1.5-21.1a53099.4 53099.4 0 0 0-15.5 32.6c-1.8 3.8-3.6 7.6-5.2 11.6l-1.5 3.5-1.2 3-1.6 2.3-7 1-27-54c-.8 5.6-.8 5.6-1.2 11.2l-.1 2.3v2.4l-.2 2.5a2062.7 2062.7 0 0 0-.5 18.2l-.1 2.4c0 4-.1 5.7 2.1 9 2 .8 2 .8 4.1 1.2l3.9.8v4h-29v-4l5.3-1.6c3.5-2.9 3.6-8.2 4-12.5a639.5 639.5 0 0 0 1-15.6 3742 3742 0 0 0 2-34.8c.4-6.2.8-12.4 1.7-18.5ZM466 60h36v4l-8 2-1 32h38l-.4-14.9-.2-4.7v-3.6l-.2-3.8c0-3 0-3-1.2-5l-7-2v-4h36v4l-3.4 1.4c-3.6 1.2-3.6 1.2-4.6 3.6a144 144 0 0 0-.1 8.4 1835.4 1835.4 0 0 0 0 32.9 4733 4733 0 0 0 0 20.1v3.7c0 3 0 3 1.1 5.9 3.5 1.2 3.5 1.2 7 2v5h-36v-5l3.4-.9 3.6-1.1c1.5-3 1.2-6.1 1.3-9.4v-2l.3-7.2.4-16.4h-38l.3 16.3v5.2l.2 4v2.1c0 2.9.2 5 1.9 7.3 2.1 1.4 4 1.8 6.6 2.1v5h-36v-5l3.4-.9 3.6-1.1c1.5-3 1.1-5.6 1.1-8.8V129a2277.6 2277.6 0 0 0 0-24.5v-13L474 66l-8-2v-4ZM631 191a3746.2 3746.2 0 0 1 39-.3h3.2c7.7 0 14.2 1 20.7 5.2 4.9 4.9 6.2 9.6 6.4 16.3a23 23 0 0 1-6.7 16.6 70.3 70.3 0 0 1-8.6 6.2c3.1 10.5 9.6 20.2 15.6 29.3l2 3.1a19 19 0 0 0 9.4 5.6v4l-9 .3h-2.6a20 20 0 0 1-16-5.7c-5.3-5.7-8.1-12.9-11.3-19.9l-1.4-2.8-1.2-2.7c-2.5-3.8-5.4-5-9.8-5.9l-2.7-.3a4283.4 4283.4 0 0 0 .7 22.5v3.6c.1 2.8.1 2.8 1.3 4.9l7 2v4h-36v-4l3.4-.9 3.6-1.1c1.4-2.9 1.1-5.4 1.1-8.6v-2a1954.5 1954.5 0 0 0 0-34 5032.4 5032.4 0 0 0 0-20.8V202c.1-2.8.1-2.8-1.1-4.9l-7-2v-4Zm27 6v37c11.7.5 11.7.5 20.3-4.8 3.9-5 4.1-10.3 4-16.4a20 20 0 0 0-6.9-13.2c-6-4-8.8-2.6-17.4-2.6ZM465 191a3746.2 3746.2 0 0 1 39-.3h3.2c7.3 0 14.1.6 20.2 5 3.9 4.7 6 8.2 5.6 14.3a22 22 0 0 1-8 16 61 61 0 0 1-6 4l2 .8c7.4 3.5 12.3 7 15.4 14.7 1.5 8.3.2 15-4 22.3-8.8 8-20 9.5-31.5 9.4h-3a2228.3 2228.3 0 0 1-32.9-.2v-4l8-3v-72l-8-3v-4Zm27 6v31c10.2.7 10.2.7 18-3 3.8-4.4 5-8.3 5-14-1-5.6-2.7-8.4-7-12-5-2.9-5-2.9-16-2Zm0 37v36c6.4 1.6 14 2.5 20-.7 4-3.1 6.3-6.3 7-11.3.5-6.5-.4-12-4.7-17-7.1-6.8-12.6-7-22.3-7ZM120 60h37v5l-8 1a4656.6 4656.6 0 0 0-.3 45.5V122c.7 6 3.8 10.1 8.3 14a25 25 0 0 0 18.5 3.6c5.7-1.7 9.5-4.2 12.7-9.5 3.6-6.8 4-13.2 4-20.8v-2.5a1878.3 1878.3 0 0 0 0-13c0-9.4-.3-18.5-1.2-27.8l-9-1v-5h30v5l-3 1.4c-3 1.3-3 1.3-4 3.6l-.2 4.6-.1 2.8-.1 3.1a14657 14657 0 0 1-.9 26.8v3c-.5 10.8-2.6 22.5-10.4 30.5-10.2 8.3-22.8 8.4-35.3 7.2-9.7-1.8-18-5.4-23.8-13.6a57 57 0 0 1-5.6-28.4v-3.3l-.1-13.8a1867.6 1867.6 0 0 0-.1-16.3v-2.5L128 68c-3-2-4.6-2.5-8-3v-5ZM245 191h36v5l-3.4.8-3.6 1.2c-1 3-1.1 4.8-1.2 7.9v9.6a2945.5 2945.5 0 0 0-.2 27.8c0 7.6 1.1 14 5 20.5a26.2 26.2 0 0 0 17 7.3c5.5-.2 10.3-1.3 14.5-4.9 9.8-10.5 8.1-24.7 7.9-38.2a538953547 538953547 0 0 0-.3-15.4v-4l-.2-3.7v-3.3l-.5-2.6a17.8 17.8 0 0 0-9-3v-5h30v5l-3 .9c-3.1.7-3.1.7-4 3.1-.8 7.3-1 14.7-1.2 22v2.2l-.2 8.4c-.2 13.6-.6 27.5-10 38-8 7.8-17.8 9-28.5 8.9a40.4 40.4 0 0 1-29.6-12c-6.5-8.1-7-18.7-7-28.6v-17.4a1950.9 1950.9 0 0 0 0-13.7l-.1-3v-2.6c-.5-2.7-1.2-3.6-3.4-5.2-2.6-.7-2.6-.7-5-1v-5ZM226 60h61c.7 3.4 1.1 5.9 1.1 9.2v7L288 82l-6 1-.5-2c-1.4-5.1-2.6-9.2-6.5-13-2.7-1-4.6-1.2-7.4-1.3l-2.4-.1-2.9-.2-9.3-.4v32l8.8-.3h2.8l2.2-.2h2.2c2.5-.6 3.4-1.5 5-3.5.7-3.1.7-3.1 1-6h5v27h-5l-.4-1.7-.5-2.2-.5-2.3c-.4-2-.4-2-2.6-2.8l-4.1-.3-2.2-.1-2.8-.2-8.9-.4v34c14.7 1.6 14.7 1.6 27.8-2.6 4-4.3 6-9.7 7.2-15.4h5c1 1 1 1 1.3 4.1-.1 6.7-1.3 15.8-4.3 21.9h-64v-5l3.4-.9 3.6-1.1c1.5-3 1.1-5.6 1.1-8.8V129a2277.6 2277.6 0 0 0 0-24.5v-13L234 66l-8-2v-4ZM385 60a3108.7 3108.7 0 0 1 35.6-.3h3c9 0 18.2 1.3 25.4 7.3 5.7 6.2 6.4 11.6 6.2 19.8-.5 7.2-3 11.7-8.2 16.7-3.1 2.4-6.4 4-10 5.5l-2.8 1.2c-5 1.2-10 1.5-15.2 1.8v-6l2-.7c6.2-2.3 11-4.3 14.1-10.6a32 32 0 0 0-.2-19.2c-3-4-6.1-6.9-10.9-8.5h-11a6904.5 6904.5 0 0 0-.3 64.1v3.8c0 3 0 3 1.6 5 2.7 1.8 5.5 1.8 8.7 2.1v5h-38v-5l3.4-.9 3.6-1.1c1.4-2.9 1.1-5.4 1.1-8.6v-2a1954.5 1954.5 0 0 0 0-34 5032.4 5032.4 0 0 0 0-20.8V71c.1-2.8.1-2.8-1.1-4.9l-7-2v-4ZM549 191h61c.7 3.4 1.1 5.9 1.1 9.2v7l-.1 5.8h-6l-.8-2.3-1-3-1-3c-1.5-3.4-3-5-6.2-6.7-1.5-.2-3-.2-4.6-.3l-2.4-.1-3.1-.2-9.9-.4v32l8.8-.3h2.8l2.2-.2h2.2c2.5-.6 3.4-1.5 5-3.5.7-3.1.7-3.1 1-6h5v27h-5l-.4-1.7-.5-2.2-.6-2.3c-.3-1.8-.3-1.8-1.5-2.8a67 67 0 0 0-6.6-.4l-3-.2-9.4-.4v34l10 .3h3.1A24 24 0 0 0 605 266c1.7-1.8 1.7-1.8 2.4-3.9l.9-2 2.7-8.1h6c.3 5.5-.4 10.5-1.4 15.9l-.4 2c-1 4.8-1 4.8-2.2 7.1h-64v-4l3.4-.8 3.6-1.2c1.1-3.4 1.1-6 1.1-9.5v-2a1827.6 1827.6 0 0 0 0-32.8 4720.2 4720.2 0 0 0 0-20.2V203c0-3 0-3-1.1-5.9-3.5-1.2-3.5-1.2-7-2v-4ZM0 164h710v3H0v-3ZM308 60h37v4l-1.7.5-2.2.8-2.3.7c-2 .8-2 .8-2.4 2.6-.5 3-.6 6-.6 9.1v2a2130.2 2130.2 0 0 0-.3 23.1l-.2 12.2-.3 24 7.2.5 2 .2c6.3.5 11 .2 16.3-3.4 3-2.8 4-5.2 5.3-9l1.3-3.6.9-2.7 6 1-.3 6.3-.2 3.6c-.6 5.1-2.1 10.1-3.5 15.1h-62v-5l8-2V67l-8-3v-4ZM154 0c7 0 7 0 9.3 2l2 2.8 2.3 3 1.2 1.6 5 6.5L179 23l1-23h7v38c-6 0-6 0-8.5-2l-2.3-2.8-2.6-3c-4-5-7.8-10-11.6-15.2l-1 23h-7V0ZM468.5.8c4.2 2.4 7 5.4 8.9 9.8a28.6 28.6 0 0 1-1 18.8 19.8 19.8 0 0 1-11.4 9.2c-6.1 1.2-11.6.5-17-2.6a21 21 0 0 1-7.8-12.9A25 25 0 0 1 445 5 23 23 0 0 1 468.5.8ZM451 10c-2.6 5-2.2 9.7-1 15 1.7 3.6 2.7 4.8 6 7 3.4.6 3.4.6 7 0a15 15 0 0 0 6-8c.8-7.6.8-7.6-1.9-14.6-2.7-3-3.4-3.3-7.4-3.7-4.4.4-5.8 1.1-8.7 4.3ZM279 0c17 0 17 0 23 3 2.8 4.2 2.7 8 2 13-2 3.1-2 3.1-4 5a208 208 0 0 0 7 16c-6.8 2-6.8 2-9 2a1982.7 1982.7 0 0 1-4.5-8.8c-2.5-5-2.5-5-2.5-7.2h-4v15h-8V0Zm8 6v11c2.9.3 2.9.3 6 0 2-1.6 2-1.6 3-4-.2-3.4-.6-4.6-3-7-3-.2-3-.2-6 0ZM665.5 377.7c4.1 3.8 7.2 7 7.7 12.7.2 6.4-.2 11.4-4.2 16.6-5 4-9.2 5.4-15.6 5.3a18 18 0 0 1-12.8-7.3 26 26 0 0 1-2.6-16c1.7-5.3 4.2-9 9-12 6-2 12.8-2 18.5.7Zm-16.4 6.3c-3.5 5-3.4 9-2.5 14.8 1.6 3.7 2.8 5.3 6.4 7.2 4.2 0 6.2-.3 9.4-3 2.4-4.5 3.3-9 2-14a12.2 12.2 0 0 0-5.4-7c-4.3-.6-6.3-.5-9.9 2ZM600.5 377.7c4.1 3.8 7.2 7 7.7 12.7.2 6.4-.2 11.4-4.2 16.6-5 4-9.2 5.4-15.6 5.3a18 18 0 0 1-12.8-7.3 26 26 0 0 1-2.6-16c1.7-5.3 4.2-9 9-12 6-2 12.8-2 18.5.7Zm-16.4 6.3c-3.5 5-3.4 9-2.5 14.8 1.6 3.7 2.8 5.3 6.4 7.2 4.2 0 6.2-.3 9.4-3 2.4-4.5 3.3-9 2-14a12.2 12.2 0 0 0-5.4-7c-4.3-.6-6.3-.5-9.9 2ZM496.5 377.7c4.1 3.8 7.2 7 7.7 12.7.2 6.4-.2 11.4-4.2 16.6-5 4-9.2 5.4-15.6 5.3a18 18 0 0 1-12.8-7.3 26 26 0 0 1-2.6-16c1.7-5.3 4.2-9 9-12 6-2 12.8-2 18.5.7Zm-16.4 6.3c-3.5 5-3.4 9-2.5 14.8 1.6 3.7 2.8 5.3 6.4 7.2 4.2 0 6.2-.3 9.4-3 2.4-4.5 3.3-9 2-14a12.2 12.2 0 0 0-5.4-7c-4.3-.6-6.3-.5-9.9 2ZM427.2 376.7c5.2 2.7 8 6.9 9.8 12.3.8 6.5-.2 11.6-4 17-3.9 4-7.6 6.1-13.2 6.3-5 0-8.8-1.3-12.8-4.3-5.1-6.4-5.6-12-5-20 1.8-5.3 4.6-7.8 9-11 4.6-2.3 11.4-1.8 16.2-.3Zm-14 7.6c-3.4 4.2-3.6 7.5-3.2 12.7 1.5 4 3 7.1 7 9 3.5-.1 6-.3 8.9-2.4 3.1-4.5 2.5-10.3 2.1-15.6-1.4-3.1-2-4.5-5-6-4.5-.5-6.3-.6-9.9 2.3ZM678 376c6 0 6 0 7.7 1.2l1.3 1.6 1.5 1.8 1.6 2 1.5 1.8c3.3 4 6.3 8.3 9.4 12.6l1-21h7v35c-7 0-7 0-9-1.5l-1.6-2-1.8-2.3-1.9-2.4-1.8-2.4L685 390l-1 21h-6v-35ZM509 376c6 0 6 0 7.7 1.2l1.3 1.6 1.5 1.8 1.6 2 1.5 1.8c3.3 4 6.3 8.3 9.4 12.6l1-21h7v35c-7 0-7 0-9-1.5l-1.6-2-1.8-2.3-1.9-2.4-1.8-2.4L516 390l-1 21h-6v-35ZM114 0h9v2.4l.4 10.8.2 3.9v3.6l.2 3.4c.1 3.1.1 3.1 1.2 6.9h9c3.9-5.9 3.6-12 3.7-18.9V8.6L138 0h7a1012.3 1012.3 0 0 1 .4 22.9v3.7c-.5 4-1.9 6.2-4.4 9.4-4.8 3.5-10.7 3.4-16.4 2.6-4.2-1-5.8-2.3-8.6-5.6-2.4-7-2.2-13.7-2.1-21V8.5L114 0ZM442 376c16 0 16 0 21 3 2.5 2.5 2.3 3.4 2.3 6.9v2.6c-.4 3-1.2 4.3-3.3 6.5h-2l1.8 3 2.2 3.9 1.2 2c2.8 4.9 2.8 4.9 2.8 7.1l-9 1-3-5.9-1.7-3.3C453 400 453 400 453 398h-4v13h-7v-35Zm7 6v10l7-1c.7-3.4.7-3.4 1-7-1.9-2.3-1.9-2.3-5.1-2.1l-2.9.1ZM210 0h8c3.4 8.2 6.3 16.6 9 25 2.9-7 5.5-14 8-21.2 1-2.8 1-2.8 2-3.8h7c-.6 5.1-1.7 9.4-3.7 14.2l-.8 2a834.7 834.7 0 0 1-4.2 10.4c-4.1 10.2-4.1 10.2-5.3 11.4h-7l-5-12-1.1-2.8L213 14l-1.2-3-1.2-3-1-2.6C209 3 209 3 210 0ZM249 0h21v6h-12v9h12v6h-12v11h14v6h-23V0ZM323.9-.2h3.2c2.8.2 4.5.7 6.9 2.2l-2 5h-10c.3 3.4.8 4.8 3.2 7.4l2.7 2.2c7 5.8 7 5.8 7.5 11.3 0 3.4-.4 4-2.6 7-5.4 4-8.8 4.3-15.4 3.6-2.4-.5-4.2-1.3-6.4-2.5l1-5c3-1 3-1 5.4 0 3 1.2 4.5.9 7.6 0 .1-2.9.1-4.4-1-7-2.4-2.3-5-4.3-7.7-6.2C314 16 314 16 312 13c-.5-4.2-.5-6.3 1.9-9.9 3.3-3.3 5.4-3.3 10-3.3ZM390 0h9l6 14 8-14h7c-.4 4.1-2 6.8-4.2 10.3-5.9 9.2-7.1 16.9-6.8 27.7h-9l.1-2.8c0-10.3-2.5-17.2-7.7-26L391.1 7l-1.3-2C389 3 389 3 390 0ZM356 0h31v6h-11v32h-9V6h-11V0ZM485 0h21v6h-13v11h13v6h-13v15h-8V0ZM543 376h29v6h-11v29h-8v-29h-10v-6ZM372 376h29v6h-11v29h-8v-29h-10v-6ZM342 0h9v38h-9V0ZM196 0h9v38h-9V0Z"), h(e, "xmlns", "http://www.w3.org/2000/svg"), re(e, "height", "100%"), h(e, "viewBox", "0 0 712 300");
459
+ },
460
+ m(t, l) {
461
+ d(t, e, l), g(e, n);
462
+ },
463
+ p: $,
464
+ i: $,
465
+ o: $,
466
+ d(t) {
467
+ t && v(e);
468
+ }
469
+ };
458
470
  }
459
- function we(a, e, n) {
460
- const t = a.slice();
461
- return t[15] = e[n], t;
471
+ class ee extends Q {
472
+ constructor(e) {
473
+ super(), X(this, e, null, ve, D, {});
474
+ }
475
+ }
476
+ K(ee, {}, [], [], !0);
477
+ const { window: te } = ie;
478
+ function $1(s, e, n) {
479
+ const t = s.slice();
480
+ return t[13] = e[n], t;
462
481
  }
463
- function $e(a, e, n) {
464
- const t = a.slice();
465
- return t[12] = e[n], t;
482
+ function k1(s, e, n) {
483
+ const t = s.slice();
484
+ return t[16] = e[n], t;
466
485
  }
467
- function ke(a, e, n) {
468
- const t = a.slice();
469
- return t[15] = e[n], t;
486
+ function y1(s, e, n) {
487
+ const t = s.slice();
488
+ return t[13] = e[n], t;
470
489
  }
471
- function ye(a, e, n) {
472
- const t = a.slice();
473
- return t[12] = e[n], t;
490
+ function x1(s, e, n) {
491
+ const t = s.slice();
492
+ return t[16] = e[n], t;
474
493
  }
475
- function xe(a, e, n) {
476
- const t = a.slice();
477
- return t[15] = e[n], t;
494
+ function Z1(s, e, n) {
495
+ const t = s.slice();
496
+ return t[13] = e[n], t;
478
497
  }
479
- function Ce(a, e, n) {
480
- const t = a.slice();
481
- return t[15] = e[n], t;
498
+ function C1(s, e, n) {
499
+ const t = s.slice();
500
+ return t[16] = e[n], t;
482
501
  }
483
- function Le(a, e, n) {
484
- const t = a.slice();
485
- return t[12] = e[n], t;
502
+ function M1(s, e, n) {
503
+ const t = s.slice();
504
+ return t[16] = e[n], t;
486
505
  }
487
- function Ne(a, e, n) {
488
- const t = a.slice();
489
- return t[12] = e[n], t;
506
+ function L1(s, e, n) {
507
+ const t = s.slice();
508
+ return t[13] = e[n], t;
490
509
  }
491
- function Ae(a, e, n) {
492
- const t = a.slice();
493
- return t[15] = e[n], t;
510
+ function A1(s, e, n) {
511
+ const t = s.slice();
512
+ return t[13] = e[n], t;
494
513
  }
495
- function je(a) {
496
- let e, n, t = [], l = /* @__PURE__ */ new Map(), s, r = j([
514
+ function N1(s, e, n) {
515
+ const t = s.slice();
516
+ return t[16] = e[n], t;
517
+ }
518
+ function j1(s) {
519
+ let e, n, t = [], l = /* @__PURE__ */ new Map(), o, r = L([
497
520
  .../*topLinks*/
498
- a[6],
521
+ s[7],
499
522
  /*account*/
500
- a[9]
523
+ s[10]
501
524
  ]);
502
- const i = (o) => (
525
+ const c = (a) => (
503
526
  /*item*/
504
- o[12].text || /*item*/
505
- o[12].title
527
+ a[13].text || /*item*/
528
+ a[13].title
506
529
  );
507
- for (let o = 0; o < r.length; o += 1) {
508
- let c = Ne(a, r, o), u = i(c);
509
- l.set(u, t[o] = Se(u, c));
530
+ for (let a = 0; a < r.length; a += 1) {
531
+ let i = A1(s, r, a), u = c(i);
532
+ l.set(u, t[a] = S1(u, i));
510
533
  }
511
534
  return {
512
535
  c() {
513
536
  e = b("nav"), n = b("ul");
514
- for (let o = 0; o < t.length; o += 1)
515
- t[o].c();
516
- _(n, "class", "flex h-full items-center justify-end [&>li]:contents"), _(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-1320px)/2)] text-3xl"), _(e, "aria-label", "Secondary");
537
+ for (let a = 0; a < t.length; a += 1)
538
+ t[a].c();
539
+ h(n, "class", "flex h-full items-center justify-end [&>li]:contents"), h(e, "class", "flex h-16 justify-end bg-white px-[calc((100%-1320px)/2)] text-3xl"), h(e, "aria-label", "Secondary");
517
540
  },
518
- m(o, c) {
519
- d(o, e, c), g(e, n);
541
+ m(a, i) {
542
+ d(a, e, i), g(e, n);
520
543
  for (let u = 0; u < t.length; u += 1)
521
544
  t[u] && t[u].m(n, null);
522
- s = !0;
545
+ o = !0;
523
546
  },
524
- p(o, c) {
525
- c[0] & /*topLinks, account*/
526
- 576 && (r = j([
547
+ p(a, i) {
548
+ i[0] & /*topLinks, account*/
549
+ 1152 && (r = L([
527
550
  .../*topLinks*/
528
- o[6],
551
+ a[7],
529
552
  /*account*/
530
- o[9]
531
- ]), E(), t = ie(t, c, i, 1, o, r, l, n, ce, Se, null, Ne), U());
553
+ a[10]
554
+ ]), E(), t = u1(t, i, c, 1, a, r, l, n, f1, S1, null, A1), U());
532
555
  },
533
- i(o) {
534
- if (!s) {
535
- for (let c = 0; c < r.length; c += 1)
536
- p(t[c]);
537
- s = !0;
556
+ i(a) {
557
+ if (!o) {
558
+ for (let i = 0; i < r.length; i += 1)
559
+ p(t[i]);
560
+ o = !0;
538
561
  }
539
562
  },
540
- o(o) {
541
- for (let c = 0; c < t.length; c += 1)
542
- m(t[c]);
543
- s = !1;
563
+ o(a) {
564
+ for (let i = 0; i < t.length; i += 1)
565
+ m(t[i]);
566
+ o = !1;
544
567
  },
545
- d(o) {
546
- o && v(e);
547
- for (let c = 0; c < t.length; c += 1)
548
- t[c].d();
568
+ d(a) {
569
+ a && v(e);
570
+ for (let i = 0; i < t.length; i += 1)
571
+ t[i].d();
549
572
  }
550
573
  };
551
574
  }
552
- function pt(a) {
575
+ function we(s) {
553
576
  let e, n = (
554
577
  /*item*/
555
- a[12].text.toUpperCase() + ""
578
+ s[13].text.toUpperCase() + ""
556
579
  ), t;
557
580
  return {
558
581
  c() {
559
- e = b("a"), t = T(n), _(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), _(
582
+ e = b("a"), t = F(n), h(e, "class", "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey"), h(
560
583
  e,
561
584
  "href",
562
585
  /*item*/
563
- a[12].href
564
- ), te(
586
+ s[13].href
587
+ ), n1(
565
588
  e,
566
589
  "bg-uofg-yellow",
567
590
  /*item*/
568
- a[12].highlight
591
+ s[13].highlight
569
592
  );
570
593
  },
571
- m(l, s) {
572
- d(l, e, s), g(e, t);
594
+ m(l, o) {
595
+ d(l, e, o), g(e, t);
573
596
  },
574
- p: k,
575
- i: k,
576
- o: k,
597
+ p: $,
598
+ i: $,
599
+ o: $,
577
600
  d(l) {
578
601
  l && v(e);
579
602
  }
580
603
  };
581
604
  }
582
- function bt(a) {
605
+ function $e(s) {
583
606
  let e, n;
584
- return e = new O({
607
+ return e = new P({
585
608
  props: {
586
609
  class: "relative h-full",
587
610
  buttonClass: `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-grey aria-expanded:bg-uofg-grey ${/*item*/
588
- a[12].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
611
+ s[13].icon ? "" : "[&_svg]:aria-expanded:rotate-180"}`,
589
612
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
590
613
  as: "ul",
591
614
  buttonAriaLabel: (
592
615
  /*item*/
593
- a[12].icon ? (
616
+ s[13].icon ? (
594
617
  /*item*/
595
- a[12].text
618
+ s[13].text
596
619
  ) : void 0
597
620
  ),
598
621
  $$slots: {
599
- button: [wt],
600
- default: [mt]
622
+ button: [Ze],
623
+ default: [ke]
601
624
  },
602
- $$scope: { ctx: a }
625
+ $$scope: { ctx: s }
603
626
  }
604
627
  }), {
605
628
  c() {
606
- L(e.$$.fragment);
629
+ Z(e.$$.fragment);
607
630
  },
608
631
  m(t, l) {
609
- N(e, t, l), n = !0;
632
+ C(e, t, l), n = !0;
610
633
  },
611
634
  p(t, l) {
612
- const s = {};
635
+ const o = {};
613
636
  l[1] & /*$$scope*/
614
- 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
637
+ 16 && (o.$$scope = { dirty: l, ctx: t }), e.$set(o);
615
638
  },
616
639
  i(t) {
617
640
  n || (p(e.$$.fragment, t), n = !0);
@@ -620,71 +643,71 @@ function bt(a) {
620
643
  m(e.$$.fragment, t), n = !1;
621
644
  },
622
645
  d(t) {
623
- A(e, t);
646
+ M(e, t);
624
647
  }
625
648
  };
626
649
  }
627
- function Ze(a) {
650
+ function V1(s) {
628
651
  let e, n, t = (
629
652
  /*link*/
630
- a[15].text + ""
631
- ), l, s, r = [
653
+ s[16].text + ""
654
+ ), l, o, r = [
632
655
  {
633
656
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"
634
657
  },
635
658
  {
636
659
  href: (
637
660
  /*link*/
638
- a[15].href
661
+ s[16].href
639
662
  )
640
663
  },
641
664
  /*link*/
642
- a[15].attributes
643
- ], i = {};
644
- for (let o = 0; o < r.length; o += 1)
645
- i = G(i, r[o]);
665
+ s[16].attributes
666
+ ], c = {};
667
+ for (let a = 0; a < r.length; a += 1)
668
+ c = Y(c, r[a]);
646
669
  return {
647
670
  c() {
648
- e = b("li"), n = b("a"), l = T(t), s = x(), I(n, i);
671
+ e = b("li"), n = b("a"), l = F(t), o = x(), I(n, c);
649
672
  },
650
- m(o, c) {
651
- d(o, e, c), g(e, n), g(n, l), g(e, s);
673
+ m(a, i) {
674
+ d(a, e, i), g(e, n), g(n, l), g(e, o);
652
675
  },
653
- p: k,
654
- d(o) {
655
- o && v(e);
676
+ p: $,
677
+ d(a) {
678
+ a && v(e);
656
679
  }
657
680
  };
658
681
  }
659
- function mt(a) {
660
- let e, n = j(
682
+ function ke(s) {
683
+ let e, n = L(
661
684
  /*item*/
662
- a[12].links
685
+ s[13].links
663
686
  ), t = [];
664
687
  for (let l = 0; l < n.length; l += 1)
665
- t[l] = Ze(Ae(a, n, l));
688
+ t[l] = V1(N1(s, n, l));
666
689
  return {
667
690
  c() {
668
691
  for (let l = 0; l < t.length; l += 1)
669
692
  t[l].c();
670
693
  e = q();
671
694
  },
672
- m(l, s) {
695
+ m(l, o) {
673
696
  for (let r = 0; r < t.length; r += 1)
674
- t[r] && t[r].m(l, s);
675
- d(l, e, s);
697
+ t[r] && t[r].m(l, o);
698
+ d(l, e, o);
676
699
  },
677
- p(l, s) {
678
- if (s[0] & /*topLinks, account*/
679
- 576) {
680
- n = j(
700
+ p(l, o) {
701
+ if (o[0] & /*topLinks, account*/
702
+ 1152) {
703
+ n = L(
681
704
  /*item*/
682
- l[12].links
705
+ l[13].links
683
706
  );
684
707
  let r;
685
708
  for (r = 0; r < n.length; r += 1) {
686
- const i = Ae(l, n, r);
687
- t[r] ? t[r].p(i, s) : (t[r] = Ze(i), t[r].c(), t[r].m(e.parentNode, e));
709
+ const c = N1(l, n, r);
710
+ t[r] ? t[r].p(c, o) : (t[r] = V1(c), t[r].c(), t[r].m(e.parentNode, e));
688
711
  }
689
712
  for (; r < t.length; r += 1)
690
713
  t[r].d(1);
@@ -692,45 +715,45 @@ function mt(a) {
692
715
  }
693
716
  },
694
717
  d(l) {
695
- l && v(e), V(t, l);
718
+ l && v(e), J(t, l);
696
719
  }
697
720
  };
698
721
  }
699
- function dt(a) {
722
+ function ye(s) {
700
723
  let e, n, t, l;
701
- return t = new W({ props: { icon: ne } }), {
724
+ return t = new W({ props: { icon: a1 } }), {
702
725
  c() {
703
726
  e = b("span"), e.textContent = `${/*item*/
704
- a[12].text.toUpperCase()}`, n = x(), L(t.$$.fragment);
727
+ s[13].text.toUpperCase()}`, n = x(), Z(t.$$.fragment);
705
728
  },
706
- m(s, r) {
707
- d(s, e, r), d(s, n, r), N(t, s, r), l = !0;
729
+ m(o, r) {
730
+ d(o, e, r), d(o, n, r), C(t, o, r), l = !0;
708
731
  },
709
- p: k,
710
- i(s) {
711
- l || (p(t.$$.fragment, s), l = !0);
732
+ p: $,
733
+ i(o) {
734
+ l || (p(t.$$.fragment, o), l = !0);
712
735
  },
713
- o(s) {
714
- m(t.$$.fragment, s), l = !1;
736
+ o(o) {
737
+ m(t.$$.fragment, o), l = !1;
715
738
  },
716
- d(s) {
717
- s && (v(e), v(n)), A(t, s);
739
+ d(o) {
740
+ o && (v(e), v(n)), M(t, o);
718
741
  }
719
742
  };
720
743
  }
721
- function vt(a) {
744
+ function xe(s) {
722
745
  let e, n;
723
746
  return e = new W({ props: { icon: (
724
747
  /*item*/
725
- a[12].icon
748
+ s[13].icon
726
749
  ) } }), {
727
750
  c() {
728
- L(e.$$.fragment);
751
+ Z(e.$$.fragment);
729
752
  },
730
753
  m(t, l) {
731
- N(e, t, l), n = !0;
754
+ C(e, t, l), n = !0;
732
755
  },
733
- p: k,
756
+ p: $,
734
757
  i(t) {
735
758
  n || (p(e.$$.fragment, t), n = !0);
736
759
  },
@@ -738,62 +761,62 @@ function vt(a) {
738
761
  m(e.$$.fragment, t), n = !1;
739
762
  },
740
763
  d(t) {
741
- A(e, t);
764
+ M(e, t);
742
765
  }
743
766
  };
744
767
  }
745
- function wt(a) {
768
+ function Ze(s) {
746
769
  let e, n, t, l;
747
- const s = [vt, dt], r = [];
748
- function i(o, c) {
770
+ const o = [xe, ye], r = [];
771
+ function c(a, i) {
749
772
  return (
750
773
  /*item*/
751
- o[12].icon ? 0 : 1
774
+ a[13].icon ? 0 : 1
752
775
  );
753
776
  }
754
- return n = i(a), t = r[n] = s[n](a), {
777
+ return n = c(s), t = r[n] = o[n](s), {
755
778
  c() {
756
- e = b("span"), t.c(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button"), te(
779
+ e = b("span"), t.c(), h(e, "class", "flex gap-2 [&>svg]:transition-transform"), h(e, "slot", "button"), n1(
757
780
  e,
758
781
  "bg-uofg-yellow",
759
782
  /*item*/
760
- a[12].highlight
783
+ s[13].highlight
761
784
  );
762
785
  },
763
- m(o, c) {
764
- d(o, e, c), r[n].m(e, null), l = !0;
786
+ m(a, i) {
787
+ d(a, e, i), r[n].m(e, null), l = !0;
765
788
  },
766
- p(o, c) {
767
- t.p(o, c);
789
+ p(a, i) {
790
+ t.p(a, i);
768
791
  },
769
- i(o) {
792
+ i(a) {
770
793
  l || (p(t), l = !0);
771
794
  },
772
- o(o) {
795
+ o(a) {
773
796
  m(t), l = !1;
774
797
  },
775
- d(o) {
776
- o && v(e), r[n].d();
798
+ d(a) {
799
+ a && v(e), r[n].d();
777
800
  }
778
801
  };
779
802
  }
780
- function Se(a, e) {
781
- let n, t, l, s, r;
782
- const i = [bt, pt], o = [];
783
- function c(u, f) {
803
+ function S1(s, e) {
804
+ let n, t, l, o, r;
805
+ const c = [$e, we], a = [];
806
+ function i(u, f) {
784
807
  return (
785
808
  /*item*/
786
- u[12].links ? 0 : 1
809
+ u[13].links ? 0 : 1
787
810
  );
788
811
  }
789
- return t = c(e), l = o[t] = i[t](e), {
790
- key: a,
812
+ return t = i(e), l = a[t] = c[t](e), {
813
+ key: s,
791
814
  first: null,
792
815
  c() {
793
- n = b("li"), l.c(), s = x(), this.first = n;
816
+ n = b("li"), l.c(), o = x(), this.first = n;
794
817
  },
795
818
  m(u, f) {
796
- d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
819
+ d(u, n, f), a[t].m(n, null), g(n, o), r = !0;
797
820
  },
798
821
  p(u, f) {
799
822
  e = u, l.p(e, f);
@@ -805,18 +828,18 @@ function Se(a, e) {
805
828
  m(l), r = !1;
806
829
  },
807
830
  d(u) {
808
- u && v(n), o[t].d();
831
+ u && v(n), a[t].d();
809
832
  }
810
833
  };
811
834
  }
812
- function Me(a) {
835
+ function U1(s) {
813
836
  let e, n, t;
814
- return n = new Qe({}), {
837
+ return n = new X1({}), {
815
838
  c() {
816
- e = b("div"), L(n.$$.fragment), _(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
839
+ e = b("div"), Z(n.$$.fragment), h(e, "class", "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto");
817
840
  },
818
- m(l, s) {
819
- d(l, e, s), N(n, e, null), t = !0;
841
+ m(l, o) {
842
+ d(l, e, o), C(n, e, null), t = !0;
820
843
  },
821
844
  i(l) {
822
845
  t || (p(n.$$.fragment, l), t = !0);
@@ -825,18 +848,18 @@ function Me(a) {
825
848
  m(n.$$.fragment, l), t = !1;
826
849
  },
827
850
  d(l) {
828
- l && v(e), A(n);
851
+ l && v(e), M(n);
829
852
  }
830
853
  };
831
854
  }
832
- function $t(a) {
855
+ function Ce(s) {
833
856
  let e, n;
834
- return e = new Ke({}), {
857
+ return e = new Q1({}), {
835
858
  c() {
836
- L(e.$$.fragment);
859
+ Z(e.$$.fragment);
837
860
  },
838
861
  m(t, l) {
839
- N(e, t, l), n = !0;
862
+ C(e, t, l), n = !0;
840
863
  },
841
864
  i(t) {
842
865
  n || (p(e.$$.fragment, t), n = !0);
@@ -845,18 +868,18 @@ function $t(a) {
845
868
  m(e.$$.fragment, t), n = !1;
846
869
  },
847
870
  d(t) {
848
- A(e, t);
871
+ M(e, t);
849
872
  }
850
873
  };
851
874
  }
852
- function kt(a) {
875
+ function Me(s) {
853
876
  let e, n;
854
- return e = new Ye({}), {
877
+ return e = new K1({}), {
855
878
  c() {
856
- L(e.$$.fragment);
879
+ Z(e.$$.fragment);
857
880
  },
858
881
  m(t, l) {
859
- N(e, t, l), n = !0;
882
+ C(e, t, l), n = !0;
860
883
  },
861
884
  i(t) {
862
885
  n || (p(e.$$.fragment, t), n = !0);
@@ -865,188 +888,211 @@ function kt(a) {
865
888
  m(e.$$.fragment, t), n = !1;
866
889
  },
867
890
  d(t) {
868
- A(e, t);
891
+ M(e, t);
869
892
  }
870
893
  };
871
894
  }
872
- function yt(a) {
873
- let e, n, t, l, s, r, i, o, c, u, f;
895
+ function Le(s) {
896
+ let e, n, t, l, o, r, c, a, i, u, f;
874
897
  return l = new W({ props: { icon: (
875
898
  /*search*/
876
- a[8].icon
877
- ) } }), i = new O({
899
+ s[9].icon
900
+ ) } }), c = new P({
878
901
  props: {
879
902
  class: "h-full",
903
+ buttonAriaLabel: "Account Menu",
880
904
  buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black",
881
905
  contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents",
882
906
  as: "ul",
883
907
  $$slots: {
884
- button: [Lt],
885
- default: [Ct]
908
+ button: [Ve],
909
+ default: [je]
886
910
  },
887
- $$scope: { ctx: a }
911
+ $$scope: { ctx: s }
888
912
  }
889
- }), u = new O({
913
+ }), u = new P({
890
914
  props: {
891
915
  class: "h-full",
916
+ buttonAriaLabel: "Main Menu",
892
917
  buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black [&_svg]:aria-expanded:rotate-180",
893
918
  contentClass: "absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
894
919
  as: "ul",
895
920
  $$slots: {
896
- button: [Mt],
897
- default: [St]
921
+ button: [Be],
922
+ default: [Te]
898
923
  },
899
- $$scope: { ctx: a }
924
+ $$scope: { ctx: s }
900
925
  }
901
926
  }), {
902
927
  c() {
903
- e = b("ul"), n = b("li"), t = b("a"), L(l.$$.fragment), s = x(), r = b("li"), L(i.$$.fragment), o = x(), c = b("li"), L(u.$$.fragment), _(t, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), _(
928
+ e = b("ul"), n = b("li"), t = b("a"), Z(l.$$.fragment), o = x(), r = b("li"), Z(c.$$.fragment), a = x(), i = b("li"), Z(u.$$.fragment), h(t, "class", "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-white focus:bg-white aria-expanded:bg-white hover:text-black focus:text-black aria-expanded:text-black"), h(
904
929
  t,
905
930
  "href",
906
931
  /*search*/
907
- a[8].href
908
- ), _(
932
+ s[9].href
933
+ ), h(
909
934
  t,
910
935
  "aria-label",
911
936
  /*search*/
912
- a[8].text
913
- ), _(e, "class", "flex h-full [&>li]:contents");
937
+ s[9].text
938
+ ), h(e, "class", "flex h-full [&>li]:contents");
914
939
  },
915
- m(h, C) {
916
- d(h, e, C), g(e, n), g(n, t), N(l, t, null), g(e, s), g(e, r), N(i, r, null), g(e, o), g(e, c), N(u, c, null), f = !0;
940
+ m(_, y) {
941
+ d(_, e, y), g(e, n), g(n, t), C(l, t, null), g(e, o), g(e, r), C(c, r, null), g(e, a), g(e, i), C(u, i, null), f = !0;
917
942
  },
918
- p(h, C) {
919
- const M = {};
920
- C[1] & /*$$scope*/
921
- 8 && (M.$$scope = { dirty: C, ctx: h }), i.$set(M);
943
+ p(_, y) {
944
+ const R = {};
945
+ y[1] & /*$$scope*/
946
+ 16 && (R.$$scope = { dirty: y, ctx: _ }), c.$set(R);
922
947
  const w = {};
923
- C[1] & /*$$scope*/
924
- 8 && (w.$$scope = { dirty: C, ctx: h }), u.$set(w);
948
+ y[1] & /*$$scope*/
949
+ 16 && (w.$$scope = { dirty: y, ctx: _ }), u.$set(w);
925
950
  },
926
- i(h) {
927
- f || (p(l.$$.fragment, h), p(i.$$.fragment, h), p(u.$$.fragment, h), f = !0);
951
+ i(_) {
952
+ f || (p(l.$$.fragment, _), p(c.$$.fragment, _), p(u.$$.fragment, _), f = !0);
928
953
  },
929
- o(h) {
930
- m(l.$$.fragment, h), m(i.$$.fragment, h), m(u.$$.fragment, h), f = !1;
954
+ o(_) {
955
+ m(l.$$.fragment, _), m(c.$$.fragment, _), m(u.$$.fragment, _), f = !1;
931
956
  },
932
- d(h) {
933
- h && v(e), A(l), A(i), A(u);
957
+ d(_) {
958
+ _ && v(e), M(l), M(c), M(u);
934
959
  }
935
960
  };
936
961
  }
937
- function xt(a) {
938
- let e, n, t, l, s, r, i = j(
962
+ function Ae(s) {
963
+ let e, n, t, l, o, r, c = L(
939
964
  /*mainLinks*/
940
- a[7]
941
- ), o = [];
942
- for (let c = 0; c < i.length; c += 1)
943
- o[c] = ze(Le(a, i, c));
944
- return s = new W({ props: { icon: (
965
+ s[8]
966
+ ), a = [];
967
+ for (let i = 0; i < c.length; i += 1)
968
+ a[i] = B1(L1(s, c, i));
969
+ return o = new W({ props: { icon: (
945
970
  /*search*/
946
- a[8].icon
971
+ s[9].icon
947
972
  ) } }), {
948
973
  c() {
949
974
  e = b("ul");
950
- for (let c = 0; c < o.length; c += 1)
951
- o[c].c();
952
- n = x(), t = b("li"), l = b("a"), L(s.$$.fragment), _(l, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), _(
975
+ for (let i = 0; i < a.length; i += 1)
976
+ a[i].c();
977
+ n = x(), t = b("li"), l = b("a"), Z(o.$$.fragment), h(l, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 pb-6 pt-8 text-uofg-yellow transition-colors hover:border-uofg-yellow hover:text-white [&>svg]:fill-current"), h(
953
978
  l,
954
979
  "href",
955
980
  /*search*/
956
- a[8].href
957
- ), _(
981
+ s[9].href
982
+ ), h(
958
983
  l,
959
984
  "aria-label",
960
985
  /*search*/
961
- a[8].text
962
- ), _(e, "class", "flex ml-auto [&>li]:contents text-4xl");
986
+ s[9].text
987
+ ), h(e, "class", "flex ml-auto [&>li]:contents text-4xl");
963
988
  },
964
- m(c, u) {
965
- d(c, e, u);
966
- for (let f = 0; f < o.length; f += 1)
967
- o[f] && o[f].m(e, null);
968
- g(e, n), g(e, t), g(t, l), N(s, l, null), r = !0;
989
+ m(i, u) {
990
+ d(i, e, u);
991
+ for (let f = 0; f < a.length; f += 1)
992
+ a[f] && a[f].m(e, null);
993
+ g(e, n), g(e, t), g(t, l), C(o, l, null), r = !0;
969
994
  },
970
- p(c, u) {
995
+ p(i, u) {
971
996
  if (u[0] & /*mainLinks*/
972
- 128) {
973
- i = j(
997
+ 256) {
998
+ c = L(
974
999
  /*mainLinks*/
975
- c[7]
1000
+ i[8]
976
1001
  );
977
1002
  let f;
978
- for (f = 0; f < i.length; f += 1) {
979
- const h = Le(c, i, f);
980
- o[f] ? o[f].p(h, u) : (o[f] = ze(h), o[f].c(), o[f].m(e, n));
1003
+ for (f = 0; f < c.length; f += 1) {
1004
+ const _ = L1(i, c, f);
1005
+ a[f] ? a[f].p(_, u) : (a[f] = B1(_), a[f].c(), a[f].m(e, n));
981
1006
  }
982
- for (; f < o.length; f += 1)
983
- o[f].d(1);
984
- o.length = i.length;
1007
+ for (; f < a.length; f += 1)
1008
+ a[f].d(1);
1009
+ a.length = c.length;
985
1010
  }
986
1011
  },
987
- i(c) {
988
- r || (p(s.$$.fragment, c), r = !0);
1012
+ i(i) {
1013
+ r || (p(o.$$.fragment, i), r = !0);
989
1014
  },
990
- o(c) {
991
- m(s.$$.fragment, c), r = !1;
1015
+ o(i) {
1016
+ m(o.$$.fragment, i), r = !1;
992
1017
  },
993
- d(c) {
994
- c && v(e), V(o, c), A(s);
1018
+ d(i) {
1019
+ i && v(e), J(a, i), M(o);
995
1020
  }
996
1021
  };
997
1022
  }
998
- function Ue(a) {
1023
+ function Ne(s) {
1024
+ let e, n, t;
1025
+ return n = new ee({}), {
1026
+ c() {
1027
+ e = b("a"), Z(n.$$.fragment), h(e, "href", "https://www.guelphhumber.ca"), h(e, "class", "w-auto h-full p-6 ml-auto transition-opacity focus:opacity-75 hover:opacity-75");
1028
+ },
1029
+ m(l, o) {
1030
+ d(l, e, o), C(n, e, null), t = !0;
1031
+ },
1032
+ p: $,
1033
+ i(l) {
1034
+ t || (p(n.$$.fragment, l), t = !0);
1035
+ },
1036
+ o(l) {
1037
+ m(n.$$.fragment, l), t = !1;
1038
+ },
1039
+ d(l) {
1040
+ l && v(e), M(n);
1041
+ }
1042
+ };
1043
+ }
1044
+ function E1(s) {
999
1045
  let e, n, t = (
1000
1046
  /*link*/
1001
- a[15].text + ""
1002
- ), l, s;
1047
+ s[16].text + ""
1048
+ ), l, o;
1003
1049
  return {
1004
1050
  c() {
1005
- e = b("li"), n = b("a"), l = T(t), s = x(), _(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), _(
1051
+ e = b("li"), n = b("a"), l = F(t), o = x(), h(n, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow"), h(
1006
1052
  n,
1007
1053
  "href",
1008
1054
  /*link*/
1009
- a[15].href
1010
- ), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1055
+ s[16].href
1056
+ ), h(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1011
1057
  },
1012
- m(r, i) {
1013
- d(r, e, i), g(e, n), g(n, l), g(e, s);
1058
+ m(r, c) {
1059
+ d(r, e, c), g(e, n), g(n, l), g(e, o);
1014
1060
  },
1015
- p: k,
1061
+ p: $,
1016
1062
  d(r) {
1017
1063
  r && v(e);
1018
1064
  }
1019
1065
  };
1020
1066
  }
1021
- function Ct(a) {
1022
- let e, n = j(
1067
+ function je(s) {
1068
+ let e, n = L(
1023
1069
  /*account*/
1024
- a[9].links
1070
+ s[10].links
1025
1071
  ), t = [];
1026
1072
  for (let l = 0; l < n.length; l += 1)
1027
- t[l] = Ue(Ce(a, n, l));
1073
+ t[l] = E1(M1(s, n, l));
1028
1074
  return {
1029
1075
  c() {
1030
1076
  for (let l = 0; l < t.length; l += 1)
1031
1077
  t[l].c();
1032
1078
  e = q();
1033
1079
  },
1034
- m(l, s) {
1080
+ m(l, o) {
1035
1081
  for (let r = 0; r < t.length; r += 1)
1036
- t[r] && t[r].m(l, s);
1037
- d(l, e, s);
1082
+ t[r] && t[r].m(l, o);
1083
+ d(l, e, o);
1038
1084
  },
1039
- p(l, s) {
1040
- if (s[0] & /*account*/
1041
- 512) {
1042
- n = j(
1085
+ p(l, o) {
1086
+ if (o[0] & /*account*/
1087
+ 1024) {
1088
+ n = L(
1043
1089
  /*account*/
1044
- l[9].links
1090
+ l[10].links
1045
1091
  );
1046
1092
  let r;
1047
1093
  for (r = 0; r < n.length; r += 1) {
1048
- const i = Ce(l, n, r);
1049
- t[r] ? t[r].p(i, s) : (t[r] = Ue(i), t[r].c(), t[r].m(e.parentNode, e));
1094
+ const c = M1(l, n, r);
1095
+ t[r] ? t[r].p(c, o) : (t[r] = E1(c), t[r].c(), t[r].m(e.parentNode, e));
1050
1096
  }
1051
1097
  for (; r < t.length; r += 1)
1052
1098
  t[r].d(1);
@@ -1054,28 +1100,28 @@ function Ct(a) {
1054
1100
  }
1055
1101
  },
1056
1102
  d(l) {
1057
- l && v(e), V(t, l);
1103
+ l && v(e), J(t, l);
1058
1104
  }
1059
1105
  };
1060
1106
  }
1061
- function Lt(a) {
1107
+ function Ve(s) {
1062
1108
  let e, n;
1063
1109
  return e = new W({
1064
1110
  props: {
1065
1111
  slot: "button",
1066
1112
  icon: (
1067
1113
  /*account*/
1068
- a[9].icon
1114
+ s[10].icon
1069
1115
  )
1070
1116
  }
1071
1117
  }), {
1072
1118
  c() {
1073
- L(e.$$.fragment);
1119
+ Z(e.$$.fragment);
1074
1120
  },
1075
1121
  m(t, l) {
1076
- N(e, t, l), n = !0;
1122
+ C(e, t, l), n = !0;
1077
1123
  },
1078
- p: k,
1124
+ p: $,
1079
1125
  i(t) {
1080
1126
  n || (p(e.$$.fragment, t), n = !0);
1081
1127
  },
@@ -1083,43 +1129,43 @@ function Lt(a) {
1083
1129
  m(e.$$.fragment, t), n = !1;
1084
1130
  },
1085
1131
  d(t) {
1086
- A(e, t);
1132
+ M(e, t);
1087
1133
  }
1088
1134
  };
1089
1135
  }
1090
- function Nt(a) {
1136
+ function Se(s) {
1091
1137
  let e, n = (
1092
1138
  /*item*/
1093
- a[12].text + ""
1139
+ s[13].text + ""
1094
1140
  ), t;
1095
1141
  return {
1096
1142
  c() {
1097
- e = b("a"), t = T(n), _(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), _(
1143
+ e = b("a"), t = F(n), h(e, "class", "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey"), h(
1098
1144
  e,
1099
1145
  "href",
1100
1146
  /*item*/
1101
- a[12].href
1102
- ), te(
1147
+ s[13].href
1148
+ ), n1(
1103
1149
  e,
1104
1150
  "bg-uofg-yellow",
1105
1151
  /*item*/
1106
- a[12].highlight
1152
+ s[13].highlight
1107
1153
  );
1108
1154
  },
1109
- m(l, s) {
1110
- d(l, e, s), g(e, t);
1155
+ m(l, o) {
1156
+ d(l, e, o), g(e, t);
1111
1157
  },
1112
- p: k,
1113
- i: k,
1114
- o: k,
1158
+ p: $,
1159
+ i: $,
1160
+ o: $,
1115
1161
  d(l) {
1116
1162
  l && v(e);
1117
1163
  }
1118
1164
  };
1119
1165
  }
1120
- function At(a) {
1166
+ function Ue(s) {
1121
1167
  let e, n;
1122
- return e = new O({
1168
+ return e = new P({
1123
1169
  props: {
1124
1170
  class: "relative w-full",
1125
1171
  buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
@@ -1127,22 +1173,22 @@ function At(a) {
1127
1173
  as: "ul",
1128
1174
  autoCollapse: !1,
1129
1175
  $$slots: {
1130
- button: [Zt],
1131
- default: [jt]
1176
+ button: [Fe],
1177
+ default: [Ee]
1132
1178
  },
1133
- $$scope: { ctx: a }
1179
+ $$scope: { ctx: s }
1134
1180
  }
1135
1181
  }), {
1136
1182
  c() {
1137
- L(e.$$.fragment);
1183
+ Z(e.$$.fragment);
1138
1184
  },
1139
1185
  m(t, l) {
1140
- N(e, t, l), n = !0;
1186
+ C(e, t, l), n = !0;
1141
1187
  },
1142
1188
  p(t, l) {
1143
- const s = {};
1189
+ const o = {};
1144
1190
  l[1] & /*$$scope*/
1145
- 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1191
+ 16 && (o.$$scope = { dirty: l, ctx: t }), e.$set(o);
1146
1192
  },
1147
1193
  i(t) {
1148
1194
  n || (p(e.$$.fragment, t), n = !0);
@@ -1151,71 +1197,71 @@ function At(a) {
1151
1197
  m(e.$$.fragment, t), n = !1;
1152
1198
  },
1153
1199
  d(t) {
1154
- A(e, t);
1200
+ M(e, t);
1155
1201
  }
1156
1202
  };
1157
1203
  }
1158
- function Ee(a) {
1204
+ function F1(s) {
1159
1205
  let e, n, t = (
1160
1206
  /*link*/
1161
- a[15].text + ""
1162
- ), l, s, r = [
1207
+ s[16].text + ""
1208
+ ), l, o, r = [
1163
1209
  {
1164
1210
  class: "border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey"
1165
1211
  },
1166
1212
  {
1167
1213
  href: (
1168
1214
  /*link*/
1169
- a[15].href
1215
+ s[16].href
1170
1216
  )
1171
1217
  },
1172
1218
  /*link*/
1173
- a[15].attributes
1174
- ], i = {};
1175
- for (let o = 0; o < r.length; o += 1)
1176
- i = G(i, r[o]);
1219
+ s[16].attributes
1220
+ ], c = {};
1221
+ for (let a = 0; a < r.length; a += 1)
1222
+ c = Y(c, r[a]);
1177
1223
  return {
1178
1224
  c() {
1179
- e = b("li"), n = b("a"), l = T(t), s = x(), I(n, i);
1225
+ e = b("li"), n = b("a"), l = F(t), o = x(), I(n, c);
1180
1226
  },
1181
- m(o, c) {
1182
- d(o, e, c), g(e, n), g(n, l), g(e, s);
1227
+ m(a, i) {
1228
+ d(a, e, i), g(e, n), g(n, l), g(e, o);
1183
1229
  },
1184
- p: k,
1185
- d(o) {
1186
- o && v(e);
1230
+ p: $,
1231
+ d(a) {
1232
+ a && v(e);
1187
1233
  }
1188
1234
  };
1189
1235
  }
1190
- function jt(a) {
1191
- let e, n = j(
1236
+ function Ee(s) {
1237
+ let e, n = L(
1192
1238
  /*item*/
1193
- a[12].links
1239
+ s[13].links
1194
1240
  ), t = [];
1195
1241
  for (let l = 0; l < n.length; l += 1)
1196
- t[l] = Ee(xe(a, n, l));
1242
+ t[l] = F1(C1(s, n, l));
1197
1243
  return {
1198
1244
  c() {
1199
1245
  for (let l = 0; l < t.length; l += 1)
1200
1246
  t[l].c();
1201
1247
  e = q();
1202
1248
  },
1203
- m(l, s) {
1249
+ m(l, o) {
1204
1250
  for (let r = 0; r < t.length; r += 1)
1205
- t[r] && t[r].m(l, s);
1206
- d(l, e, s);
1251
+ t[r] && t[r].m(l, o);
1252
+ d(l, e, o);
1207
1253
  },
1208
- p(l, s) {
1209
- if (s[0] & /*mainLinks, topLinks*/
1210
- 192) {
1211
- n = j(
1254
+ p(l, o) {
1255
+ if (o[0] & /*mainLinks, topLinks*/
1256
+ 384) {
1257
+ n = L(
1212
1258
  /*item*/
1213
- l[12].links
1259
+ l[13].links
1214
1260
  );
1215
1261
  let r;
1216
1262
  for (r = 0; r < n.length; r += 1) {
1217
- const i = xe(l, n, r);
1218
- t[r] ? t[r].p(i, s) : (t[r] = Ee(i), t[r].c(), t[r].m(e.parentNode, e));
1263
+ const c = C1(l, n, r);
1264
+ t[r] ? t[r].p(c, o) : (t[r] = F1(c), t[r].c(), t[r].m(e.parentNode, e));
1219
1265
  }
1220
1266
  for (; r < t.length; r += 1)
1221
1267
  t[r].d(1);
@@ -1223,74 +1269,74 @@ function jt(a) {
1223
1269
  }
1224
1270
  },
1225
1271
  d(l) {
1226
- l && v(e), V(t, l);
1272
+ l && v(e), J(t, l);
1227
1273
  }
1228
1274
  };
1229
1275
  }
1230
- function Zt(a) {
1231
- let e, n, t, l, s;
1232
- return l = new W({ props: { icon: ne } }), {
1276
+ function Fe(s) {
1277
+ let e, n, t, l, o;
1278
+ return l = new W({ props: { icon: a1 } }), {
1233
1279
  c() {
1234
1280
  e = b("span"), n = b("span"), n.textContent = `${/*item*/
1235
- a[12].text}`, t = x(), L(l.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button"), te(
1281
+ s[13].text}`, t = x(), Z(l.$$.fragment), h(n, "class", "mr-auto"), h(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), h(e, "slot", "button"), n1(
1236
1282
  e,
1237
1283
  "bg-uofg-yellow",
1238
1284
  /*item*/
1239
- a[12].highlight
1285
+ s[13].highlight
1240
1286
  );
1241
1287
  },
1242
- m(r, i) {
1243
- d(r, e, i), g(e, n), g(e, t), N(l, e, null), s = !0;
1288
+ m(r, c) {
1289
+ d(r, e, c), g(e, n), g(e, t), C(l, e, null), o = !0;
1244
1290
  },
1245
- p: k,
1291
+ p: $,
1246
1292
  i(r) {
1247
- s || (p(l.$$.fragment, r), s = !0);
1293
+ o || (p(l.$$.fragment, r), o = !0);
1248
1294
  },
1249
1295
  o(r) {
1250
- m(l.$$.fragment, r), s = !1;
1296
+ m(l.$$.fragment, r), o = !1;
1251
1297
  },
1252
1298
  d(r) {
1253
- r && v(e), A(l);
1299
+ r && v(e), M(l);
1254
1300
  }
1255
1301
  };
1256
1302
  }
1257
- function Te(a) {
1258
- let e, n, t, l, s;
1259
- const r = [At, Nt], i = [];
1260
- function o(c, u) {
1303
+ function T1(s) {
1304
+ let e, n, t, l, o;
1305
+ const r = [Ue, Se], c = [];
1306
+ function a(i, u) {
1261
1307
  return (
1262
1308
  /*item*/
1263
- c[12].links ? 0 : 1
1309
+ i[13].links ? 0 : 1
1264
1310
  );
1265
1311
  }
1266
- return n = o(a), t = i[n] = r[n](a), {
1312
+ return n = a(s), t = c[n] = r[n](s), {
1267
1313
  c() {
1268
- e = b("li"), t.c(), l = x(), _(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1314
+ e = b("li"), t.c(), l = x(), h(e, "class", "[&>*]:first:mt-4 [&>*]:last:mb-4");
1269
1315
  },
1270
- m(c, u) {
1271
- d(c, e, u), i[n].m(e, null), g(e, l), s = !0;
1316
+ m(i, u) {
1317
+ d(i, e, u), c[n].m(e, null), g(e, l), o = !0;
1272
1318
  },
1273
- p(c, u) {
1274
- t.p(c, u);
1319
+ p(i, u) {
1320
+ t.p(i, u);
1275
1321
  },
1276
- i(c) {
1277
- s || (p(t), s = !0);
1322
+ i(i) {
1323
+ o || (p(t), o = !0);
1278
1324
  },
1279
- o(c) {
1280
- m(t), s = !1;
1325
+ o(i) {
1326
+ m(t), o = !1;
1281
1327
  },
1282
- d(c) {
1283
- c && v(e), i[n].d();
1328
+ d(i) {
1329
+ i && v(e), c[n].d();
1284
1330
  }
1285
1331
  };
1286
1332
  }
1287
- function St(a) {
1288
- let e, n, t = j([.../*mainLinks*/
1289
- a[7], .../*topLinks*/
1290
- a[6]]), l = [];
1333
+ function Te(s) {
1334
+ let e, n, t = L([.../*mainLinks*/
1335
+ s[8], .../*topLinks*/
1336
+ s[7]]), l = [];
1291
1337
  for (let r = 0; r < t.length; r += 1)
1292
- l[r] = Te(ye(a, t, r));
1293
- const s = (r) => m(l[r], 1, 1, () => {
1338
+ l[r] = T1(Z1(s, t, r));
1339
+ const o = (r) => m(l[r], 1, 1, () => {
1294
1340
  l[r] = null;
1295
1341
  });
1296
1342
  return {
@@ -1299,55 +1345,55 @@ function St(a) {
1299
1345
  l[r].c();
1300
1346
  e = q();
1301
1347
  },
1302
- m(r, i) {
1303
- for (let o = 0; o < l.length; o += 1)
1304
- l[o] && l[o].m(r, i);
1305
- d(r, e, i), n = !0;
1306
- },
1307
- p(r, i) {
1308
- if (i[0] & /*mainLinks, topLinks*/
1309
- 192) {
1310
- t = j([.../*mainLinks*/
1311
- r[7], .../*topLinks*/
1312
- r[6]]);
1313
- let o;
1314
- for (o = 0; o < t.length; o += 1) {
1315
- const c = ye(r, t, o);
1316
- l[o] ? (l[o].p(c, i), p(l[o], 1)) : (l[o] = Te(c), l[o].c(), p(l[o], 1), l[o].m(e.parentNode, e));
1348
+ m(r, c) {
1349
+ for (let a = 0; a < l.length; a += 1)
1350
+ l[a] && l[a].m(r, c);
1351
+ d(r, e, c), n = !0;
1352
+ },
1353
+ p(r, c) {
1354
+ if (c[0] & /*mainLinks, topLinks*/
1355
+ 384) {
1356
+ t = L([.../*mainLinks*/
1357
+ r[8], .../*topLinks*/
1358
+ r[7]]);
1359
+ let a;
1360
+ for (a = 0; a < t.length; a += 1) {
1361
+ const i = Z1(r, t, a);
1362
+ l[a] ? (l[a].p(i, c), p(l[a], 1)) : (l[a] = T1(i), l[a].c(), p(l[a], 1), l[a].m(e.parentNode, e));
1317
1363
  }
1318
- for (E(), o = t.length; o < l.length; o += 1)
1319
- s(o);
1364
+ for (E(), a = t.length; a < l.length; a += 1)
1365
+ o(a);
1320
1366
  U();
1321
1367
  }
1322
1368
  },
1323
1369
  i(r) {
1324
1370
  if (!n) {
1325
- for (let i = 0; i < t.length; i += 1)
1326
- p(l[i]);
1371
+ for (let c = 0; c < t.length; c += 1)
1372
+ p(l[c]);
1327
1373
  n = !0;
1328
1374
  }
1329
1375
  },
1330
1376
  o(r) {
1331
1377
  l = l.filter(Boolean);
1332
- for (let i = 0; i < l.length; i += 1)
1333
- m(l[i]);
1378
+ for (let c = 0; c < l.length; c += 1)
1379
+ m(l[c]);
1334
1380
  n = !1;
1335
1381
  },
1336
1382
  d(r) {
1337
- r && v(e), V(l, r);
1383
+ r && v(e), J(l, r);
1338
1384
  }
1339
1385
  };
1340
1386
  }
1341
- function Mt(a) {
1387
+ function Be(s) {
1342
1388
  let e, n;
1343
- return e = new W({ props: { slot: "button", icon: De } }), {
1389
+ return e = new W({ props: { slot: "button", icon: J1 } }), {
1344
1390
  c() {
1345
- L(e.$$.fragment);
1391
+ Z(e.$$.fragment);
1346
1392
  },
1347
1393
  m(t, l) {
1348
- N(e, t, l), n = !0;
1394
+ C(e, t, l), n = !0;
1349
1395
  },
1350
- p: k,
1396
+ p: $,
1351
1397
  i(t) {
1352
1398
  n || (p(e.$$.fragment, t), n = !0);
1353
1399
  },
@@ -1355,111 +1401,114 @@ function Mt(a) {
1355
1401
  m(e.$$.fragment, t), n = !1;
1356
1402
  },
1357
1403
  d(t) {
1358
- A(e, t);
1404
+ M(e, t);
1359
1405
  }
1360
1406
  };
1361
1407
  }
1362
- function ze(a) {
1408
+ function B1(s) {
1363
1409
  let e, n, t = (
1364
1410
  /*item*/
1365
- a[12].text + ""
1366
- ), l, s;
1411
+ s[13].text + ""
1412
+ ), l, o;
1367
1413
  return {
1368
1414
  c() {
1369
- e = b("li"), n = b("a"), l = T(t), s = x(), _(n, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), _(
1415
+ e = b("li"), n = b("a"), l = F(t), o = x(), h(n, "class", "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-6 pt-8 transition-colors hover:border-uofg-yellow hover:text-uofg-yellow"), h(
1370
1416
  n,
1371
1417
  "href",
1372
1418
  /*item*/
1373
- a[12].href
1419
+ s[13].href
1374
1420
  );
1375
1421
  },
1376
- m(r, i) {
1377
- d(r, e, i), g(e, n), g(n, l), g(e, s);
1422
+ m(r, c) {
1423
+ d(r, e, c), g(e, n), g(n, l), g(e, o);
1378
1424
  },
1379
- p: k,
1425
+ p: $,
1380
1426
  d(r) {
1381
1427
  r && v(e);
1382
1428
  }
1383
1429
  };
1384
1430
  }
1385
- function Be(a) {
1386
- let e, n, t, l, s, r, i = (
1431
+ function z1(s) {
1432
+ let e, n, t, l, o, r, c = (
1387
1433
  /*pageTitle*/
1388
- a[1] && Fe(a)
1434
+ s[1] && R1(s)
1389
1435
  );
1390
- const o = [zt, Tt], c = [];
1391
- function u(f, h) {
1436
+ const a = [Ie, He], i = [];
1437
+ function u(f, _) {
1392
1438
  return (
1393
1439
  /*windowWidth*/
1394
- f[3] >= F && !/*subNavigationIsOverflowing*/
1395
- f[5] ? 0 : 1
1440
+ f[4] >= H && !/*subNavigationIsOverflowing*/
1441
+ f[6] ? 0 : (
1442
+ /*subNavigation*/
1443
+ f[0].length > 0 ? 1 : -1
1444
+ )
1396
1445
  );
1397
1446
  }
1398
- return l = u(a), s = c[l] = o[l](a), {
1447
+ return ~(l = u(s)) && (o = i[l] = a[l](s)), {
1399
1448
  c() {
1400
- e = b("nav"), n = b("ul"), i && i.c(), t = x(), s.c(), _(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), _(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), _(e, "aria-label", "Page Specific");
1449
+ e = b("nav"), n = b("ul"), c && c.c(), t = x(), o && o.c(), h(n, "class", "flex h-full w-fit min-w-full overflow-y-visible items-center justify-end [&>li]:contents relative"), h(e, "class", "block align-items relative h-[5rem] justify-end bg-uofg-grey px-[calc((100%-1320px)/2)] text-3xl lg:h-16 lg:whitespace-nowrap"), h(e, "aria-label", "Page Specific");
1401
1450
  },
1402
- m(f, h) {
1403
- d(f, e, h), g(e, n), i && i.m(n, null), g(n, t), c[l].m(n, null), a[11](n), r = !0;
1451
+ m(f, _) {
1452
+ d(f, e, _), g(e, n), c && c.m(n, null), g(n, t), ~l && i[l].m(n, null), s[12](n), r = !0;
1404
1453
  },
1405
- p(f, h) {
1454
+ p(f, _) {
1406
1455
  /*pageTitle*/
1407
- f[1] ? i ? i.p(f, h) : (i = Fe(f), i.c(), i.m(n, t)) : i && (i.d(1), i = null);
1408
- let C = l;
1409
- l = u(f), l === C ? c[l].p(f, h) : (E(), m(c[C], 1, 1, () => {
1410
- c[C] = null;
1411
- }), U(), s = c[l], s ? s.p(f, h) : (s = c[l] = o[l](f), s.c()), p(s, 1), s.m(n, null));
1456
+ f[1] ? c ? c.p(f, _) : (c = R1(f), c.c(), c.m(n, t)) : c && (c.d(1), c = null);
1457
+ let y = l;
1458
+ l = u(f), l === y ? ~l && i[l].p(f, _) : (o && (E(), m(i[y], 1, 1, () => {
1459
+ i[y] = null;
1460
+ }), U()), ~l ? (o = i[l], o ? o.p(f, _) : (o = i[l] = a[l](f), o.c()), p(o, 1), o.m(n, null)) : o = null);
1412
1461
  },
1413
1462
  i(f) {
1414
- r || (p(s), r = !0);
1463
+ r || (p(o), r = !0);
1415
1464
  },
1416
1465
  o(f) {
1417
- m(s), r = !1;
1466
+ m(o), r = !1;
1418
1467
  },
1419
1468
  d(f) {
1420
- f && v(e), i && i.d(), c[l].d(), a[11](null);
1469
+ f && v(e), c && c.d(), ~l && i[l].d(), s[12](null);
1421
1470
  }
1422
1471
  };
1423
1472
  }
1424
- function Fe(a) {
1473
+ function R1(s) {
1425
1474
  let e;
1426
- function n(s, r) {
1475
+ function n(o, r) {
1427
1476
  return (
1428
1477
  /*pageURL*/
1429
- s[2] ? Et : Ut
1478
+ o[2] ? Re : ze
1430
1479
  );
1431
1480
  }
1432
- let t = n(a), l = t(a);
1481
+ let t = n(s), l = t(s);
1433
1482
  return {
1434
1483
  c() {
1435
1484
  e = b("li"), l.c();
1436
1485
  },
1437
- m(s, r) {
1438
- d(s, e, r), l.m(e, null);
1486
+ m(o, r) {
1487
+ d(o, e, r), l.m(e, null);
1439
1488
  },
1440
- p(s, r) {
1441
- t === (t = n(s)) && l ? l.p(s, r) : (l.d(1), l = t(s), l && (l.c(), l.m(e, null)));
1489
+ p(o, r) {
1490
+ t === (t = n(o)) && l ? l.p(o, r) : (l.d(1), l = t(o), l && (l.c(), l.m(e, null)));
1442
1491
  },
1443
- d(s) {
1444
- s && v(e), l.d();
1492
+ d(o) {
1493
+ o && v(e), l.d();
1445
1494
  }
1446
1495
  };
1447
1496
  }
1448
- function Ut(a) {
1497
+ function ze(s) {
1449
1498
  let e, n;
1450
1499
  return {
1451
1500
  c() {
1452
- e = b("span"), n = T(
1501
+ e = b("span"), n = F(
1453
1502
  /*pageTitle*/
1454
- a[1]
1455
- ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
1503
+ s[1]
1504
+ ), h(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold");
1456
1505
  },
1457
1506
  m(t, l) {
1458
1507
  d(t, e, l), g(e, n);
1459
1508
  },
1460
1509
  p(t, l) {
1461
1510
  l[0] & /*pageTitle*/
1462
- 2 && ee(
1511
+ 2 && l1(
1463
1512
  n,
1464
1513
  /*pageTitle*/
1465
1514
  t[1]
@@ -1470,18 +1519,18 @@ function Ut(a) {
1470
1519
  }
1471
1520
  };
1472
1521
  }
1473
- function Et(a) {
1522
+ function Re(s) {
1474
1523
  let e, n;
1475
1524
  return {
1476
1525
  c() {
1477
- e = b("a"), n = T(
1526
+ e = b("a"), n = F(
1478
1527
  /*pageTitle*/
1479
- a[1]
1480
- ), _(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), _(
1528
+ s[1]
1529
+ ), h(e, "class", "mr-auto flex h-full items-center justify-center px-4 font-bold transition-colors hover:bg-uofg-yellow"), h(
1481
1530
  e,
1482
1531
  "href",
1483
1532
  /*pageURL*/
1484
- a[2]
1533
+ s[2]
1485
1534
  );
1486
1535
  },
1487
1536
  m(t, l) {
@@ -1489,12 +1538,12 @@ function Et(a) {
1489
1538
  },
1490
1539
  p(t, l) {
1491
1540
  l[0] & /*pageTitle*/
1492
- 2 && ee(
1541
+ 2 && l1(
1493
1542
  n,
1494
1543
  /*pageTitle*/
1495
1544
  t[1]
1496
1545
  ), l[0] & /*pageURL*/
1497
- 4 && _(
1546
+ 4 && h(
1498
1547
  e,
1499
1548
  "href",
1500
1549
  /*pageURL*/
@@ -1506,32 +1555,32 @@ function Et(a) {
1506
1555
  }
1507
1556
  };
1508
1557
  }
1509
- function Tt(a) {
1558
+ function He(s) {
1510
1559
  let e, n;
1511
- return e = new O({
1560
+ return e = new P({
1512
1561
  props: {
1513
1562
  class: "h-full",
1514
1563
  buttonClass: "flex h-full aspect-square items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow",
1515
1564
  contentClass: "whitespace-normal absolute right-0 top-full z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem] [&>li]:contents max-h-[calc(100vh-5rem)] overflow-y-auto",
1516
1565
  as: "ul",
1517
1566
  $$slots: {
1518
- button: [qt],
1519
- default: [Wt]
1567
+ button: [De],
1568
+ default: [Ge]
1520
1569
  },
1521
- $$scope: { ctx: a }
1570
+ $$scope: { ctx: s }
1522
1571
  }
1523
1572
  }), {
1524
1573
  c() {
1525
- L(e.$$.fragment);
1574
+ Z(e.$$.fragment);
1526
1575
  },
1527
1576
  m(t, l) {
1528
- N(e, t, l), n = !0;
1577
+ C(e, t, l), n = !0;
1529
1578
  },
1530
1579
  p(t, l) {
1531
- const s = {};
1580
+ const o = {};
1532
1581
  l[0] & /*subNavigation*/
1533
1582
  1 | l[1] & /*$$scope*/
1534
- 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1583
+ 16 && (o.$$scope = { dirty: l, ctx: t }), e.$set(o);
1535
1584
  },
1536
1585
  i(t) {
1537
1586
  n || (p(e.$$.fragment, t), n = !0);
@@ -1540,65 +1589,65 @@ function Tt(a) {
1540
1589
  m(e.$$.fragment, t), n = !1;
1541
1590
  },
1542
1591
  d(t) {
1543
- A(e, t);
1592
+ M(e, t);
1544
1593
  }
1545
1594
  };
1546
1595
  }
1547
- function zt(a) {
1548
- let e, n = [], t = /* @__PURE__ */ new Map(), l, s = j(
1596
+ function Ie(s) {
1597
+ let e, n = [], t = /* @__PURE__ */ new Map(), l, o = L(
1549
1598
  /*subNavigation*/
1550
- a[0]
1599
+ s[0]
1551
1600
  );
1552
- const r = (i) => (
1601
+ const r = (c) => (
1553
1602
  /*item*/
1554
- i[12].text || /*item*/
1555
- i[12].title
1603
+ c[13].text || /*item*/
1604
+ c[13].title
1556
1605
  );
1557
- for (let i = 0; i < s.length; i += 1) {
1558
- let o = $e(a, s, i), c = r(o);
1559
- t.set(c, n[i] = qe(c, o));
1606
+ for (let c = 0; c < o.length; c += 1) {
1607
+ let a = y1(s, o, c), i = r(a);
1608
+ t.set(i, n[c] = q1(i, a));
1560
1609
  }
1561
1610
  return {
1562
1611
  c() {
1563
1612
  e = b("li");
1564
- for (let i = 0; i < n.length; i += 1)
1565
- n[i].c();
1566
- },
1567
- m(i, o) {
1568
- d(i, e, o);
1569
1613
  for (let c = 0; c < n.length; c += 1)
1570
- n[c] && n[c].m(e, null);
1614
+ n[c].c();
1615
+ },
1616
+ m(c, a) {
1617
+ d(c, e, a);
1618
+ for (let i = 0; i < n.length; i += 1)
1619
+ n[i] && n[i].m(e, null);
1571
1620
  l = !0;
1572
1621
  },
1573
- p(i, o) {
1574
- o[0] & /*subNavigation*/
1575
- 1 && (s = j(
1622
+ p(c, a) {
1623
+ a[0] & /*subNavigation*/
1624
+ 1 && (o = L(
1576
1625
  /*subNavigation*/
1577
- i[0]
1578
- ), E(), n = ie(n, o, r, 1, i, s, t, e, ce, qe, null, $e), U());
1626
+ c[0]
1627
+ ), E(), n = u1(n, a, r, 1, c, o, t, e, f1, q1, null, y1), U());
1579
1628
  },
1580
- i(i) {
1629
+ i(c) {
1581
1630
  if (!l) {
1582
- for (let o = 0; o < s.length; o += 1)
1583
- p(n[o]);
1631
+ for (let a = 0; a < o.length; a += 1)
1632
+ p(n[a]);
1584
1633
  l = !0;
1585
1634
  }
1586
1635
  },
1587
- o(i) {
1588
- for (let o = 0; o < n.length; o += 1)
1589
- m(n[o]);
1636
+ o(c) {
1637
+ for (let a = 0; a < n.length; a += 1)
1638
+ m(n[a]);
1590
1639
  l = !1;
1591
1640
  },
1592
- d(i) {
1593
- i && v(e);
1594
- for (let o = 0; o < n.length; o += 1)
1595
- n[o].d();
1641
+ d(c) {
1642
+ c && v(e);
1643
+ for (let a = 0; a < n.length; a += 1)
1644
+ n[a].d();
1596
1645
  }
1597
1646
  };
1598
1647
  }
1599
- function Bt(a) {
1648
+ function We(s) {
1600
1649
  let e, n;
1601
- return e = new O({
1650
+ return e = new P({
1602
1651
  props: {
1603
1652
  class: "relative w-full",
1604
1653
  buttonClass: "flex border-0 border-b border-solid border-uofg-grey-500 w-full items-center justify-between gap-2 p-4 transition-colors hover:bg-uofg-grey focus:bg-uofg-grey aria-expanded:bg-uofg-grey [&_svg]:aria-expanded:rotate-180",
@@ -1606,23 +1655,23 @@ function Bt(a) {
1606
1655
  as: "ul",
1607
1656
  autoCollapse: !1,
1608
1657
  $$slots: {
1609
- button: [It],
1610
- default: [Rt]
1658
+ button: [Pe],
1659
+ default: [Oe]
1611
1660
  },
1612
- $$scope: { ctx: a }
1661
+ $$scope: { ctx: s }
1613
1662
  }
1614
1663
  }), {
1615
1664
  c() {
1616
- L(e.$$.fragment);
1665
+ Z(e.$$.fragment);
1617
1666
  },
1618
1667
  m(t, l) {
1619
- N(e, t, l), n = !0;
1668
+ C(e, t, l), n = !0;
1620
1669
  },
1621
1670
  p(t, l) {
1622
- const s = {};
1671
+ const o = {};
1623
1672
  l[0] & /*subNavigation*/
1624
1673
  1 | l[1] & /*$$scope*/
1625
- 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1674
+ 16 && (o.$$scope = { dirty: l, ctx: t }), e.$set(o);
1626
1675
  },
1627
1676
  i(t) {
1628
1677
  n || (p(e.$$.fragment, t), n = !0);
@@ -1631,99 +1680,99 @@ function Bt(a) {
1631
1680
  m(e.$$.fragment, t), n = !1;
1632
1681
  },
1633
1682
  d(t) {
1634
- A(e, t);
1683
+ M(e, t);
1635
1684
  }
1636
1685
  };
1637
1686
  }
1638
- function Ft(a) {
1639
- var o;
1687
+ function qe(s) {
1688
+ var a;
1640
1689
  let e, n = (
1641
1690
  /*item*/
1642
- a[12].text + ""
1643
- ), t, l, s, r = [
1691
+ s[13].text + ""
1692
+ ), t, l, o, r = [
1644
1693
  /*item*/
1645
- a[12].attributes,
1694
+ s[13].attributes,
1646
1695
  {
1647
1696
  class: l = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
1648
- ((o = a[12].attributes) == null ? void 0 : o.class) ?? ""}`
1697
+ ((a = s[13].attributes) == null ? void 0 : a.class) ?? ""}`
1649
1698
  },
1650
1699
  {
1651
- href: s = /*item*/
1652
- a[12].href
1700
+ href: o = /*item*/
1701
+ s[13].href
1653
1702
  }
1654
- ], i = {};
1655
- for (let c = 0; c < r.length; c += 1)
1656
- i = G(i, r[c]);
1703
+ ], c = {};
1704
+ for (let i = 0; i < r.length; i += 1)
1705
+ c = Y(c, r[i]);
1657
1706
  return {
1658
1707
  c() {
1659
- e = b("a"), t = T(n), I(e, i);
1708
+ e = b("a"), t = F(n), I(e, c);
1660
1709
  },
1661
- m(c, u) {
1662
- d(c, e, u), g(e, t);
1710
+ m(i, u) {
1711
+ d(i, e, u), g(e, t);
1663
1712
  },
1664
- p(c, u) {
1713
+ p(i, u) {
1665
1714
  var f;
1666
1715
  u[0] & /*subNavigation*/
1667
1716
  1 && n !== (n = /*item*/
1668
- c[12].text + "") && le(t, n, i.contenteditable), I(e, i = X(r, [
1717
+ i[13].text + "") && r1(t, n, c.contenteditable), I(e, c = e1(r, [
1669
1718
  u[0] & /*subNavigation*/
1670
1719
  1 && /*item*/
1671
- c[12].attributes,
1720
+ i[13].attributes,
1672
1721
  u[0] & /*subNavigation*/
1673
1722
  1 && l !== (l = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*item*/
1674
- ((f = c[12].attributes) == null ? void 0 : f.class) ?? ""}`) && { class: l },
1723
+ ((f = i[13].attributes) == null ? void 0 : f.class) ?? ""}`) && { class: l },
1675
1724
  u[0] & /*subNavigation*/
1676
- 1 && s !== (s = /*item*/
1677
- c[12].href) && { href: s }
1725
+ 1 && o !== (o = /*item*/
1726
+ i[13].href) && { href: o }
1678
1727
  ]));
1679
1728
  },
1680
- i: k,
1681
- o: k,
1682
- d(c) {
1683
- c && v(e);
1729
+ i: $,
1730
+ o: $,
1731
+ d(i) {
1732
+ i && v(e);
1684
1733
  }
1685
1734
  };
1686
1735
  }
1687
- function Re(a) {
1736
+ function H1(s) {
1688
1737
  var u;
1689
1738
  let e, n, t = (
1690
1739
  /*link*/
1691
- a[15].text + ""
1692
- ), l, s, r, i, o = [
1740
+ s[16].text + ""
1741
+ ), l, o, r, c, a = [
1693
1742
  /*link*/
1694
- a[15].attributes,
1743
+ s[16].attributes,
1695
1744
  {
1696
- class: s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
1697
- ((u = a[15].attributes) == null ? void 0 : u.class) ?? ""}`
1745
+ class: o = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
1746
+ ((u = s[16].attributes) == null ? void 0 : u.class) ?? ""}`
1698
1747
  },
1699
1748
  {
1700
1749
  href: r = /*link*/
1701
- a[15].href
1750
+ s[16].href
1702
1751
  }
1703
- ], c = {};
1704
- for (let f = 0; f < o.length; f += 1)
1705
- c = G(c, o[f]);
1752
+ ], i = {};
1753
+ for (let f = 0; f < a.length; f += 1)
1754
+ i = Y(i, a[f]);
1706
1755
  return {
1707
1756
  c() {
1708
- e = b("li"), n = b("a"), l = T(t), i = x(), I(n, c);
1757
+ e = b("li"), n = b("a"), l = F(t), c = x(), I(n, i);
1709
1758
  },
1710
- m(f, h) {
1711
- d(f, e, h), g(e, n), g(n, l), g(e, i);
1759
+ m(f, _) {
1760
+ d(f, e, _), g(e, n), g(n, l), g(e, c);
1712
1761
  },
1713
- p(f, h) {
1714
- var C;
1715
- h[0] & /*subNavigation*/
1762
+ p(f, _) {
1763
+ var y;
1764
+ _[0] & /*subNavigation*/
1716
1765
  1 && t !== (t = /*link*/
1717
- f[15].text + "") && le(l, t, c.contenteditable), I(n, c = X(o, [
1718
- h[0] & /*subNavigation*/
1766
+ f[16].text + "") && r1(l, t, i.contenteditable), I(n, i = e1(a, [
1767
+ _[0] & /*subNavigation*/
1719
1768
  1 && /*link*/
1720
- f[15].attributes,
1721
- h[0] & /*subNavigation*/
1722
- 1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
1723
- ((C = f[15].attributes) == null ? void 0 : C.class) ?? ""}`) && { class: s },
1724
- h[0] & /*subNavigation*/
1769
+ f[16].attributes,
1770
+ _[0] & /*subNavigation*/
1771
+ 1 && o !== (o = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-grey ${/*link*/
1772
+ ((y = f[16].attributes) == null ? void 0 : y.class) ?? ""}`) && { class: o },
1773
+ _[0] & /*subNavigation*/
1725
1774
  1 && r !== (r = /*link*/
1726
- f[15].href) && { href: r }
1775
+ f[16].href) && { href: r }
1727
1776
  ]));
1728
1777
  },
1729
1778
  d(f) {
@@ -1731,35 +1780,35 @@ function Re(a) {
1731
1780
  }
1732
1781
  };
1733
1782
  }
1734
- function Rt(a) {
1735
- let e, n = j(
1783
+ function Oe(s) {
1784
+ let e, n = L(
1736
1785
  /*item*/
1737
- a[12].links
1786
+ s[13].links
1738
1787
  ), t = [];
1739
1788
  for (let l = 0; l < n.length; l += 1)
1740
- t[l] = Re(we(a, n, l));
1789
+ t[l] = H1(k1(s, n, l));
1741
1790
  return {
1742
1791
  c() {
1743
1792
  for (let l = 0; l < t.length; l += 1)
1744
1793
  t[l].c();
1745
1794
  e = q();
1746
1795
  },
1747
- m(l, s) {
1796
+ m(l, o) {
1748
1797
  for (let r = 0; r < t.length; r += 1)
1749
- t[r] && t[r].m(l, s);
1750
- d(l, e, s);
1798
+ t[r] && t[r].m(l, o);
1799
+ d(l, e, o);
1751
1800
  },
1752
- p(l, s) {
1753
- if (s[0] & /*subNavigation*/
1801
+ p(l, o) {
1802
+ if (o[0] & /*subNavigation*/
1754
1803
  1) {
1755
- n = j(
1804
+ n = L(
1756
1805
  /*item*/
1757
- l[12].links
1806
+ l[13].links
1758
1807
  );
1759
1808
  let r;
1760
1809
  for (r = 0; r < n.length; r += 1) {
1761
- const i = we(l, n, r);
1762
- t[r] ? t[r].p(i, s) : (t[r] = Re(i), t[r].c(), t[r].m(e.parentNode, e));
1810
+ const c = k1(l, n, r);
1811
+ t[r] ? t[r].p(c, o) : (t[r] = H1(c), t[r].c(), t[r].m(e.parentNode, e));
1763
1812
  }
1764
1813
  for (; r < t.length; r += 1)
1765
1814
  t[r].d(1);
@@ -1767,62 +1816,62 @@ function Rt(a) {
1767
1816
  }
1768
1817
  },
1769
1818
  d(l) {
1770
- l && v(e), V(t, l);
1819
+ l && v(e), J(t, l);
1771
1820
  }
1772
1821
  };
1773
1822
  }
1774
- function It(a) {
1823
+ function Pe(s) {
1775
1824
  let e, n, t = (
1776
1825
  /*item*/
1777
- a[12].title + ""
1778
- ), l, s, r, i;
1779
- return r = new W({ props: { icon: ne } }), {
1826
+ s[13].title + ""
1827
+ ), l, o, r, c;
1828
+ return r = new W({ props: { icon: a1 } }), {
1780
1829
  c() {
1781
- e = b("span"), n = b("span"), l = T(t), s = x(), L(r.$$.fragment), _(n, "class", "mr-auto"), _(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), _(e, "slot", "button");
1830
+ e = b("span"), n = b("span"), l = F(t), o = x(), Z(r.$$.fragment), h(n, "class", "mr-auto"), h(e, "class", "w-full flex gap-2 justify-between [&>svg]:transition-transform"), h(e, "slot", "button");
1782
1831
  },
1783
- m(o, c) {
1784
- d(o, e, c), g(e, n), g(n, l), g(e, s), N(r, e, null), i = !0;
1832
+ m(a, i) {
1833
+ d(a, e, i), g(e, n), g(n, l), g(e, o), C(r, e, null), c = !0;
1785
1834
  },
1786
- p(o, c) {
1787
- (!i || c[0] & /*subNavigation*/
1835
+ p(a, i) {
1836
+ (!c || i[0] & /*subNavigation*/
1788
1837
  1) && t !== (t = /*item*/
1789
- o[12].title + "") && ee(l, t);
1838
+ a[13].title + "") && l1(l, t);
1790
1839
  },
1791
- i(o) {
1792
- i || (p(r.$$.fragment, o), i = !0);
1840
+ i(a) {
1841
+ c || (p(r.$$.fragment, a), c = !0);
1793
1842
  },
1794
- o(o) {
1795
- m(r.$$.fragment, o), i = !1;
1843
+ o(a) {
1844
+ m(r.$$.fragment, a), c = !1;
1796
1845
  },
1797
- d(o) {
1798
- o && v(e), A(r);
1846
+ d(a) {
1847
+ a && v(e), M(r);
1799
1848
  }
1800
1849
  };
1801
1850
  }
1802
- function Ie(a, e) {
1803
- let n, t, l, s, r;
1804
- const i = [Ft, Bt], o = [];
1805
- function c(u, f) {
1851
+ function I1(s, e) {
1852
+ let n, t, l, o, r;
1853
+ const c = [qe, We], a = [];
1854
+ function i(u, f) {
1806
1855
  return (
1807
1856
  /*item*/
1808
- u[12].text ? 0 : 1
1857
+ u[13].text ? 0 : 1
1809
1858
  );
1810
1859
  }
1811
- return t = c(e), l = o[t] = i[t](e), {
1812
- key: a,
1860
+ return t = i(e), l = a[t] = c[t](e), {
1861
+ key: s,
1813
1862
  first: null,
1814
1863
  c() {
1815
- n = b("li"), l.c(), s = x(), _(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1864
+ n = b("li"), l.c(), o = x(), h(n, "class", "[&>*]:last:mb-4 [&>*]:first:mt-4"), this.first = n;
1816
1865
  },
1817
1866
  m(u, f) {
1818
- d(u, n, f), o[t].m(n, null), g(n, s), r = !0;
1867
+ d(u, n, f), a[t].m(n, null), g(n, o), r = !0;
1819
1868
  },
1820
1869
  p(u, f) {
1821
1870
  e = u;
1822
- let h = t;
1823
- t = c(e), t === h ? o[t].p(e, f) : (E(), m(o[h], 1, 1, () => {
1824
- o[h] = null;
1825
- }), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(n, s));
1871
+ let _ = t;
1872
+ t = i(e), t === _ ? a[t].p(e, f) : (E(), m(a[_], 1, 1, () => {
1873
+ a[_] = null;
1874
+ }), U(), l = a[t], l ? l.p(e, f) : (l = a[t] = c[t](e), l.c()), p(l, 1), l.m(n, o));
1826
1875
  },
1827
1876
  i(u) {
1828
1877
  r || (p(l), r = !0);
@@ -1831,71 +1880,71 @@ function Ie(a, e) {
1831
1880
  m(l), r = !1;
1832
1881
  },
1833
1882
  d(u) {
1834
- u && v(n), o[t].d();
1883
+ u && v(n), a[t].d();
1835
1884
  }
1836
1885
  };
1837
1886
  }
1838
- function Wt(a) {
1839
- let e = [], n = /* @__PURE__ */ new Map(), t, l, s = j(
1887
+ function Ge(s) {
1888
+ let e = [], n = /* @__PURE__ */ new Map(), t, l, o = L(
1840
1889
  /*subNavigation*/
1841
- a[0]
1890
+ s[0]
1842
1891
  );
1843
- const r = (i) => (
1892
+ const r = (c) => (
1844
1893
  /*item*/
1845
- i[12].text || /*item*/
1846
- i[12].title
1894
+ c[13].text || /*item*/
1895
+ c[13].title
1847
1896
  );
1848
- for (let i = 0; i < s.length; i += 1) {
1849
- let o = ve(a, s, i), c = r(o);
1850
- n.set(c, e[i] = Ie(c, o));
1897
+ for (let c = 0; c < o.length; c += 1) {
1898
+ let a = $1(s, o, c), i = r(a);
1899
+ n.set(i, e[c] = I1(i, a));
1851
1900
  }
1852
1901
  return {
1853
1902
  c() {
1854
- for (let i = 0; i < e.length; i += 1)
1855
- e[i].c();
1903
+ for (let c = 0; c < e.length; c += 1)
1904
+ e[c].c();
1856
1905
  t = q();
1857
1906
  },
1858
- m(i, o) {
1859
- for (let c = 0; c < e.length; c += 1)
1860
- e[c] && e[c].m(i, o);
1861
- d(i, t, o), l = !0;
1907
+ m(c, a) {
1908
+ for (let i = 0; i < e.length; i += 1)
1909
+ e[i] && e[i].m(c, a);
1910
+ d(c, t, a), l = !0;
1862
1911
  },
1863
- p(i, o) {
1864
- o[0] & /*subNavigation*/
1865
- 1 && (s = j(
1912
+ p(c, a) {
1913
+ a[0] & /*subNavigation*/
1914
+ 1 && (o = L(
1866
1915
  /*subNavigation*/
1867
- i[0]
1868
- ), E(), e = ie(e, o, r, 1, i, s, n, t.parentNode, ce, Ie, t, ve), U());
1916
+ c[0]
1917
+ ), E(), e = u1(e, a, r, 1, c, o, n, t.parentNode, f1, I1, t, $1), U());
1869
1918
  },
1870
- i(i) {
1919
+ i(c) {
1871
1920
  if (!l) {
1872
- for (let o = 0; o < s.length; o += 1)
1873
- p(e[o]);
1921
+ for (let a = 0; a < o.length; a += 1)
1922
+ p(e[a]);
1874
1923
  l = !0;
1875
1924
  }
1876
1925
  },
1877
- o(i) {
1878
- for (let o = 0; o < e.length; o += 1)
1879
- m(e[o]);
1926
+ o(c) {
1927
+ for (let a = 0; a < e.length; a += 1)
1928
+ m(e[a]);
1880
1929
  l = !1;
1881
1930
  },
1882
- d(i) {
1883
- i && v(t);
1884
- for (let o = 0; o < e.length; o += 1)
1885
- e[o].d(i);
1931
+ d(c) {
1932
+ c && v(t);
1933
+ for (let a = 0; a < e.length; a += 1)
1934
+ e[a].d(c);
1886
1935
  }
1887
1936
  };
1888
1937
  }
1889
- function qt(a) {
1938
+ function De(s) {
1890
1939
  let e, n;
1891
- return e = new W({ props: { slot: "button", icon: De } }), {
1940
+ return e = new W({ props: { slot: "button", icon: J1 } }), {
1892
1941
  c() {
1893
- L(e.$$.fragment);
1942
+ Z(e.$$.fragment);
1894
1943
  },
1895
1944
  m(t, l) {
1896
- N(e, t, l), n = !0;
1945
+ C(e, t, l), n = !0;
1897
1946
  },
1898
- p: k,
1947
+ p: $,
1899
1948
  i(t) {
1900
1949
  n || (p(e.$$.fragment, t), n = !0);
1901
1950
  },
@@ -1903,36 +1952,36 @@ function qt(a) {
1903
1952
  m(e.$$.fragment, t), n = !1;
1904
1953
  },
1905
1954
  d(t) {
1906
- A(e, t);
1955
+ M(e, t);
1907
1956
  }
1908
1957
  };
1909
1958
  }
1910
- function Ht(a) {
1959
+ function Ye(s) {
1911
1960
  let e, n;
1912
- return e = new O({
1961
+ return e = new P({
1913
1962
  props: {
1914
1963
  class: "relative h-full",
1915
1964
  buttonClass: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow aria-expanded:bg-uofg-yellow [&_svg]:aria-expanded:rotate-180",
1916
1965
  contentClass: "absolute right-0 top-full z-50 flex min-w-[20rem] flex-col bg-uofg-grey [&>li]:contents",
1917
1966
  as: "ul",
1918
1967
  $$slots: {
1919
- button: [Gt],
1920
- default: [Pt]
1968
+ button: [Qe],
1969
+ default: [Ke]
1921
1970
  },
1922
- $$scope: { ctx: a }
1971
+ $$scope: { ctx: s }
1923
1972
  }
1924
1973
  }), {
1925
1974
  c() {
1926
- L(e.$$.fragment);
1975
+ Z(e.$$.fragment);
1927
1976
  },
1928
1977
  m(t, l) {
1929
- N(e, t, l), n = !0;
1978
+ C(e, t, l), n = !0;
1930
1979
  },
1931
1980
  p(t, l) {
1932
- const s = {};
1981
+ const o = {};
1933
1982
  l[0] & /*subNavigation*/
1934
1983
  1 | l[1] & /*$$scope*/
1935
- 8 && (s.$$scope = { dirty: l, ctx: t }), e.$set(s);
1984
+ 16 && (o.$$scope = { dirty: l, ctx: t }), e.$set(o);
1936
1985
  },
1937
1986
  i(t) {
1938
1987
  n || (p(e.$$.fragment, t), n = !0);
@@ -1941,99 +1990,99 @@ function Ht(a) {
1941
1990
  m(e.$$.fragment, t), n = !1;
1942
1991
  },
1943
1992
  d(t) {
1944
- A(e, t);
1993
+ M(e, t);
1945
1994
  }
1946
1995
  };
1947
1996
  }
1948
- function Ot(a) {
1949
- var c;
1997
+ function Je(s) {
1998
+ var i;
1950
1999
  let e, n = (
1951
2000
  /*item*/
1952
- a[12].text + ""
1953
- ), t, l, s, r, i = [
2001
+ s[13].text + ""
2002
+ ), t, l, o, r, c = [
1954
2003
  /*item*/
1955
- a[12].attributes,
2004
+ s[13].attributes,
1956
2005
  {
1957
- class: s = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
1958
- ((c = a[12].attributes) == null ? void 0 : c.class) ?? ""}`
2006
+ class: o = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
2007
+ ((i = s[13].attributes) == null ? void 0 : i.class) ?? ""}`
1959
2008
  },
1960
2009
  {
1961
2010
  href: r = /*item*/
1962
- a[12].href
2011
+ s[13].href
1963
2012
  }
1964
- ], o = {};
1965
- for (let u = 0; u < i.length; u += 1)
1966
- o = G(o, i[u]);
2013
+ ], a = {};
2014
+ for (let u = 0; u < c.length; u += 1)
2015
+ a = Y(a, c[u]);
1967
2016
  return {
1968
2017
  c() {
1969
- e = b("a"), t = T(n), l = x(), I(e, o);
2018
+ e = b("a"), t = F(n), l = x(), I(e, a);
1970
2019
  },
1971
2020
  m(u, f) {
1972
2021
  d(u, e, f), g(e, t), g(e, l);
1973
2022
  },
1974
2023
  p(u, f) {
1975
- var h;
2024
+ var _;
1976
2025
  f[0] & /*subNavigation*/
1977
2026
  1 && n !== (n = /*item*/
1978
- u[12].text + "") && le(t, n, o.contenteditable), I(e, o = X(i, [
2027
+ u[13].text + "") && r1(t, n, a.contenteditable), I(e, a = e1(c, [
1979
2028
  f[0] & /*subNavigation*/
1980
2029
  1 && /*item*/
1981
- u[12].attributes,
2030
+ u[13].attributes,
1982
2031
  f[0] & /*subNavigation*/
1983
- 1 && s !== (s = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
1984
- ((h = u[12].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
2032
+ 1 && o !== (o = `flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-uofg-yellow ${/*item*/
2033
+ ((_ = u[13].attributes) == null ? void 0 : _.class) ?? ""}`) && { class: o },
1985
2034
  f[0] & /*subNavigation*/
1986
2035
  1 && r !== (r = /*item*/
1987
- u[12].href) && { href: r }
2036
+ u[13].href) && { href: r }
1988
2037
  ]));
1989
2038
  },
1990
- i: k,
1991
- o: k,
2039
+ i: $,
2040
+ o: $,
1992
2041
  d(u) {
1993
2042
  u && v(e);
1994
2043
  }
1995
2044
  };
1996
2045
  }
1997
- function We(a) {
1998
- var c;
2046
+ function W1(s) {
2047
+ var i;
1999
2048
  let e, n, t = (
2000
2049
  /*link*/
2001
- a[15].text + ""
2002
- ), l, s, r, i = [
2050
+ s[16].text + ""
2051
+ ), l, o, r, c = [
2003
2052
  /*link*/
2004
- a[15].attributes,
2053
+ s[16].attributes,
2005
2054
  {
2006
- class: s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
2007
- ((c = a[15].attributes) == null ? void 0 : c.class) ?? ""}`
2055
+ class: o = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
2056
+ ((i = s[16].attributes) == null ? void 0 : i.class) ?? ""}`
2008
2057
  },
2009
2058
  {
2010
2059
  href: r = /*link*/
2011
- a[15].href
2060
+ s[16].href
2012
2061
  }
2013
- ], o = {};
2014
- for (let u = 0; u < i.length; u += 1)
2015
- o = G(o, i[u]);
2062
+ ], a = {};
2063
+ for (let u = 0; u < c.length; u += 1)
2064
+ a = Y(a, c[u]);
2016
2065
  return {
2017
2066
  c() {
2018
- e = b("li"), n = b("a"), l = T(t), I(n, o);
2067
+ e = b("li"), n = b("a"), l = F(t), I(n, a);
2019
2068
  },
2020
2069
  m(u, f) {
2021
2070
  d(u, e, f), g(e, n), g(n, l);
2022
2071
  },
2023
2072
  p(u, f) {
2024
- var h;
2073
+ var _;
2025
2074
  f[0] & /*subNavigation*/
2026
2075
  1 && t !== (t = /*link*/
2027
- u[15].text + "") && le(l, t, o.contenteditable), I(n, o = X(i, [
2076
+ u[16].text + "") && r1(l, t, a.contenteditable), I(n, a = e1(c, [
2028
2077
  f[0] & /*subNavigation*/
2029
2078
  1 && /*link*/
2030
- u[15].attributes,
2079
+ u[16].attributes,
2031
2080
  f[0] & /*subNavigation*/
2032
- 1 && s !== (s = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
2033
- ((h = u[15].attributes) == null ? void 0 : h.class) ?? ""}`) && { class: s },
2081
+ 1 && o !== (o = `border-0 border-b border-solid border-uofg-grey-500 p-4 transition-colors hover:bg-uofg-yellow ${/*link*/
2082
+ ((_ = u[16].attributes) == null ? void 0 : _.class) ?? ""}`) && { class: o },
2034
2083
  f[0] & /*subNavigation*/
2035
2084
  1 && r !== (r = /*link*/
2036
- u[15].href) && { href: r }
2085
+ u[16].href) && { href: r }
2037
2086
  ]));
2038
2087
  },
2039
2088
  d(u) {
@@ -2041,35 +2090,35 @@ function We(a) {
2041
2090
  }
2042
2091
  };
2043
2092
  }
2044
- function Pt(a) {
2045
- let e, n = j(
2093
+ function Ke(s) {
2094
+ let e, n = L(
2046
2095
  /*item*/
2047
- a[12].links
2096
+ s[13].links
2048
2097
  ), t = [];
2049
2098
  for (let l = 0; l < n.length; l += 1)
2050
- t[l] = We(ke(a, n, l));
2099
+ t[l] = W1(x1(s, n, l));
2051
2100
  return {
2052
2101
  c() {
2053
2102
  for (let l = 0; l < t.length; l += 1)
2054
2103
  t[l].c();
2055
2104
  e = x();
2056
2105
  },
2057
- m(l, s) {
2106
+ m(l, o) {
2058
2107
  for (let r = 0; r < t.length; r += 1)
2059
- t[r] && t[r].m(l, s);
2060
- d(l, e, s);
2108
+ t[r] && t[r].m(l, o);
2109
+ d(l, e, o);
2061
2110
  },
2062
- p(l, s) {
2063
- if (s[0] & /*subNavigation*/
2111
+ p(l, o) {
2112
+ if (o[0] & /*subNavigation*/
2064
2113
  1) {
2065
- n = j(
2114
+ n = L(
2066
2115
  /*item*/
2067
- l[12].links
2116
+ l[13].links
2068
2117
  );
2069
2118
  let r;
2070
2119
  for (r = 0; r < n.length; r += 1) {
2071
- const i = ke(l, n, r);
2072
- t[r] ? t[r].p(i, s) : (t[r] = We(i), t[r].c(), t[r].m(e.parentNode, e));
2120
+ const c = x1(l, n, r);
2121
+ t[r] ? t[r].p(c, o) : (t[r] = W1(c), t[r].c(), t[r].m(e.parentNode, e));
2073
2122
  }
2074
2123
  for (; r < t.length; r += 1)
2075
2124
  t[r].d(1);
@@ -2077,62 +2126,62 @@ function Pt(a) {
2077
2126
  }
2078
2127
  },
2079
2128
  d(l) {
2080
- l && v(e), V(t, l);
2129
+ l && v(e), J(t, l);
2081
2130
  }
2082
2131
  };
2083
2132
  }
2084
- function Gt(a) {
2133
+ function Qe(s) {
2085
2134
  let e, n, t = (
2086
2135
  /*item*/
2087
- a[12].title + ""
2088
- ), l, s, r, i, o;
2089
- return r = new W({ props: { icon: ne } }), {
2136
+ s[13].title + ""
2137
+ ), l, o, r, c, a;
2138
+ return r = new W({ props: { icon: a1 } }), {
2090
2139
  c() {
2091
- e = b("span"), n = b("span"), l = T(t), s = x(), L(r.$$.fragment), i = x(), _(e, "class", "flex gap-2 [&>svg]:transition-transform"), _(e, "slot", "button");
2140
+ e = b("span"), n = b("span"), l = F(t), o = x(), Z(r.$$.fragment), c = x(), h(e, "class", "flex gap-2 [&>svg]:transition-transform"), h(e, "slot", "button");
2092
2141
  },
2093
- m(c, u) {
2094
- d(c, e, u), g(e, n), g(n, l), g(e, s), N(r, e, null), g(e, i), o = !0;
2142
+ m(i, u) {
2143
+ d(i, e, u), g(e, n), g(n, l), g(e, o), C(r, e, null), g(e, c), a = !0;
2095
2144
  },
2096
- p(c, u) {
2097
- (!o || u[0] & /*subNavigation*/
2145
+ p(i, u) {
2146
+ (!a || u[0] & /*subNavigation*/
2098
2147
  1) && t !== (t = /*item*/
2099
- c[12].title + "") && ee(l, t);
2148
+ i[13].title + "") && l1(l, t);
2100
2149
  },
2101
- i(c) {
2102
- o || (p(r.$$.fragment, c), o = !0);
2150
+ i(i) {
2151
+ a || (p(r.$$.fragment, i), a = !0);
2103
2152
  },
2104
- o(c) {
2105
- m(r.$$.fragment, c), o = !1;
2153
+ o(i) {
2154
+ m(r.$$.fragment, i), a = !1;
2106
2155
  },
2107
- d(c) {
2108
- c && v(e), A(r);
2156
+ d(i) {
2157
+ i && v(e), M(r);
2109
2158
  }
2110
2159
  };
2111
2160
  }
2112
- function qe(a, e) {
2113
- let n, t, l, s, r;
2114
- const i = [Ot, Ht], o = [];
2115
- function c(u, f) {
2161
+ function q1(s, e) {
2162
+ let n, t, l, o, r;
2163
+ const c = [Je, Ye], a = [];
2164
+ function i(u, f) {
2116
2165
  return (
2117
2166
  /*item*/
2118
- u[12].text ? 0 : 1
2167
+ u[13].text ? 0 : 1
2119
2168
  );
2120
2169
  }
2121
- return t = c(e), l = o[t] = i[t](e), {
2122
- key: a,
2170
+ return t = i(e), l = a[t] = c[t](e), {
2171
+ key: s,
2123
2172
  first: null,
2124
2173
  c() {
2125
- n = q(), l.c(), s = q(), this.first = n;
2174
+ n = q(), l.c(), o = q(), this.first = n;
2126
2175
  },
2127
2176
  m(u, f) {
2128
- d(u, n, f), o[t].m(u, f), d(u, s, f), r = !0;
2177
+ d(u, n, f), a[t].m(u, f), d(u, o, f), r = !0;
2129
2178
  },
2130
2179
  p(u, f) {
2131
2180
  e = u;
2132
- let h = t;
2133
- t = c(e), t === h ? o[t].p(e, f) : (E(), m(o[h], 1, 1, () => {
2134
- o[h] = null;
2135
- }), U(), l = o[t], l ? l.p(e, f) : (l = o[t] = i[t](e), l.c()), p(l, 1), l.m(s.parentNode, s));
2181
+ let _ = t;
2182
+ t = i(e), t === _ ? a[t].p(e, f) : (E(), m(a[_], 1, 1, () => {
2183
+ a[_] = null;
2184
+ }), U(), l = a[t], l ? l.p(e, f) : (l = a[t] = c[t](e), l.c()), p(l, 1), l.m(o.parentNode, o));
2136
2185
  },
2137
2186
  i(u) {
2138
2187
  r || (p(l), r = !0);
@@ -2141,96 +2190,122 @@ function qe(a, e) {
2141
2190
  m(l), r = !1;
2142
2191
  },
2143
2192
  d(u) {
2144
- u && (v(n), v(s)), o[t].d(u);
2193
+ u && (v(n), v(o)), a[t].d(u);
2145
2194
  }
2146
2195
  };
2147
2196
  }
2148
- function Vt(a) {
2149
- let e, n, t, l, s, r, i, o, c, u, f, h, C, M, w, J;
2150
- Ve(
2197
+ function Xe(s) {
2198
+ let e, n, t, l, o, r, c, a, i, u, f, _, y, R, w, j, S;
2199
+ Y1(
2151
2200
  /*onwindowresize*/
2152
- a[10]
2201
+ s[11]
2153
2202
  );
2154
- let $ = (
2203
+ let A = (
2155
2204
  /*windowWidth*/
2156
- a[3] >= F && je(a)
2157
- ), S = (
2205
+ s[4] >= H && /*variant*/
2206
+ s[3] !== "simplified" && j1(s)
2207
+ ), V = (
2158
2208
  /*windowWidth*/
2159
- a[3] >= F && Me()
2209
+ s[4] >= H && U1()
2160
2210
  );
2161
- const ue = [kt, $t], P = [];
2162
- function fe(y, z) {
2211
+ const h1 = [Me, Ce], G = [];
2212
+ function _1(k, T) {
2163
2213
  return (
2164
2214
  /*windowWidth*/
2165
- y[3] >= F ? 0 : 1
2215
+ k[4] >= H ? 0 : 1
2166
2216
  );
2167
2217
  }
2168
- i = fe(a), o = P[i] = ue[i](a);
2169
- const _e = [xt, yt], H = [];
2170
- function he(y, z) {
2218
+ c = _1(s), a = G[c] = h1[c](s);
2219
+ const g1 = [Ne, Ae, Le], O = [];
2220
+ function p1(k, T) {
2171
2221
  return (
2172
- /*windowWidth*/
2173
- y[3] >= F ? 0 : 1
2222
+ /*variant*/
2223
+ k[3] === "simplified" ? 0 : (
2224
+ /*windowWidth*/
2225
+ k[4] >= H ? 1 : 2
2226
+ )
2174
2227
  );
2175
2228
  }
2176
- f = he(a), h = H[f] = _e[f](a);
2177
- let Z = (
2229
+ f = p1(s), _ = O[f] = g1[f](s);
2230
+ let N = (
2178
2231
  /*subNavigation*/
2179
- (a[0].length > 0 || /*pageTitle*/
2180
- a[1]) && Be(a)
2232
+ (s[0].length > 0 || /*pageTitle*/
2233
+ s[1]) && z1(s)
2181
2234
  );
2182
2235
  return {
2183
2236
  c() {
2184
- e = b("header"), $ && $.c(), n = x(), t = b("nav"), l = b("div"), S && S.c(), s = x(), r = b("a"), o.c(), u = x(), h.c(), C = x(), Z && Z.c(), _(r, "class", c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
2185
- a[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`), _(r, "href", "https://www.uoguelph.ca"), _(r, "aria-label", "University of Guelph Home Page"), _(l, "class", "flex w-fit"), _(t, "class", "relative w-full justify-between flex h-[5rem] lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white"), _(t, "aria-label", "Primary"), _(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
2186
- },
2187
- m(y, z) {
2188
- d(y, e, z), $ && $.m(e, null), g(e, n), g(e, t), g(t, l), S && S.m(l, null), g(l, s), g(l, r), P[i].m(r, null), g(t, u), H[f].m(t, null), g(e, C), Z && Z.m(e, null), M = !0, w || (J = ae(
2189
- Xe,
2237
+ e = b("header"), A && A.c(), n = x(), t = b("nav"), l = b("div"), V && V.c(), o = x(), r = b("a"), a.c(), u = x(), _.c(), R = x(), N && N.c(), h(r, "class", i = t1(
2238
+ "flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full",
2239
+ /*windowWidth*/
2240
+ s[4] >= H ? "[&>svg]:w-[18.4rem]" : (
2241
+ /*variant*/
2242
+ s[3] === "simplified" ? "[&>svg]:w-[7.5rem]" : "[&>svg]:w-[5rem]"
2243
+ )
2244
+ )), h(r, "href", "https://www.uoguelph.ca"), h(r, "aria-label", "University of Guelph Home Page"), h(l, "class", "flex w-fit"), h(t, "class", y = t1(
2245
+ "relative w-full justify-between flex lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white",
2246
+ /*variant*/
2247
+ s[3] === "simplified" ? "h-[7.5rem]" : "h-[5rem]"
2248
+ )), h(t, "aria-label", "Primary"), h(e, "class", "relative z-10 w-full font-condensed text-3xl text-black");
2249
+ },
2250
+ m(k, T) {
2251
+ d(k, e, T), A && A.m(e, null), g(e, n), g(e, t), g(t, l), V && V.m(l, null), g(l, o), g(l, r), G[c].m(r, null), g(t, u), O[f].m(t, null), g(e, R), N && N.m(e, null), w = !0, j || (S = i1(
2252
+ te,
2190
2253
  "resize",
2191
2254
  /*onwindowresize*/
2192
- a[10]
2193
- ), w = !0);
2255
+ s[11]
2256
+ ), j = !0);
2194
2257
  },
2195
- p(y, z) {
2258
+ p(k, T) {
2196
2259
  /*windowWidth*/
2197
- y[3] >= F ? $ ? ($.p(y, z), z[0] & /*windowWidth*/
2198
- 8 && p($, 1)) : ($ = je(y), $.c(), p($, 1), $.m(e, n)) : $ && (E(), m($, 1, 1, () => {
2199
- $ = null;
2260
+ k[4] >= H && /*variant*/
2261
+ k[3] !== "simplified" ? A ? (A.p(k, T), T[0] & /*windowWidth, variant*/
2262
+ 24 && p(A, 1)) : (A = j1(k), A.c(), p(A, 1), A.m(e, n)) : A && (E(), m(A, 1, 1, () => {
2263
+ A = null;
2200
2264
  }), U()), /*windowWidth*/
2201
- y[3] >= F ? S ? z[0] & /*windowWidth*/
2202
- 8 && p(S, 1) : (S = Me(), S.c(), p(S, 1), S.m(l, s)) : S && (E(), m(S, 1, 1, () => {
2203
- S = null;
2265
+ k[4] >= H ? V ? T[0] & /*windowWidth*/
2266
+ 16 && p(V, 1) : (V = U1(), V.c(), p(V, 1), V.m(l, o)) : V && (E(), m(V, 1, 1, () => {
2267
+ V = null;
2204
2268
  }), U());
2205
- let re = i;
2206
- i = fe(y), i !== re && (E(), m(P[re], 1, 1, () => {
2207
- P[re] = null;
2208
- }), U(), o = P[i], o || (o = P[i] = ue[i](y), o.c()), p(o, 1), o.m(r, null)), (!M || z[0] & /*windowWidth*/
2209
- 8 && c !== (c = `flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full ${/*windowWidth*/
2210
- y[3] >= F ? "[&>svg]:w-[18.4rem]" : "[&>svg]:w-[5rem]"}`)) && _(r, "class", c);
2211
- let oe = f;
2212
- f = he(y), f === oe ? H[f].p(y, z) : (E(), m(H[oe], 1, 1, () => {
2213
- H[oe] = null;
2214
- }), U(), h = H[f], h ? h.p(y, z) : (h = H[f] = _e[f](y), h.c()), p(h, 1), h.m(t, null)), /*subNavigation*/
2215
- y[0].length > 0 || /*pageTitle*/
2216
- y[1] ? Z ? (Z.p(y, z), z[0] & /*subNavigation, pageTitle*/
2217
- 3 && p(Z, 1)) : (Z = Be(y), Z.c(), p(Z, 1), Z.m(e, null)) : Z && (E(), m(Z, 1, 1, () => {
2218
- Z = null;
2269
+ let o1 = c;
2270
+ c = _1(k), c !== o1 && (E(), m(G[o1], 1, 1, () => {
2271
+ G[o1] = null;
2272
+ }), U(), a = G[c], a || (a = G[c] = h1[c](k), a.c()), p(a, 1), a.m(r, null)), (!w || T[0] & /*windowWidth, variant*/
2273
+ 24 && i !== (i = t1(
2274
+ "flex h-full w-fit transition-opacity focus:opacity-75 hover:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] [&>svg]:block [&>svg]:h-full",
2275
+ /*windowWidth*/
2276
+ k[4] >= H ? "[&>svg]:w-[18.4rem]" : (
2277
+ /*variant*/
2278
+ k[3] === "simplified" ? "[&>svg]:w-[7.5rem]" : "[&>svg]:w-[5rem]"
2279
+ )
2280
+ ))) && h(r, "class", i);
2281
+ let s1 = f;
2282
+ f = p1(k), f === s1 ? O[f].p(k, T) : (E(), m(O[s1], 1, 1, () => {
2283
+ O[s1] = null;
2284
+ }), U(), _ = O[f], _ ? _.p(k, T) : (_ = O[f] = g1[f](k), _.c()), p(_, 1), _.m(t, null)), (!w || T[0] & /*variant*/
2285
+ 8 && y !== (y = t1(
2286
+ "relative w-full justify-between flex lg:h-[10rem] bg-black px-[calc((100%-1320px)/2)] text-3xl text-white",
2287
+ /*variant*/
2288
+ k[3] === "simplified" ? "h-[7.5rem]" : "h-[5rem]"
2289
+ ))) && h(t, "class", y), /*subNavigation*/
2290
+ k[0].length > 0 || /*pageTitle*/
2291
+ k[1] ? N ? (N.p(k, T), T[0] & /*subNavigation, pageTitle*/
2292
+ 3 && p(N, 1)) : (N = z1(k), N.c(), p(N, 1), N.m(e, null)) : N && (E(), m(N, 1, 1, () => {
2293
+ N = null;
2219
2294
  }), U());
2220
2295
  },
2221
- i(y) {
2222
- M || (p($), p(S), p(o), p(h), p(Z), M = !0);
2296
+ i(k) {
2297
+ w || (p(A), p(V), p(a), p(_), p(N), w = !0);
2223
2298
  },
2224
- o(y) {
2225
- m($), m(S), m(o), m(h), m(Z), M = !1;
2299
+ o(k) {
2300
+ m(A), m(V), m(a), m(_), m(N), w = !1;
2226
2301
  },
2227
- d(y) {
2228
- y && v(e), $ && $.d(), S && S.d(), P[i].d(), H[f].d(), Z && Z.d(), w = !1, J();
2302
+ d(k) {
2303
+ k && v(e), A && A.d(), V && V.d(), G[c].d(), O[f].d(), N && N.d(), j = !1, S();
2229
2304
  }
2230
2305
  };
2231
2306
  }
2232
- const F = 1024, Dt = 35;
2233
- function Yt(a, e, n) {
2307
+ const H = 1024, et = 35;
2308
+ function tt(s, e, n) {
2234
2309
  const t = [
2235
2310
  {
2236
2311
  text: "Give",
@@ -2291,10 +2366,10 @@ function Yt(a, e, n) {
2291
2366
  text: "Student Life",
2292
2367
  href: "https://www.uoguelph.ca/studentexperience/"
2293
2368
  }
2294
- ], s = {
2369
+ ], o = {
2295
2370
  text: "Search the University of Guelph",
2296
2371
  href: "https://uoguelph.ca/search",
2297
- icon: lt
2372
+ icon: oe
2298
2373
  }, r = {
2299
2374
  text: "Account Menu",
2300
2375
  links: [
@@ -2319,51 +2394,53 @@ function Yt(a, e, n) {
2319
2394
  href: "https://gryphlife.uoguelph.ca/"
2320
2395
  }
2321
2396
  ],
2322
- icon: nt
2397
+ icon: se
2323
2398
  };
2324
- let i, o, c = !1, { subNavigation: u } = e, { pageTitle: f } = e, { pageURL: h } = e;
2325
- function C() {
2326
- n(3, i = Xe.innerWidth);
2399
+ let c, a, i = !1, { subNavigation: u } = e, { pageTitle: f } = e, { pageURL: _ } = e, { variant: y } = e;
2400
+ function R() {
2401
+ n(4, c = te.innerWidth);
2327
2402
  }
2328
- function M(w) {
2329
- rt[w ? "unshift" : "push"](() => {
2330
- o = w, n(4, o);
2403
+ function w(j) {
2404
+ ce[j ? "unshift" : "push"](() => {
2405
+ a = j, n(5, a);
2331
2406
  });
2332
2407
  }
2333
- return a.$$set = (w) => {
2334
- "subNavigation" in w && n(0, u = w.subNavigation), "pageTitle" in w && n(1, f = w.pageTitle), "pageURL" in w && n(2, h = w.pageURL);
2335
- }, a.$$.update = () => {
2336
- a.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
2337
- 56 && window.requestAnimationFrame(() => {
2338
- i >= F && o && !c && n(5, c = o.offsetWidth > o.parentElement.offsetWidth);
2408
+ return s.$$set = (j) => {
2409
+ "subNavigation" in j && n(0, u = j.subNavigation), "pageTitle" in j && n(1, f = j.pageTitle), "pageURL" in j && n(2, _ = j.pageURL), "variant" in j && n(3, y = j.variant);
2410
+ }, s.$$.update = () => {
2411
+ s.$$.dirty[0] & /*windowWidth, subNavigationElement, subNavigationIsOverflowing*/
2412
+ 112 && window.requestAnimationFrame(() => {
2413
+ c >= H && a && !i && n(6, i = a.offsetWidth > a.parentElement.offsetWidth);
2339
2414
  });
2340
2415
  }, [
2341
2416
  u,
2342
2417
  f,
2343
- h,
2344
- i,
2345
- o,
2418
+ _,
2419
+ y,
2346
2420
  c,
2421
+ a,
2422
+ i,
2347
2423
  t,
2348
2424
  l,
2349
- s,
2425
+ o,
2350
2426
  r,
2351
- C,
2352
- M
2427
+ R,
2428
+ w
2353
2429
  ];
2354
2430
  }
2355
- class Kt extends K {
2431
+ class lt extends Q {
2356
2432
  constructor(e) {
2357
- super(), Q(
2433
+ super(), X(
2358
2434
  this,
2359
2435
  e,
2360
- Yt,
2361
- Vt,
2436
+ tt,
2437
+ Xe,
2362
2438
  D,
2363
2439
  {
2364
2440
  subNavigation: 0,
2365
2441
  pageTitle: 1,
2366
- pageURL: 2
2442
+ pageURL: 2,
2443
+ variant: 3
2367
2444
  },
2368
2445
  null,
2369
2446
  [-1, -1]
@@ -2387,10 +2464,16 @@ class Kt extends K {
2387
2464
  set pageURL(e) {
2388
2465
  this.$$set({ pageURL: e }), B();
2389
2466
  }
2467
+ get variant() {
2468
+ return this.$$.ctx[3];
2469
+ }
2470
+ set variant(e) {
2471
+ this.$$set({ variant: e }), B();
2472
+ }
2390
2473
  }
2391
- customElements.define("uofg-header", Y(Kt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" } }, [], [], !0, (a) => class extends a {
2474
+ customElements.define("uofg-header", K(lt, { subNavigation: {}, pageTitle: { reflect: !0, type: "String", attribute: "page-title" }, pageURL: { reflect: !0, type: "String", attribute: "page-url" }, variant: { reflect: !0, type: "String", attribute: "variant" } }, [], [], !0, (s) => class extends s {
2392
2475
  constructor() {
2393
- super(), tt(this.shadowRoot);
2476
+ super(), ae(this.shadowRoot);
2394
2477
  }
2395
2478
  connectedCallback() {
2396
2479
  super.connectedCallback(), this.updateSubNavigation(), this.observer ?? (this.observer = new MutationObserver(() => {
@@ -2419,7 +2502,7 @@ customElements.define("uofg-header", Y(Kt, { subNavigation: {}, pageTitle: { ref
2419
2502
  links: Array.from(n.querySelectorAll("a")).map(e)
2420
2503
  };
2421
2504
  return t.wrapContent = t.links.reduce(
2422
- (l, s) => (s.text.length > Dt && (l = !0), l),
2505
+ (l, o) => (o.text.length > et && (l = !0), l),
2423
2506
  !1
2424
2507
  ), t;
2425
2508
  }
@@ -2427,5 +2510,5 @@ customElements.define("uofg-header", Y(Kt, { subNavigation: {}, pageTitle: { ref
2427
2510
  }
2428
2511
  }));
2429
2512
  export {
2430
- Kt as default
2513
+ lt as default
2431
2514
  };