@axos-web-dev/shared-components 1.0.100-dev.44 → 1.0.100-dev.45

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 (46) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Auth/ErrorAlert.js +1 -1
  3. package/dist/Button/Button.js +1 -1
  4. package/dist/Calculators/Calculator.js +1 -1
  5. package/dist/Carousel/index.js +1 -1
  6. package/dist/Chatbot/Bubble.css.js +0 -1
  7. package/dist/Chatbot/Chatbot.css.js +1 -0
  8. package/dist/Chevron/index.js +1 -1
  9. package/dist/Comparison/Comparison.js +1 -1
  10. package/dist/ExecutiveBio/ExecutiveBio.js +352 -355
  11. package/dist/FaqAccordion/index.js +1 -1
  12. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  13. package/dist/Forms/ApplyNow.js +1 -1
  14. package/dist/Forms/ContactUsBusiness.js +1 -1
  15. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  16. package/dist/Forms/ContactUsNMLSId.js +1 -1
  17. package/dist/Forms/CraPublicFile.js +1 -1
  18. package/dist/Forms/EmailOnly.js +1 -1
  19. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  20. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
  21. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  22. package/dist/Forms/SuccesForm.js +1 -1
  23. package/dist/Hyperlink/index.js +1 -1
  24. package/dist/ImageLink/ImageLink.js +1 -1
  25. package/dist/ImageLink/ImageLinkSet.js +1 -1
  26. package/dist/ImageLink/index.js +1 -1
  27. package/dist/Insight/Featured/CategorySelector.js +1 -1
  28. package/dist/Insight/Featured/Featured.js +1 -1
  29. package/dist/Insight/Featured/Header.js +1 -1
  30. package/dist/Modal/Modal.js +1 -1
  31. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
  32. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  33. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
  34. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  35. package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
  36. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  37. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
  38. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  39. package/dist/NavigationMenu/NavDataJson.js +1 -1
  40. package/dist/NavigationMenu/Navbar.js +1 -1
  41. package/dist/NavigationMenu/SignInNavButton.js +1 -1
  42. package/dist/SetContainer/SetContainer.js +1 -1
  43. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  44. package/dist/VideoTile/VideoTile.js +1 -1
  45. package/dist/VideoWrapper/index.js +1 -1
  46. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
+ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
3
3
  import { useRef, useState, useEffect, createElement } from "react";
4
4
  import { getVariant } from "../utils/getVariant.js";
5
5
  import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
@@ -73,10 +73,10 @@ import "../Auth/SignInPassword.js";
73
73
  /* empty css */
74
74
  /* empty css */
75
75
  import "../Carousel/index.js";
76
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
76
  /* empty css */
78
77
  import "../Chatbot/store/chat.js";
79
78
  import "../Chatbot/authenticate.js";
79
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
80
80
  /* empty css */
81
81
  import "../Chatbot/store/messages.js";
82
82
  /* empty css */
@@ -170,385 +170,382 @@ const ExecutiveBio = ({
170
170
  }
171
171
  }
172
172
  }, []);
173
- return /* @__PURE__ */ jsxs(Fragment, { children: [
174
- bannerType === "Standard" ? /* @__PURE__ */ jsx("section", { className: `section_spacer ${executive_bio}`, id, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
175
- executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx("div", { className: img_area, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: executiveHeadshot?.src, alt: "" }) }) }) }),
176
- /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
177
- /* @__PURE__ */ jsxs("div", { className: person, children: [
178
- executiveName && createElement(
179
- execNameLevel,
180
- {
181
- ref: execNameRef,
182
- className: `header_3 ${headline_setting({ variant })}`
183
- },
184
- executiveName
185
- ),
186
- executiveTitle && createElement(
187
- execTitleLevel,
188
- {
189
- ref: execTitleRef,
190
- className: `${job_title({ variant })}`
191
- },
192
- executiveTitle
193
- ),
194
- executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
173
+ return /* @__PURE__ */ jsx(Fragment, { children: bannerType === "Standard" ? /* @__PURE__ */ jsx("section", { className: `section_spacer ${executive_bio}`, id, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
174
+ executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx("div", { className: img_area, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: executiveHeadshot?.src, alt: "" }) }) }) }),
175
+ /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
176
+ /* @__PURE__ */ jsxs("div", { className: person, children: [
177
+ executiveName && createElement(
178
+ execNameLevel,
179
+ {
180
+ ref: execNameRef,
181
+ className: `header_3 ${headline_setting({ variant })}`
182
+ },
183
+ executiveName
184
+ ),
185
+ executiveTitle && createElement(
186
+ execTitleLevel,
187
+ {
188
+ ref: execTitleRef,
189
+ className: `${job_title({ variant })}`
190
+ },
191
+ executiveTitle
192
+ ),
193
+ executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
194
+ ] }),
195
+ (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
196
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
197
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
198
+ /* @__PURE__ */ jsx(
199
+ "svg",
200
+ {
201
+ width: "24",
202
+ height: "24",
203
+ viewBox: "0 0 24 24",
204
+ fill: "none",
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ "aria-hidden": "true",
207
+ children: /* @__PURE__ */ jsx(
208
+ "path",
209
+ {
210
+ fillRule: "evenodd",
211
+ clipRule: "evenodd",
212
+ d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
213
+ fill: "#1E3860",
214
+ className: svg_icon({ variant })
215
+ }
216
+ )
217
+ }
218
+ ),
219
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
220
+ ] }),
221
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
222
+ /* @__PURE__ */ jsx(
223
+ "svg",
224
+ {
225
+ width: "24",
226
+ height: "24",
227
+ viewBox: "0 0 24 24",
228
+ fill: "none",
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ "aria-hidden": "true",
231
+ children: /* @__PURE__ */ jsx(
232
+ "path",
233
+ {
234
+ d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
235
+ fill: "#1E3860",
236
+ className: svg_icon({ variant })
237
+ }
238
+ )
239
+ }
240
+ ),
241
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
242
+ ] })
195
243
  ] }),
196
- (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
197
- (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
198
- executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
199
- /* @__PURE__ */ jsx(
200
- "svg",
201
- {
202
- width: "24",
203
- height: "24",
204
- viewBox: "0 0 24 24",
205
- fill: "none",
206
- xmlns: "http://www.w3.org/2000/svg",
207
- "aria-hidden": "true",
208
- children: /* @__PURE__ */ jsx(
244
+ (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
245
+ executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
246
+ /* @__PURE__ */ jsxs(
247
+ "svg",
248
+ {
249
+ xmlns: "http://www.w3.org/2000/svg",
250
+ fill: "none",
251
+ viewBox: "0 0 24 24",
252
+ height: "24",
253
+ width: "24",
254
+ children: [
255
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
209
256
  "path",
210
257
  {
211
- fillRule: "evenodd",
212
- clipRule: "evenodd",
213
- d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
258
+ d: "M21.376 1H2.62403C1.72722 1 1 1.72722 1 2.62403V21.376C1 22.2728 1.72722 23 2.62403 23H21.376C22.2728 23 23 22.2728 23 21.376V2.62403C23 1.72722 22.2728 1 21.376 1ZM7.55722 19.7428H4.24958V9.23472H7.55722V19.7412V19.7428ZM5.90417 7.77875C4.85153 7.77875 3.9975 6.97667 3.9975 5.87972C3.9975 4.78278 4.85153 3.98069 5.90417 3.98069C6.95681 3.98069 7.81083 4.78278 7.81083 5.87972C7.81083 6.97667 6.95681 7.77875 5.90417 7.77875ZM19.7504 19.7504H16.4428V14.0121C16.4428 12.3193 15.7232 11.7968 14.7943 11.7968C13.8135 11.7968 12.851 12.5347 12.851 14.0549V19.7519H9.54333V9.24236H12.7242V10.6983H12.7669C13.0862 10.0521 14.2046 8.9475 15.9111 8.9475C17.7567 8.9475 19.7504 10.0429 19.7504 13.2513V19.7504Z",
214
259
  fill: "#1E3860",
215
260
  className: svg_icon({ variant })
216
261
  }
217
- )
218
- }
219
- ),
220
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
221
- ] }),
222
- executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
223
- /* @__PURE__ */ jsx(
224
- "svg",
225
- {
226
- width: "24",
227
- height: "24",
228
- viewBox: "0 0 24 24",
229
- fill: "none",
230
- xmlns: "http://www.w3.org/2000/svg",
231
- "aria-hidden": "true",
232
- children: /* @__PURE__ */ jsx(
233
- "path",
262
+ ) }),
263
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
264
+ "rect",
234
265
  {
235
- d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
236
- fill: "#1E3860",
237
- className: svg_icon({ variant })
266
+ width: "22",
267
+ height: "22",
268
+ fill: "white",
269
+ transform: "translate(1 1)"
238
270
  }
239
- )
240
- }
241
- ),
242
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
243
- ] })
271
+ ) }) })
272
+ ]
273
+ }
274
+ ),
275
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveLinkedIn, children: "LinkedIn" }) })
244
276
  ] }),
245
- (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
246
- executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
247
- /* @__PURE__ */ jsxs(
248
- "svg",
249
- {
250
- xmlns: "http://www.w3.org/2000/svg",
251
- fill: "none",
252
- viewBox: "0 0 24 24",
253
- height: "24",
254
- width: "24",
255
- children: [
256
- /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
257
- "path",
258
- {
259
- d: "M21.376 1H2.62403C1.72722 1 1 1.72722 1 2.62403V21.376C1 22.2728 1.72722 23 2.62403 23H21.376C22.2728 23 23 22.2728 23 21.376V2.62403C23 1.72722 22.2728 1 21.376 1ZM7.55722 19.7428H4.24958V9.23472H7.55722V19.7412V19.7428ZM5.90417 7.77875C4.85153 7.77875 3.9975 6.97667 3.9975 5.87972C3.9975 4.78278 4.85153 3.98069 5.90417 3.98069C6.95681 3.98069 7.81083 4.78278 7.81083 5.87972C7.81083 6.97667 6.95681 7.77875 5.90417 7.77875ZM19.7504 19.7504H16.4428V14.0121C16.4428 12.3193 15.7232 11.7968 14.7943 11.7968C13.8135 11.7968 12.851 12.5347 12.851 14.0549V19.7519H9.54333V9.24236H12.7242V10.6983H12.7669C13.0862 10.0521 14.2046 8.9475 15.9111 8.9475C17.7567 8.9475 19.7504 10.0429 19.7504 13.2513V19.7504Z",
260
- fill: "#1E3860",
261
- className: svg_icon({ variant })
262
- }
263
- ) }),
264
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
265
- "rect",
266
- {
267
- width: "22",
268
- height: "22",
269
- fill: "white",
270
- transform: "translate(1 1)"
271
- }
272
- ) }) })
273
- ]
274
- }
275
- ),
276
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveLinkedIn, children: "LinkedIn" }) })
277
- ] }),
278
- executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
279
- /* @__PURE__ */ jsx(
280
- "svg",
281
- {
282
- width: "24",
283
- height: "24",
284
- viewBox: "0 0 24 24",
285
- fill: "none",
286
- xmlns: "http://www.w3.org/2000/svg",
287
- children: /* @__PURE__ */ jsx(
288
- "path",
289
- {
290
- fillRule: "evenodd",
291
- clipRule: "evenodd",
292
- d: "M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM14.1489 2.96268C15.396 3.25958 16.5456 3.80819 17.541 4.55185C17.0479 4.92025 16.5169 5.24079 15.955 5.50657C15.4554 4.5679 14.8471 3.71173 14.1489 2.96268ZM18.5052 5.38047C17.8846 5.87004 17.2076 6.29124 16.4855 6.6327C17.0807 8.07337 17.4348 9.66586 17.4915 11.3364H21.2495C21.0873 9.01027 20.068 6.92039 18.5052 5.38047ZM12.4032 3.01931C13.3464 3.81456 14.1595 4.81264 14.7923 5.96297C14.0335 6.20289 13.2325 6.34791 12.4032 6.38411V3.01931ZM15.3357 7.0952C14.409 7.40551 13.4248 7.5904 12.4032 7.62969V11.3364H16.2463C16.1906 9.81381 15.8684 8.38134 15.3357 7.0952ZM11.1587 3.01931L11.1587 6.35622C10.4387 6.29219 9.74234 6.14593 9.07907 5.92691C9.64291 4.9109 10.3478 3.76049 11.1587 3.01931ZM11.1587 7.60513C10.2455 7.53365 9.365 7.34562 8.53212 7.05589C7.98967 8.35213 7.66148 9.79828 7.60516 11.3364H11.1587V7.60513ZM9.66329 3.00507C8.99396 3.73051 8.4084 4.55491 7.92336 5.45629C7.40009 5.20069 6.90443 4.89732 6.44205 4.55185C7.39178 3.84227 8.48193 3.31027 9.66329 3.00507ZM7.38787 6.58008C6.70679 6.24829 6.06686 5.84518 5.47779 5.38047C3.91502 6.92039 2.89567 9.01027 2.73347 11.3364H6.36001C6.41741 9.64549 6.77947 8.03455 7.38787 6.58008ZM21.2539 12.5809C21.1064 14.9333 20.0827 17.048 18.5052 18.6024C17.8481 18.0839 17.1277 17.6422 16.3574 17.2906C16.993 15.8557 17.386 14.2604 17.4784 12.5809H21.2539ZM17.541 19.431C17.0021 19.0284 16.4181 18.683 15.7979 18.4037C15.221 19.4225 14.5137 20.3374 13.7013 21.115C15.1213 20.8506 16.4276 20.2628 17.541 19.431ZM16.2323 12.5809C16.1408 14.1185 15.7771 15.559 15.2 16.8432C14.3131 16.5597 13.3751 16.3905 12.4032 16.3531V12.5809H16.2323ZM14.6179 17.9666C13.9111 17.7584 13.1692 17.6322 12.4032 17.5987V20.6047C13.2619 19.8807 14.0127 18.9886 14.6179 17.9666ZM11.1587 12.5809V16.3777C10.2951 16.4453 9.46081 16.6171 8.66834 16.8806C8.0815 15.587 7.71159 14.1334 7.61924 12.5809H11.1587ZM11.1587 17.6266C10.5016 17.685 9.86413 17.812 9.25358 18.0002C9.78588 18.8919 10.4294 19.9381 11.1587 20.6047V17.6266ZM6.37306 12.5809C6.46656 14.2801 6.8678 15.8932 7.51657 17.3411C6.78731 17.6842 6.10383 18.1085 5.47779 18.6024C3.90035 17.048 2.87657 14.9333 2.72913 12.5809H6.37306ZM8.08081 18.4515C7.49934 18.722 6.95056 19.051 6.44205 19.431C7.51211 20.2305 8.76043 20.8045 10.1166 21.0827C9.33093 20.3243 8.64461 19.4371 8.08081 18.4515Z",
293
- fill: "#1E3860",
294
- className: svg_icon({ variant })
295
- }
296
- )
297
- }
298
- ),
299
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
300
- ] })
277
+ executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
278
+ /* @__PURE__ */ jsx(
279
+ "svg",
280
+ {
281
+ width: "24",
282
+ height: "24",
283
+ viewBox: "0 0 24 24",
284
+ fill: "none",
285
+ xmlns: "http://www.w3.org/2000/svg",
286
+ children: /* @__PURE__ */ jsx(
287
+ "path",
288
+ {
289
+ fillRule: "evenodd",
290
+ clipRule: "evenodd",
291
+ d: "M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM14.1489 2.96268C15.396 3.25958 16.5456 3.80819 17.541 4.55185C17.0479 4.92025 16.5169 5.24079 15.955 5.50657C15.4554 4.5679 14.8471 3.71173 14.1489 2.96268ZM18.5052 5.38047C17.8846 5.87004 17.2076 6.29124 16.4855 6.6327C17.0807 8.07337 17.4348 9.66586 17.4915 11.3364H21.2495C21.0873 9.01027 20.068 6.92039 18.5052 5.38047ZM12.4032 3.01931C13.3464 3.81456 14.1595 4.81264 14.7923 5.96297C14.0335 6.20289 13.2325 6.34791 12.4032 6.38411V3.01931ZM15.3357 7.0952C14.409 7.40551 13.4248 7.5904 12.4032 7.62969V11.3364H16.2463C16.1906 9.81381 15.8684 8.38134 15.3357 7.0952ZM11.1587 3.01931L11.1587 6.35622C10.4387 6.29219 9.74234 6.14593 9.07907 5.92691C9.64291 4.9109 10.3478 3.76049 11.1587 3.01931ZM11.1587 7.60513C10.2455 7.53365 9.365 7.34562 8.53212 7.05589C7.98967 8.35213 7.66148 9.79828 7.60516 11.3364H11.1587V7.60513ZM9.66329 3.00507C8.99396 3.73051 8.4084 4.55491 7.92336 5.45629C7.40009 5.20069 6.90443 4.89732 6.44205 4.55185C7.39178 3.84227 8.48193 3.31027 9.66329 3.00507ZM7.38787 6.58008C6.70679 6.24829 6.06686 5.84518 5.47779 5.38047C3.91502 6.92039 2.89567 9.01027 2.73347 11.3364H6.36001C6.41741 9.64549 6.77947 8.03455 7.38787 6.58008ZM21.2539 12.5809C21.1064 14.9333 20.0827 17.048 18.5052 18.6024C17.8481 18.0839 17.1277 17.6422 16.3574 17.2906C16.993 15.8557 17.386 14.2604 17.4784 12.5809H21.2539ZM17.541 19.431C17.0021 19.0284 16.4181 18.683 15.7979 18.4037C15.221 19.4225 14.5137 20.3374 13.7013 21.115C15.1213 20.8506 16.4276 20.2628 17.541 19.431ZM16.2323 12.5809C16.1408 14.1185 15.7771 15.559 15.2 16.8432C14.3131 16.5597 13.3751 16.3905 12.4032 16.3531V12.5809H16.2323ZM14.6179 17.9666C13.9111 17.7584 13.1692 17.6322 12.4032 17.5987V20.6047C13.2619 19.8807 14.0127 18.9886 14.6179 17.9666ZM11.1587 12.5809V16.3777C10.2951 16.4453 9.46081 16.6171 8.66834 16.8806C8.0815 15.587 7.71159 14.1334 7.61924 12.5809H11.1587ZM11.1587 17.6266C10.5016 17.685 9.86413 17.812 9.25358 18.0002C9.78588 18.8919 10.4294 19.9381 11.1587 20.6047V17.6266ZM6.37306 12.5809C6.46656 14.2801 6.8678 15.8932 7.51657 17.3411C6.78731 17.6842 6.10383 18.1085 5.47779 18.6024C3.90035 17.048 2.87657 14.9333 2.72913 12.5809H6.37306ZM8.08081 18.4515C7.49934 18.722 6.95056 19.051 6.44205 19.431C7.51211 20.2305 8.76043 20.8045 10.1166 21.0827C9.33093 20.3243 8.64461 19.4371 8.08081 18.4515Z",
292
+ fill: "#1E3860",
293
+ className: svg_icon({ variant })
294
+ }
295
+ )
296
+ }
297
+ ),
298
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
301
299
  ] })
302
300
  ] })
303
301
  ] })
304
- ] }) }) }) }) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
305
- /* @__PURE__ */ jsx("div", { className: `containment ${ceoContainer}`, children: /* @__PURE__ */ jsxs("div", { className: ceoWrapper, children: [
306
- (executiveHeadshot || bullets) && /* @__PURE__ */ jsxs("div", { className: ceoMedia, children: [
307
- /* @__PURE__ */ jsx("div", { className: ceoImgWrapper, role: "presentation", children: /* @__PURE__ */ jsxs("picture", { children: [
308
- /* @__PURE__ */ jsx(
309
- "source",
302
+ ] })
303
+ ] }) }) }) }) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
304
+ /* @__PURE__ */ jsx("div", { className: `containment ${ceoContainer}`, children: /* @__PURE__ */ jsxs("div", { className: ceoWrapper, children: [
305
+ (executiveHeadshot || bullets) && /* @__PURE__ */ jsxs("div", { className: ceoMedia, children: [
306
+ /* @__PURE__ */ jsx("div", { className: ceoImgWrapper, role: "presentation", children: /* @__PURE__ */ jsxs("picture", { children: [
307
+ /* @__PURE__ */ jsx(
308
+ "source",
309
+ {
310
+ srcSet: `${executiveHeadshot?.src}?fm=avif`,
311
+ type: "image/avif"
312
+ }
313
+ ),
314
+ /* @__PURE__ */ jsx(
315
+ "source",
316
+ {
317
+ srcSet: `${executiveHeadshot?.src}?fm=webp`,
318
+ type: "image/webp"
319
+ }
320
+ ),
321
+ /* @__PURE__ */ jsx(
322
+ "img",
323
+ {
324
+ src: executiveHeadshot?.src,
325
+ className: imgAlignment,
326
+ alt: ""
327
+ }
328
+ )
329
+ ] }) }),
330
+ (bulletsTitle || bullets) && /* @__PURE__ */ jsxs("div", { className: highlights, children: [
331
+ bulletsTitle && /* @__PURE__ */ jsx("span", { className: bulletsHeadline({ variant }), children: bulletsTitle }),
332
+ bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: bulletsWrapper, children: bullets.map(({ id: id2, copy: copy2 }) => /* @__PURE__ */ jsx("li", { children: copy2 }, id2)) })
333
+ ] })
334
+ ] }),
335
+ /* @__PURE__ */ jsxs("div", { className: ceoContent, children: [
336
+ (executiveName || executiveTitle || executiveFacebook || executiveTwitter || executiveLinkedIn) && /* @__PURE__ */ jsxs("header", { className: ceoHeader, children: [
337
+ /* @__PURE__ */ jsxs("div", { className: ceoPersonalInfo, children: [
338
+ executiveName && /* @__PURE__ */ jsx("h1", { className: `header_1 ${ceo_name({ variant })}`, children: executiveName }),
339
+ executiveTitle && /* @__PURE__ */ jsx("p", { className: ceo_title({ variant }), children: executiveTitle })
340
+ ] }),
341
+ /* @__PURE__ */ jsxs("div", { className: ceo_contacts, children: [
342
+ executiveFacebook && /* @__PURE__ */ jsxs(
343
+ Hyperlink,
310
344
  {
311
- srcSet: `${executiveHeadshot?.src}?fm=avif`,
312
- type: "image/avif"
345
+ targetUrl: executiveFacebook,
346
+ ariaLabel: "Facebook",
347
+ className: social,
348
+ children: [
349
+ /* @__PURE__ */ jsxs(
350
+ "svg",
351
+ {
352
+ xmlns: "http://www.w3.org/2000/svg",
353
+ width: 32,
354
+ height: 32,
355
+ viewBox: "0 0 32 32",
356
+ fill: "none",
357
+ className: hover,
358
+ children: [
359
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_10)", children: [
360
+ /* @__PURE__ */ jsx(
361
+ "path",
362
+ {
363
+ d: "M19.3761 16.932L19.8169 14.0583H17.0596V12.1933C17.0596 11.4071 17.4448 10.6408 18.6798 10.6408H19.9334V8.19419C19.9334 8.19419 18.7957 8 17.708 8C15.4371 8 13.9529 9.37631 13.9529 11.868V14.0583H11.4286V16.932H13.9529V23.8792C14.459 23.9586 14.9778 24 15.5063 24C16.0347 24 16.5535 23.9586 17.0596 23.8792V16.932H19.3761Z",
364
+ fill: "#2F5B88",
365
+ className: svg_color({ variant })
366
+ }
367
+ ),
368
+ /* @__PURE__ */ jsx(
369
+ "path",
370
+ {
371
+ fillRule: "evenodd",
372
+ clipRule: "evenodd",
373
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
374
+ fill: "#2F5B88",
375
+ className: svg_color({ variant })
376
+ }
377
+ )
378
+ ] }),
379
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_10", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
380
+ ]
381
+ }
382
+ ),
383
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "Facebook" })
384
+ ]
313
385
  }
314
386
  ),
315
- /* @__PURE__ */ jsx(
316
- "source",
387
+ executiveTwitter && /* @__PURE__ */ jsxs(
388
+ Hyperlink,
317
389
  {
318
- srcSet: `${executiveHeadshot?.src}?fm=webp`,
319
- type: "image/webp"
390
+ targetUrl: executiveTwitter,
391
+ ariaLabel: "Twitter",
392
+ className: social,
393
+ children: [
394
+ /* @__PURE__ */ jsxs(
395
+ "svg",
396
+ {
397
+ xmlns: "http://www.w3.org/2000/svg",
398
+ width: 32,
399
+ height: 32,
400
+ viewBox: "0 0 32 32",
401
+ fill: "none",
402
+ className: hover,
403
+ children: [
404
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_5)", children: [
405
+ /* @__PURE__ */ jsx(
406
+ "path",
407
+ {
408
+ fillRule: "evenodd",
409
+ clipRule: "evenodd",
410
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
411
+ fill: "#2F5B88",
412
+ className: svg_color({ variant })
413
+ }
414
+ ),
415
+ /* @__PURE__ */ jsx(
416
+ "path",
417
+ {
418
+ d: "M17.5222 14.7749L23.4785 8H22.0671L16.8952 13.8826L12.7644 8H8L14.2466 16.8955L8 24H9.41155L14.8732 17.7878L19.2356 24H24L17.5222 14.7749ZM9.92015 9.03974H12.0882L22.0677 23.0075H19.8997L9.92015 9.03974Z",
419
+ fill: "#2F5B88",
420
+ className: svg_color({ variant })
421
+ }
422
+ )
423
+ ] }),
424
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_5", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
425
+ ]
426
+ }
427
+ ),
428
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "X / Twitter" })
429
+ ]
320
430
  }
321
431
  ),
322
- /* @__PURE__ */ jsx(
323
- "img",
432
+ executiveLinkedIn && /* @__PURE__ */ jsxs(
433
+ Hyperlink,
324
434
  {
325
- src: executiveHeadshot?.src,
326
- className: imgAlignment,
327
- alt: ""
435
+ targetUrl: executiveLinkedIn,
436
+ ariaLabel: "LinkedIn",
437
+ className: social,
438
+ children: [
439
+ /* @__PURE__ */ jsxs(
440
+ "svg",
441
+ {
442
+ xmlns: "http://www.w3.org/2000/svg",
443
+ width: 32,
444
+ height: 32,
445
+ viewBox: "0 0 32 32",
446
+ fill: "none",
447
+ className: hover,
448
+ children: [
449
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_141)", children: [
450
+ /* @__PURE__ */ jsx(
451
+ "path",
452
+ {
453
+ fillRule: "evenodd",
454
+ clipRule: "evenodd",
455
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
456
+ fill: "#2F5B88",
457
+ className: svg_color({ variant })
458
+ }
459
+ ),
460
+ /* @__PURE__ */ jsx(
461
+ "path",
462
+ {
463
+ d: "M23.4286 17.2709V22.2857H20.587V17.8391C20.587 16.7787 20.5687 15.4146 19.1103 15.4146C17.6316 15.4146 17.4059 16.5703 17.4059 17.7632V22.2857H14.5674V13.1418H17.2916V14.3919H17.3305C17.7095 13.6731 18.6367 12.9149 20.0194 12.9149C22.8968 12.9149 23.4286 14.8083 23.4286 17.2709Z",
464
+ fill: "#2F5B88",
465
+ className: svg_color({ variant })
466
+ }
467
+ ),
468
+ /* @__PURE__ */ jsx(
469
+ "path",
470
+ {
471
+ d: "M9.93986 13.1418H12.7846V22.2857H9.93986V13.1418Z",
472
+ fill: "#2F5B88",
473
+ className: svg_color({ variant })
474
+ }
475
+ ),
476
+ /* @__PURE__ */ jsx(
477
+ "path",
478
+ {
479
+ d: "M9.71429 10.2444C9.71429 9.33477 10.4503 8.59642 11.363 8.59642C12.2721 8.59642 13.0102 9.33477 13.0102 10.2444C13.0102 11.1542 12.2721 11.8926 11.363 11.8926C10.4503 11.8926 9.71429 11.1542 9.71429 10.2444Z",
480
+ fill: "#2F5B88",
481
+ className: svg_color({ variant })
482
+ }
483
+ )
484
+ ] }),
485
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_141", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
486
+ ]
487
+ }
488
+ ),
489
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "LinkedIn" })
490
+ ]
328
491
  }
329
492
  )
330
- ] }) }),
331
- (bulletsTitle || bullets) && /* @__PURE__ */ jsxs("div", { className: highlights, children: [
332
- bulletsTitle && /* @__PURE__ */ jsx("span", { className: bulletsHeadline({ variant }), children: bulletsTitle }),
333
- bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: bulletsWrapper, children: bullets.map(({ id: id2, copy: copy2 }) => /* @__PURE__ */ jsx("li", { children: copy2 }, id2)) })
334
493
  ] })
335
494
  ] }),
336
- /* @__PURE__ */ jsxs("div", { className: ceoContent, children: [
337
- (executiveName || executiveTitle || executiveFacebook || executiveTwitter || executiveLinkedIn) && /* @__PURE__ */ jsxs("header", { className: ceoHeader, children: [
338
- /* @__PURE__ */ jsxs("div", { className: ceoPersonalInfo, children: [
339
- executiveName && /* @__PURE__ */ jsx("h1", { className: `header_1 ${ceo_name({ variant })}`, children: executiveName }),
340
- executiveTitle && /* @__PURE__ */ jsx("p", { className: ceo_title({ variant }), children: executiveTitle })
341
- ] }),
342
- /* @__PURE__ */ jsxs("div", { className: ceo_contacts, children: [
343
- executiveFacebook && /* @__PURE__ */ jsxs(
344
- Hyperlink,
345
- {
346
- targetUrl: executiveFacebook,
347
- ariaLabel: "Facebook",
348
- className: social,
349
- children: [
350
- /* @__PURE__ */ jsxs(
351
- "svg",
352
- {
353
- xmlns: "http://www.w3.org/2000/svg",
354
- width: 32,
355
- height: 32,
356
- viewBox: "0 0 32 32",
357
- fill: "none",
358
- className: hover,
359
- children: [
360
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_10)", children: [
361
- /* @__PURE__ */ jsx(
362
- "path",
363
- {
364
- d: "M19.3761 16.932L19.8169 14.0583H17.0596V12.1933C17.0596 11.4071 17.4448 10.6408 18.6798 10.6408H19.9334V8.19419C19.9334 8.19419 18.7957 8 17.708 8C15.4371 8 13.9529 9.37631 13.9529 11.868V14.0583H11.4286V16.932H13.9529V23.8792C14.459 23.9586 14.9778 24 15.5063 24C16.0347 24 16.5535 23.9586 17.0596 23.8792V16.932H19.3761Z",
365
- fill: "#2F5B88",
366
- className: svg_color({ variant })
367
- }
368
- ),
369
- /* @__PURE__ */ jsx(
370
- "path",
371
- {
372
- fillRule: "evenodd",
373
- clipRule: "evenodd",
374
- d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
375
- fill: "#2F5B88",
376
- className: svg_color({ variant })
377
- }
378
- )
379
- ] }),
380
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_10", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
381
- ]
382
- }
383
- ),
384
- /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "Facebook" })
385
- ]
386
- }
387
- ),
388
- executiveTwitter && /* @__PURE__ */ jsxs(
389
- Hyperlink,
390
- {
391
- targetUrl: executiveTwitter,
392
- ariaLabel: "Twitter",
393
- className: social,
394
- children: [
395
- /* @__PURE__ */ jsxs(
396
- "svg",
397
- {
398
- xmlns: "http://www.w3.org/2000/svg",
399
- width: 32,
400
- height: 32,
401
- viewBox: "0 0 32 32",
402
- fill: "none",
403
- className: hover,
404
- children: [
405
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_5)", children: [
406
- /* @__PURE__ */ jsx(
407
- "path",
408
- {
409
- fillRule: "evenodd",
410
- clipRule: "evenodd",
411
- d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
412
- fill: "#2F5B88",
413
- className: svg_color({ variant })
414
- }
415
- ),
416
- /* @__PURE__ */ jsx(
417
- "path",
418
- {
419
- d: "M17.5222 14.7749L23.4785 8H22.0671L16.8952 13.8826L12.7644 8H8L14.2466 16.8955L8 24H9.41155L14.8732 17.7878L19.2356 24H24L17.5222 14.7749ZM9.92015 9.03974H12.0882L22.0677 23.0075H19.8997L9.92015 9.03974Z",
420
- fill: "#2F5B88",
421
- className: svg_color({ variant })
422
- }
423
- )
424
- ] }),
425
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_5", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
426
- ]
427
- }
428
- ),
429
- /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "X / Twitter" })
430
- ]
431
- }
432
- ),
433
- executiveLinkedIn && /* @__PURE__ */ jsxs(
434
- Hyperlink,
435
- {
436
- targetUrl: executiveLinkedIn,
437
- ariaLabel: "LinkedIn",
438
- className: social,
439
- children: [
440
- /* @__PURE__ */ jsxs(
441
- "svg",
442
- {
443
- xmlns: "http://www.w3.org/2000/svg",
444
- width: 32,
445
- height: 32,
446
- viewBox: "0 0 32 32",
447
- fill: "none",
448
- className: hover,
449
- children: [
450
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_141)", children: [
451
- /* @__PURE__ */ jsx(
452
- "path",
453
- {
454
- fillRule: "evenodd",
455
- clipRule: "evenodd",
456
- d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
457
- fill: "#2F5B88",
458
- className: svg_color({ variant })
459
- }
460
- ),
461
- /* @__PURE__ */ jsx(
462
- "path",
463
- {
464
- d: "M23.4286 17.2709V22.2857H20.587V17.8391C20.587 16.7787 20.5687 15.4146 19.1103 15.4146C17.6316 15.4146 17.4059 16.5703 17.4059 17.7632V22.2857H14.5674V13.1418H17.2916V14.3919H17.3305C17.7095 13.6731 18.6367 12.9149 20.0194 12.9149C22.8968 12.9149 23.4286 14.8083 23.4286 17.2709Z",
465
- fill: "#2F5B88",
466
- className: svg_color({ variant })
467
- }
468
- ),
469
- /* @__PURE__ */ jsx(
470
- "path",
471
- {
472
- d: "M9.93986 13.1418H12.7846V22.2857H9.93986V13.1418Z",
473
- fill: "#2F5B88",
474
- className: svg_color({ variant })
475
- }
476
- ),
477
- /* @__PURE__ */ jsx(
478
- "path",
479
- {
480
- d: "M9.71429 10.2444C9.71429 9.33477 10.4503 8.59642 11.363 8.59642C12.2721 8.59642 13.0102 9.33477 13.0102 10.2444C13.0102 11.1542 12.2721 11.8926 11.363 11.8926C10.4503 11.8926 9.71429 11.1542 9.71429 10.2444Z",
481
- fill: "#2F5B88",
482
- className: svg_color({ variant })
483
- }
484
- )
485
- ] }),
486
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_141", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
487
- ]
488
- }
489
- ),
490
- /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "LinkedIn" })
491
- ]
492
- }
493
- )
494
- ] })
495
+ quote && /* @__PURE__ */ jsx("blockquote", { className: ceo_quote({ variant }), children: quote }),
496
+ executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: ceo_body, children: executiveBodyCopy }),
497
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: `${contact_col} ${order_3}`, children: [
498
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
499
+ /* @__PURE__ */ jsx(
500
+ "svg",
501
+ {
502
+ width: "24",
503
+ height: "24",
504
+ viewBox: "0 0 24 24",
505
+ fill: "none",
506
+ xmlns: "http://www.w3.org/2000/svg",
507
+ "aria-hidden": "true",
508
+ children: /* @__PURE__ */ jsx(
509
+ "path",
510
+ {
511
+ fillRule: "evenodd",
512
+ clipRule: "evenodd",
513
+ d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
514
+ fill: "#1E3860",
515
+ className: svg_icon({ variant })
516
+ }
517
+ )
518
+ }
519
+ ),
520
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
495
521
  ] }),
496
- quote && /* @__PURE__ */ jsx("blockquote", { className: ceo_quote({ variant }), children: quote }),
497
- executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: ceo_body, children: executiveBodyCopy }),
498
- (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: `${contact_col} ${order_3}`, children: [
499
- executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
500
- /* @__PURE__ */ jsx(
501
- "svg",
502
- {
503
- width: "24",
504
- height: "24",
505
- viewBox: "0 0 24 24",
506
- fill: "none",
507
- xmlns: "http://www.w3.org/2000/svg",
508
- "aria-hidden": "true",
509
- children: /* @__PURE__ */ jsx(
510
- "path",
511
- {
512
- fillRule: "evenodd",
513
- clipRule: "evenodd",
514
- d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
515
- fill: "#1E3860",
516
- className: svg_icon({ variant })
517
- }
518
- )
519
- }
520
- ),
521
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
522
- ] }),
523
- executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
524
- /* @__PURE__ */ jsx(
525
- "svg",
526
- {
527
- width: "24",
528
- height: "24",
529
- viewBox: "0 0 24 24",
530
- fill: "none",
531
- xmlns: "http://www.w3.org/2000/svg",
532
- "aria-hidden": "true",
533
- children: /* @__PURE__ */ jsx(
534
- "path",
535
- {
536
- d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
537
- fill: "#1E3860",
538
- className: svg_icon({ variant })
539
- }
540
- )
541
- }
542
- ),
543
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
544
- ] })
522
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
523
+ /* @__PURE__ */ jsx(
524
+ "svg",
525
+ {
526
+ width: "24",
527
+ height: "24",
528
+ viewBox: "0 0 24 24",
529
+ fill: "none",
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ "aria-hidden": "true",
532
+ children: /* @__PURE__ */ jsx(
533
+ "path",
534
+ {
535
+ d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
536
+ fill: "#1E3860",
537
+ className: svg_icon({ variant })
538
+ }
539
+ )
540
+ }
541
+ ),
542
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
545
543
  ] })
546
544
  ] })
547
- ] }) }),
548
- backgroundOverlay && /* @__PURE__ */ jsx(Overlay, { className: overlay, variant })
549
- ] }),
550
- ";"
551
- ] });
545
+ ] })
546
+ ] }) }),
547
+ backgroundOverlay && /* @__PURE__ */ jsx(Overlay, { className: overlay, variant })
548
+ ] }) });
552
549
  };
553
550
  export {
554
551
  ExecutiveBio