lion-make 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/components/footer/Disclosure.d.ts +3 -2
  2. package/dist/components/footer/DisclosureToggleOpen.d.ts +13 -0
  3. package/dist/components/footer/LegalLinks.d.ts +16 -0
  4. package/dist/components/footer/LinksAndSocial.d.ts +25 -0
  5. package/dist/components/header/HeaderCTA.d.ts +9 -0
  6. package/dist/components/header/HeaderLogo.d.ts +10 -0
  7. package/dist/components/header/HeaderProduct.d.ts +10 -0
  8. package/dist/components/header/HeaderSectionNavigation.d.ts +12 -0
  9. package/dist/components/header/HeaderSectionTitle.d.ts +8 -0
  10. package/dist/components/header/HeaderUnderwriter.d.ts +9 -0
  11. package/dist/components/header/TopLevelNavigation.d.ts +13 -0
  12. package/dist/components/hero/CTAHeroBlock.d.ts +24 -0
  13. package/dist/components/hero/HeroBlock.d.ts +18 -0
  14. package/dist/components/hero/MultiHero.d.ts +25 -0
  15. package/dist/components/hero/NotAvailableHeroBlock.d.ts +22 -0
  16. package/dist/index.d.ts +28 -0
  17. package/dist/lion-make.js +991 -633
  18. package/dist/lion-make.umd.cjs +10 -10
  19. package/guidelines/Guidelines.md +46 -50
  20. package/guidelines/composition/constraints.md +40 -8
  21. package/guidelines/composition/zones.md +49 -11
  22. package/guidelines/content-types/footer/anklet.md +62 -0
  23. package/guidelines/content-types/footer/compliance.md +49 -0
  24. package/guidelines/content-types/footer/disclaimers.md +48 -0
  25. package/guidelines/content-types/footer/disclosure-toggle-open.md +51 -0
  26. package/guidelines/content-types/footer/disclosures.md +50 -0
  27. package/guidelines/content-types/footer/legal-links.md +59 -0
  28. package/guidelines/content-types/footer/links-and-social.md +94 -0
  29. package/guidelines/content-types/footer/overview.md +73 -16
  30. package/guidelines/content-types/general/accordion-block.md +42 -0
  31. package/guidelines/content-types/general/all-blogs-post-block.md +52 -0
  32. package/guidelines/content-types/general/background-color-block.md +42 -0
  33. package/guidelines/content-types/general/basic-content-block.md +43 -0
  34. package/guidelines/content-types/general/body-text-copy-block.md +38 -0
  35. package/guidelines/content-types/general/content-image-block.md +37 -0
  36. package/guidelines/content-types/general/cross-sell-card-block.md +45 -0
  37. package/guidelines/content-types/general/decorative-list-block.md +40 -0
  38. package/guidelines/content-types/general/email-callout-block.md +38 -0
  39. package/guidelines/content-types/general/embedded-video-block.md +36 -0
  40. package/guidelines/content-types/general/full-size-image-with-highlight-box.md +52 -0
  41. package/guidelines/content-types/general/horizontal-rule.md +35 -0
  42. package/guidelines/content-types/general/hot-jobs-block.md +52 -0
  43. package/guidelines/content-types/general/inline-message.md +36 -0
  44. package/guidelines/content-types/general/last-chance-block.md +40 -0
  45. package/guidelines/content-types/general/multi-step-lead-form.md +60 -0
  46. package/guidelines/content-types/general/multi-testimonial.md +49 -0
  47. package/guidelines/content-types/general/opt-in.md +42 -0
  48. package/guidelines/content-types/general/overview.md +134 -24
  49. package/guidelines/content-types/general/product-block.md +43 -0
  50. package/guidelines/content-types/general/pull-quote.md +36 -0
  51. package/guidelines/content-types/general/recent-blog-posts-block.md +48 -0
  52. package/guidelines/content-types/general/resource-spotlight.md +44 -0
  53. package/guidelines/content-types/general/rtb-descriptive.md +53 -0
  54. package/guidelines/content-types/general/rtb-dynamic.md +55 -0
  55. package/guidelines/content-types/general/rtb-highlight.md +50 -0
  56. package/guidelines/content-types/general/side-menu-explorer.md +62 -0
  57. package/guidelines/content-types/general/simple-cta-block.md +44 -0
  58. package/guidelines/content-types/general/spacing-block.md +40 -0
  59. package/guidelines/content-types/general/speed-bump.md +45 -0
  60. package/guidelines/content-types/general/table-block.md +55 -0
  61. package/guidelines/content-types/general/wahfu.md +66 -0
  62. package/guidelines/content-types/header/header-cta.md +41 -0
  63. package/guidelines/content-types/header/header-logo.md +45 -0
  64. package/guidelines/content-types/header/header-product.md +45 -0
  65. package/guidelines/content-types/header/header-section-navigation.md +55 -0
  66. package/guidelines/content-types/header/header-section-title.md +43 -0
  67. package/guidelines/content-types/header/header-underwriter.md +46 -0
  68. package/guidelines/content-types/header/overview.md +61 -15
  69. package/guidelines/content-types/header/top-level-navigation.md +70 -0
  70. package/guidelines/content-types/hero/cta-hero-block.md +70 -0
  71. package/guidelines/content-types/hero/hero-block.md +56 -0
  72. package/guidelines/content-types/hero/multi-hero.md +78 -0
  73. package/guidelines/content-types/hero/not-available-hero-block.md +64 -0
  74. package/guidelines/content-types/hero/overview.md +53 -18
  75. package/guidelines/content-types/overview.md +86 -29
  76. package/guidelines/discovery.md +158 -0
  77. package/guidelines/setup.md +90 -16
  78. package/package.json +1 -1
package/dist/lion-make.js CHANGED
@@ -1,5 +1,5 @@
1
- import ae, { useState as E } from "react";
2
- var re = { exports: {} }, $ = {};
1
+ import ae, { useState as B } from "react";
2
+ var re = { exports: {} }, I = {};
3
3
  /**
4
4
  * @license React
5
5
  * react-jsx-runtime.production.min.js
@@ -10,20 +10,20 @@ var re = { exports: {} }, $ = {};
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
12
  var Re;
13
- function gr() {
14
- if (Re) return $;
13
+ function hr() {
14
+ if (Re) return I;
15
15
  Re = 1;
16
- var t = ae, n = Symbol.for("react.element"), a = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function s(g, h, y) {
18
- var _, S = {}, p = null, N = null;
19
- y !== void 0 && (p = "" + y), h.key !== void 0 && (p = "" + h.key), h.ref !== void 0 && (N = h.ref);
20
- for (_ in h) o.call(h, _) && !d.hasOwnProperty(_) && (S[_] = h[_]);
21
- if (g && g.defaultProps) for (_ in h = g.defaultProps, h) S[_] === void 0 && (S[_] = h[_]);
22
- return { $$typeof: n, type: g, key: p, ref: N, props: S, _owner: i.current };
16
+ var t = ae, n = Symbol.for("react.element"), o = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
17
+ function l(d, g, b) {
18
+ var y, z = {}, p = null, S = null;
19
+ b !== void 0 && (p = "" + b), g.key !== void 0 && (p = "" + g.key), g.ref !== void 0 && (S = g.ref);
20
+ for (y in g) a.call(g, y) && !s.hasOwnProperty(y) && (z[y] = g[y]);
21
+ if (d && d.defaultProps) for (y in g = d.defaultProps, g) z[y] === void 0 && (z[y] = g[y]);
22
+ return { $$typeof: n, type: d, key: p, ref: S, props: z, _owner: i.current };
23
23
  }
24
- return $.Fragment = a, $.jsx = s, $.jsxs = s, $;
24
+ return I.Fragment = o, I.jsx = l, I.jsxs = l, I;
25
25
  }
26
- var G = {};
26
+ var H = {};
27
27
  /**
28
28
  * @license React
29
29
  * react-jsx-runtime.development.js
@@ -34,90 +34,90 @@ var G = {};
34
34
  * LICENSE file in the root directory of this source tree.
35
35
  */
36
36
  var Ce;
37
- function hr() {
37
+ function gr() {
38
38
  return Ce || (Ce = 1, process.env.NODE_ENV !== "production" && function() {
39
- var t = ae, n = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), g = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), C = Symbol.iterator, L = "@@iterator";
39
+ var t = ae, n = Symbol.for("react.element"), o = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), y = Symbol.for("react.suspense_list"), z = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), C = Symbol.iterator, G = "@@iterator";
40
40
  function D(r) {
41
41
  if (r === null || typeof r != "object")
42
42
  return null;
43
- var l = C && r[C] || r[L];
44
- return typeof l == "function" ? l : null;
43
+ var c = C && r[C] || r[G];
44
+ return typeof c == "function" ? c : null;
45
45
  }
46
- var B = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
- function z(r) {
46
+ var E = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
+ function N(r) {
48
48
  {
49
- for (var l = arguments.length, c = new Array(l > 1 ? l - 1 : 0), f = 1; f < l; f++)
50
- c[f - 1] = arguments[f];
51
- Ee("error", r, c);
49
+ for (var c = arguments.length, h = new Array(c > 1 ? c - 1 : 0), f = 1; f < c; f++)
50
+ h[f - 1] = arguments[f];
51
+ Be("error", r, h);
52
52
  }
53
53
  }
54
- function Ee(r, l, c) {
54
+ function Be(r, c, h) {
55
55
  {
56
- var f = B.ReactDebugCurrentFrame, b = f.getStackAddendum();
57
- b !== "" && (l += "%s", c = c.concat([b]));
58
- var m = c.map(function(u) {
56
+ var f = E.ReactDebugCurrentFrame, m = f.getStackAddendum();
57
+ m !== "" && (c += "%s", h = h.concat([m]));
58
+ var x = h.map(function(u) {
59
59
  return String(u);
60
60
  });
61
- m.unshift("Warning: " + l), Function.prototype.apply.call(console[r], console, m);
61
+ x.unshift("Warning: " + c), Function.prototype.apply.call(console[r], console, x);
62
62
  }
63
63
  }
64
- var Be = !1, Te = !1, We = !1, Oe = !1, Pe = !1, te;
65
- te = Symbol.for("react.module.reference");
64
+ var Ee = !1, Te = !1, We = !1, Oe = !1, Pe = !1, oe;
65
+ oe = Symbol.for("react.module.reference");
66
66
  function Ae(r) {
67
- return !!(typeof r == "string" || typeof r == "function" || r === o || r === d || Pe || r === i || r === y || r === _ || Oe || r === N || Be || Te || We || typeof r == "object" && r !== null && (r.$$typeof === p || r.$$typeof === S || r.$$typeof === s || r.$$typeof === g || r.$$typeof === h || // This needs to include all possible module reference object
67
+ return !!(typeof r == "string" || typeof r == "function" || r === a || r === s || Pe || r === i || r === b || r === y || Oe || r === S || Ee || Te || We || typeof r == "object" && r !== null && (r.$$typeof === p || r.$$typeof === z || r.$$typeof === l || r.$$typeof === d || r.$$typeof === g || // This needs to include all possible module reference object
68
68
  // types supported by any Flight configuration anywhere since
69
69
  // we don't know which Flight build this will end up being used
70
70
  // with.
71
- r.$$typeof === te || r.getModuleId !== void 0));
71
+ r.$$typeof === oe || r.getModuleId !== void 0));
72
72
  }
73
- function De(r, l, c) {
73
+ function De(r, c, h) {
74
74
  var f = r.displayName;
75
75
  if (f)
76
76
  return f;
77
- var b = l.displayName || l.name || "";
78
- return b !== "" ? c + "(" + b + ")" : c;
77
+ var m = c.displayName || c.name || "";
78
+ return m !== "" ? h + "(" + m + ")" : h;
79
79
  }
80
- function oe(r) {
80
+ function te(r) {
81
81
  return r.displayName || "Context";
82
82
  }
83
83
  function T(r) {
84
84
  if (r == null)
85
85
  return null;
86
- if (typeof r.tag == "number" && z("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
86
+ if (typeof r.tag == "number" && N("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
87
87
  return r.displayName || r.name || null;
88
88
  if (typeof r == "string")
89
89
  return r;
90
90
  switch (r) {
91
- case o:
92
- return "Fragment";
93
91
  case a:
92
+ return "Fragment";
93
+ case o:
94
94
  return "Portal";
95
- case d:
95
+ case s:
96
96
  return "Profiler";
97
97
  case i:
98
98
  return "StrictMode";
99
- case y:
99
+ case b:
100
100
  return "Suspense";
101
- case _:
101
+ case y:
102
102
  return "SuspenseList";
103
103
  }
104
104
  if (typeof r == "object")
105
105
  switch (r.$$typeof) {
106
- case g:
107
- var l = r;
108
- return oe(l) + ".Consumer";
109
- case s:
106
+ case d:
110
107
  var c = r;
111
- return oe(c._context) + ".Provider";
112
- case h:
108
+ return te(c) + ".Consumer";
109
+ case l:
110
+ var h = r;
111
+ return te(h._context) + ".Provider";
112
+ case g:
113
113
  return De(r, r.render, "ForwardRef");
114
- case S:
114
+ case z:
115
115
  var f = r.displayName || null;
116
116
  return f !== null ? f : T(r.type) || "Memo";
117
117
  case p: {
118
- var b = r, m = b._payload, u = b._init;
118
+ var m = r, x = m._payload, u = m._init;
119
119
  try {
120
- return T(u(m));
120
+ return T(u(x));
121
121
  } catch {
122
122
  return null;
123
123
  }
@@ -125,18 +125,18 @@ function hr() {
125
125
  }
126
126
  return null;
127
127
  }
128
- var W = Object.assign, F = 0, ne, ie, le, se, de, ce, ge;
129
- function he() {
128
+ var W = Object.assign, F = 0, ne, ie, le, se, ce, de, he;
129
+ function ge() {
130
130
  }
131
- he.__reactDisabledLog = !0;
131
+ ge.__reactDisabledLog = !0;
132
132
  function Fe() {
133
133
  {
134
134
  if (F === 0) {
135
- ne = console.log, ie = console.info, le = console.warn, se = console.error, de = console.group, ce = console.groupCollapsed, ge = console.groupEnd;
135
+ ne = console.log, ie = console.info, le = console.warn, se = console.error, ce = console.group, de = console.groupCollapsed, he = console.groupEnd;
136
136
  var r = {
137
137
  configurable: !0,
138
138
  enumerable: !0,
139
- value: he,
139
+ value: ge,
140
140
  writable: !0
141
141
  };
142
142
  Object.defineProperties(console, {
@@ -152,7 +152,7 @@ function hr() {
152
152
  F++;
153
153
  }
154
154
  }
155
- function Ie() {
155
+ function $e() {
156
156
  {
157
157
  if (F--, F === 0) {
158
158
  var r = {
@@ -174,54 +174,54 @@ function hr() {
174
174
  value: se
175
175
  }),
176
176
  group: W({}, r, {
177
- value: de
177
+ value: ce
178
178
  }),
179
179
  groupCollapsed: W({}, r, {
180
- value: ce
180
+ value: de
181
181
  }),
182
182
  groupEnd: W({}, r, {
183
- value: ge
183
+ value: he
184
184
  })
185
185
  });
186
186
  }
187
- F < 0 && z("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
187
+ F < 0 && N("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
188
  }
189
189
  }
190
- var V = B.ReactCurrentDispatcher, U;
191
- function M(r, l, c) {
190
+ var V = E.ReactCurrentDispatcher, U;
191
+ function L(r, c, h) {
192
192
  {
193
193
  if (U === void 0)
194
194
  try {
195
195
  throw Error();
196
- } catch (b) {
197
- var f = b.stack.trim().match(/\n( *(at )?)/);
196
+ } catch (m) {
197
+ var f = m.stack.trim().match(/\n( *(at )?)/);
198
198
  U = f && f[1] || "";
199
199
  }
200
200
  return `
201
201
  ` + U + r;
202
202
  }
203
203
  }
204
- var J = !1, q;
204
+ var J = !1, M;
205
205
  {
206
- var $e = typeof WeakMap == "function" ? WeakMap : Map;
207
- q = new $e();
206
+ var Ie = typeof WeakMap == "function" ? WeakMap : Map;
207
+ M = new Ie();
208
208
  }
209
- function fe(r, l) {
209
+ function fe(r, c) {
210
210
  if (!r || J)
211
211
  return "";
212
212
  {
213
- var c = q.get(r);
214
- if (c !== void 0)
215
- return c;
213
+ var h = M.get(r);
214
+ if (h !== void 0)
215
+ return h;
216
216
  }
217
217
  var f;
218
218
  J = !0;
219
- var b = Error.prepareStackTrace;
219
+ var m = Error.prepareStackTrace;
220
220
  Error.prepareStackTrace = void 0;
221
- var m;
222
- m = V.current, V.current = null, Fe();
221
+ var x;
222
+ x = V.current, V.current = null, Fe();
223
223
  try {
224
- if (l) {
224
+ if (c) {
225
225
  var u = function() {
226
226
  throw Error();
227
227
  };
@@ -232,122 +232,122 @@ function hr() {
232
232
  }), typeof Reflect == "object" && Reflect.construct) {
233
233
  try {
234
234
  Reflect.construct(u, []);
235
- } catch (k) {
236
- f = k;
235
+ } catch (w) {
236
+ f = w;
237
237
  }
238
238
  Reflect.construct(r, [], u);
239
239
  } else {
240
240
  try {
241
241
  u.call();
242
- } catch (k) {
243
- f = k;
242
+ } catch (w) {
243
+ f = w;
244
244
  }
245
245
  r.call(u.prototype);
246
246
  }
247
247
  } else {
248
248
  try {
249
249
  throw Error();
250
- } catch (k) {
251
- f = k;
250
+ } catch (w) {
251
+ f = w;
252
252
  }
253
253
  r();
254
254
  }
255
- } catch (k) {
256
- if (k && f && typeof k.stack == "string") {
257
- for (var v = k.stack.split(`
258
- `), w = f.stack.split(`
259
- `), x = v.length - 1, j = w.length - 1; x >= 1 && j >= 0 && v[x] !== w[j]; )
255
+ } catch (w) {
256
+ if (w && f && typeof w.stack == "string") {
257
+ for (var v = w.stack.split(`
258
+ `), k = f.stack.split(`
259
+ `), _ = v.length - 1, j = k.length - 1; _ >= 1 && j >= 0 && v[_] !== k[j]; )
260
260
  j--;
261
- for (; x >= 1 && j >= 0; x--, j--)
262
- if (v[x] !== w[j]) {
263
- if (x !== 1 || j !== 1)
261
+ for (; _ >= 1 && j >= 0; _--, j--)
262
+ if (v[_] !== k[j]) {
263
+ if (_ !== 1 || j !== 1)
264
264
  do
265
- if (x--, j--, j < 0 || v[x] !== w[j]) {
265
+ if (_--, j--, j < 0 || v[_] !== k[j]) {
266
266
  var R = `
267
- ` + v[x].replace(" at new ", " at ");
268
- return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" && q.set(r, R), R;
267
+ ` + v[_].replace(" at new ", " at ");
268
+ return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" && M.set(r, R), R;
269
269
  }
270
- while (x >= 1 && j >= 0);
270
+ while (_ >= 1 && j >= 0);
271
271
  break;
272
272
  }
273
273
  }
274
274
  } finally {
275
- J = !1, V.current = m, Ie(), Error.prepareStackTrace = b;
275
+ J = !1, V.current = x, $e(), Error.prepareStackTrace = m;
276
276
  }
277
- var A = r ? r.displayName || r.name : "", O = A ? M(A) : "";
278
- return typeof r == "function" && q.set(r, O), O;
277
+ var A = r ? r.displayName || r.name : "", O = A ? L(A) : "";
278
+ return typeof r == "function" && M.set(r, O), O;
279
279
  }
280
- function Ge(r, l, c) {
280
+ function He(r, c, h) {
281
281
  return fe(r, !1);
282
282
  }
283
- function Le(r) {
284
- var l = r.prototype;
285
- return !!(l && l.isReactComponent);
283
+ function Ge(r) {
284
+ var c = r.prototype;
285
+ return !!(c && c.isReactComponent);
286
286
  }
287
- function H(r, l, c) {
287
+ function q(r, c, h) {
288
288
  if (r == null)
289
289
  return "";
290
290
  if (typeof r == "function")
291
- return fe(r, Le(r));
291
+ return fe(r, Ge(r));
292
292
  if (typeof r == "string")
293
- return M(r);
293
+ return L(r);
294
294
  switch (r) {
295
+ case b:
296
+ return L("Suspense");
295
297
  case y:
296
- return M("Suspense");
297
- case _:
298
- return M("SuspenseList");
298
+ return L("SuspenseList");
299
299
  }
300
300
  if (typeof r == "object")
301
301
  switch (r.$$typeof) {
302
- case h:
303
- return Ge(r.render);
304
- case S:
305
- return H(r.type, l, c);
302
+ case g:
303
+ return He(r.render);
304
+ case z:
305
+ return q(r.type, c, h);
306
306
  case p: {
307
- var f = r, b = f._payload, m = f._init;
307
+ var f = r, m = f._payload, x = f._init;
308
308
  try {
309
- return H(m(b), l, c);
309
+ return q(x(m), c, h);
310
310
  } catch {
311
311
  }
312
312
  }
313
313
  }
314
314
  return "";
315
315
  }
316
- var I = Object.prototype.hasOwnProperty, ve = {}, ue = B.ReactDebugCurrentFrame;
316
+ var $ = Object.prototype.hasOwnProperty, ve = {}, ue = E.ReactDebugCurrentFrame;
317
317
  function Y(r) {
318
318
  if (r) {
319
- var l = r._owner, c = H(r.type, r._source, l ? l.type : null);
320
- ue.setExtraStackFrame(c);
319
+ var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
320
+ ue.setExtraStackFrame(h);
321
321
  } else
322
322
  ue.setExtraStackFrame(null);
323
323
  }
324
- function Me(r, l, c, f, b) {
324
+ function Le(r, c, h, f, m) {
325
325
  {
326
- var m = Function.call.bind(I);
326
+ var x = Function.call.bind($);
327
327
  for (var u in r)
328
- if (m(r, u)) {
328
+ if (x(r, u)) {
329
329
  var v = void 0;
330
330
  try {
331
331
  if (typeof r[u] != "function") {
332
- var w = Error((f || "React class") + ": " + c + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw w.name = "Invariant Violation", w;
332
+ var k = Error((f || "React class") + ": " + h + " type `" + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[u] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
+ throw k.name = "Invariant Violation", k;
334
334
  }
335
- v = r[u](l, u, f, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (x) {
337
- v = x;
335
+ v = r[u](c, u, f, h, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
+ } catch (_) {
337
+ v = _;
338
338
  }
339
- v && !(v instanceof Error) && (Y(b), z("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", c, u, typeof v), Y(null)), v instanceof Error && !(v.message in ve) && (ve[v.message] = !0, Y(b), z("Failed %s type: %s", c, v.message), Y(null));
339
+ v && !(v instanceof Error) && (Y(m), N("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", h, u, typeof v), Y(null)), v instanceof Error && !(v.message in ve) && (ve[v.message] = !0, Y(m), N("Failed %s type: %s", h, v.message), Y(null));
340
340
  }
341
341
  }
342
342
  }
343
- var qe = Array.isArray;
343
+ var Me = Array.isArray;
344
344
  function K(r) {
345
- return qe(r);
345
+ return Me(r);
346
346
  }
347
- function He(r) {
347
+ function qe(r) {
348
348
  {
349
- var l = typeof Symbol == "function" && Symbol.toStringTag, c = l && r[Symbol.toStringTag] || r.constructor.name || "Object";
350
- return c;
349
+ var c = typeof Symbol == "function" && Symbol.toStringTag, h = c && r[Symbol.toStringTag] || r.constructor.name || "Object";
350
+ return h;
351
351
  }
352
352
  }
353
353
  function Ye(r) {
@@ -360,68 +360,68 @@ function hr() {
360
360
  function pe(r) {
361
361
  return "" + r;
362
362
  }
363
- function be(r) {
363
+ function me(r) {
364
364
  if (Ye(r))
365
- return z("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(r)), pe(r);
365
+ return N("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", qe(r)), pe(r);
366
366
  }
367
- var me = B.ReactCurrentOwner, Ve = {
367
+ var be = E.ReactCurrentOwner, Ve = {
368
368
  key: !0,
369
369
  ref: !0,
370
370
  __self: !0,
371
371
  __source: !0
372
372
  }, ye, xe;
373
373
  function Ue(r) {
374
- if (I.call(r, "ref")) {
375
- var l = Object.getOwnPropertyDescriptor(r, "ref").get;
376
- if (l && l.isReactWarning)
374
+ if ($.call(r, "ref")) {
375
+ var c = Object.getOwnPropertyDescriptor(r, "ref").get;
376
+ if (c && c.isReactWarning)
377
377
  return !1;
378
378
  }
379
379
  return r.ref !== void 0;
380
380
  }
381
381
  function Je(r) {
382
- if (I.call(r, "key")) {
383
- var l = Object.getOwnPropertyDescriptor(r, "key").get;
384
- if (l && l.isReactWarning)
382
+ if ($.call(r, "key")) {
383
+ var c = Object.getOwnPropertyDescriptor(r, "key").get;
384
+ if (c && c.isReactWarning)
385
385
  return !1;
386
386
  }
387
387
  return r.key !== void 0;
388
388
  }
389
- function Ke(r, l) {
390
- typeof r.ref == "string" && me.current;
389
+ function Ke(r, c) {
390
+ typeof r.ref == "string" && be.current;
391
391
  }
392
- function Xe(r, l) {
392
+ function Xe(r, c) {
393
393
  {
394
- var c = function() {
395
- ye || (ye = !0, z("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
394
+ var h = function() {
395
+ ye || (ye = !0, N("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
396
396
  };
397
- c.isReactWarning = !0, Object.defineProperty(r, "key", {
398
- get: c,
397
+ h.isReactWarning = !0, Object.defineProperty(r, "key", {
398
+ get: h,
399
399
  configurable: !0
400
400
  });
401
401
  }
402
402
  }
403
- function Qe(r, l) {
403
+ function Qe(r, c) {
404
404
  {
405
- var c = function() {
406
- xe || (xe = !0, z("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
405
+ var h = function() {
406
+ xe || (xe = !0, N("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", c));
407
407
  };
408
- c.isReactWarning = !0, Object.defineProperty(r, "ref", {
409
- get: c,
408
+ h.isReactWarning = !0, Object.defineProperty(r, "ref", {
409
+ get: h,
410
410
  configurable: !0
411
411
  });
412
412
  }
413
413
  }
414
- var Ze = function(r, l, c, f, b, m, u) {
414
+ var Ze = function(r, c, h, f, m, x, u) {
415
415
  var v = {
416
416
  // This tag allows us to uniquely identify this as a React Element
417
417
  $$typeof: n,
418
418
  // Built-in properties that belong on the element
419
419
  type: r,
420
- key: l,
421
- ref: c,
420
+ key: c,
421
+ ref: h,
422
422
  props: u,
423
423
  // Record the component responsible for creating this element.
424
- _owner: m
424
+ _owner: x
425
425
  };
426
426
  return v._store = {}, Object.defineProperty(v._store, "validated", {
427
427
  configurable: !1,
@@ -437,32 +437,32 @@ function hr() {
437
437
  configurable: !1,
438
438
  enumerable: !1,
439
439
  writable: !1,
440
- value: b
440
+ value: m
441
441
  }), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
442
442
  };
443
- function er(r, l, c, f, b) {
443
+ function er(r, c, h, f, m) {
444
444
  {
445
- var m, u = {}, v = null, w = null;
446
- c !== void 0 && (be(c), v = "" + c), Je(l) && (be(l.key), v = "" + l.key), Ue(l) && (w = l.ref, Ke(l, b));
447
- for (m in l)
448
- I.call(l, m) && !Ve.hasOwnProperty(m) && (u[m] = l[m]);
445
+ var x, u = {}, v = null, k = null;
446
+ h !== void 0 && (me(h), v = "" + h), Je(c) && (me(c.key), v = "" + c.key), Ue(c) && (k = c.ref, Ke(c, m));
447
+ for (x in c)
448
+ $.call(c, x) && !Ve.hasOwnProperty(x) && (u[x] = c[x]);
449
449
  if (r && r.defaultProps) {
450
- var x = r.defaultProps;
451
- for (m in x)
452
- u[m] === void 0 && (u[m] = x[m]);
450
+ var _ = r.defaultProps;
451
+ for (x in _)
452
+ u[x] === void 0 && (u[x] = _[x]);
453
453
  }
454
- if (v || w) {
454
+ if (v || k) {
455
455
  var j = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
456
- v && Xe(u, j), w && Qe(u, j);
456
+ v && Xe(u, j), k && Qe(u, j);
457
457
  }
458
- return Ze(r, v, w, b, f, me.current, u);
458
+ return Ze(r, v, k, m, f, be.current, u);
459
459
  }
460
460
  }
461
- var X = B.ReactCurrentOwner, _e = B.ReactDebugCurrentFrame;
461
+ var X = E.ReactCurrentOwner, _e = E.ReactDebugCurrentFrame;
462
462
  function P(r) {
463
463
  if (r) {
464
- var l = r._owner, c = H(r.type, r._source, l ? l.type : null);
465
- _e.setExtraStackFrame(c);
464
+ var c = r._owner, h = q(r.type, r._source, c ? c.type : null);
465
+ _e.setExtraStackFrame(h);
466
466
  } else
467
467
  _e.setExtraStackFrame(null);
468
468
  }
@@ -489,102 +489,102 @@ Check the render method of \`` + r + "`.";
489
489
  var ze = {};
490
490
  function ar(r) {
491
491
  {
492
- var l = je();
493
- if (!l) {
494
- var c = typeof r == "string" ? r : r.displayName || r.name;
495
- c && (l = `
492
+ var c = je();
493
+ if (!c) {
494
+ var h = typeof r == "string" ? r : r.displayName || r.name;
495
+ h && (c = `
496
496
 
497
- Check the top-level render call using <` + c + ">.");
497
+ Check the top-level render call using <` + h + ">.");
498
498
  }
499
- return l;
499
+ return c;
500
500
  }
501
501
  }
502
- function we(r, l) {
502
+ function Ne(r, c) {
503
503
  {
504
504
  if (!r._store || r._store.validated || r.key != null)
505
505
  return;
506
506
  r._store.validated = !0;
507
- var c = ar(l);
508
- if (ze[c])
507
+ var h = ar(c);
508
+ if (ze[h])
509
509
  return;
510
- ze[c] = !0;
510
+ ze[h] = !0;
511
511
  var f = "";
512
- r && r._owner && r._owner !== X.current && (f = " It was passed a child from " + T(r._owner.type) + "."), P(r), z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, f), P(null);
512
+ r && r._owner && r._owner !== X.current && (f = " It was passed a child from " + T(r._owner.type) + "."), P(r), N('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', h, f), P(null);
513
513
  }
514
514
  }
515
- function ke(r, l) {
515
+ function ke(r, c) {
516
516
  {
517
517
  if (typeof r != "object")
518
518
  return;
519
519
  if (K(r))
520
- for (var c = 0; c < r.length; c++) {
521
- var f = r[c];
522
- Z(f) && we(f, l);
520
+ for (var h = 0; h < r.length; h++) {
521
+ var f = r[h];
522
+ Z(f) && Ne(f, c);
523
523
  }
524
524
  else if (Z(r))
525
525
  r._store && (r._store.validated = !0);
526
526
  else if (r) {
527
- var b = D(r);
528
- if (typeof b == "function" && b !== r.entries)
529
- for (var m = b.call(r), u; !(u = m.next()).done; )
530
- Z(u.value) && we(u.value, l);
527
+ var m = D(r);
528
+ if (typeof m == "function" && m !== r.entries)
529
+ for (var x = m.call(r), u; !(u = x.next()).done; )
530
+ Z(u.value) && Ne(u.value, c);
531
531
  }
532
532
  }
533
533
  }
534
- function tr(r) {
534
+ function or(r) {
535
535
  {
536
- var l = r.type;
537
- if (l == null || typeof l == "string")
536
+ var c = r.type;
537
+ if (c == null || typeof c == "string")
538
538
  return;
539
- var c;
540
- if (typeof l == "function")
541
- c = l.propTypes;
542
- else if (typeof l == "object" && (l.$$typeof === h || // Note: Memo only checks outer props here.
539
+ var h;
540
+ if (typeof c == "function")
541
+ h = c.propTypes;
542
+ else if (typeof c == "object" && (c.$$typeof === g || // Note: Memo only checks outer props here.
543
543
  // Inner props are checked in the reconciler.
544
- l.$$typeof === S))
545
- c = l.propTypes;
544
+ c.$$typeof === z))
545
+ h = c.propTypes;
546
546
  else
547
547
  return;
548
- if (c) {
549
- var f = T(l);
550
- Me(c, r.props, "prop", f, r);
551
- } else if (l.PropTypes !== void 0 && !Q) {
548
+ if (h) {
549
+ var f = T(c);
550
+ Le(h, r.props, "prop", f, r);
551
+ } else if (c.PropTypes !== void 0 && !Q) {
552
552
  Q = !0;
553
- var b = T(l);
554
- z("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", b || "Unknown");
553
+ var m = T(c);
554
+ N("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", m || "Unknown");
555
555
  }
556
- typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && z("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
556
+ typeof c.getDefaultProps == "function" && !c.getDefaultProps.isReactClassApproved && N("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
557
557
  }
558
558
  }
559
- function or(r) {
559
+ function tr(r) {
560
560
  {
561
- for (var l = Object.keys(r.props), c = 0; c < l.length; c++) {
562
- var f = l[c];
561
+ for (var c = Object.keys(r.props), h = 0; h < c.length; h++) {
562
+ var f = c[h];
563
563
  if (f !== "children" && f !== "key") {
564
- P(r), z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), P(null);
564
+ P(r), N("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), P(null);
565
565
  break;
566
566
  }
567
567
  }
568
- r.ref !== null && (P(r), z("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
568
+ r.ref !== null && (P(r), N("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
569
569
  }
570
570
  }
571
- var Se = {};
572
- function Ne(r, l, c, f, b, m) {
571
+ var we = {};
572
+ function Se(r, c, h, f, m, x) {
573
573
  {
574
574
  var u = Ae(r);
575
575
  if (!u) {
576
576
  var v = "";
577
577
  (r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
578
- var w = rr();
579
- w ? v += w : v += je();
580
- var x;
581
- r === null ? x = "null" : K(r) ? x = "array" : r !== void 0 && r.$$typeof === n ? (x = "<" + (T(r.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : x = typeof r, z("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", x, v);
578
+ var k = rr();
579
+ k ? v += k : v += je();
580
+ var _;
581
+ r === null ? _ = "null" : K(r) ? _ = "array" : r !== void 0 && r.$$typeof === n ? (_ = "<" + (T(r.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof r, N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, v);
582
582
  }
583
- var j = er(r, l, c, b, m);
583
+ var j = er(r, c, h, m, x);
584
584
  if (j == null)
585
585
  return j;
586
586
  if (u) {
587
- var R = l.children;
587
+ var R = c.children;
588
588
  if (R !== void 0)
589
589
  if (f)
590
590
  if (K(R)) {
@@ -592,40 +592,40 @@ Check the top-level render call using <` + c + ">.");
592
592
  ke(R[A], r);
593
593
  Object.freeze && Object.freeze(R);
594
594
  } else
595
- z("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
595
+ N("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
596
596
  else
597
597
  ke(R, r);
598
598
  }
599
- if (I.call(l, "key")) {
600
- var O = T(r), k = Object.keys(l).filter(function(cr) {
601
- return cr !== "key";
602
- }), ee = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
603
- if (!Se[O + ee]) {
604
- var dr = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
605
- z(`A props object containing a "key" prop is being spread into JSX:
599
+ if ($.call(c, "key")) {
600
+ var O = T(r), w = Object.keys(c).filter(function(dr) {
601
+ return dr !== "key";
602
+ }), ee = w.length > 0 ? "{key: someKey, " + w.join(": ..., ") + ": ...}" : "{key: someKey}";
603
+ if (!we[O + ee]) {
604
+ var cr = w.length > 0 ? "{" + w.join(": ..., ") + ": ...}" : "{}";
605
+ N(`A props object containing a "key" prop is being spread into JSX:
606
606
  let props = %s;
607
607
  <%s {...props} />
608
608
  React keys must be passed directly to JSX without using spread:
609
609
  let props = %s;
610
- <%s key={someKey} {...props} />`, ee, O, dr, O), Se[O + ee] = !0;
610
+ <%s key={someKey} {...props} />`, ee, O, cr, O), we[O + ee] = !0;
611
611
  }
612
612
  }
613
- return r === o ? or(j) : tr(j), j;
613
+ return r === a ? tr(j) : or(j), j;
614
614
  }
615
615
  }
616
- function nr(r, l, c) {
617
- return Ne(r, l, c, !0);
616
+ function nr(r, c, h) {
617
+ return Se(r, c, h, !0);
618
618
  }
619
- function ir(r, l, c) {
620
- return Ne(r, l, c, !1);
619
+ function ir(r, c, h) {
620
+ return Se(r, c, h, !1);
621
621
  }
622
622
  var lr = ir, sr = nr;
623
- G.Fragment = o, G.jsx = lr, G.jsxs = sr;
624
- }()), G;
623
+ H.Fragment = a, H.jsx = lr, H.jsxs = sr;
624
+ }()), H;
625
625
  }
626
- process.env.NODE_ENV === "production" ? re.exports = gr() : re.exports = hr();
626
+ process.env.NODE_ENV === "production" ? re.exports = hr() : re.exports = gr();
627
627
  var e = re.exports;
628
- const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
628
+ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
629
629
  "div",
630
630
  {
631
631
  "data-template": "forehead",
@@ -633,7 +633,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
633
633
  style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
634
634
  children: t
635
635
  }
636
- ), jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
636
+ ), zr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
637
637
  "div",
638
638
  {
639
639
  "data-template": "sideburn",
@@ -641,33 +641,33 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
641
641
  style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
642
642
  children: t
643
643
  }
644
- ), zr = ({ zone: t, children: n, className: a }) => /* @__PURE__ */ e.jsx(
644
+ ), Nr = ({ zone: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
645
645
  "section",
646
646
  {
647
647
  "data-zone": t,
648
- className: ["lion-section", `lion-section--${t}`, a].filter(Boolean).join(" "),
648
+ className: ["lion-section", `lion-section--${t}`, o].filter(Boolean).join(" "),
649
649
  children: n
650
650
  }
651
- ), wr = ({ type: t = "single", children: n, className: a }) => /* @__PURE__ */ e.jsx(
651
+ ), kr = ({ type: t = "single", children: n, className: o }) => /* @__PURE__ */ e.jsx(
652
652
  "div",
653
653
  {
654
654
  "data-container-type": t,
655
- className: ["lion-container", `lion-container--${t}`, a].filter(Boolean).join(" "),
655
+ className: ["lion-container", `lion-container--${t}`, o].filter(Boolean).join(" "),
656
656
  children: n
657
657
  }
658
- ), kr = ({ links: t, className: n }) => /* @__PURE__ */ e.jsx(
658
+ ), wr = ({ links: t, className: n }) => /* @__PURE__ */ e.jsx(
659
659
  "nav",
660
660
  {
661
661
  "data-zone": "anklet",
662
662
  className: ["lion-anklet", n].filter(Boolean).join(" "),
663
663
  "aria-label": "Quick links",
664
- children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children: t.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-anklet__item", children: /* @__PURE__ */ e.jsx("a", { href: a.href, className: "lion-anklet__link", children: a.label }) }, a.href)) })
664
+ children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children: t.map((o) => /* @__PURE__ */ e.jsx("li", { className: "lion-anklet__item", children: /* @__PURE__ */ e.jsx("a", { href: o.href, className: "lion-anklet__link", children: o.label }) }, o.href)) })
665
665
  }
666
666
  ), Sr = ({
667
667
  logoSrc: t,
668
668
  logoAlt: n,
669
- selectedState: a,
670
- onStateChange: o,
669
+ selectedState: o,
670
+ onStateChange: a,
671
671
  className: i
672
672
  }) => /* @__PURE__ */ e.jsxs(
673
673
  "div",
@@ -678,22 +678,22 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
678
678
  style: { backgroundColor: "var(--color-blue-dark)" },
679
679
  children: [
680
680
  /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-corporate-header__logo" }),
681
- o && /* @__PURE__ */ e.jsx(
681
+ a && /* @__PURE__ */ e.jsx(
682
682
  "select",
683
683
  {
684
684
  className: "lion-corporate-header__state-selector",
685
- value: a,
686
- onChange: (d) => o(d.target.value),
685
+ value: o,
686
+ onChange: (s) => a(s.target.value),
687
687
  "aria-label": "Select state"
688
688
  }
689
689
  )
690
690
  ]
691
691
  }
692
- ), Nr = ({
692
+ ), Rr = ({
693
693
  logoSrc: t,
694
694
  logoAlt: n,
695
- underwriterInfo: a,
696
- ctas: o = [],
695
+ underwriterInfo: o,
696
+ ctas: a = [],
697
697
  className: i
698
698
  }) => /* @__PURE__ */ e.jsxs(
699
699
  "header",
@@ -704,97 +704,376 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
704
704
  style: { backgroundColor: "var(--color-white)" },
705
705
  children: [
706
706
  /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-global-header__logo" }),
707
- a && /* @__PURE__ */ e.jsx("span", { className: "lion-global-header__underwriter", children: a }),
708
- o.length > 0 && /* @__PURE__ */ e.jsx("nav", { className: "lion-global-header__ctas", "aria-label": "Header actions", children: o.map((d) => /* @__PURE__ */ e.jsx("a", { href: d.href, className: `lion-global-header__cta lion-global-header__cta--${d.type ?? "link"}`, children: d.label }, d.href)) })
707
+ o && /* @__PURE__ */ e.jsx("span", { className: "lion-global-header__underwriter", children: o }),
708
+ a.length > 0 && /* @__PURE__ */ e.jsx("nav", { className: "lion-global-header__ctas", "aria-label": "Header actions", children: a.map((s) => /* @__PURE__ */ e.jsx("a", { href: s.href, className: `lion-global-header__cta lion-global-header__cta--${s.type ?? "link"}`, children: s.label }, s.href)) })
709
709
  ]
710
710
  }
711
- ), Rr = ({
711
+ ), Cr = ({
712
+ label: t,
713
+ href: n,
714
+ variant: o = "button",
715
+ className: a
716
+ }) => /* @__PURE__ */ e.jsx(
717
+ "a",
718
+ {
719
+ href: n,
720
+ "data-zone": "header",
721
+ "data-content-type": "header-cta",
722
+ "data-variant": o,
723
+ className: ["lion-header-cta", `lion-header-cta--${o}`, a].filter(Boolean).join(" "),
724
+ children: t
725
+ }
726
+ ), Br = ({
727
+ src: t,
728
+ alt: n,
729
+ href: o = "/",
730
+ width: a,
731
+ height: i,
732
+ className: s
733
+ }) => /* @__PURE__ */ e.jsx(
734
+ "a",
735
+ {
736
+ href: o,
737
+ "data-zone": "header",
738
+ "data-content-type": "header-logo",
739
+ className: ["lion-header-logo", s].filter(Boolean).join(" "),
740
+ "aria-label": "Go to homepage",
741
+ children: /* @__PURE__ */ e.jsx("img", { src: t, alt: n, width: a, height: i, className: "lion-header-logo__img" })
742
+ }
743
+ ), Er = ({
744
+ name: t,
745
+ logoSrc: n,
746
+ logoAlt: o,
747
+ href: a,
748
+ tagline: i,
749
+ className: s
750
+ }) => {
751
+ const l = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-product__inner", children: [
752
+ n && /* @__PURE__ */ e.jsx("img", { src: n, alt: o ?? "", className: "lion-header-product__logo" }),
753
+ /* @__PURE__ */ e.jsx("span", { className: "lion-header-product__name", children: t }),
754
+ i && /* @__PURE__ */ e.jsx("span", { className: "lion-header-product__tagline", children: i })
755
+ ] });
756
+ return /* @__PURE__ */ e.jsx(
757
+ "div",
758
+ {
759
+ "data-zone": "header",
760
+ "data-content-type": "header-product",
761
+ className: ["lion-header-product", s].filter(Boolean).join(" "),
762
+ children: a ? /* @__PURE__ */ e.jsx("a", { href: a, children: l }) : l
763
+ }
764
+ );
765
+ }, Tr = ({
766
+ items: t,
767
+ ariaLabel: n = "Section navigation",
768
+ className: o
769
+ }) => /* @__PURE__ */ e.jsx(
770
+ "nav",
771
+ {
772
+ "aria-label": n,
773
+ "data-zone": "header",
774
+ "data-content-type": "header-section-navigation",
775
+ className: ["lion-header-section-nav", o].filter(Boolean).join(" "),
776
+ children: /* @__PURE__ */ e.jsx("ul", { className: "lion-header-section-nav__list", role: "list", children: t.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-header-section-nav__item", children: /* @__PURE__ */ e.jsx(
777
+ "a",
778
+ {
779
+ href: a.href,
780
+ className: ["lion-header-section-nav__link", a.isActive ? "is-active" : ""].filter(Boolean).join(" "),
781
+ "aria-current": a.isActive ? "page" : void 0,
782
+ children: a.label
783
+ }
784
+ ) }, a.href)) })
785
+ }
786
+ ), Wr = ({
787
+ title: t,
788
+ subtitle: n,
789
+ as: o = "h1",
790
+ className: a
791
+ }) => /* @__PURE__ */ e.jsxs(
792
+ "div",
793
+ {
794
+ "data-zone": "header",
795
+ "data-content-type": "header-section-title",
796
+ className: ["lion-header-section-title", a].filter(Boolean).join(" "),
797
+ children: [
798
+ /* @__PURE__ */ e.jsx(o, { className: "lion-header-section-title__title", children: t }),
799
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-header-section-title__subtitle", children: n })
800
+ ]
801
+ }
802
+ ), Or = ({
803
+ items: t,
804
+ ariaLabel: n = "Main navigation",
805
+ className: o
806
+ }) => /* @__PURE__ */ e.jsx(
807
+ "nav",
808
+ {
809
+ "aria-label": n,
810
+ "data-zone": "header",
811
+ "data-content-type": "top-level-navigation",
812
+ className: ["lion-top-nav", o].filter(Boolean).join(" "),
813
+ children: /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__list", role: "list", children: t.map((a) => {
814
+ var i, s;
815
+ return /* @__PURE__ */ e.jsxs("li", { className: ["lion-top-nav__item", (i = a.children) != null && i.length ? "has-children" : ""].filter(Boolean).join(" "), children: [
816
+ /* @__PURE__ */ e.jsx(
817
+ "a",
818
+ {
819
+ href: a.href,
820
+ className: ["lion-top-nav__link", a.isActive ? "is-active" : ""].filter(Boolean).join(" "),
821
+ "aria-current": a.isActive ? "page" : void 0,
822
+ "aria-haspopup": (s = a.children) != null && s.length ? "true" : void 0,
823
+ children: a.label
824
+ }
825
+ ),
826
+ a.children && a.children.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__dropdown", role: "list", children: a.children.map((l) => /* @__PURE__ */ e.jsx("li", { className: "lion-top-nav__dropdown-item", children: /* @__PURE__ */ e.jsx("a", { href: l.href, className: "lion-top-nav__dropdown-link", children: l.label }) }, l.href)) })
827
+ ] }, a.href);
828
+ }) })
829
+ }
830
+ ), Pr = ({
831
+ text: t,
832
+ logoSrc: n,
833
+ logoAlt: o,
834
+ href: a,
835
+ className: i
836
+ }) => {
837
+ const s = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-underwriter__inner", children: [
838
+ n && /* @__PURE__ */ e.jsx("img", { src: n, alt: o ?? "", className: "lion-header-underwriter__logo" }),
839
+ /* @__PURE__ */ e.jsx("span", { className: "lion-header-underwriter__text", children: t })
840
+ ] });
841
+ return /* @__PURE__ */ e.jsx(
842
+ "div",
843
+ {
844
+ "data-zone": "header",
845
+ "data-content-type": "header-underwriter",
846
+ className: ["lion-header-underwriter", i].filter(Boolean).join(" "),
847
+ children: a ? /* @__PURE__ */ e.jsx("a", { href: a, children: s }) : s
848
+ }
849
+ );
850
+ }, Ar = ({
851
+ heading: t,
852
+ subheading: n,
853
+ body: o,
854
+ ctas: a = [],
855
+ imageSrc: i,
856
+ imageAlt: s,
857
+ layout: l = "split-right",
858
+ backgroundSrc: d,
859
+ legalText: g,
860
+ className: b
861
+ }) => /* @__PURE__ */ e.jsxs(
862
+ "div",
863
+ {
864
+ "data-zone": "hero",
865
+ "data-content-type": "cta-hero-block",
866
+ "data-layout": l,
867
+ className: ["lion-cta-hero", `lion-cta-hero--${l}`, b].filter(Boolean).join(" "),
868
+ style: d ? { backgroundImage: `url(${d})` } : void 0,
869
+ children: [
870
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-cta-hero__content", children: [
871
+ /* @__PURE__ */ e.jsx("h1", { className: "lion-cta-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: t }),
872
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: n }),
873
+ o && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__body", style: { fontSize: "var(--body-font-size)" }, children: o }),
874
+ a.length > 0 && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__ctas", children: a.map((y) => /* @__PURE__ */ e.jsx(
875
+ "a",
876
+ {
877
+ href: y.href,
878
+ className: ["lion-cta-hero__cta", `lion-cta-hero__cta--${y.variant ?? "primary"}`].join(" "),
879
+ children: y.label
880
+ },
881
+ y.href
882
+ )) }),
883
+ g && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__legal", style: { fontSize: "var(--h6-font-size)" }, children: g })
884
+ ] }),
885
+ i && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: i, alt: s ?? "", className: "lion-cta-hero__image" }) })
886
+ ]
887
+ }
888
+ ), Dr = ({
889
+ heading: t,
890
+ subheading: n,
891
+ body: o,
892
+ imageSrc: a,
893
+ imageAlt: i,
894
+ layout: s = "full-bleed",
895
+ backgroundSrc: l,
896
+ eyebrow: d,
897
+ className: g
898
+ }) => /* @__PURE__ */ e.jsxs(
899
+ "div",
900
+ {
901
+ "data-zone": "hero",
902
+ "data-content-type": "hero-block",
903
+ "data-layout": s,
904
+ className: ["lion-hero-block", `lion-hero-block--${s}`, g].filter(Boolean).join(" "),
905
+ style: l ? { backgroundImage: `url(${l})` } : void 0,
906
+ children: [
907
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-hero-block__content", children: [
908
+ d && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__eyebrow", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.08em" }, children: d }),
909
+ /* @__PURE__ */ e.jsx("h1", { className: "lion-hero-block__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: t }),
910
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: n }),
911
+ o && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__body", style: { fontSize: "var(--body-font-size)" }, children: o })
912
+ ] }),
913
+ a && /* @__PURE__ */ e.jsx("div", { className: "lion-hero-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-hero-block__image" }) })
914
+ ]
915
+ }
916
+ ), Fr = ({
917
+ panels: t,
918
+ autoRotate: n = !1,
919
+ rotateIntervalMs: o = 5e3,
920
+ defaultActiveIndex: a = 0,
921
+ showIndicators: i = !0,
922
+ className: s
923
+ }) => /* @__PURE__ */ e.jsxs(
924
+ "div",
925
+ {
926
+ "data-zone": "hero",
927
+ "data-content-type": "multi-hero",
928
+ "data-auto-rotate": n,
929
+ "data-rotate-interval": o,
930
+ className: ["lion-multi-hero", s].filter(Boolean).join(" "),
931
+ children: [
932
+ /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__track", children: t.map((l, d) => /* @__PURE__ */ e.jsxs(
933
+ "div",
934
+ {
935
+ className: ["lion-multi-hero__panel", d === a ? "is-active" : ""].filter(Boolean).join(" "),
936
+ "aria-hidden": d !== a,
937
+ children: [
938
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-multi-hero__content", children: [
939
+ /* @__PURE__ */ e.jsx("h1", { className: "lion-multi-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: l.heading }),
940
+ l.subheading && /* @__PURE__ */ e.jsx("p", { className: "lion-multi-hero__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: l.subheading }),
941
+ l.body && /* @__PURE__ */ e.jsx("p", { className: "lion-multi-hero__body", style: { fontSize: "var(--body-font-size)" }, children: l.body }),
942
+ l.ctaLabel && l.ctaHref && /* @__PURE__ */ e.jsx("a", { href: l.ctaHref, className: "lion-multi-hero__cta", children: l.ctaLabel })
943
+ ] }),
944
+ l.imageSrc && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", className: "lion-multi-hero__image" }) })
945
+ ]
946
+ },
947
+ l.id ?? d
948
+ )) }),
949
+ i && t.length > 1 && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__indicators", role: "tablist", "aria-label": "Hero slides", children: t.map((l, d) => /* @__PURE__ */ e.jsx(
950
+ "button",
951
+ {
952
+ role: "tab",
953
+ "aria-selected": d === a,
954
+ "aria-label": `Slide ${d + 1}: ${l.heading}`,
955
+ className: ["lion-multi-hero__indicator", d === a ? "is-active" : ""].filter(Boolean).join(" ")
956
+ },
957
+ l.id ?? d
958
+ )) })
959
+ ]
960
+ }
961
+ ), $r = ({
962
+ heading: t,
963
+ body: n,
964
+ stateName: o,
965
+ alternatives: a = [],
966
+ contactCtaLabel: i,
967
+ contactCtaHref: s,
968
+ imageSrc: l,
969
+ imageAlt: d,
970
+ className: g
971
+ }) => {
972
+ const b = t ?? (o ? `Not available in ${o}` : "Not available in your state"), y = n ?? "This product is not currently offered in your area. Explore available options below or contact us for help finding coverage.";
973
+ return /* @__PURE__ */ e.jsxs(
974
+ "div",
975
+ {
976
+ "data-zone": "hero",
977
+ "data-content-type": "not-available-hero-block",
978
+ className: ["lion-not-available-hero", g].filter(Boolean).join(" "),
979
+ children: [
980
+ /* @__PURE__ */ e.jsxs("div", { className: "lion-not-available-hero__content", children: [
981
+ /* @__PURE__ */ e.jsx("h1", { className: "lion-not-available-hero__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: b }),
982
+ /* @__PURE__ */ e.jsx("p", { className: "lion-not-available-hero__body", style: { fontSize: "var(--body-font-size)" }, children: y }),
983
+ a.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-not-available-hero__alternatives", children: a.map((z) => /* @__PURE__ */ e.jsx("li", { children: /* @__PURE__ */ e.jsx("a", { href: z.href, className: "lion-not-available-hero__alternative-link", children: z.label }) }, z.href)) }),
984
+ i && s && /* @__PURE__ */ e.jsx("a", { href: s, className: "lion-not-available-hero__contact-cta", children: i })
985
+ ] }),
986
+ l && /* @__PURE__ */ e.jsx("div", { className: "lion-not-available-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l, alt: d ?? "", className: "lion-not-available-hero__image" }) })
987
+ ]
988
+ }
989
+ );
990
+ }, Ir = ({
712
991
  variant: t,
713
992
  heading: n,
714
- subheading: a,
715
- imageSrc: o,
993
+ subheading: o,
994
+ imageSrc: a,
716
995
  imageAlt: i,
717
- ctaLabel: d,
718
- ctaHref: s,
719
- className: g
996
+ ctaLabel: s,
997
+ ctaHref: l,
998
+ className: d
720
999
  }) => /* @__PURE__ */ e.jsxs(
721
1000
  "div",
722
1001
  {
723
1002
  "data-zone": "hero",
724
1003
  "data-content-type": `hero-${t}`,
725
- className: ["lion-hero", `lion-hero--${t}`, g].filter(Boolean).join(" "),
1004
+ className: ["lion-hero", `lion-hero--${t}`, d].filter(Boolean).join(" "),
726
1005
  children: [
727
1006
  /* @__PURE__ */ e.jsxs("div", { className: "lion-hero__content", children: [
728
1007
  /* @__PURE__ */ e.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children: n }),
729
- a && /* @__PURE__ */ e.jsx("p", { className: "lion-hero__subheading", style: { fontSize: "var(--font-size-base)" }, children: a }),
730
- d && s && /* @__PURE__ */ e.jsx("a", { href: s, className: "lion-hero__cta", style: { color: "var(--color-white)", backgroundColor: "var(--color-brand)" }, children: d })
1008
+ o && /* @__PURE__ */ e.jsx("p", { className: "lion-hero__subheading", style: { fontSize: "var(--font-size-base)" }, children: o }),
1009
+ s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-hero__cta", style: { color: "var(--color-white)", backgroundColor: "var(--color-brand)" }, children: s })
731
1010
  ] }),
732
- o && /* @__PURE__ */ e.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: o, alt: i ?? "", className: "lion-hero__image" }) })
1011
+ a && /* @__PURE__ */ e.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-hero__image" }) })
733
1012
  ]
734
1013
  }
735
- ), Cr = ({ items: t, className: n }) => /* @__PURE__ */ e.jsx(
1014
+ ), Hr = ({ items: t, className: n }) => /* @__PURE__ */ e.jsx(
736
1015
  "ul",
737
1016
  {
738
1017
  "data-zone": "general",
739
1018
  "data-content-type": "rtbs",
740
1019
  className: ["lion-rtbs", n].filter(Boolean).join(" "),
741
1020
  style: { listStyle: "none", padding: 0, margin: 0 },
742
- children: t.map((a, o) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtbs__item", children: [
743
- a.illustrationSrc && /* @__PURE__ */ e.jsx(
1021
+ children: t.map((o, a) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtbs__item", children: [
1022
+ o.illustrationSrc && /* @__PURE__ */ e.jsx(
744
1023
  "img",
745
1024
  {
746
- src: a.illustrationSrc,
747
- alt: a.illustrationAlt ?? "",
1025
+ src: o.illustrationSrc,
1026
+ alt: o.illustrationAlt ?? "",
748
1027
  className: "lion-rtbs__illustration"
749
1028
  }
750
1029
  ),
751
- /* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: a.heading }),
752
- /* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body })
753
- ] }, o))
1030
+ /* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: o.heading }),
1031
+ /* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body })
1032
+ ] }, a))
754
1033
  }
755
- ), Er = ({ items: t, heading: n, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-descriptive", className: ["lion-rtb-descriptive", a].filter(Boolean).join(" "), children: [
1034
+ ), Gr = ({ items: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-descriptive", className: ["lion-rtb-descriptive", o].filter(Boolean).join(" "), children: [
756
1035
  n && /* @__PURE__ */ e.jsx("h2", { className: "lion-rtb-descriptive__section-heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
757
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children: t.map((o, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-descriptive__item", style: { display: "flex", gap: "var(--padding-base-horizontal)", alignItems: "flex-start" }, children: [
758
- o.illustrationSrc && /* @__PURE__ */ e.jsx("img", { src: o.illustrationSrc, alt: o.illustrationAlt ?? "", style: { width: "64px", height: "64px", objectFit: "contain", flexShrink: 0 } }),
1036
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-descriptive__item", style: { display: "flex", gap: "var(--padding-base-horizontal)", alignItems: "flex-start" }, children: [
1037
+ a.illustrationSrc && /* @__PURE__ */ e.jsx("img", { src: a.illustrationSrc, alt: a.illustrationAlt ?? "", style: { width: "64px", height: "64px", objectFit: "contain", flexShrink: 0 } }),
759
1038
  /* @__PURE__ */ e.jsxs("div", { children: [
760
- /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: o.heading }),
761
- /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: o.body })
1039
+ /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: a.heading }),
1040
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: a.body })
762
1041
  ] })
763
1042
  ] }, i)) })
764
- ] }), Br = ({ items: t, heading: n, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-highlight", className: ["lion-rtb-highlight", a].filter(Boolean).join(" "), children: [
1043
+ ] }), Lr = ({ items: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-highlight", className: ["lion-rtb-highlight", o].filter(Boolean).join(" "), children: [
765
1044
  n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)", textAlign: "center" }, children: n }),
766
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)", textAlign: "center" }, children: t.map((o, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-highlight__item", style: { padding: "var(--padding-base-horizontal)", backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)" }, children: [
767
- /* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children: o.stat }),
768
- /* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children: o.label }),
769
- o.body && /* @__PURE__ */ e.jsx("p", { className: "lion-rtb-highlight__body", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", marginTop: "var(--padding-small-vertical)" }, children: o.body })
1045
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)", textAlign: "center" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-highlight__item", style: { padding: "var(--padding-base-horizontal)", backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)" }, children: [
1046
+ /* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children: a.stat }),
1047
+ /* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children: a.label }),
1048
+ a.body && /* @__PURE__ */ e.jsx("p", { className: "lion-rtb-highlight__body", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", marginTop: "var(--padding-small-vertical)" }, children: a.body })
770
1049
  ] }, i)) })
771
- ] }), Tr = ({ items: t, heading: n, columns: a = 3, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-dynamic", className: ["lion-rtb-dynamic", o].filter(Boolean).join(" "), children: [
1050
+ ] }), Mr = ({ items: t, heading: n, columns: o = 3, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-dynamic", className: ["lion-rtb-dynamic", a].filter(Boolean).join(" "), children: [
772
1051
  n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
773
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${a}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: t.map((i, d) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-dynamic__item", children: [
1052
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${o}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: t.map((i, s) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-dynamic__item", children: [
774
1053
  i.iconSrc && /* @__PURE__ */ e.jsx("img", { src: i.iconSrc, alt: i.iconAlt ?? "", style: { width: "48px", height: "48px", objectFit: "contain", marginBottom: "var(--Grid-gutter-size)" } }),
775
1054
  /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: i.heading }),
776
1055
  /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: i.body }),
777
1056
  i.ctaLabel && i.ctaHref && /* @__PURE__ */ e.jsx("a", { href: i.ctaHref, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", display: "inline-block", marginTop: "var(--Grid-gutter-size)" }, children: i.ctaLabel })
778
- ] }, d)) })
779
- ] }), Wr = ({
1057
+ ] }, s)) })
1058
+ ] }), qr = ({
780
1059
  type: t,
781
1060
  label: n,
782
- href: a,
783
- phone: o,
1061
+ href: o,
1062
+ phone: a,
784
1063
  variant: i = "primary",
785
- opensInNewTab: d = !1,
786
- className: s
1064
+ opensInNewTab: s = !1,
1065
+ className: l
787
1066
  }) => {
788
- const g = d ? "_blank" : void 0, h = d ? "noopener noreferrer" : void 0, y = t === "phone" ? `tel:${o}` : a;
1067
+ const d = s ? "_blank" : void 0, g = s ? "noopener noreferrer" : void 0, b = t === "phone" ? `tel:${a}` : o;
789
1068
  return /* @__PURE__ */ e.jsx(
790
1069
  "a",
791
1070
  {
792
1071
  "data-zone": "general",
793
1072
  "data-content-type": "cta",
794
- href: y,
795
- target: g,
796
- rel: h,
797
- className: ["lion-cta", `lion-cta--${t}`, `lion-cta--${i}`, s].filter(Boolean).join(" "),
1073
+ href: b,
1074
+ target: d,
1075
+ rel: g,
1076
+ className: ["lion-cta", `lion-cta--${t}`, `lion-cta--${i}`, l].filter(Boolean).join(" "),
798
1077
  style: {
799
1078
  fontFamily: "var(--font-family-sans-serif)",
800
1079
  fontWeight: "var(--font-weight-600)",
@@ -809,19 +1088,19 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
809
1088
  children: n
810
1089
  }
811
1090
  );
812
- }, Or = ({
1091
+ }, Yr = ({
813
1092
  heading: t,
814
1093
  ctaLabel: n,
815
- ctaHref: a,
816
- ctaType: o = "button",
1094
+ ctaHref: o,
1095
+ ctaType: a = "button",
817
1096
  body: i,
818
- className: d
1097
+ className: s
819
1098
  }) => /* @__PURE__ */ e.jsxs(
820
1099
  "div",
821
1100
  {
822
1101
  "data-zone": "general",
823
1102
  "data-content-type": "simple-cta-block",
824
- className: ["lion-simple-cta", d].filter(Boolean).join(" "),
1103
+ className: ["lion-simple-cta", s].filter(Boolean).join(" "),
825
1104
  style: { padding: "var(--padding-edge)", textAlign: "center" },
826
1105
  children: [
827
1106
  /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)", marginBottom: i ? "var(--Grid-gutter-size)" : "var(--padding-edge)" }, children: t }),
@@ -829,8 +1108,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
829
1108
  /* @__PURE__ */ e.jsx(
830
1109
  "a",
831
1110
  {
832
- href: a,
833
- style: o === "button" ? {
1111
+ href: o,
1112
+ style: a === "button" ? {
834
1113
  backgroundColor: "var(--color-brand)",
835
1114
  color: "var(--color-white)",
836
1115
  fontWeight: "var(--font-weight-600)",
@@ -846,26 +1125,26 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
846
1125
  )
847
1126
  ]
848
1127
  }
849
- ), Pr = ({ items: t, allowMultipleOpen: n = !1, className: a }) => {
850
- const [o, i] = E([]), d = (s) => {
851
- i(n ? (g) => g.includes(s) ? g.filter((h) => h !== s) : [...g, s] : (g) => g.includes(s) ? [] : [s]);
1128
+ ), Vr = ({ items: t, allowMultipleOpen: n = !1, className: o }) => {
1129
+ const [a, i] = B([]), s = (l) => {
1130
+ i(n ? (d) => d.includes(l) ? d.filter((g) => g !== l) : [...d, l] : (d) => d.includes(l) ? [] : [l]);
852
1131
  };
853
- return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion", a].filter(Boolean).join(" "), children: t.map((s, g) => {
854
- const h = o.includes(g);
1132
+ return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion", o].filter(Boolean).join(" "), children: t.map((l, d) => {
1133
+ const g = a.includes(d);
855
1134
  return /* @__PURE__ */ e.jsxs("div", { className: "lion-accordion__item", style: { borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: [
856
1135
  /* @__PURE__ */ e.jsx(
857
1136
  "button",
858
1137
  {
859
1138
  type: "button",
860
- "aria-expanded": h,
861
- onClick: () => d(g),
1139
+ "aria-expanded": g,
1140
+ onClick: () => s(d),
862
1141
  className: "lion-accordion__trigger",
863
1142
  style: { width: "100%", textAlign: "left", background: "none", border: "none", cursor: "pointer", padding: "var(--padding-base-vertical) 0", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)", color: "var(--color-text)" },
864
- children: s.heading
1143
+ children: l.heading
865
1144
  }
866
1145
  ),
867
- h && /* @__PURE__ */ e.jsx("div", { className: "lion-accordion__body", style: { padding: "0 0 var(--padding-base-vertical)", fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: s.body })
868
- ] }, g);
1146
+ g && /* @__PURE__ */ e.jsx("div", { className: "lion-accordion__body", style: { padding: "0 0 var(--padding-base-vertical)", fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: l.body })
1147
+ ] }, d);
869
1148
  }) });
870
1149
  }, fr = {
871
1150
  white: "var(--color-white)",
@@ -875,45 +1154,45 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
875
1154
  "blue-dark": "var(--color-blue-dark)",
876
1155
  teal: "var(--color-teal)",
877
1156
  brand: "var(--color-brand)"
878
- }, Ar = ({ color: t, children: n, className: a }) => /* @__PURE__ */ e.jsx(
1157
+ }, Ur = ({ color: t, children: n, className: o }) => /* @__PURE__ */ e.jsx(
879
1158
  "div",
880
1159
  {
881
1160
  "data-zone": "general",
882
1161
  "data-content-type": "background-color-block",
883
1162
  "data-color": t,
884
- className: ["lion-bg-color-block", `lion-bg-color-block--${t}`, a].filter(Boolean).join(" "),
1163
+ className: ["lion-bg-color-block", `lion-bg-color-block--${t}`, o].filter(Boolean).join(" "),
885
1164
  style: { backgroundColor: fr[t], padding: "var(--padding-edge)" },
886
1165
  children: n
887
1166
  }
888
- ), Dr = ({
1167
+ ), Jr = ({
889
1168
  heading: t,
890
1169
  body: n,
891
- imageSrc: a,
892
- imageAlt: o,
1170
+ imageSrc: o,
1171
+ imageAlt: a,
893
1172
  imagePosition: i = "top",
894
- ctaLabel: d,
895
- ctaHref: s,
896
- className: g
1173
+ ctaLabel: s,
1174
+ ctaHref: l,
1175
+ className: d
897
1176
  }) => {
898
- const h = i === "left" || i === "right";
1177
+ const g = i === "left" || i === "right";
899
1178
  return /* @__PURE__ */ e.jsxs(
900
1179
  "div",
901
1180
  {
902
1181
  "data-zone": "general",
903
1182
  "data-content-type": "basic-content-block",
904
- className: ["lion-basic-content", g].filter(Boolean).join(" "),
905
- style: { display: h ? "flex" : "block", flexDirection: i === "right" ? "row-reverse" : "row", gap: "var(--Grid-gutter-size)" },
1183
+ className: ["lion-basic-content", d].filter(Boolean).join(" "),
1184
+ style: { display: g ? "flex" : "block", flexDirection: i === "right" ? "row-reverse" : "row", gap: "var(--Grid-gutter-size)" },
906
1185
  children: [
907
- a && i !== "none" && /* @__PURE__ */ e.jsx("img", { src: a, alt: o ?? "", className: "lion-basic-content__image", style: { flex: h ? "0 0 40%" : void 0, width: h ? void 0 : "100%" } }),
1186
+ o && i !== "none" && /* @__PURE__ */ e.jsx("img", { src: o, alt: a ?? "", className: "lion-basic-content__image", style: { flex: g ? "0 0 40%" : void 0, width: g ? void 0 : "100%" } }),
908
1187
  /* @__PURE__ */ e.jsxs("div", { className: "lion-basic-content__text", children: [
909
1188
  /* @__PURE__ */ e.jsx("h2", { className: "lion-basic-content__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: t }),
910
1189
  /* @__PURE__ */ e.jsx("p", { className: "lion-basic-content__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: n }),
911
- d && s && /* @__PURE__ */ e.jsx("a", { href: s, className: "lion-basic-content__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: d })
1190
+ s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-basic-content__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: s })
912
1191
  ] })
913
1192
  ]
914
1193
  }
915
1194
  );
916
- }, Fr = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
1195
+ }, Kr = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
917
1196
  "div",
918
1197
  {
919
1198
  "data-zone": "general",
@@ -922,7 +1201,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
922
1201
  style: { fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)", lineHeight: "var(--line-height-base)", color: "var(--color-text)", maxWidth: "72ch" },
923
1202
  dangerouslySetInnerHTML: { __html: t }
924
1203
  }
925
- ), Ir = ({ heading: t, body: n, ctaLabel: a, ctaHref: o, className: i }) => /* @__PURE__ */ e.jsxs(
1204
+ ), Xr = ({ heading: t, body: n, ctaLabel: o, ctaHref: a, className: i }) => /* @__PURE__ */ e.jsxs(
926
1205
  "div",
927
1206
  {
928
1207
  "data-zone": "general",
@@ -932,17 +1211,17 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
932
1211
  children: [
933
1212
  /* @__PURE__ */ e.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: t }),
934
1213
  /* @__PURE__ */ e.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
935
- a && o && /* @__PURE__ */ e.jsx("a", { href: o, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: a })
1214
+ o && a && /* @__PURE__ */ e.jsx("a", { href: a, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: o })
936
1215
  ]
937
1216
  }
938
- ), vr = ["Risk-free", "No Obligation", "Protected Privacy"], $r = ({ tags: t = vr, className: n }) => /* @__PURE__ */ e.jsx(
1217
+ ), vr = ["Risk-free", "No Obligation", "Protected Privacy"], Qr = ({ tags: t = vr, className: n }) => /* @__PURE__ */ e.jsx(
939
1218
  "ul",
940
1219
  {
941
1220
  "data-zone": "general",
942
1221
  "data-content-type": "confidence-tags",
943
1222
  className: ["lion-confidence-tags", n].filter(Boolean).join(" "),
944
1223
  style: { listStyle: "none", padding: 0, margin: 0, display: "flex", gap: "var(--Grid-gutter-size)" },
945
- children: t.map((a) => /* @__PURE__ */ e.jsx(
1224
+ children: t.map((o) => /* @__PURE__ */ e.jsx(
946
1225
  "li",
947
1226
  {
948
1227
  className: "lion-confidence-tags__tag",
@@ -954,94 +1233,94 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
954
1233
  padding: "var(--padding-small-vertical) var(--padding-small-horizontal)",
955
1234
  backgroundColor: "var(--color-teal-opaque)"
956
1235
  },
957
- children: a
1236
+ children: o
958
1237
  },
959
- a
1238
+ o
960
1239
  ))
961
1240
  }
962
- ), Gr = ({
1241
+ ), Zr = ({
963
1242
  src: t,
964
1243
  alt: n,
965
- caption: a,
966
- width: o = "full",
1244
+ caption: o,
1245
+ width: a = "full",
967
1246
  alignment: i = "left",
968
- linkHref: d,
969
- className: s
1247
+ linkHref: s,
1248
+ className: l
970
1249
  }) => {
971
- const g = { full: "100%", half: "50%", third: "33.333%" }, h = /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-content-image__img", style: { width: "100%", display: "block", borderRadius: "var(--border-radius-base)" } });
1250
+ const d = { full: "100%", half: "50%", third: "33.333%" }, g = /* @__PURE__ */ e.jsx("img", { src: t, alt: n, className: "lion-content-image__img", style: { width: "100%", display: "block", borderRadius: "var(--border-radius-base)" } });
972
1251
  return /* @__PURE__ */ e.jsxs(
973
1252
  "figure",
974
1253
  {
975
1254
  "data-zone": "general",
976
1255
  "data-content-type": "content-image-block",
977
- className: ["lion-content-image", s].filter(Boolean).join(" "),
978
- style: { margin: 0, width: g[o], marginLeft: i === "center" ? "auto" : void 0, marginRight: i === "center" || i === "right" ? "auto" : void 0 },
1256
+ className: ["lion-content-image", l].filter(Boolean).join(" "),
1257
+ style: { margin: 0, width: d[a], marginLeft: i === "center" ? "auto" : void 0, marginRight: i === "center" || i === "right" ? "auto" : void 0 },
979
1258
  children: [
980
- d ? /* @__PURE__ */ e.jsx("a", { href: d, children: h }) : h,
981
- a && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-content-image__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: a })
1259
+ s ? /* @__PURE__ */ e.jsx("a", { href: s, children: g }) : g,
1260
+ o && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-content-image__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: o })
982
1261
  ]
983
1262
  }
984
1263
  );
985
- }, Lr = ({ cards: t, className: n }) => /* @__PURE__ */ e.jsx(
1264
+ }, ea = ({ cards: t, className: n }) => /* @__PURE__ */ e.jsx(
986
1265
  "ul",
987
1266
  {
988
1267
  "data-zone": "general",
989
1268
  "data-content-type": "cross-sell-card-block",
990
1269
  className: ["lion-cross-sell", n].filter(Boolean).join(" "),
991
1270
  style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(t.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)" },
992
- children: t.map((a, o) => /* @__PURE__ */ e.jsxs("li", { className: "lion-cross-sell__card", style: { borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", overflow: "hidden" }, children: [
993
- a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? "", className: "lion-cross-sell__image", style: { width: "100%", display: "block" } }),
1271
+ children: t.map((o, a) => /* @__PURE__ */ e.jsxs("li", { className: "lion-cross-sell__card", style: { borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", overflow: "hidden" }, children: [
1272
+ o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? "", className: "lion-cross-sell__image", style: { width: "100%", display: "block" } }),
994
1273
  /* @__PURE__ */ e.jsxs("div", { className: "lion-cross-sell__body", style: { padding: "var(--padding-base-horizontal)" }, children: [
995
- /* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: a.heading }),
996
- /* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body }),
997
- /* @__PURE__ */ e.jsx("a", { href: a.ctaHref, className: "lion-cross-sell__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: a.ctaLabel })
1274
+ /* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: o.heading }),
1275
+ /* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body }),
1276
+ /* @__PURE__ */ e.jsx("a", { href: o.ctaHref, className: "lion-cross-sell__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: o.ctaLabel })
998
1277
  ] })
999
- ] }, o))
1278
+ ] }, a))
1000
1279
  }
1001
1280
  ), ur = {
1002
1281
  checkmark: "✓",
1003
1282
  bullet: "•",
1004
1283
  number: "",
1005
1284
  icon: "→"
1006
- }, Mr = ({ items: t, style: n = "checkmark", heading: a, className: o }) => {
1285
+ }, ra = ({ items: t, style: n = "checkmark", heading: o, className: a }) => {
1007
1286
  const i = n === "number" ? "ol" : "ul";
1008
- return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list", o].filter(Boolean).join(" "), children: [
1009
- a && /* @__PURE__ */ e.jsx("h2", { className: "lion-decorative-list__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: a }),
1010
- /* @__PURE__ */ e.jsx(i, { className: "lion-decorative-list__list", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((d, s) => /* @__PURE__ */ e.jsxs("li", { className: "lion-decorative-list__item", style: { display: "flex", gap: "var(--Grid-gutter-size)", alignItems: "flex-start", padding: "var(--padding-small-vertical) 0", fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: [
1011
- /* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children: n === "number" ? `${s + 1}.` : ur[n] }),
1012
- /* @__PURE__ */ e.jsx("span", { children: d })
1013
- ] }, s)) })
1287
+ return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list", a].filter(Boolean).join(" "), children: [
1288
+ o && /* @__PURE__ */ e.jsx("h2", { className: "lion-decorative-list__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: o }),
1289
+ /* @__PURE__ */ e.jsx(i, { className: "lion-decorative-list__list", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((s, l) => /* @__PURE__ */ e.jsxs("li", { className: "lion-decorative-list__item", style: { display: "flex", gap: "var(--Grid-gutter-size)", alignItems: "flex-start", padding: "var(--padding-small-vertical) 0", fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: [
1290
+ /* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children: n === "number" ? `${l + 1}.` : ur[n] }),
1291
+ /* @__PURE__ */ e.jsx("span", { children: s })
1292
+ ] }, l)) })
1014
1293
  ] });
1015
- }, qr = ({
1294
+ }, aa = ({
1016
1295
  heading: t,
1017
1296
  body: n,
1018
- placeholder: a = "Enter your email",
1019
- submitLabel: o = "Subscribe",
1297
+ placeholder: o = "Enter your email",
1298
+ submitLabel: a = "Subscribe",
1020
1299
  onSubmit: i,
1021
- className: d
1300
+ className: s
1022
1301
  }) => {
1023
- const [s, g] = E(""), h = (y) => {
1024
- y.preventDefault(), i == null || i(s);
1302
+ const [l, d] = B(""), g = (b) => {
1303
+ b.preventDefault(), i == null || i(l);
1025
1304
  };
1026
1305
  return /* @__PURE__ */ e.jsxs(
1027
1306
  "div",
1028
1307
  {
1029
1308
  "data-zone": "general",
1030
1309
  "data-content-type": "email-callout-block",
1031
- className: ["lion-email-callout", d].filter(Boolean).join(" "),
1310
+ className: ["lion-email-callout", s].filter(Boolean).join(" "),
1032
1311
  style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
1033
1312
  children: [
1034
1313
  /* @__PURE__ */ e.jsx("h2", { className: "lion-email-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: t }),
1035
1314
  n && /* @__PURE__ */ e.jsx("p", { className: "lion-email-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1036
- /* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit: h, style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
1315
+ /* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit: g, style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
1037
1316
  /* @__PURE__ */ e.jsx(
1038
1317
  "input",
1039
1318
  {
1040
1319
  type: "email",
1041
1320
  required: !0,
1042
- value: s,
1043
- onChange: (y) => g(y.target.value),
1044
- placeholder: a,
1321
+ value: l,
1322
+ onChange: (b) => d(b.target.value),
1323
+ placeholder: o,
1045
1324
  className: "lion-email-callout__input",
1046
1325
  style: { flex: 1, borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" }
1047
1326
  }
@@ -1052,7 +1331,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1052
1331
  type: "submit",
1053
1332
  className: "lion-email-callout__submit",
1054
1333
  style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", border: "none", cursor: "pointer" },
1055
- children: o
1334
+ children: a
1056
1335
  }
1057
1336
  )
1058
1337
  ] })
@@ -1063,27 +1342,27 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1063
1342
  "16/9": "56.25%",
1064
1343
  "4/3": "75%",
1065
1344
  "1/1": "100%"
1066
- }, Hr = ({
1345
+ }, oa = ({
1067
1346
  src: t,
1068
1347
  title: n,
1069
- aspectRatio: a = "16/9",
1070
- autoplay: o = !1,
1348
+ aspectRatio: o = "16/9",
1349
+ autoplay: a = !1,
1071
1350
  caption: i,
1072
- className: d
1351
+ className: s
1073
1352
  }) => {
1074
- const s = o ? `${t}${t.includes("?") ? "&" : "?"}autoplay=1` : t;
1353
+ const l = a ? `${t}${t.includes("?") ? "&" : "?"}autoplay=1` : t;
1075
1354
  return /* @__PURE__ */ e.jsxs(
1076
1355
  "figure",
1077
1356
  {
1078
1357
  "data-zone": "general",
1079
1358
  "data-content-type": "embedded-video-block",
1080
- className: ["lion-video", d].filter(Boolean).join(" "),
1359
+ className: ["lion-video", s].filter(Boolean).join(" "),
1081
1360
  style: { margin: 0 },
1082
1361
  children: [
1083
- /* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom: pr[a], height: 0, overflow: "hidden", borderRadius: "var(--border-radius-base)" }, children: /* @__PURE__ */ e.jsx(
1362
+ /* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom: pr[o], height: 0, overflow: "hidden", borderRadius: "var(--border-radius-base)" }, children: /* @__PURE__ */ e.jsx(
1084
1363
  "iframe",
1085
1364
  {
1086
- src: s,
1365
+ src: l,
1087
1366
  title: n,
1088
1367
  className: "lion-video__iframe",
1089
1368
  style: { position: "absolute", top: 0, left: 0, width: "100%", height: "100%", border: 0 },
@@ -1094,14 +1373,14 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1094
1373
  ]
1095
1374
  }
1096
1375
  );
1097
- }, Yr = ({
1376
+ }, ta = ({
1098
1377
  imageSrc: t,
1099
1378
  imageAlt: n,
1100
- highlightBox: a,
1101
- highlightBoxPosition: o = "bottom-left",
1379
+ highlightBox: o,
1380
+ highlightBoxPosition: a = "bottom-left",
1102
1381
  className: i
1103
1382
  }) => {
1104
- const d = {
1383
+ const s = {
1105
1384
  "bottom-left": { bottom: "var(--padding-edge)", left: "var(--padding-edge)" },
1106
1385
  "bottom-right": { bottom: "var(--padding-edge)", right: "var(--padding-edge)" },
1107
1386
  "top-left": { top: "var(--padding-edge)", left: "var(--padding-edge)" },
@@ -1122,22 +1401,22 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1122
1401
  className: "lion-full-image__highlight-box",
1123
1402
  style: {
1124
1403
  position: "absolute",
1125
- ...d[o],
1404
+ ...s[a],
1126
1405
  backgroundColor: "var(--color-white)",
1127
1406
  borderRadius: "var(--border-radius-base)",
1128
1407
  padding: "var(--padding-edge)",
1129
1408
  maxWidth: "360px"
1130
1409
  },
1131
1410
  children: [
1132
- /* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: a.heading }),
1133
- /* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body }),
1134
- a.ctaLabel && a.ctaHref && /* @__PURE__ */ e.jsx(
1411
+ /* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: o.heading }),
1412
+ /* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.body }),
1413
+ o.ctaLabel && o.ctaHref && /* @__PURE__ */ e.jsx(
1135
1414
  "a",
1136
1415
  {
1137
- href: a.ctaHref,
1416
+ href: o.ctaHref,
1138
1417
  className: "lion-full-image__cta",
1139
1418
  style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" },
1140
- children: a.ctaLabel
1419
+ children: o.ctaLabel
1141
1420
  }
1142
1421
  )
1143
1422
  ]
@@ -1146,32 +1425,32 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1146
1425
  ]
1147
1426
  }
1148
1427
  );
1149
- }, br = {
1428
+ }, mr = {
1150
1429
  thin: "var(--border-width-thin)",
1151
1430
  base: "var(--border-width-base)",
1152
1431
  thick: "var(--border-width-thick)"
1153
- }, Vr = ({
1432
+ }, na = ({
1154
1433
  style: t = "solid",
1155
1434
  color: n = "var(--color-line)",
1156
- thickness: a = "thin",
1157
- className: o
1435
+ thickness: o = "thin",
1436
+ className: a
1158
1437
  }) => /* @__PURE__ */ e.jsx(
1159
1438
  "hr",
1160
1439
  {
1161
1440
  "data-zone": "general",
1162
1441
  "data-content-type": "horizontal-rule",
1163
- className: ["lion-horizontal-rule", o].filter(Boolean).join(" "),
1164
- style: { border: "none", borderTopWidth: br[a], borderTopStyle: t, borderTopColor: n, margin: "var(--padding-edge) 0" }
1442
+ className: ["lion-horizontal-rule", a].filter(Boolean).join(" "),
1443
+ style: { border: "none", borderTopWidth: mr[o], borderTopStyle: t, borderTopColor: n, margin: "var(--padding-edge) 0" }
1165
1444
  }
1166
- ), mr = {
1445
+ ), br = {
1167
1446
  info: { bg: "var(--color-teal-tint)", color: "var(--color-teal-dark)", border: "var(--color-teal)" },
1168
1447
  warning: { bg: "var(--color-yellow-light)", color: "var(--color-yellow)", border: "var(--color-yellow)" },
1169
1448
  success: { bg: "var(--color-green-light)", color: "var(--color-green)", border: "var(--color-green)" },
1170
1449
  error: { bg: "var(--color-red-light)", color: "var(--color-red)", border: "var(--color-red)" }
1171
- }, Ur = ({ type: t, message: n, heading: a, dismissible: o = !1, className: i }) => {
1172
- const [d, s] = ae.useState(!1);
1173
- if (d) return null;
1174
- const g = mr[t];
1450
+ }, ia = ({ type: t, message: n, heading: o, dismissible: a = !1, className: i }) => {
1451
+ const [s, l] = ae.useState(!1);
1452
+ if (s) return null;
1453
+ const d = br[t];
1175
1454
  return /* @__PURE__ */ e.jsxs(
1176
1455
  "div",
1177
1456
  {
@@ -1180,34 +1459,34 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1180
1459
  "data-content-type": "inline-message",
1181
1460
  "data-type": t,
1182
1461
  className: ["lion-inline-message", `lion-inline-message--${t}`, i].filter(Boolean).join(" "),
1183
- style: { backgroundColor: g.bg, borderLeft: `var(--border-width-thick) solid ${g.border}`, borderRadius: "var(--border-radius-small)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "flex", justifyContent: "space-between", alignItems: "flex-start" },
1462
+ style: { backgroundColor: d.bg, borderLeft: `var(--border-width-thick) solid ${d.border}`, borderRadius: "var(--border-radius-small)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "flex", justifyContent: "space-between", alignItems: "flex-start" },
1184
1463
  children: [
1185
1464
  /* @__PURE__ */ e.jsxs("div", { children: [
1186
- a && /* @__PURE__ */ e.jsx("strong", { className: "lion-inline-message__heading", style: { color: g.color, display: "block", fontWeight: "var(--font-weight-600)" }, children: a }),
1187
- /* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color: g.color }, children: n })
1465
+ o && /* @__PURE__ */ e.jsx("strong", { className: "lion-inline-message__heading", style: { color: d.color, display: "block", fontWeight: "var(--font-weight-600)" }, children: o }),
1466
+ /* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color: d.color }, children: n })
1188
1467
  ] }),
1189
- o && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => s(!0), "aria-label": "Dismiss", style: { background: "none", border: "none", cursor: "pointer", color: g.color, fontWeight: "var(--font-weight-700)", fontSize: "1.2em", padding: 0, marginLeft: "var(--Grid-gutter-size)" }, children: "×" })
1468
+ a && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l(!0), "aria-label": "Dismiss", style: { background: "none", border: "none", cursor: "pointer", color: d.color, fontWeight: "var(--font-weight-700)", fontSize: "1.2em", padding: 0, marginLeft: "var(--Grid-gutter-size)" }, children: "×" })
1190
1469
  ]
1191
1470
  }
1192
1471
  );
1193
- }, Jr = ({
1472
+ }, la = ({
1194
1473
  heading: t,
1195
1474
  body: n,
1196
- deadline: a,
1197
- ctaLabel: o,
1475
+ deadline: o,
1476
+ ctaLabel: a,
1198
1477
  ctaHref: i,
1199
- className: d
1478
+ className: s
1200
1479
  }) => /* @__PURE__ */ e.jsxs(
1201
1480
  "div",
1202
1481
  {
1203
1482
  "data-zone": "general",
1204
1483
  "data-content-type": "last-chance-block",
1205
- className: ["lion-last-chance", d].filter(Boolean).join(" "),
1484
+ className: ["lion-last-chance", s].filter(Boolean).join(" "),
1206
1485
  style: { background: "var(--gradient-blue-to-teal)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", color: "var(--color-white)", textAlign: "center" },
1207
1486
  children: [
1208
- a && /* @__PURE__ */ e.jsxs("p", { className: "lion-last-chance__deadline", style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.05em", marginBottom: "var(--Grid-gutter-size)" }, children: [
1487
+ o && /* @__PURE__ */ e.jsxs("p", { className: "lion-last-chance__deadline", style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.05em", marginBottom: "var(--Grid-gutter-size)" }, children: [
1209
1488
  "Deadline: ",
1210
- a
1489
+ o
1211
1490
  ] }),
1212
1491
  /* @__PURE__ */ e.jsx("h2", { className: "lion-last-chance__heading", style: { fontSize: "var(--h1-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: t }),
1213
1492
  /* @__PURE__ */ e.jsx("p", { className: "lion-last-chance__body", style: { fontSize: "var(--font-size-base)", marginBottom: "var(--padding-edge)" }, children: n }),
@@ -1217,52 +1496,52 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1217
1496
  href: i,
1218
1497
  className: "lion-last-chance__cta",
1219
1498
  style: { backgroundColor: "var(--color-white)", color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-large-vertical) var(--padding-large-horizontal)", display: "inline-block" },
1220
- children: o
1499
+ children: a
1221
1500
  }
1222
1501
  )
1223
1502
  ]
1224
1503
  }
1225
- ), Kr = ({
1504
+ ), sa = ({
1226
1505
  fields: t,
1227
1506
  submitLabel: n = "Submit",
1228
- onSubmit: a,
1229
- mediaCode: o,
1507
+ onSubmit: o,
1508
+ mediaCode: a,
1230
1509
  className: i
1231
1510
  }) => {
1232
- const d = (s) => {
1233
- if (s.preventDefault(), !a) return;
1234
- const g = new FormData(s.currentTarget), h = {};
1235
- g.forEach((y, _) => {
1236
- h[_] = y;
1237
- }), a(h);
1511
+ const s = (l) => {
1512
+ if (l.preventDefault(), !o) return;
1513
+ const d = new FormData(l.currentTarget), g = {};
1514
+ d.forEach((b, y) => {
1515
+ g[y] = b;
1516
+ }), o(g);
1238
1517
  };
1239
1518
  return /* @__PURE__ */ e.jsxs(
1240
1519
  "form",
1241
1520
  {
1242
1521
  "data-zone": "general",
1243
1522
  "data-content-type": "lead-form",
1244
- "data-media-code": o,
1523
+ "data-media-code": a,
1245
1524
  className: ["lion-lead-form", i].filter(Boolean).join(" "),
1246
- onSubmit: d,
1525
+ onSubmit: s,
1247
1526
  children: [
1248
- t.map((s) => {
1249
- var g;
1527
+ t.map((l) => {
1528
+ var d;
1250
1529
  return /* @__PURE__ */ e.jsxs("div", { className: "lion-lead-form__field", children: [
1251
- /* @__PURE__ */ e.jsxs("label", { htmlFor: s.name, className: "lion-lead-form__label", style: { fontWeight: "var(--font-weight-600)" }, children: [
1252
- s.label,
1253
- s.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
1530
+ /* @__PURE__ */ e.jsxs("label", { htmlFor: l.name, className: "lion-lead-form__label", style: { fontWeight: "var(--font-weight-600)" }, children: [
1531
+ l.label,
1532
+ l.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
1254
1533
  ] }),
1255
- s.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: s.name, name: s.name, required: s.required, className: "lion-lead-form__select", children: (g = s.options) == null ? void 0 : g.map((h) => /* @__PURE__ */ e.jsx("option", { value: h, children: h }, h)) }) : /* @__PURE__ */ e.jsx(
1534
+ l.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: l.name, name: l.name, required: l.required, className: "lion-lead-form__select", children: (d = l.options) == null ? void 0 : d.map((g) => /* @__PURE__ */ e.jsx("option", { value: g, children: g }, g)) }) : /* @__PURE__ */ e.jsx(
1256
1535
  "input",
1257
1536
  {
1258
- id: s.name,
1259
- name: s.name,
1260
- type: s.type,
1261
- required: s.required,
1537
+ id: l.name,
1538
+ name: l.name,
1539
+ type: l.type,
1540
+ required: l.required,
1262
1541
  className: "lion-lead-form__input"
1263
1542
  }
1264
1543
  )
1265
- ] }, s.name);
1544
+ ] }, l.name);
1266
1545
  }),
1267
1546
  /* @__PURE__ */ e.jsx(
1268
1547
  "button",
@@ -1282,97 +1561,97 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1282
1561
  ]
1283
1562
  }
1284
1563
  );
1285
- }, Xr = ({
1564
+ }, ca = ({
1286
1565
  steps: t,
1287
1566
  submitLabel: n = "Submit",
1288
- onSubmit: a,
1289
- mediaCode: o,
1567
+ onSubmit: o,
1568
+ mediaCode: a,
1290
1569
  className: i
1291
1570
  }) => {
1292
- const [d, s] = E(0), [g, h] = E({}), y = d === t.length - 1, _ = t[d], S = (p) => {
1571
+ const [s, l] = B(0), [d, g] = B({}), b = s === t.length - 1, y = t[s], z = (p) => {
1293
1572
  p.preventDefault();
1294
- const N = new FormData(p.currentTarget), C = {};
1295
- N.forEach((D, B) => {
1296
- C[B] = D;
1573
+ const S = new FormData(p.currentTarget), C = {};
1574
+ S.forEach((D, E) => {
1575
+ C[E] = D;
1297
1576
  });
1298
- const L = { ...g, ...C };
1299
- h(L), y ? a == null || a(L) : s((D) => D + 1);
1577
+ const G = { ...d, ...C };
1578
+ g(G), b ? o == null || o(G) : l((D) => D + 1);
1300
1579
  };
1301
1580
  return /* @__PURE__ */ e.jsxs(
1302
1581
  "div",
1303
1582
  {
1304
1583
  "data-zone": "general",
1305
1584
  "data-content-type": "multi-step-lead-form",
1306
- "data-media-code": o,
1585
+ "data-media-code": a,
1307
1586
  className: ["lion-multi-step-form", i].filter(Boolean).join(" "),
1308
1587
  children: [
1309
- /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children: t.map((p, N) => /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__step-indicator", style: { flex: 1, height: "4px", borderRadius: "2px", backgroundColor: N <= d ? "var(--color-brand)" : "var(--color-gray-light)" } }, N)) }),
1588
+ /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children: t.map((p, S) => /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__step-indicator", style: { flex: 1, height: "4px", borderRadius: "2px", backgroundColor: S <= s ? "var(--color-brand)" : "var(--color-gray-light)" } }, S)) }),
1310
1589
  /* @__PURE__ */ e.jsxs("p", { className: "lion-multi-step-form__step-label", style: { fontSize: "var(--h5-font-size)", color: "var(--color-gray)", marginBottom: "var(--Grid-gutter-size)" }, children: [
1311
1590
  "Step ",
1312
- d + 1,
1591
+ s + 1,
1313
1592
  " of ",
1314
1593
  t.length,
1315
1594
  ": ",
1316
- _.title
1595
+ y.title
1317
1596
  ] }),
1318
- /* @__PURE__ */ e.jsxs("form", { onSubmit: S, children: [
1319
- _.fields.map((p) => {
1320
- var N;
1597
+ /* @__PURE__ */ e.jsxs("form", { onSubmit: z, children: [
1598
+ y.fields.map((p) => {
1599
+ var S;
1321
1600
  return /* @__PURE__ */ e.jsxs("div", { className: "lion-multi-step-form__field", style: { marginBottom: "var(--Grid-gutter-size)" }, children: [
1322
1601
  /* @__PURE__ */ e.jsxs("label", { htmlFor: p.name, style: { display: "block", fontWeight: "var(--font-weight-600)", marginBottom: "0.4rem" }, children: [
1323
1602
  p.label,
1324
1603
  p.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
1325
1604
  ] }),
1326
- p.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: p.name, name: p.name, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }, children: (N = p.options) == null ? void 0 : N.map((C) => /* @__PURE__ */ e.jsx("option", { value: C, children: C }, C)) }) : /* @__PURE__ */ e.jsx("input", { id: p.name, name: p.name, type: p.type, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" } })
1605
+ p.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: p.name, name: p.name, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }, children: (S = p.options) == null ? void 0 : S.map((C) => /* @__PURE__ */ e.jsx("option", { value: C, children: C }, C)) }) : /* @__PURE__ */ e.jsx("input", { id: p.name, name: p.name, type: p.type, required: p.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" } })
1327
1606
  ] }, p.name);
1328
1607
  }),
1329
1608
  /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", gap: "var(--Grid-gutter-size)" }, children: [
1330
- d > 0 && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => s((p) => p - 1), style: { background: "none", border: "var(--border-width-base) solid var(--color-brand)", color: "var(--color-link)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)" }, children: "Back" }),
1331
- /* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children: y ? n : "Next" })
1609
+ s > 0 && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l((p) => p - 1), style: { background: "none", border: "var(--border-width-base) solid var(--color-brand)", color: "var(--color-link)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)" }, children: "Back" }),
1610
+ /* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children: b ? n : "Next" })
1332
1611
  ] })
1333
1612
  ] })
1334
1613
  ]
1335
1614
  }
1336
1615
  );
1337
- }, Qr = ({ testimonials: t, heading: n, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "multi-testimonial", className: ["lion-testimonials", a].filter(Boolean).join(" "), children: [
1616
+ }, da = ({ testimonials: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "multi-testimonial", className: ["lion-testimonials", o].filter(Boolean).join(" "), children: [
1338
1617
  n && /* @__PURE__ */ e.jsx("h2", { className: "lion-testimonials__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
1339
- /* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children: t.map((o, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-testimonials__item", style: { backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-horizontal)" }, children: [
1340
- o.rating && /* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__rating", "aria-label": `${o.rating} out of 5 stars`, style: { color: "var(--color-gold)", marginBottom: "var(--Grid-gutter-size)" }, children: [
1341
- "★".repeat(o.rating),
1342
- "☆".repeat(5 - o.rating)
1618
+ /* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { className: "lion-testimonials__item", style: { backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-horizontal)" }, children: [
1619
+ a.rating && /* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__rating", "aria-label": `${a.rating} out of 5 stars`, style: { color: "var(--color-gold)", marginBottom: "var(--Grid-gutter-size)" }, children: [
1620
+ "★".repeat(a.rating),
1621
+ "☆".repeat(5 - a.rating)
1343
1622
  ] }),
1344
1623
  /* @__PURE__ */ e.jsxs("blockquote", { className: "lion-testimonials__quote", style: { margin: 0, fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", fontStyle: "italic" }, children: [
1345
1624
  '"',
1346
- o.quote,
1625
+ a.quote,
1347
1626
  '"'
1348
1627
  ] }),
1349
1628
  /* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__attribution", style: { display: "flex", alignItems: "center", gap: "var(--Grid-gutter-size)", marginTop: "var(--Grid-gutter-size)" }, children: [
1350
- o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? o.author, style: { width: "40px", height: "40px", borderRadius: "50%", objectFit: "cover" } }),
1629
+ a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? a.author, style: { width: "40px", height: "40px", borderRadius: "50%", objectFit: "cover" } }),
1351
1630
  /* @__PURE__ */ e.jsxs("div", { children: [
1352
- /* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children: o.author }),
1353
- o.role && /* @__PURE__ */ e.jsx("span", { className: "lion-testimonials__role", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: o.role })
1631
+ /* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children: a.author }),
1632
+ a.role && /* @__PURE__ */ e.jsx("span", { className: "lion-testimonials__role", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: a.role })
1354
1633
  ] })
1355
1634
  ] })
1356
1635
  ] }, i)) })
1357
- ] }), Zr = ({
1636
+ ] }), ha = ({
1358
1637
  heading: t,
1359
1638
  body: n,
1360
- emailLabel: a = "Email address",
1361
- submitLabel: o = "Sign me up",
1639
+ emailLabel: o = "Email address",
1640
+ submitLabel: a = "Sign me up",
1362
1641
  onSubmit: i,
1363
- defaultChecked: d = !1,
1364
- className: s
1642
+ defaultChecked: s = !1,
1643
+ className: l
1365
1644
  }) => {
1366
- const [g, h] = E(""), [y, _] = E(d), S = (p) => {
1367
- p.preventDefault(), i == null || i(g, y);
1645
+ const [d, g] = B(""), [b, y] = B(s), z = (p) => {
1646
+ p.preventDefault(), i == null || i(d, b);
1368
1647
  };
1369
1648
  return /* @__PURE__ */ e.jsxs(
1370
1649
  "form",
1371
1650
  {
1372
1651
  "data-zone": "general",
1373
1652
  "data-content-type": "opt-in",
1374
- className: ["lion-opt-in", s].filter(Boolean).join(" "),
1375
- onSubmit: S,
1653
+ className: ["lion-opt-in", l].filter(Boolean).join(" "),
1654
+ onSubmit: z,
1376
1655
  children: [
1377
1656
  /* @__PURE__ */ e.jsx(
1378
1657
  "h2",
@@ -1390,7 +1669,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1390
1669
  htmlFor: "opt-in-email",
1391
1670
  className: "lion-opt-in__label",
1392
1671
  style: { fontWeight: "var(--font-weight-600)", display: "block" },
1393
- children: a
1672
+ children: o
1394
1673
  }
1395
1674
  ),
1396
1675
  /* @__PURE__ */ e.jsx(
@@ -1399,8 +1678,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1399
1678
  id: "opt-in-email",
1400
1679
  type: "email",
1401
1680
  required: !0,
1402
- value: g,
1403
- onChange: (p) => h(p.target.value),
1681
+ value: d,
1682
+ onChange: (p) => g(p.target.value),
1404
1683
  className: "lion-opt-in__input",
1405
1684
  style: { borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }
1406
1685
  }
@@ -1411,8 +1690,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1411
1690
  "input",
1412
1691
  {
1413
1692
  type: "checkbox",
1414
- checked: y,
1415
- onChange: (p) => _(p.target.checked),
1693
+ checked: b,
1694
+ onChange: (p) => y(p.target.checked),
1416
1695
  className: "lion-opt-in__checkbox"
1417
1696
  }
1418
1697
  ),
@@ -1432,32 +1711,32 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1432
1711
  border: "none",
1433
1712
  cursor: "pointer"
1434
1713
  },
1435
- children: o
1714
+ children: a
1436
1715
  }
1437
1716
  )
1438
1717
  ]
1439
1718
  }
1440
1719
  );
1441
- }, ea = ({
1720
+ }, ga = ({
1442
1721
  imageSrc: t,
1443
1722
  imageAlt: n,
1444
- heading: a,
1445
- body: o,
1723
+ heading: o,
1724
+ body: a,
1446
1725
  ctaLabel: i,
1447
- ctaHref: d,
1448
- badgeLabel: s,
1449
- className: g
1726
+ ctaHref: s,
1727
+ badgeLabel: l,
1728
+ className: d
1450
1729
  }) => /* @__PURE__ */ e.jsxs(
1451
1730
  "div",
1452
1731
  {
1453
1732
  "data-zone": "general",
1454
1733
  "data-content-type": "product-block",
1455
- className: ["lion-product-block", g].filter(Boolean).join(" "),
1734
+ className: ["lion-product-block", d].filter(Boolean).join(" "),
1456
1735
  style: { borderRadius: "var(--border-radius-base)", overflow: "hidden" },
1457
1736
  children: [
1458
1737
  t && /* @__PURE__ */ e.jsx("div", { className: "lion-product-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: t, alt: n ?? "", className: "lion-product-block__image" }) }),
1459
1738
  /* @__PURE__ */ e.jsxs("div", { className: "lion-product-block__body", style: { padding: "var(--padding-edge)" }, children: [
1460
- s && /* @__PURE__ */ e.jsx(
1739
+ l && /* @__PURE__ */ e.jsx(
1461
1740
  "span",
1462
1741
  {
1463
1742
  className: "lion-product-block__badge",
@@ -1469,7 +1748,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1469
1748
  borderRadius: "var(--border-radius-small)",
1470
1749
  padding: "var(--padding-small-vertical) var(--padding-small-horizontal)"
1471
1750
  },
1472
- children: s
1751
+ children: l
1473
1752
  }
1474
1753
  ),
1475
1754
  /* @__PURE__ */ e.jsx(
@@ -1477,7 +1756,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1477
1756
  {
1478
1757
  className: "lion-product-block__heading",
1479
1758
  style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
1480
- children: a
1759
+ children: o
1481
1760
  }
1482
1761
  ),
1483
1762
  /* @__PURE__ */ e.jsx(
@@ -1485,13 +1764,13 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1485
1764
  {
1486
1765
  className: "lion-product-block__description",
1487
1766
  style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" },
1488
- children: o
1767
+ children: a
1489
1768
  }
1490
1769
  ),
1491
- i && d && /* @__PURE__ */ e.jsx(
1770
+ i && s && /* @__PURE__ */ e.jsx(
1492
1771
  "a",
1493
1772
  {
1494
- href: d,
1773
+ href: s,
1495
1774
  className: "lion-product-block__cta",
1496
1775
  style: {
1497
1776
  color: "var(--color-white)",
@@ -1507,12 +1786,12 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1507
1786
  ] })
1508
1787
  ]
1509
1788
  }
1510
- ), ra = ({ quote: t, attribution: n, role: a, className: o }) => /* @__PURE__ */ e.jsxs(
1789
+ ), fa = ({ quote: t, attribution: n, role: o, className: a }) => /* @__PURE__ */ e.jsxs(
1511
1790
  "blockquote",
1512
1791
  {
1513
1792
  "data-zone": "general",
1514
1793
  "data-content-type": "pull-quote",
1515
- className: ["lion-pull-quote", o].filter(Boolean).join(" "),
1794
+ className: ["lion-pull-quote", a].filter(Boolean).join(" "),
1516
1795
  style: { margin: 0, borderLeft: "var(--border-width-thick) solid var(--color-brand)", paddingLeft: "var(--padding-edge)", paddingTop: "var(--padding-base-vertical)", paddingBottom: "var(--padding-base-vertical)" },
1517
1796
  children: [
1518
1797
  /* @__PURE__ */ e.jsxs("p", { className: "lion-pull-quote__text", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-300)", color: "var(--color-text)", lineHeight: "var(--h2-line-height)", fontStyle: "italic", margin: 0 }, children: [
@@ -1522,54 +1801,54 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1522
1801
  ] }),
1523
1802
  n && /* @__PURE__ */ e.jsx("footer", { className: "lion-pull-quote__footer", style: { marginTop: "var(--Grid-gutter-size)" }, children: /* @__PURE__ */ e.jsxs("cite", { style: { fontStyle: "normal", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-gray-dark)" }, children: [
1524
1803
  n,
1525
- a && /* @__PURE__ */ e.jsxs("span", { style: { fontWeight: "var(--font-weight-400)", color: "var(--color-gray)" }, children: [
1804
+ o && /* @__PURE__ */ e.jsxs("span", { style: { fontWeight: "var(--font-weight-400)", color: "var(--color-gray)" }, children: [
1526
1805
  ", ",
1527
- a
1806
+ o
1528
1807
  ] })
1529
1808
  ] }) })
1530
1809
  ]
1531
1810
  }
1532
- ), aa = ({
1811
+ ), va = ({
1533
1812
  title: t,
1534
1813
  description: n,
1535
- resourceType: a,
1536
- imageSrc: o,
1814
+ resourceType: o,
1815
+ imageSrc: a,
1537
1816
  imageAlt: i,
1538
- ctaLabel: d,
1539
- ctaHref: s,
1540
- downloadUrl: g,
1541
- className: h
1817
+ ctaLabel: s,
1818
+ ctaHref: l,
1819
+ downloadUrl: d,
1820
+ className: g
1542
1821
  }) => {
1543
- const y = g ?? s;
1822
+ const b = d ?? l;
1544
1823
  return /* @__PURE__ */ e.jsxs(
1545
1824
  "div",
1546
1825
  {
1547
1826
  "data-zone": "general",
1548
1827
  "data-content-type": "resource-spotlight",
1549
- "data-resource-type": a,
1550
- className: ["lion-resource-spotlight", h].filter(Boolean).join(" "),
1828
+ "data-resource-type": o,
1829
+ className: ["lion-resource-spotlight", g].filter(Boolean).join(" "),
1551
1830
  style: { display: "flex", gap: "var(--padding-edge)", alignItems: "flex-start", borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", padding: "var(--padding-base-horizontal)" },
1552
1831
  children: [
1553
- o && /* @__PURE__ */ e.jsx("img", { src: o, alt: i ?? "", className: "lion-resource-spotlight__image", style: { width: "120px", height: "90px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
1832
+ a && /* @__PURE__ */ e.jsx("img", { src: a, alt: i ?? "", className: "lion-resource-spotlight__image", style: { width: "120px", height: "90px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
1554
1833
  /* @__PURE__ */ e.jsxs("div", { className: "lion-resource-spotlight__content", children: [
1555
- /* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children: a }),
1834
+ /* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children: o }),
1556
1835
  /* @__PURE__ */ e.jsx("h3", { className: "lion-resource-spotlight__title", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", margin: "var(--padding-small-vertical) 0" }, children: t }),
1557
1836
  /* @__PURE__ */ e.jsx("p", { className: "lion-resource-spotlight__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: n }),
1558
- y && /* @__PURE__ */ e.jsx(
1837
+ b && /* @__PURE__ */ e.jsx(
1559
1838
  "a",
1560
1839
  {
1561
- href: y,
1840
+ href: b,
1562
1841
  className: "lion-resource-spotlight__cta",
1563
- download: !!g || void 0,
1842
+ download: !!d || void 0,
1564
1843
  style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" },
1565
- children: d ?? (g ? "Download" : "View resource")
1844
+ children: s ?? (d ? "Download" : "View resource")
1566
1845
  }
1567
1846
  )
1568
1847
  ] })
1569
1848
  ]
1570
1849
  }
1571
1850
  );
1572
- }, ta = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
1851
+ }, ua = ({ html: t, className: n }) => /* @__PURE__ */ e.jsx(
1573
1852
  "div",
1574
1853
  {
1575
1854
  "data-zone": "general",
@@ -1583,39 +1862,39 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1583
1862
  },
1584
1863
  dangerouslySetInnerHTML: { __html: t }
1585
1864
  }
1586
- ), oa = ({ tabs: t, defaultTab: n = 0, className: a }) => {
1587
- var d;
1588
- const [o, i] = E(n);
1865
+ ), pa = ({ tabs: t, defaultTab: n = 0, className: o }) => {
1866
+ var s;
1867
+ const [a, i] = B(n);
1589
1868
  return /* @__PURE__ */ e.jsxs(
1590
1869
  "div",
1591
1870
  {
1592
1871
  "data-zone": "general",
1593
1872
  "data-content-type": "side-menu-explorer",
1594
- className: ["lion-side-menu-explorer", a].filter(Boolean).join(" "),
1873
+ className: ["lion-side-menu-explorer", o].filter(Boolean).join(" "),
1595
1874
  style: { display: "flex", gap: "var(--padding-edge)" },
1596
1875
  children: [
1597
- /* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((s, g) => /* @__PURE__ */ e.jsx("li", { role: "tab", "aria-selected": o === g, children: /* @__PURE__ */ e.jsx(
1876
+ /* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children: t.map((l, d) => /* @__PURE__ */ e.jsx("li", { role: "tab", "aria-selected": a === d, children: /* @__PURE__ */ e.jsx(
1598
1877
  "button",
1599
1878
  {
1600
1879
  type: "button",
1601
- onClick: () => i(g),
1602
- className: `lion-side-menu-explorer__tab${o === g ? " is-active" : ""}`,
1880
+ onClick: () => i(d),
1881
+ className: `lion-side-menu-explorer__tab${a === d ? " is-active" : ""}`,
1603
1882
  style: {
1604
1883
  width: "100%",
1605
1884
  textAlign: "left",
1606
1885
  background: "none",
1607
1886
  border: "none",
1608
- borderLeft: o === g ? "var(--border-width-thick) solid var(--color-brand)" : "var(--border-width-thin) solid var(--color-line)",
1887
+ borderLeft: a === d ? "var(--border-width-thick) solid var(--color-brand)" : "var(--border-width-thin) solid var(--color-line)",
1609
1888
  padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1610
- fontWeight: o === g ? "var(--font-weight-600)" : "var(--font-weight-400)",
1611
- color: o === g ? "var(--color-brand)" : "var(--color-text)",
1889
+ fontWeight: a === d ? "var(--font-weight-600)" : "var(--font-weight-400)",
1890
+ color: a === d ? "var(--color-brand)" : "var(--color-text)",
1612
1891
  cursor: "pointer",
1613
1892
  fontSize: "var(--font-size-base)"
1614
1893
  },
1615
- children: s.label
1894
+ children: l.label
1616
1895
  }
1617
- ) }, g)) }) }),
1618
- /* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (d = t[o]) == null ? void 0 : d.content })
1896
+ ) }, d)) }) }),
1897
+ /* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (s = t[a]) == null ? void 0 : s.content })
1619
1898
  ]
1620
1899
  }
1621
1900
  );
@@ -1625,7 +1904,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1625
1904
  md: "var(--padding-edge)",
1626
1905
  lg: "4.8rem",
1627
1906
  xl: "6.4rem"
1628
- }, na = ({ size: t = "md", className: n }) => /* @__PURE__ */ e.jsx(
1907
+ }, ma = ({ size: t = "md", className: n }) => /* @__PURE__ */ e.jsx(
1629
1908
  "div",
1630
1909
  {
1631
1910
  "data-zone": "general",
@@ -1635,16 +1914,16 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1635
1914
  style: { height: yr[t], display: "block" },
1636
1915
  "aria-hidden": "true"
1637
1916
  }
1638
- ), ia = ({
1917
+ ), ba = ({
1639
1918
  href: t,
1640
1919
  label: n,
1641
- warningHeading: a = "You are leaving this site",
1642
- warningBody: o = "You are about to visit a third-party website. We are not responsible for its content.",
1920
+ warningHeading: o = "You are leaving this site",
1921
+ warningBody: a = "You are about to visit a third-party website. We are not responsible for its content.",
1643
1922
  continueLabel: i = "Continue",
1644
- cancelLabel: d = "Cancel",
1645
- className: s
1923
+ cancelLabel: s = "Cancel",
1924
+ className: l
1646
1925
  }) => {
1647
- const [g, h] = E(!1);
1926
+ const [d, g] = B(!1);
1648
1927
  return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1649
1928
  /* @__PURE__ */ e.jsx(
1650
1929
  "a",
@@ -1652,15 +1931,15 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1652
1931
  href: "#speed-bump",
1653
1932
  "data-zone": "general",
1654
1933
  "data-content-type": "speed-bump",
1655
- className: ["lion-speed-bump__trigger", s].filter(Boolean).join(" "),
1934
+ className: ["lion-speed-bump__trigger", l].filter(Boolean).join(" "),
1656
1935
  style: { color: "var(--color-link)" },
1657
- onClick: (y) => {
1658
- y.preventDefault(), h(!0);
1936
+ onClick: (b) => {
1937
+ b.preventDefault(), g(!0);
1659
1938
  },
1660
1939
  children: n
1661
1940
  }
1662
1941
  ),
1663
- g && /* @__PURE__ */ e.jsx(
1942
+ d && /* @__PURE__ */ e.jsx(
1664
1943
  "div",
1665
1944
  {
1666
1945
  role: "dialog",
@@ -1693,10 +1972,10 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1693
1972
  {
1694
1973
  id: "speed-bump-heading",
1695
1974
  style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" },
1696
- children: a
1975
+ children: o
1697
1976
  }
1698
1977
  ),
1699
- /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: o }),
1978
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: a }),
1700
1979
  /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
1701
1980
  /* @__PURE__ */ e.jsx(
1702
1981
  "a",
@@ -1712,7 +1991,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1712
1991
  borderRadius: "var(--border-radius-base)",
1713
1992
  padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
1714
1993
  },
1715
- onClick: () => h(!1),
1994
+ onClick: () => g(!1),
1716
1995
  children: i
1717
1996
  }
1718
1997
  ),
@@ -1730,8 +2009,8 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1730
2009
  padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
1731
2010
  cursor: "pointer"
1732
2011
  },
1733
- onClick: () => h(!1),
1734
- children: d
2012
+ onClick: () => g(!1),
2013
+ children: s
1735
2014
  }
1736
2015
  )
1737
2016
  ] })
@@ -1741,7 +2020,7 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1741
2020
  }
1742
2021
  )
1743
2022
  ] });
1744
- }, la = ({ caption: t, headers: n, rows: a, striped: o = !0, className: i }) => /* @__PURE__ */ e.jsx(
2023
+ }, ya = ({ caption: t, headers: n, rows: o, striped: a = !0, className: i }) => /* @__PURE__ */ e.jsx(
1745
2024
  "div",
1746
2025
  {
1747
2026
  "data-zone": "general",
@@ -1750,102 +2029,147 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1750
2029
  style: { overflowX: "auto" },
1751
2030
  children: /* @__PURE__ */ e.jsxs("table", { className: "lion-table", style: { width: "100%", borderCollapse: "collapse", fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)" }, children: [
1752
2031
  t && /* @__PURE__ */ e.jsx("caption", { style: { captionSide: "top", textAlign: "left", marginBottom: "var(--Grid-gutter-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: t }),
1753
- /* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: n.map((d, s) => /* @__PURE__ */ e.jsx("th", { scope: "col", style: { backgroundColor: "var(--color-blue-dark)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", textAlign: "left", whiteSpace: "nowrap" }, children: d }, s)) }) }),
1754
- /* @__PURE__ */ e.jsx("tbody", { children: a.map((d, s) => /* @__PURE__ */ e.jsx("tr", { style: { backgroundColor: o && s % 2 === 1 ? "var(--color-gray-lightest)" : "var(--color-white)" }, children: d.map((g, h) => /* @__PURE__ */ e.jsx("td", { style: { padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", color: "var(--color-text)", borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: g }, h)) }, s)) })
2032
+ /* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: n.map((s, l) => /* @__PURE__ */ e.jsx("th", { scope: "col", style: { backgroundColor: "var(--color-blue-dark)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", textAlign: "left", whiteSpace: "nowrap" }, children: s }, l)) }) }),
2033
+ /* @__PURE__ */ e.jsx("tbody", { children: o.map((s, l) => /* @__PURE__ */ e.jsx("tr", { style: { backgroundColor: a && l % 2 === 1 ? "var(--color-gray-lightest)" : "var(--color-white)" }, children: s.map((d, g) => /* @__PURE__ */ e.jsx("td", { style: { padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", color: "var(--color-text)", borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: d }, g)) }, l)) })
1755
2034
  ] })
1756
2035
  }
1757
- ), sa = ({
2036
+ ), xa = ({
1758
2037
  heading: t = "We are here for you",
1759
2038
  body: n,
1760
- ctaLabel: a,
1761
- ctaHref: o,
2039
+ ctaLabel: o,
2040
+ ctaHref: a,
1762
2041
  phone: i,
1763
- className: d
2042
+ className: s
1764
2043
  }) => /* @__PURE__ */ e.jsxs(
1765
2044
  "div",
1766
2045
  {
1767
2046
  "data-zone": "general",
1768
2047
  "data-content-type": "wahfu",
1769
- className: ["lion-wahfu", d].filter(Boolean).join(" "),
2048
+ className: ["lion-wahfu", s].filter(Boolean).join(" "),
1770
2049
  style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", textAlign: "center" },
1771
2050
  children: [
1772
2051
  /* @__PURE__ */ e.jsx("h2", { className: "lion-wahfu__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-teal-dark)", marginBottom: "var(--Grid-gutter-size)" }, children: t }),
1773
2052
  /* @__PURE__ */ e.jsx("p", { className: "lion-wahfu__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", marginBottom: "var(--padding-edge)" }, children: n }),
1774
2053
  /* @__PURE__ */ e.jsxs("div", { className: "lion-wahfu__actions", style: { display: "flex", gap: "var(--Grid-gutter-size)", justifyContent: "center", flexWrap: "wrap" }, children: [
1775
- a && o && /* @__PURE__ */ e.jsx("a", { href: o, className: "lion-wahfu__cta", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" }, children: a }),
2054
+ o && a && /* @__PURE__ */ e.jsx("a", { href: a, className: "lion-wahfu__cta", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" }, children: o }),
1776
2055
  i && /* @__PURE__ */ e.jsx("a", { href: `tel:${i.replace(/\D/g, "")}`, className: "lion-wahfu__phone", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h3-font-size)" }, children: i })
1777
2056
  ] })
1778
2057
  ]
1779
2058
  }
1780
- ), da = ({ posts: t, heading: n, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "all-blogs-post-block", "data-platform": "blog", className: ["lion-all-blogs", a].filter(Boolean).join(" "), children: [
2059
+ ), _a = ({ posts: t, heading: n, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "all-blogs-post-block", "data-platform": "blog", className: ["lion-all-blogs", o].filter(Boolean).join(" "), children: [
1781
2060
  n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
1782
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children: t.map((o, i) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", gap: "var(--padding-base-horizontal)", borderBottom: "var(--border-width-thin) solid var(--color-line)", paddingBottom: "var(--Grid-gutter-size)" }, children: [
1783
- o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? "", style: { width: "120px", height: "80px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
2061
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children: t.map((a, i) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", gap: "var(--padding-base-horizontal)", borderBottom: "var(--border-width-thin) solid var(--color-line)", paddingBottom: "var(--Grid-gutter-size)" }, children: [
2062
+ a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? "", style: { width: "120px", height: "80px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
1784
2063
  /* @__PURE__ */ e.jsxs("div", { children: [
1785
- o.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: o.category }),
1786
- /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href: o.href, style: { color: "var(--color-link)" }, children: o.title }) }),
1787
- /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.excerpt }),
1788
- /* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: o.date })
2064
+ a.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: a.category }),
2065
+ /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href: a.href, style: { color: "var(--color-link)" }, children: a.title }) }),
2066
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.excerpt }),
2067
+ /* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: a.date })
1789
2068
  ] })
1790
2069
  ] }, i)) })
1791
- ] }), ca = ({ posts: t, heading: n = "Recent Posts", count: a = 3, className: o }) => {
1792
- const i = t.slice(0, a), d = a === 4 ? 4 : 3;
1793
- return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts", o].filter(Boolean).join(" "), children: [
2070
+ ] }), ja = ({ posts: t, heading: n = "Recent Posts", count: o = 3, className: a }) => {
2071
+ const i = t.slice(0, o), s = o === 4 ? 4 : 3;
2072
+ return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts", a].filter(Boolean).join(" "), children: [
1794
2073
  n && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: n }),
1795
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${d}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: i.map((s, g) => /* @__PURE__ */ e.jsxs("li", { style: { borderRadius: "var(--border-radius-base)", overflow: "hidden", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
1796
- s.imageSrc && /* @__PURE__ */ e.jsx("img", { src: s.imageSrc, alt: s.imageAlt ?? "", style: { width: "100%", height: "160px", objectFit: "cover", display: "block" } }),
2074
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${s}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: i.map((l, d) => /* @__PURE__ */ e.jsxs("li", { style: { borderRadius: "var(--border-radius-base)", overflow: "hidden", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
2075
+ l.imageSrc && /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", style: { width: "100%", height: "160px", objectFit: "cover", display: "block" } }),
1797
2076
  /* @__PURE__ */ e.jsxs("div", { style: { padding: "var(--padding-base-horizontal)" }, children: [
1798
- s.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: s.category }),
1799
- /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h4-font-size)", fontWeight: "var(--font-weight-600)", margin: "var(--padding-small-vertical) 0" }, children: /* @__PURE__ */ e.jsx("a", { href: s.href, style: { color: "var(--color-text)" }, children: s.title }) }),
1800
- /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: s.date })
2077
+ l.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: l.category }),
2078
+ /* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h4-font-size)", fontWeight: "var(--font-weight-600)", margin: "var(--padding-small-vertical) 0" }, children: /* @__PURE__ */ e.jsx("a", { href: l.href, style: { color: "var(--color-text)" }, children: l.title }) }),
2079
+ /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: l.date })
1801
2080
  ] })
1802
- ] }, g)) })
2081
+ ] }, d)) })
1803
2082
  ] });
1804
- }, ga = ({ jobs: t, heading: n = "Hot Jobs", viewAllHref: a, viewAllLabel: o = "View all openings", className: i }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "hot-jobs-block", "data-platform": "careers", className: ["lion-hot-jobs", i].filter(Boolean).join(" "), children: [
2083
+ }, za = ({ jobs: t, heading: n = "Hot Jobs", viewAllHref: o, viewAllLabel: a = "View all openings", className: i }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "hot-jobs-block", "data-platform": "careers", className: ["lion-hot-jobs", i].filter(Boolean).join(" "), children: [
1805
2084
  /* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "baseline", marginBottom: "var(--padding-edge)" }, children: [
1806
2085
  /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: n }),
1807
- a && /* @__PURE__ */ e.jsx("a", { href: a, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)" }, children: o })
2086
+ o && /* @__PURE__ */ e.jsx("a", { href: o, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)" }, children: a })
1808
2087
  ] }),
1809
- /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children: t.map((d, s) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", justifyContent: "space-between", alignItems: "center", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", borderRadius: "var(--border-radius-small)", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
2088
+ /* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children: t.map((s, l) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", justifyContent: "space-between", alignItems: "center", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", borderRadius: "var(--border-radius-small)", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
1810
2089
  /* @__PURE__ */ e.jsxs("div", { children: [
1811
- /* @__PURE__ */ e.jsx("a", { href: d.href, style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-link)" }, children: d.title }),
2090
+ /* @__PURE__ */ e.jsx("a", { href: s.href, style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-link)" }, children: s.title }),
1812
2091
  /* @__PURE__ */ e.jsxs("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", margin: 0 }, children: [
1813
- d.location,
1814
- d.department ? ` · ${d.department}` : "",
1815
- d.type ? ` · ${d.type}` : ""
2092
+ s.location,
2093
+ s.department ? ` · ${s.department}` : "",
2094
+ s.type ? ` · ${s.type}` : ""
1816
2095
  ] })
1817
2096
  ] }),
1818
- /* @__PURE__ */ e.jsx("a", { href: d.href, style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h6-font-size)", whiteSpace: "nowrap" }, children: "Apply →" })
1819
- ] }, s)) })
1820
- ] }), ha = ({ text: t, itemNumber: n, className: a }) => /* @__PURE__ */ e.jsxs(
2097
+ /* @__PURE__ */ e.jsx("a", { href: s.href, style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h6-font-size)", whiteSpace: "nowrap" }, children: "Apply →" })
2098
+ ] }, l)) })
2099
+ ] }), Na = ({ columns: t, socialLinks: n = [], className: o }) => /* @__PURE__ */ e.jsxs(
2100
+ "div",
2101
+ {
2102
+ "data-zone": "footer",
2103
+ "data-content-type": "links-and-social",
2104
+ className: ["lion-links-social", o].filter(Boolean).join(" "),
2105
+ children: [
2106
+ /* @__PURE__ */ e.jsx("div", { className: "lion-links-social__columns", children: t.map((a) => /* @__PURE__ */ e.jsxs("div", { className: "lion-links-social__column", children: [
2107
+ /* @__PURE__ */ e.jsx(
2108
+ "h3",
2109
+ {
2110
+ className: "lion-links-social__column-heading",
2111
+ style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-white)" },
2112
+ children: a.heading
2113
+ }
2114
+ ),
2115
+ /* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__column-list", role: "list", children: a.links.map((i) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__column-item", children: /* @__PURE__ */ e.jsx(
2116
+ "a",
2117
+ {
2118
+ href: i.href,
2119
+ className: "lion-links-social__column-link",
2120
+ style: { fontSize: "var(--h6-font-size)", color: "var(--color-white-opaque)", textDecoration: "none" },
2121
+ children: i.label
2122
+ }
2123
+ ) }, i.href)) })
2124
+ ] }, a.heading)) }),
2125
+ n.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__social", role: "list", "aria-label": "Social media links", children: n.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__social-item", children: /* @__PURE__ */ e.jsx(
2126
+ "a",
2127
+ {
2128
+ href: a.href,
2129
+ className: `lion-links-social__social-link lion-links-social__social-link--${a.platform}`,
2130
+ "aria-label": a.label ?? a.platform,
2131
+ rel: "noopener noreferrer",
2132
+ target: "_blank",
2133
+ children: /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", className: `lion-icon lion-icon--${a.platform}` })
2134
+ }
2135
+ ) }, a.platform)) })
2136
+ ]
2137
+ }
2138
+ ), ka = ({ text: t, itemNumber: n, className: o }) => /* @__PURE__ */ e.jsxs(
1821
2139
  "div",
1822
2140
  {
1823
2141
  "data-zone": "footer",
1824
2142
  "data-content-type": "disclaimer",
1825
- className: ["lion-disclaimer", a].filter(Boolean).join(" "),
2143
+ className: ["lion-disclaimer", o].filter(Boolean).join(" "),
1826
2144
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
1827
2145
  children: [
1828
2146
  /* @__PURE__ */ e.jsx("p", { className: "lion-disclaimer__text", children: t }),
1829
2147
  n && /* @__PURE__ */ e.jsx("span", { className: "lion-disclaimer__item-number", "aria-label": "Item number", children: n })
1830
2148
  ]
1831
2149
  }
1832
- ), fa = ({ triggerLabel: t, content: n, materialId: a, className: o }) => {
1833
- const [i, d] = E(!1);
2150
+ ), xr = ({
2151
+ triggerLabel: t,
2152
+ content: n,
2153
+ materialId: o,
2154
+ defaultOpen: a = !1,
2155
+ className: i
2156
+ }) => {
2157
+ const [s, l] = B(a);
1834
2158
  return /* @__PURE__ */ e.jsxs(
1835
2159
  "div",
1836
2160
  {
1837
2161
  "data-zone": "footer",
1838
- "data-content-type": "disclosure",
1839
- "data-material-id": a,
1840
- className: ["lion-disclosure", o].filter(Boolean).join(" "),
2162
+ "data-content-type": a ? "disclosure-toggle-open" : "disclosure",
2163
+ "data-material-id": o,
2164
+ className: ["lion-disclosure", a ? "lion-disclosure--open" : "", i].filter(Boolean).join(" "),
1841
2165
  children: [
1842
2166
  /* @__PURE__ */ e.jsx(
1843
2167
  "button",
1844
2168
  {
1845
2169
  type: "button",
1846
2170
  className: "lion-disclosure__trigger",
1847
- "aria-expanded": i,
1848
- onClick: () => d((s) => !s),
2171
+ "aria-expanded": s,
2172
+ onClick: () => l((d) => !d),
1849
2173
  style: {
1850
2174
  fontFamily: "var(--font-family-sans-serif)",
1851
2175
  fontSize: "var(--h6-font-size)",
@@ -1858,17 +2182,17 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1858
2182
  children: t
1859
2183
  }
1860
2184
  ),
1861
- i && /* @__PURE__ */ e.jsxs(
2185
+ s && /* @__PURE__ */ e.jsxs(
1862
2186
  "div",
1863
2187
  {
1864
2188
  className: "lion-disclosure__content",
1865
2189
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" },
1866
2190
  children: [
1867
2191
  n,
1868
- a && /* @__PURE__ */ e.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
2192
+ o && /* @__PURE__ */ e.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
1869
2193
  " ",
1870
2194
  "(",
1871
- a,
2195
+ o,
1872
2196
  ")"
1873
2197
  ] })
1874
2198
  ]
@@ -1877,20 +2201,20 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1877
2201
  ]
1878
2202
  }
1879
2203
  );
1880
- }, va = ({
2204
+ }, wa = (t) => /* @__PURE__ */ e.jsx(xr, { ...t, defaultOpen: !0 }), Sa = ({
1881
2205
  itemNumber: t,
1882
2206
  materialId: n,
1883
- text: a,
1884
- className: o
2207
+ text: o,
2208
+ className: a
1885
2209
  }) => /* @__PURE__ */ e.jsxs(
1886
2210
  "div",
1887
2211
  {
1888
2212
  "data-zone": "footer",
1889
2213
  "data-content-type": "compliance-block",
1890
- className: ["lion-compliance", o].filter(Boolean).join(" "),
2214
+ className: ["lion-compliance", a].filter(Boolean).join(" "),
1891
2215
  style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
1892
2216
  children: [
1893
- a && /* @__PURE__ */ e.jsx("p", { className: "lion-compliance__text", children: a }),
2217
+ o && /* @__PURE__ */ e.jsx("p", { className: "lion-compliance__text", children: o }),
1894
2218
  /* @__PURE__ */ e.jsxs("dl", { className: "lion-compliance__ids", children: [
1895
2219
  t && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1896
2220
  /* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Item #" }),
@@ -1903,54 +2227,88 @@ const _r = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
1903
2227
  ] })
1904
2228
  ]
1905
2229
  }
2230
+ ), Ra = ({ links: t, copyrightText: n, className: o }) => /* @__PURE__ */ e.jsxs(
2231
+ "div",
2232
+ {
2233
+ "data-zone": "footer",
2234
+ "data-content-type": "legal-links",
2235
+ className: ["lion-legal-links", o].filter(Boolean).join(" "),
2236
+ style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)" },
2237
+ children: [
2238
+ n && /* @__PURE__ */ e.jsx("p", { className: "lion-legal-links__copyright", children: n }),
2239
+ /* @__PURE__ */ e.jsx("ul", { className: "lion-legal-links__list", role: "list", children: t.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-legal-links__item", children: /* @__PURE__ */ e.jsx(
2240
+ "a",
2241
+ {
2242
+ href: a.href,
2243
+ className: "lion-legal-links__link",
2244
+ style: { color: "var(--color-link)", textDecoration: "none" },
2245
+ children: a.label
2246
+ }
2247
+ ) }, a.href)) })
2248
+ ]
2249
+ }
1906
2250
  );
1907
2251
  export {
1908
- Pr as AccordionBlock,
1909
- da as AllBlogsPostBlock,
1910
- kr as Anklet,
1911
- Ar as BackgroundColorBlock,
1912
- Dr as BasicContentBlock,
1913
- Fr as BodyTextCopyBlock,
1914
- Wr as CTA,
1915
- Ir as CallOut,
1916
- va as ComplianceBlock,
1917
- $r as ConfidenceTags,
1918
- wr as Container,
1919
- Gr as ContentImageBlock,
2252
+ Vr as AccordionBlock,
2253
+ _a as AllBlogsPostBlock,
2254
+ wr as Anklet,
2255
+ Ur as BackgroundColorBlock,
2256
+ Jr as BasicContentBlock,
2257
+ Kr as BodyTextCopyBlock,
2258
+ qr as CTA,
2259
+ Ar as CTAHeroBlock,
2260
+ Xr as CallOut,
2261
+ Sa as ComplianceBlock,
2262
+ Qr as ConfidenceTags,
2263
+ kr as Container,
2264
+ Zr as ContentImageBlock,
1920
2265
  Sr as CorporateUniversalHeader,
1921
- Lr as CrossSellCardBlock,
1922
- Mr as DecorativeListBlock,
1923
- ha as Disclaimer,
1924
- fa as Disclosure,
1925
- qr as EmailCalloutBlock,
1926
- Hr as EmbeddedVideoBlock,
1927
- Yr as FullSizeImageWithHighlightBox,
1928
- Nr as GlobalHeaderBar,
1929
- Rr as Hero,
1930
- Vr as HorizontalRule,
1931
- ga as HotJobsBlock,
1932
- Ur as InlineMessage,
1933
- Jr as LastChanceBlock,
1934
- Kr as LeadForm,
1935
- Xr as MultiStepLeadForm,
1936
- Qr as MultiTestimonial,
1937
- Zr as OptIn,
1938
- _r as PageForehead,
1939
- jr as PageSideburn,
1940
- ea as ProductBlock,
1941
- ra as PullQuote,
1942
- Er as RTBDescriptive,
1943
- Tr as RTBDynamic,
1944
- Br as RTBHighlight,
1945
- Cr as RTBs,
1946
- ca as RecentBlogPostsBlock,
1947
- aa as ResourceSpotlight,
1948
- ta as RichText,
1949
- zr as Section,
1950
- oa as SideMenuExplorer,
1951
- Or as SimpleCTABlock,
1952
- na as SpacingBlock,
1953
- ia as SpeedBump,
1954
- la as TableBlock,
1955
- sa as WAHFU
2266
+ ea as CrossSellCardBlock,
2267
+ ra as DecorativeListBlock,
2268
+ ka as Disclaimer,
2269
+ xr as Disclosure,
2270
+ wa as DisclosureToggleOpen,
2271
+ aa as EmailCalloutBlock,
2272
+ oa as EmbeddedVideoBlock,
2273
+ ta as FullSizeImageWithHighlightBox,
2274
+ Rr as GlobalHeaderBar,
2275
+ Cr as HeaderCTA,
2276
+ Br as HeaderLogo,
2277
+ Er as HeaderProduct,
2278
+ Tr as HeaderSectionNavigation,
2279
+ Wr as HeaderSectionTitle,
2280
+ Pr as HeaderUnderwriter,
2281
+ Ir as Hero,
2282
+ Dr as HeroBlock,
2283
+ na as HorizontalRule,
2284
+ za as HotJobsBlock,
2285
+ ia as InlineMessage,
2286
+ la as LastChanceBlock,
2287
+ sa as LeadForm,
2288
+ Ra as LegalLinks,
2289
+ Na as LinksAndSocial,
2290
+ Fr as MultiHero,
2291
+ ca as MultiStepLeadForm,
2292
+ da as MultiTestimonial,
2293
+ $r as NotAvailableHeroBlock,
2294
+ ha as OptIn,
2295
+ jr as PageForehead,
2296
+ zr as PageSideburn,
2297
+ ga as ProductBlock,
2298
+ fa as PullQuote,
2299
+ Gr as RTBDescriptive,
2300
+ Mr as RTBDynamic,
2301
+ Lr as RTBHighlight,
2302
+ Hr as RTBs,
2303
+ ja as RecentBlogPostsBlock,
2304
+ va as ResourceSpotlight,
2305
+ ua as RichText,
2306
+ Nr as Section,
2307
+ pa as SideMenuExplorer,
2308
+ Yr as SimpleCTABlock,
2309
+ ma as SpacingBlock,
2310
+ ba as SpeedBump,
2311
+ ya as TableBlock,
2312
+ Or as TopLevelNavigation,
2313
+ xa as WAHFU
1956
2314
  };