@vehiclehistory/property-lib 0.1.991 → 0.1.993

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.
@@ -16,6 +16,7 @@ declare const _default: NamedExoticComponent<{
16
16
  hideClose?: boolean;
17
17
  iconSize?: IconSizes;
18
18
  preventPageScroll?: boolean;
19
+ props?: Record<string, any>;
19
20
  sheet?: boolean;
20
21
  sheetDirection?: "right";
21
22
  stickyHeader?: boolean;
package/dist/main.es.js CHANGED
@@ -1,6 +1,6 @@
1
- import { jsx as o, jsxs as M, Fragment as k } from "react/jsx-runtime";
1
+ import { jsx as o, jsxs as M, Fragment as N } from "react/jsx-runtime";
2
2
  import m from "classnames";
3
- import { memo as y, useState as E, useEffect as O } from "react";
3
+ import { memo as y, useState as F, useEffect as O } from "react";
4
4
  const X = {
5
5
  xxSmall: "w-4 h-4",
6
6
  xSmall: "w-5 h-5",
@@ -528,7 +528,7 @@ const X = {
528
528
  size: a = "medium",
529
529
  viewBox: n = "0 0 20 20"
530
530
  }) => {
531
- const s = K(t), [r, i] = E(d), [l, c] = E(s);
531
+ const s = K(t), [r, i] = F(d), [l, c] = F(s);
532
532
  return O(() => {
533
533
  c(s);
534
534
  }, [s]), O(() => {
@@ -551,7 +551,7 @@ const X = {
551
551
  }
552
552
  }
553
553
  );
554
- }, x = y(e1), t1 = ({
554
+ }, w = y(e1), t1 = ({
555
555
  children: d,
556
556
  className: e,
557
557
  clickHandler: t,
@@ -560,7 +560,7 @@ const X = {
560
560
  unmount: s = !0,
561
561
  isOpen: r = !1
562
562
  }) => {
563
- const [i, l] = E(r);
563
+ const [i, l] = F(r);
564
564
  return /* @__PURE__ */ o(
565
565
  "div",
566
566
  {
@@ -571,7 +571,7 @@ const X = {
571
571
  },
572
572
  e
573
573
  ),
574
- children: /* @__PURE__ */ M(k, { children: [
574
+ children: /* @__PURE__ */ M(N, { children: [
575
575
  /* @__PURE__ */ M(
576
576
  "button",
577
577
  {
@@ -586,7 +586,7 @@ const X = {
586
586
  children: [
587
587
  /* @__PURE__ */ o("div", { className: "accordion-title font-medium text-slate-700 sm-max:!text-base text-lg flex items-center", children: n }),
588
588
  /* @__PURE__ */ o("span", { className: "accordion-icon ml-6 h-7 flex items-center", children: /* @__PURE__ */ o(
589
- x,
589
+ w,
590
590
  {
591
591
  name: "chevronDown",
592
592
  size: "small",
@@ -664,7 +664,7 @@ const X = {
664
664
  ...r,
665
665
  children: /* @__PURE__ */ M("div", { className: "flex", children: [
666
666
  /* @__PURE__ */ o("div", { className: "flex-shrink-0", children: /* @__PURE__ */ o(
667
- x,
667
+ w,
668
668
  {
669
669
  name: c,
670
670
  viewBox: "0 0 24 24",
@@ -707,14 +707,14 @@ const X = {
707
707
  options: H = [],
708
708
  parentProps: v = {},
709
709
  placeholder: u = "",
710
- props: A = {},
710
+ props: b = {},
711
711
  rightIcon: h = "",
712
- required: g = !1,
713
- showClearIcon: w = !0,
714
- showDropdown: b = !0,
715
- showLoadingIcon: z = !0,
716
- showRightIcon: F = !1,
717
- showSearchIcon: N = !0,
712
+ required: A = !1,
713
+ showClearIcon: x = !0,
714
+ showDropdown: g = !0,
715
+ showLoadingIcon: k = !0,
716
+ showRightIcon: Z = !1,
717
+ showSearchIcon: z = !0,
718
718
  size: S = "medium",
719
719
  styles: I = null,
720
720
  title: U,
@@ -734,7 +734,7 @@ const X = {
734
734
  style: I ? { ...I } : null,
735
735
  ...v,
736
736
  children: [
737
- N && /* @__PURE__ */ M(
737
+ z && /* @__PURE__ */ M(
738
738
  "span",
739
739
  {
740
740
  className: m(
@@ -747,7 +747,7 @@ const X = {
747
747
  ),
748
748
  children: [
749
749
  /* @__PURE__ */ o(
750
- x,
750
+ w,
751
751
  {
752
752
  className: "home-search select-none text-gray-500",
753
753
  name: l,
@@ -757,7 +757,7 @@ const X = {
757
757
  }
758
758
  ),
759
759
  /* @__PURE__ */ o(
760
- x,
760
+ w,
761
761
  {
762
762
  className: "arrow-left select-none text-gray-500 hidden",
763
763
  name: "arrowLeft",
@@ -777,8 +777,8 @@ const X = {
777
777
  className: m(
778
778
  "w-full bg-white placeholder:bg-white rounded border border-gray-300 py-2 pr-8 shadow-sm focus:outline-none sm-max:text-sm placeholder:text-gray-500 sm-max:placeholder:text-sm placeholder-shown:text-ellipsis truncate",
779
779
  {
780
- "pl-8": N === !0 && S === "medium",
781
- "pl-10": N === !0 && S === "large",
780
+ "pl-8": z === !0 && S === "medium",
781
+ "pl-10": z === !0 && S === "large",
782
782
  "px-3 h-10": S === "medium",
783
783
  "px-4 h-12": S === "large",
784
784
  "px-5 h-[60px] sm:!text-base": S === "xLarge",
@@ -786,14 +786,14 @@ const X = {
786
786
  },
787
787
  r
788
788
  ),
789
- required: g,
789
+ required: A,
790
790
  autoComplete: "off",
791
791
  placeholder: !u && n ? " " : u,
792
792
  type: "search",
793
793
  name: V || "search-input",
794
794
  "data-id": "search-input",
795
795
  ...Y,
796
- ...A
796
+ ...b
797
797
  }
798
798
  ),
799
799
  n && /* @__PURE__ */ o(
@@ -802,7 +802,7 @@ const X = {
802
802
  className: m(
803
803
  "floating-label absolute text-sm !normal-case text-gray-500 duration-300 transform -translate-y-4 scale-75 top-2 z-10 origin-[0] bg-white px-2 peer-focus:text-[#222] peer-focus:px-2 peer-focus:bg-white peer-placeholder-shown:bg-white peer-placeholder-shown:scale-100 peer-placeholder-shown:-translate-y-1/2 peer-placeholder-shown:top-1/2 peer-focus:top-2 peer-focus:scale-75 peer-focus:-translate-y-4 start-1 pointer-events-none",
804
804
  {
805
- "!left-7": N === !0,
805
+ "!left-7": z === !0,
806
806
  "left-2": S === "medium",
807
807
  "left-3": S === "large",
808
808
  "left-4": S === "xLarge"
@@ -811,13 +811,13 @@ const X = {
811
811
  children: n
812
812
  }
813
813
  ),
814
- w && /* @__PURE__ */ o(
814
+ x && /* @__PURE__ */ o(
815
815
  "span",
816
816
  {
817
817
  "data-id": "search-clear",
818
818
  className: "clear-btn absolute inset-y-0 right-0 flex items-center px-2 hidden",
819
819
  children: /* @__PURE__ */ o(
820
- x,
820
+ w,
821
821
  {
822
822
  className: "cursor-pointer text-gray-500",
823
823
  name: "xCircle",
@@ -827,13 +827,13 @@ const X = {
827
827
  )
828
828
  }
829
829
  ),
830
- z && /* @__PURE__ */ o(
830
+ k && /* @__PURE__ */ o(
831
831
  "span",
832
832
  {
833
833
  "data-id": "search-loading",
834
834
  className: "absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none hidden",
835
835
  children: /* @__PURE__ */ o(
836
- x,
836
+ w,
837
837
  {
838
838
  className: "animate-spin text-[#222] pointer-events-none",
839
839
  name: "spinnerDark",
@@ -848,11 +848,11 @@ const X = {
848
848
  "span",
849
849
  {
850
850
  "data-id": "right-icon",
851
- className: `${F ? "" : "hidden"} absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none`,
852
- children: /* @__PURE__ */ o(x, { name: h, size: "small", viewBox: "0 0 24 24" })
851
+ className: `${Z ? "" : "hidden"} absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none`,
852
+ children: /* @__PURE__ */ o(w, { name: h, size: "small", viewBox: "0 0 24 24" })
853
853
  }
854
854
  ),
855
- b && /* @__PURE__ */ M(
855
+ g && /* @__PURE__ */ M(
856
856
  "div",
857
857
  {
858
858
  "data-id": "search-dropdown",
@@ -867,7 +867,7 @@ const X = {
867
867
  "data-title": U,
868
868
  "aria-labelledby": "Label",
869
869
  "aria-activedescendant": "search-item-0",
870
- children: H.length > 0 ? H.map((Z, D) => /* @__PURE__ */ o(
870
+ children: H.length > 0 ? H.map((E, D) => /* @__PURE__ */ o(
871
871
  "li",
872
872
  {
873
873
  id: `search-item-${D}`,
@@ -875,7 +875,7 @@ const X = {
875
875
  className: "dropdown-item text-gray-900 cursor-default select-none py-2 pl-3 pr-4 truncate hover:bg-gray-50 font-normal focus:bg-gray-50 focus:text-green-400 focus-visible:outline-0",
876
876
  "aria-selected": D === 0,
877
877
  role: "option",
878
- children: (Z == null ? void 0 : Z.name) || Z
878
+ children: (E == null ? void 0 : E.name) || E
879
879
  },
880
880
  `search-item-${D}`
881
881
  )) : ""
@@ -924,11 +924,11 @@ const X = {
924
924
  uppercase: v = !1,
925
925
  variation: u = "primary"
926
926
  }) => {
927
- const A = r ? "a" : "button";
927
+ const b = r ? "a" : "button";
928
928
  return /* @__PURE__ */ M(
929
- A,
929
+ b,
930
930
  {
931
- type: A !== "a" ? H : null,
931
+ type: b !== "a" ? H : null,
932
932
  className: m(
933
933
  "button",
934
934
  {
@@ -948,7 +948,7 @@ const X = {
948
948
  ...l,
949
949
  children: [
950
950
  e && /* @__PURE__ */ o(
951
- x,
951
+ w,
952
952
  {
953
953
  name: e,
954
954
  size: V === "md" ? "small" : "xSmall",
@@ -958,7 +958,7 @@ const X = {
958
958
  ),
959
959
  a,
960
960
  c && /* @__PURE__ */ o(
961
- x,
961
+ w,
962
962
  {
963
963
  name: c,
964
964
  size: V === "md" ? "small" : "xSmall",
@@ -1030,41 +1030,43 @@ const X = {
1030
1030
  hideClose: V = !1,
1031
1031
  iconSize: H = "medium",
1032
1032
  preventPageScroll: v = !0,
1033
- sheet: u = !1,
1034
- sheetDirection: A = "right",
1035
- stickyHeader: h = !1,
1036
- title: g = "",
1037
- titleClass: w,
1038
- variation: b = "primary",
1039
- useFormMethod: z = !0
1033
+ props: u = {},
1034
+ sheet: b = !1,
1035
+ sheetDirection: h = "right",
1036
+ stickyHeader: A = !1,
1037
+ title: x = "",
1038
+ titleClass: g,
1039
+ variation: k = "primary",
1040
+ useFormMethod: Z = !0
1040
1041
  }) => {
1041
- const F = z ? "form" : "div";
1042
- return /* @__PURE__ */ M(k, { children: [
1042
+ const z = Z ? "form" : "div";
1043
+ return /* @__PURE__ */ M(N, { children: [
1043
1044
  d && /* @__PURE__ */ o("span", { id: `${t}-dialog-activator`, children: d }),
1044
1045
  /* @__PURE__ */ o(
1045
1046
  "dialog",
1046
1047
  {
1047
- "aria-labelledby": g ? `${t}-dialog-title` : null,
1048
- "aria-label": !g && e ? e : null,
1048
+ "aria-labelledby": x ? `${t}-dialog-title` : null,
1049
+ "aria-label": !x && e ? e : null,
1049
1050
  ...l ? { closedby: "none" } : null,
1050
1051
  id: t ? `${t}-dialog` : null,
1051
1052
  className: m(
1052
1053
  "dialog",
1053
1054
  {
1054
- [`dialog-${b}`]: b,
1055
+ [`dialog-${k}`]: k,
1055
1056
  "dialog-full-mobile": p,
1056
- "dialog-sheet": u,
1057
+ "dialog-sheet": b,
1057
1058
  dark: i,
1058
- "dialog-sheet--right": A === "right" && u,
1059
+ "dialog-sheet--right": h === "right" && b,
1059
1060
  "prevent-scroll": v
1060
1061
  },
1061
1062
  n
1062
1063
  ),
1064
+ ...u,
1063
1065
  children: /* @__PURE__ */ M(
1064
- F,
1066
+ z,
1065
1067
  {
1066
1068
  className: "dialog-container",
1067
- method: z ? "dialog" : null,
1069
+ method: Z ? "dialog" : null,
1068
1070
  children: [
1069
1071
  /* @__PURE__ */ M(
1070
1072
  "div",
@@ -1072,19 +1074,19 @@ const X = {
1072
1074
  className: m(
1073
1075
  "dialog-header",
1074
1076
  {
1075
- "sticky top-0 bg-white z-10": h,
1076
- "!pb-0 border-0 justify-end": !g,
1077
- "justify-between border-b": g
1077
+ "sticky top-0 bg-white z-10": A,
1078
+ "!pb-0 border-0 justify-end": !x,
1079
+ "justify-between border-b": x
1078
1080
  },
1079
1081
  f
1080
1082
  ),
1081
1083
  children: [
1082
- g && /* @__PURE__ */ o(
1084
+ x && /* @__PURE__ */ o(
1083
1085
  "div",
1084
1086
  {
1085
1087
  id: `${t}-dialog-title`,
1086
- className: m("dialog-title", w),
1087
- children: g
1088
+ className: m("dialog-title", g),
1089
+ children: x
1088
1090
  }
1089
1091
  ),
1090
1092
  !V && /* @__PURE__ */ o(
@@ -1096,7 +1098,7 @@ const X = {
1096
1098
  "data-dialog-close": "",
1097
1099
  value: "close",
1098
1100
  children: /* @__PURE__ */ o(
1099
- x,
1101
+ w,
1100
1102
  {
1101
1103
  name: "close",
1102
1104
  size: H,
@@ -1150,7 +1152,7 @@ const X = {
1150
1152
  ]
1151
1153
  }
1152
1154
  ), r1 = ({
1153
- ariaLabel: d,
1155
+ ariaLabel: d = "Loading",
1154
1156
  cb: e,
1155
1157
  onUpdate: t,
1156
1158
  className: a,
@@ -1159,23 +1161,23 @@ const X = {
1159
1161
  timeout: r = 1e4,
1160
1162
  variation: i = "primary"
1161
1163
  }) => {
1162
- const [l, c] = E(0);
1164
+ const [l, c] = F(0);
1163
1165
  function p({ cb: f }) {
1164
1166
  const V = document.querySelector(
1165
1167
  `.loading-bar--inner${n ? `.${n}` : ""}`
1166
1168
  );
1167
1169
  if (!V) return;
1168
1170
  let H, v, u = !1;
1169
- function A(h) {
1171
+ function b(h) {
1170
1172
  H === void 0 && (H = h);
1171
- const g = h - H;
1173
+ const A = h - H;
1172
1174
  if (v !== h) {
1173
- const w = g / r * 101;
1174
- V.style.width = `${w}%`, c(Math.min(100, Math.round(w))), t && t({ elapsed: g, percentage: w }), w >= 101 && (f && f(), u = !0, window.cancelAnimationFrame(h));
1175
+ const x = A / r * 101;
1176
+ V.style.width = `${x}%`, c(Math.min(100, Math.round(x))), t && t({ elapsed: A, percentage: x }), x >= 101 && (f && f(), u = !0, window.cancelAnimationFrame(h));
1175
1177
  }
1176
- g < r && (v = h, u || window.requestAnimationFrame(A));
1178
+ A < r && (v = h, u || window.requestAnimationFrame(b));
1177
1179
  }
1178
- window.requestAnimationFrame(A);
1180
+ window.requestAnimationFrame(b);
1179
1181
  }
1180
1182
  return O(() => {
1181
1183
  p({ cb: e });
@@ -1222,7 +1224,7 @@ const X = {
1222
1224
  disabled: r = !1,
1223
1225
  options: i = {},
1224
1226
  trigger: l = "click"
1225
- }) => /* @__PURE__ */ M(k, { children: [
1227
+ }) => /* @__PURE__ */ M(N, { children: [
1226
1228
  /* @__PURE__ */ o(
1227
1229
  "div",
1228
1230
  {
@@ -1426,7 +1428,7 @@ const X = {
1426
1428
  d
1427
1429
  ),
1428
1430
  children: [
1429
- /* @__PURE__ */ o(x, { size: "xLarge", name: "map", className: "mx-auto" }),
1431
+ /* @__PURE__ */ o(w, { size: "xLarge", name: "map", className: "mx-auto" }),
1430
1432
  /* @__PURE__ */ o("span", { className: "sr-only", children: "Loading..." })
1431
1433
  ]
1432
1434
  }
@@ -1444,7 +1446,7 @@ const X = {
1444
1446
  id: `btn-left-${a}`,
1445
1447
  type: "button",
1446
1448
  className: "slider-button__prev ",
1447
- children: /* @__PURE__ */ o(x, { name: "chevronLeft" })
1449
+ children: /* @__PURE__ */ o(w, { name: "chevronLeft" })
1448
1450
  }
1449
1451
  ),
1450
1452
  /* @__PURE__ */ o("div", { id: `slider-container-${a}`, className: "slider-container", children: Array.from({ length: 4 }, (s, r) => /* @__PURE__ */ o(
@@ -1462,7 +1464,7 @@ const X = {
1462
1464
  id: `btn-right-${a}`,
1463
1465
  type: "button",
1464
1466
  className: "slider-button__next",
1465
- children: /* @__PURE__ */ o(x, { name: "chevronRight" })
1467
+ children: /* @__PURE__ */ o(w, { name: "chevronRight" })
1466
1468
  }
1467
1469
  )
1468
1470
  ] }), e2 = y(u1), p1 = ({ ariaLabel: d, className: e, iconClass: t, iconProps: a = {} }) => /* @__PURE__ */ o(
@@ -1472,7 +1474,7 @@ const X = {
1472
1474
  "aria-label": d,
1473
1475
  className: m("rounded-r-md px-2 focus:outline-none", e),
1474
1476
  children: /* @__PURE__ */ o(
1475
- x,
1477
+ w,
1476
1478
  {
1477
1479
  className: m(
1478
1480
  "animate-spin text-black-900 motion-reduce:animate-none",
@@ -1547,7 +1549,7 @@ const X = {
1547
1549
  id: `${n}-clear`,
1548
1550
  className: "textarea-clear absolute right-0 top-2 bottom-auto flex items-center rounded-r-md pr-2 focus:outline-none hidden",
1549
1551
  children: /* @__PURE__ */ o(
1550
- x,
1552
+ w,
1551
1553
  {
1552
1554
  size: "xSmall",
1553
1555
  name: "xCircle",
@@ -1585,7 +1587,7 @@ const X = {
1585
1587
  style: p ? { ...p } : null,
1586
1588
  children: [
1587
1589
  n && /* @__PURE__ */ o("div", { className: "pointer-events-none absolute inset-y-0 left-0 flex items-center px-2", children: /* @__PURE__ */ o(
1588
- x,
1590
+ w,
1589
1591
  {
1590
1592
  size: "xSmall",
1591
1593
  name: n,
@@ -1621,7 +1623,7 @@ const X = {
1621
1623
  id: `${s}-clear`,
1622
1624
  className: "textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",
1623
1625
  children: /* @__PURE__ */ o(
1624
- x,
1626
+ w,
1625
1627
  {
1626
1628
  size: "xSmall",
1627
1629
  name: "xCircle",
@@ -1633,7 +1635,7 @@ const X = {
1633
1635
  a && /* @__PURE__ */ o("span", { className: "relative flex mt-0.5 text-red-700 text-xs text-left", children: a })
1634
1636
  ]
1635
1637
  }
1636
- ), B = y(V1), H1 = ({ checked: d = !1, props: e = {} }) => /* @__PURE__ */ o(k, { children: /* @__PURE__ */ o("label", { className: "flex cursor-pointer select-none items-center", children: /* @__PURE__ */ M("div", { className: "relative", children: [
1638
+ ), B = y(V1), H1 = ({ checked: d = !1, props: e = {} }) => /* @__PURE__ */ o(N, { children: /* @__PURE__ */ o("label", { className: "flex cursor-pointer select-none items-center", children: /* @__PURE__ */ M("div", { className: "relative", children: [
1637
1639
  /* @__PURE__ */ o(
1638
1640
  "input",
1639
1641
  {
@@ -1666,7 +1668,7 @@ const X = {
1666
1668
  titleClass: i,
1667
1669
  uppercase: l = !0
1668
1670
  }) => {
1669
- const c = s || /* @__PURE__ */ M(k, { children: [
1671
+ const c = s || /* @__PURE__ */ M(N, { children: [
1670
1672
  "Typical email response time is 2-3 hours. If you require immediate assistance you may use our",
1671
1673
  " ",
1672
1674
  /* @__PURE__ */ o(
@@ -2235,8 +2237,8 @@ const X = {
2235
2237
  ...f,
2236
2238
  ...H
2237
2239
  }, Object.entries(r).forEach(([v, u]) => {
2238
- const A = `.${e(`${t}-${c}-${v}`)}`, h = i ? i({ sizeKey: c, sizeValue: p, weightKey: v, weightValue: u }) : {};
2239
- l[A] = {
2240
+ const b = `.${e(`${t}-${c}-${v}`)}`, h = i ? i({ sizeKey: c, sizeValue: p, weightKey: v, weightValue: u }) : {};
2241
+ l[b] = {
2240
2242
  ...f,
2241
2243
  "font-weight": u,
2242
2244
  ...h
@@ -2985,23 +2987,23 @@ class C {
2985
2987
  "outside",
2986
2988
  "removed"
2987
2989
  ].reduce(
2988
- (h, g) => ({
2990
+ (h, A) => ({
2989
2991
  ...h,
2990
- [g]: new Event(g)
2992
+ [A]: new Event(A)
2991
2993
  }),
2992
2994
  {}
2993
- ), V = new MutationObserver((h, g) => {
2994
- h.forEach(async (w) => {
2995
- if (w.attributeName === "open") {
2996
- const b = w.target;
2997
- if (!(b == null ? void 0 : b.hasAttribute("open"))) return;
2998
- b == null || b.removeAttribute("inert"), b == null || b.dispatchEvent(f.opening), b && await A(b), b == null || b.dispatchEvent(f.opened);
2995
+ ), V = new MutationObserver((h, A) => {
2996
+ h.forEach(async (x) => {
2997
+ if (x.attributeName === "open") {
2998
+ const g = x.target;
2999
+ if (!(g == null ? void 0 : g.hasAttribute("open"))) return;
3000
+ g == null || g.removeAttribute("inert"), g == null || g.dispatchEvent(f.opening), g && await b(g), g == null || g.dispatchEvent(f.opened);
2999
3001
  }
3000
3002
  });
3001
- }), H = new MutationObserver((h, g) => {
3002
- h.forEach((w) => {
3003
- w.removedNodes.forEach((b) => {
3004
- b.nodeName === "DIALOG" && (b.removeEventListener("click", u), b.removeEventListener("close", v), b.dispatchEvent(f.removed), H == null || H.disconnect(), V == null || V.disconnect());
3003
+ }), H = new MutationObserver((h, A) => {
3004
+ h.forEach((x) => {
3005
+ x.removedNodes.forEach((g) => {
3006
+ g.nodeName === "DIALOG" && (g.removeEventListener("click", u), g.removeEventListener("close", v), g.dispatchEvent(f.removed), H == null || H.disconnect(), V == null || V.disconnect());
3005
3007
  });
3006
3008
  });
3007
3009
  });
@@ -3013,11 +3015,11 @@ class C {
3013
3015
  childList: !0
3014
3016
  }));
3015
3017
  const v = async ({ target: h }) => {
3016
- h == null || h.classList.add("closing"), h == null || h.setAttribute("inert", ""), h == null || h.dispatchEvent(f.closing), h && await A(h), h == null || h.classList.remove("closing"), h == null || h.removeAttribute("inert"), h == null || h.dispatchEvent(f.closed);
3018
+ h == null || h.classList.add("closing"), h == null || h.setAttribute("inert", ""), h == null || h.dispatchEvent(f.closing), h && await b(h), h == null || h.classList.remove("closing"), h == null || h.removeAttribute("inert"), h == null || h.dispatchEvent(f.closed);
3017
3019
  }, u = async ({ target: h }) => {
3018
3020
  (h == null ? void 0 : h.nodeName) === "DIALOG" && (h == null || h.dispatchEvent(f.outside), c == null || c.close("outside"));
3019
- }, A = (h) => Promise.allSettled(
3020
- h == null ? void 0 : h.getAnimations().map((g) => g == null ? void 0 : g.finished)
3021
+ }, b = (h) => Promise.allSettled(
3022
+ h == null ? void 0 : h.getAnimations().map((A) => A == null ? void 0 : A.finished)
3021
3023
  );
3022
3024
  return !e && (c == null || c.addEventListener("click", u)), c == null || c.addEventListener("close", async (h) => {
3023
3025
  await v({ target: h.target }), a && a(h, c);
@@ -3028,11 +3030,11 @@ class C {
3028
3030
  })), n && (c == null || c.addEventListener("open", async (h) => {
3029
3031
  n(h, c);
3030
3032
  })), l == null || l.forEach((h) => {
3031
- h.addEventListener("click", (g) => {
3032
- c == null || c.showModal(), s && s(g, c);
3033
+ h.addEventListener("click", (A) => {
3034
+ c == null || c.showModal(), s && s(A, c);
3033
3035
  });
3034
3036
  }), p == null || p.forEach((h) => {
3035
- h.addEventListener("click", async (g) => {
3037
+ h.addEventListener("click", async (A) => {
3036
3038
  c == null || c.close("close");
3037
3039
  });
3038
3040
  }), {
@@ -3183,9 +3185,9 @@ class C {
3183
3185
  license: f = null,
3184
3186
  token: V = null,
3185
3187
  phone: H = null
3186
- } = e || {}, v = t && t !== "", u = r && r !== "" && r !== "18", A = i && i !== "" && r !== "99";
3188
+ } = e || {}, v = t && t !== "", u = r && r !== "" && r !== "18", b = i && i !== "" && r !== "99";
3187
3189
  let h = [];
3188
- return t && t !== "" && h.push("name=" + t), v || (a && a !== "" && h.push("first=" + a), n && n !== "" && h.push("middle=" + n), s && s !== "" && h.push("last=" + s)), u && A ? parseInt(r) > parseInt(i) ? (h.push("min=" + i), h.push("max=" + r)) : (h.push("min=" + r), h.push("max=" + i)) : (u && h.push("min=" + r), A && h.push("max=" + i)), H && H !== "" && h.push("phone=" + H), l && l !== "" && h.push("city=" + l), f && f !== "" && h.push("license=" + f), p && p !== "" && h.push("vin=" + p), c && c !== "" && h.push("state=" + c), V && V !== "" && h.push("token=" + V), h.join("&");
3190
+ return t && t !== "" && h.push("name=" + t), v || (a && a !== "" && h.push("first=" + a), n && n !== "" && h.push("middle=" + n), s && s !== "" && h.push("last=" + s)), u && b ? parseInt(r) > parseInt(i) ? (h.push("min=" + i), h.push("max=" + r)) : (h.push("min=" + r), h.push("max=" + i)) : (u && h.push("min=" + r), b && h.push("max=" + i)), H && H !== "" && h.push("phone=" + H), l && l !== "" && h.push("city=" + l), f && f !== "" && h.push("license=" + f), p && p !== "" && h.push("vin=" + p), c && c !== "" && h.push("state=" + c), V && V !== "" && h.push("token=" + V), h.join("&");
3189
3191
  }
3190
3192
  static padTo2Digits(e) {
3191
3193
  return e.toString().padStart(2, "0");
@@ -3208,7 +3210,7 @@ class C {
3208
3210
  useGoogleOverride: V = !1,
3209
3211
  useLocation: H = !0,
3210
3212
  useSearch: v = !1
3211
- } = t ?? {}, A = [
3213
+ } = t ?? {}, b = [
3212
3214
  "query=" + encodeURIComponent(this.cleanupAddress(e)),
3213
3215
  "addressesOnly=" + a,
3214
3216
  "useSearch=" + v,
@@ -3221,9 +3223,9 @@ class C {
3221
3223
  "isSandboxAccount=" + s,
3222
3224
  "isOptOutSearch=" + n
3223
3225
  ];
3224
- i && i !== "" && !p && A.push("state=" + i);
3225
- const h = A.join("&"), w = (c || p ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + h;
3226
- return await C.fetchData(w, !1, r);
3226
+ i && i !== "" && !p && b.push("state=" + i);
3227
+ const h = b.join("&"), x = (c || p ? "/api/autocomplete-city" : "/api/autocomplete") + "?" + h;
3228
+ return await C.fetchData(x, !1, r);
3227
3229
  }
3228
3230
  static removeElements(e) {
3229
3231
  document.querySelectorAll(e).forEach((t) => t == null ? void 0 : t.remove());
@@ -3392,7 +3394,7 @@ export {
3392
3394
  U1 as Dots,
3393
3395
  r2 as FlexItem,
3394
3396
  o2 as FunnelHeader,
3395
- x as Icon,
3397
+ w as Icon,
3396
3398
  G1 as LoadingBar,
3397
3399
  J1 as Popover,
3398
3400
  Q1 as ProcessingSpinner,
package/dist/main.umd.js CHANGED
@@ -1 +1 @@
1
- (function(V,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("react/jsx-runtime"),require("classnames"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","classnames","react"],n):(V=typeof globalThis<"u"?globalThis:V||self,n(V["@vehiclehistory/property-lib"]={},V["react/jsx-runtime"],V.classnames,V.React))})(this,function(V,n,p,v){"use strict";const W={xxSmall:"w-4 h-4",xSmall:"w-5 h-5",small:"w-6 h-6",smallPlus:"w-7 h-7",medium:"w-8 h-8",mediumPlus:"w-9 h-9",large:"w-10 h-10",xLarge:"w-12 h-12"},U={account:{path:'<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" />'},accountBox:{path:'<path d="M6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6M15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6A3,3 0 0,1 15,9M3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5C3.89,3 3,3.9 3,5Z" />'},accountCircle:{path:'<path d="M12,19.2C9.5,19.2 7.29,17.92 6,16C6.03,14 10,12.9 12,12.9C14,12.9 17.97,14 18,16C16.71,17.92 14.5,19.2 12,19.2M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" />'},accountClock:{path:'<path d="M10.63,14.1C12.23,10.58 16.38,9.03 19.9,10.63C23.42,12.23 24.97,16.38 23.37,19.9C22.24,22.4 19.75,24 17,24C14.3,24 11.83,22.44 10.67,20H1V18C1.06,16.86 1.84,15.93 3.34,15.18C4.84,14.43 6.72,14.04 9,14C9.57,14 10.11,14.05 10.63,14.1V14.1M9,4C10.12,4.03 11.06,4.42 11.81,5.17C12.56,5.92 12.93,6.86 12.93,8C12.93,9.14 12.56,10.08 11.81,10.83C11.06,11.58 10.12,11.95 9,11.95C7.88,11.95 6.94,11.58 6.19,10.83C5.44,10.08 5.07,9.14 5.07,8C5.07,6.86 5.44,5.92 6.19,5.17C6.94,4.42 7.88,4.03 9,4M17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14Z" />'},accountMultipleOutline:{path:'<path d="M13.07 10.41A5 5 0 0 0 13.07 4.59A3.39 3.39 0 0 1 15 4A3.5 3.5 0 0 1 15 11A3.39 3.39 0 0 1 13.07 10.41M5.5 7.5A3.5 3.5 0 1 1 9 11A3.5 3.5 0 0 1 5.5 7.5M7.5 7.5A1.5 1.5 0 1 0 9 6A1.5 1.5 0 0 0 7.5 7.5M16 17V19H2V17S2 13 9 13 16 17 16 17M14 17C13.86 16.22 12.67 15 9 15S4.07 16.31 4 17M15.95 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13Z" />'},accountOutline:{path:'<path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 7c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1"/>'},accountSearch:{path:'<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M10,4A4,4 0 0,1 14,8C14,8.91 13.69,9.75 13.18,10.43C12.32,10.75 11.55,11.26 10.91,11.9L10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M2,20V18C2,15.88 5.31,14.14 9.5,14C9.18,14.78 9,15.62 9,16.5C9,17.79 9.38,19 10,20H2Z" />'},alertOutline:{path:'<path d="M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z" />'},alert:{path:'<path d="M12 2 1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"/>'},arrowLeft:{path:'<path d="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" />'},arrowLong:{path:'<path d="M13.0125 19.162L14.8246 17.3398L16.2427 18.7501L12.012 23.0046L7.75726 18.7739L9.16751 17.3557L11.0126 19.1905L10.998 0.997021L12.998 0.995422L13.0125 19.162Z" fill="currentColor" />'},arrowDown:{path:'<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />'},article:{path:'<path d="M19 5V19H5V5H19M21 3H3V21H21V3M17 17H7V16H17V17M17 15H7V14H17V15M17 12H7V7H17V12Z" />'},bankCircle:{path:'<path d="M12 4C16.4 4 20 7.6 20 12S16.4 20 12 20 4 16.4 4 12 7.6 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M17 17H7V15H17V17M8 14V11H10V14H8M11 14V11H13V14H11M14 14V11H16V14H14M17 10H7V8.5L12 6L17 8.5V10Z" />'},bankOff:{path:'<path d="M20.8 22.7L20.1 22H2V19H17.1L13 14.9V17H10V11.9L6.1 8H2V6L3.4 5.3L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M4 10V17H7V10H4M21 8V6L11.5 1L6.7 3.5L11.2 8H21M19 15.8V10H16V12.8L19 15.8Z" />'},bankOutline:{path:'<path d="M6.5 10h-2v7h2zm6 0h-2v7h2zm8.5 9H2v2h19zm-2.5-9h-2v7h2zm-7-6.74L16.71 6H6.29zm0-2.26L2 6v2h19V6z"/>'},bedOutline:{path:'<path d="M7 14C8.66 14 10 12.66 10 11C10 9.34 8.66 8 7 8C5.34 8 4 9.34 4 11C4 12.66 5.34 14 7 14M7 10C7.55 10 8 10.45 8 11C8 11.55 7.55 12 7 12C6.45 12 6 11.55 6 11C6 10.45 6.45 10 7 10M19 7H11V15H3V5H1V20H3V17H21V20H23V11C23 8.79 21.21 7 19 7M21 15H13V9H19C20.1 9 21 9.9 21 11Z" />'},bedroomParentOutline:{path:'<path d="M18.35,11.45V9c0-1.1-0.9-2-2-2H13c-0.37,0-0.72,0.12-1,0.32C11.72,7.12,11.37,7,11,7H7.65c-1.1,0-2,0.9-2,2v2.45 C5.25,11.91,5,12.51,5,13.17V17h1.5v-1.5h11V17H19v-3.83C19,12.51,18.75,11.91,18.35,11.45z M16.75,10.5h-4v-2h4V10.5z M7.25,8.5h4 v2h-4V8.5z M17.5,14h-11v-1c0-0.55,0.45-1,1-1h9c0.55,0,1,0.45,1,1V14z M20,4v16H4V4H20 M20,2H4C2.9,2,2,2.9,2,4v16 c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z"/>'},bathtubOutline:{path:'<circle cx="7" cy="7" r="2"/><path d="M20,13V4.83C20,3.27,18.73,2,17.17,2c-0.75,0-1.47,0.3-2,0.83l-1.25,1.25C13.76,4.03,13.59,4,13.41,4 c-0.4,0-0.77,0.12-1.08,0.32l2.76,2.76c0.2-0.31,0.32-0.68,0.32-1.08c0-0.18-0.03-0.34-0.07-0.51l1.25-1.25 C16.74,4.09,16.95,4,17.17,4C17.63,4,18,4.37,18,4.83V13h-6.85c-0.3-0.21-0.57-0.45-0.82-0.72l-1.4-1.55 c-0.19-0.21-0.43-0.38-0.69-0.5C7.93,10.08,7.59,10,7.24,10C6,10.01,5,11.01,5,12.25V13H2v6c0,1.1,0.9,2,2,2c0,0.55,0.45,1,1,1h14 c0.55,0,1-0.45,1-1c1.1,0,2-0.9,2-2v-6H20z M20,19H4v-4h16V19z"/>'},bathroomOutline:{path:'<path d="M8,14c0-0.55,0.45-1,1-1s1,0.45,1,1s-0.45,1-1,1S8,14.55,8,14z M12,15c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1 S11.45,15,12,15z M15,15c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S14.45,15,15,15z M12,7.5c-1.76,0-3.22,1.31-3.46,3h6.93 C15.22,8.81,13.76,7.5,12,7.5 M12,6c2.76,0,5,2.24,5,5v1H7v-1C7,8.24,9.24,6,12,6z M9,18c0.55,0,1-0.45,1-1s-0.45-1-1-1 s-1,0.45-1,1S8.45,18,9,18z M12,18c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S11.45,18,12,18z M15,18c0.55,0,1-0.45,1-1 s-0.45-1-1-1s-1,0.45-1,1S14.45,18,15,18z M20,4H4v16h16V4 M20,2c1.1,0,2,0.9,2,2v16c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V4 c0-1.1,0.9-2,2-2H20z"/>'},c:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M16.2266 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.5391-.4766-.4323-.3177-.7656-.7708-1-1.3594-.2292-.5885-.3437-1.2838-.3437-2.0859v-.0156c0-.8073.1145-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.4271.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Z" fill="#FCFCFC"/>'},calendar:{path:'<path d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />'},calculator:{path:'<path d="M7,2H17A2,2 0 0,1 19,4V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V4A2,2 0 0,1 7,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z" />'},cardAccountMail:{path:'<path d="M21,8V7L18,9L15,7V8L18,10M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M8,6A3,3 0 0,1 11,9A3,3 0 0,1 8,12A3,3 0 0,1 5,9A3,3 0 0,1 8,6M14,18H2V17C2,15 6,13.9 8,13.9C10,13.9 14,15 14,17M22,12H14V6H22" />'},checkCircle:{path:'<path fill="#298E6A" d="M12 2.044c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10Zm-2 15-5-5 1.41-1.41 3.59 3.58 7.59-7.59L19 8.044l-9 9Z"/>'},cPlus:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M11.3516 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.539-.4766-.4324-.3177-.7657-.7708-1-1.3594-.2292-.5885-.3438-1.2838-.3438-2.0859v-.0156c0-.8073.1146-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.427.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Zm6.6718-3.8125h8.8125v-2.0547h-8.8125v2.0547Zm3.375 3.2734h2.0547v-8.6016h-2.0547V21.75Z" fill="#FCFCFC"/>'},cMinus:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M12.3516 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.5391-.4766-.4323-.3177-.7656-.7708-1-1.3594-.2291-.5885-.3437-1.2838-.3437-2.0859v-.0156c0-.8073.1146-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.427.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Zm6.9843-3.8125h5.1953v-2.0547h-5.1953v2.0547Z" fill="#FCFCFC"/>'},carpenterOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19.73,14.23L7,1.5L3.11,5.39l8.13,11.67c-0.78,0.78-0.78,2.05,0,2.83l1.41,1.41c0.78,0.78,2.05,0.78,2.83,0l4.24-4.24 C20.51,16.28,20.51,15.01,19.73,14.23z M5.71,5.62L7,4.33l8.49,8.49l-2.81,2.81L5.71,5.62z M14.07,19.88l-1.41-1.41l4.24-4.24 l1.41,1.41L14.07,19.88z"/>'},certificate:{path:'<path d="M13 21L15 20L17 21V14H13M17 9V7L15 8L13 7V9L11 10L13 11V13L15 12L17 13V11L19 10M20 3H4A2 2 0 0 0 2 5V15A2 2 0 0 0 4 17H11V15H4V5H20V15H19V17H20A2 2 0 0 0 22 15V5A2 2 0 0 0 20 3M11 8H5V6H11M9 11H5V9H9M11 14H5V12H11Z" />'},chartBoxOutline:{path:'<path d="M9 17H7V10H9V17M13 17H11V7H13V17M17 17H15V13H17V17M19 19H5V5H19V19.1M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" />'},chatBubble:{path:'<path d="M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3Z" />'},check:{path:'<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />'},checkMarked:{path:'<path d="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" />'},chevronDown:{path:'<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />'},chevronLeft:{path:'<path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd" />'},chevronRight:{path:'<path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />'},chevronUp:{path:'<path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd" />'},close:{path:'<path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd" />'},crosshair:{path:'<path d="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M3.05,13H1V11H3.05C3.5,6.83 6.83,3.5 11,3.05V1H13V3.05C17.17,3.5 20.5,6.83 20.95,11H23V13H20.95C20.5,17.17 17.17,20.5 13,20.95V23H11V20.95C6.83,20.5 3.5,17.17 3.05,13M12,5A7,7 0 0,0 5,12A7,7 0 0,0 12,19A7,7 0 0,0 19,12A7,7 0 0,0 12,5Z" />'},crunchbase:{path:'<path d="M21.6 0H2.4A2.41 2.41 0 0 0 0 2.4v19.2A2.41 2.41 0 0 0 2.4 24h19.2a2.41 2.41 0 0 0 2.4-2.4V2.4A2.41 2.41 0 0 0 21.6 0zM7.045 14.465A2.11 2.11 0 0 0 9.84 13.42h1.66a3.69 3.69 0 1 1 0-1.75H9.84a2.11 2.11 0 1 0-2.795 2.795zm11.345.845a3.55 3.55 0 0 1-1.06.63 3.68 3.68 0 0 1-3.39-.38v.38h-1.51V5.37h1.5v4.11a3.74 3.74 0 0 1 1.8-.63H16a3.67 3.67 0 0 1 2.39 6.46zm-.223-2.766a2.104 2.104 0 1 1-4.207 0 2.104 2.104 0 0 1 4.207 0z"/>'},crunchbaseSquare:{path:' <g clip-path="url(#a)"><path d="M24.2227 16.7261c0 .0181.0011.0395.0011.0608 0 1.5493-1.2558 2.8051-2.8051 2.8051s-2.8051-1.2558-2.8051-2.8051 1.2558-2.8051 2.8051-2.8051c.5089 0 .987.1355 1.3988.3734l-.0139-.0074c.8366.4812 1.3967 1.3625 1.4202 2.3751zm.2967 3.6875a4.72 4.72 0 0 1-1.3807.829l-.032.0107c-.5271.2102-1.1374.3329-1.7755.3329-1.0243 0-1.975-.3137-2.7614-.8504l.0171.0107v.5068h-2.0134V7.1595h1.9995v5.48c.6765-.463 1.497-.7671 2.3826-.8386l.0182-.0011h.367c2.7027 0 4.8932 2.1905 4.8932 4.8932 0 1.4863-.6626 2.8169-1.7082 3.7142zM9.3927 19.2869c.3425.16.7437.2528 1.1662.2528 1.131 0 2.1062-.6668 2.5533-1.6293l.0075-.017h2.2129c-.5431 2.1713-2.4765 3.7536-4.7801 3.7536-2.7176 0-4.9199-2.2022-4.9199-4.9199 0-2.7176 2.2034-4.9198 4.9199-4.9198 2.3036 0 4.237 1.5823 4.7726 3.7195l.0075.0341h-2.2129c-.4546-.9795-1.4298-1.6463-2.5597-1.6463-1.5536 0-2.8137 1.2601-2.8137 2.8136 0 1.131.6669 2.1062 1.6293 2.5533l.017.0075zM28.8 0H3.1999C1.435.0075.0075 1.4362 0 3.1988v25.6013C.0075 30.5649 1.4362 31.9925 3.1988 32h25.6013c1.7648-.0075 3.1924-1.4362 3.1999-3.1988V3.1999C31.9925 1.435 30.5628.0075 28.8001 0" fill="#4c4c4c"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>'},currency:{path:'<path d="M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z" />'},d:{path:'<circle cx="16" cy="16" r="16" fill="#ED6D26"/><path d="M11.3828 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562h-4.4375V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297h-1.7031Z" fill="#FCFCFC"/>'},dPlus:{path:'<circle cx="16" cy="16" r="16" fill="#ED6D26"/><path d="M5.5078 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562H5.5078V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297H7.8672Zm9.2109-1.5781h8.8125v-2.0547h-8.8125v2.0547Zm3.375 3.2734h2.0547v-8.6016h-2.0547V21.75Z" fill="#FCFCFC"/>'},dMinus:{path:'<circle cx="16" cy="16" r="16" fill="#E6631B"/><path d="M7.5078 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562H7.5078V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297H9.8672Zm9.5234-1.5781h5.1953v-2.0547h-5.1953v2.0547Z" fill="#FCFCFC"/>'},documentOutline:{path:'<path d="M6,2A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6M6,4H13V9H18V20H6V4M8,12V14H16V12H8M8,16V18H13V16H8Z" />'},earth:{path:'<path d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},email:{path:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>'},emailArrowRight:{path:'<path d="M13 19C13 15.69 15.69 13 19 13C20.1 13 21.12 13.3 22 13.81V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19M4 8V6L12 11L20 6V8L12 13L4 8M20 22V20H16V18H20V16L23 19L20 22Z" />'},emailOutline:{path:'<path fill="currentColor" d="M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z" />'},event:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5z"/>'},error:{path:'<path fill="currentColor" d="M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},exclamationCircle:{path:'<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" />'},eye:{path:'<path d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" />'},eyeOff:{path:'<path d="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" />'},facebook:{path:'<path d="M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z" />'},facebookSquare:{path:'<path d="M27.496 0H4.504A4.504 4.504 0 0 0 0 4.504v22.992A4.5037 4.5037 0 0 0 4.504 32h10.464V20.32h-3.956v-4.556h3.956v-3.356c0-1.902.526-3.38 1.578-4.43 1.052-1.052 2.478-1.58 4.28-1.58 1.804 0 2.972.07 3.506.202v4.056h-2.404c-.868 0-1.46.184-1.778.552-.316.366-.474.918-.474 1.652v2.904h4.506l-.6 4.556h-3.906V32h7.82A4.504 4.504 0 0 0 32 27.496V4.504A4.5038 4.5038 0 0 0 27.496 0Z" fill="currentColor"/>'},female:{path:'<path d="M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M10.5,22V16H7.5L10.09,8.41C10.34,7.59 11.1,7 12,7C12.9,7 13.66,7.59 13.91,8.41L16.5,16H13.5V22H10.5Z" />'},fileCertOutline:{path:'<path d="M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M14 2H7A2 2 0 0 0 5 4V18A2 2 0 0 0 7 20H8V18H7V4H13V8H17V18H16V20H17A2 2 0 0 0 19 18V7M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M10 23L12 22L14 23V18H10M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14Z" />'},fileDownload:{path:'<path d="M14,2H6C4.89,2 4,2.89 4,4V20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20V8L14,2M12,19L8,15H10.5V12H13.5V15H16L12,19M13,9V3.5L18.5,9H13Z" />'},fileSign:{path:'<path d="M19.7 12.9L14 18.6H11.7V16.3L17.4 10.6L19.7 12.9M23.1 12.1C23.1 12.4 22.8 12.7 22.5 13L20 15.5L19.1 14.6L21.7 12L21.1 11.4L20.4 12.1L18.1 9.8L20.3 7.7C20.5 7.5 20.9 7.5 21.2 7.7L22.6 9.1C22.8 9.3 22.8 9.7 22.6 10C22.4 10.2 22.2 10.4 22.2 10.6C22.2 10.8 22.4 11 22.6 11.2C22.9 11.5 23.2 11.8 23.1 12.1M3 20V4H10V9H15V10.5L17 8.5V8L11 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H15C16.1 22 17 21.1 17 20H3M11 17.1C10.8 17.1 10.6 17.2 10.5 17.2L10 15H8.5L6.4 16.7L7 14H5.5L4.5 19H6L8.9 16.4L9.5 18.7H10.5L11 18.6V17.1Z" />'},fireplace:{path:'<path d="M12.01,12.46c-0.15,0.42-0.15,0.82-0.08,1.28c0.1,0.55,0.33,1.04,0.2,1.6c-0.13,0.59-0.77,1.38-1.53,1.63 c1.28,1.05,3.2,0.37,3.39-1.32C14.16,14.11,12.55,13.67,12.01,12.46z"/><path d="M2,2v20h20V2H2z M12,18c-1.58,0-2.97-1.88-3-3.06c0-0.05-0.01-0.13-0.01-0.22c-0.13-1.73,1-3.2,2.47-4.37 c0.47,1.01,1.27,2.03,2.57,2.92C14.61,13.69,15,14.13,15,15C15,16.65,13.65,18,12,18z M20,20h-2v-2h-2.02 c0.63-0.84,1.02-1.87,1.02-3c0-1.89-1.09-2.85-1.85-3.37C12.2,9.61,13,7,13,7c-6.73,3.57-6.02,7.47-6,8 c0.03,0.96,0.49,2.07,1.23,3H6v2H4V4h16V20z"/>'},faceAgent:{path:'<path d="M18.72,14.76C19.07,13.91 19.26,13 19.26,12C19.26,11.28 19.15,10.59 18.96,9.95C18.31,10.1 17.63,10.18 16.92,10.18C13.86,10.18 11.15,8.67 9.5,6.34C8.61,8.5 6.91,10.26 4.77,11.22C4.73,11.47 4.73,11.74 4.73,12A7.27,7.27 0 0,0 12,19.27C13.05,19.27 14.06,19.04 14.97,18.63C15.54,19.72 15.8,20.26 15.78,20.26C14.14,20.81 12.87,21.08 12,21.08C9.58,21.08 7.27,20.13 5.57,18.42C4.53,17.38 3.76,16.11 3.33,14.73H2V10.18H3.09C3.93,6.04 7.6,2.92 12,2.92C14.4,2.92 16.71,3.87 18.42,5.58C19.69,6.84 20.54,8.45 20.89,10.18H22V14.67H22V14.69L22,14.73H21.94L18.38,18L13.08,17.4V15.73H17.91L18.72,14.76M9.27,11.77C9.57,11.77 9.86,11.89 10.07,12.11C10.28,12.32 10.4,12.61 10.4,12.91C10.4,13.21 10.28,13.5 10.07,13.71C9.86,13.92 9.57,14.04 9.27,14.04C8.64,14.04 8.13,13.54 8.13,12.91C8.13,12.28 8.64,11.77 9.27,11.77M14.72,11.77C15.35,11.77 15.85,12.28 15.85,12.91C15.85,13.54 15.35,14.04 14.72,14.04C14.09,14.04 13.58,13.54 13.58,12.91A1.14,1.14 0 0,1 14.72,11.77Z" />'},forSale:{path:'<path d="M30 13.334H13.335a3.343 3.343 0 0 0-3.333 3.333v10C10 28.517 11.5 30 13.334 30h16.667a3.322 3.322 0 0 0 3.333-3.333v-10a3.332 3.332 0 0 0-3.333-3.334Zm-6.666 13.333h-10v-3.334h10v3.334ZM30.001 20H13.334v-3.333h16.667V20Zm6.666-10h-30v26.667H3.334V3.333h3.333v3.334h30V10Z"/>'},forSaleAgent:{path:'<path d="M18 8H8C6.9 8 6 8.9 6 10V16C6 17.11 6.9 18 8 18H18C19.11 18 20 17.11 20 16V10C20 8.9 19.11 8 18 8M14 16H8V14H14V16M18 12H8V10H18V12M22 6H4V22H2V2H4V4H22V6Z" />'},forSaleAgent2:{path:'<path d="M21,6.5V14h-2V7.5L14,4L9,7.5V9H7V6.5l7-5L21,6.5z M15.5,7h-1v1h1V7z M13.5,7h-1v1h1V7z M15.5,9h-1v1h1V9z M13.5,9h-1v1h1V9 z M19,16h-2c0-1.2-0.75-2.28-1.87-2.7L8.97,11H1v11h6v-1.44l7,1.94l8-2.5v-1C22,17.34,20.66,16,19,16z M3,20v-7h2v7H3z M13.97,20.41 L7,18.48V13h1.61l5.82,2.17C14.77,15.3,15,15.63,15,16c0,0-1.99-0.05-2.3-0.15l-2.38-0.79l-0.63,1.9l2.38,0.79 c0.51,0.17,1.04,0.26,1.58,0.26H19c0.39,0,0.74,0.23,0.9,0.56L13.97,20.41z"/>'},foundationOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19,12h3L12,3L2,12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2V12z M7,15v-4.81l4-3.6V15H7z M13,15V6.59l4,3.6V15H13z"/>'},gavel:{path:'<path fill="none" d="M0 0h24v24H0z"/><path d="m5.2496 8.0688 2.83-2.8268 14.134 14.15-2.83 2.8268zM9.4857 3.8272l2.828-2.8288 5.6576 5.656-2.828 2.8288zM.9989 12.3147l2.8284-2.8284L9.484 15.143l-2.8284 2.8284zM1 21h12v2H1z"/>'},gite:{path:'<rect fill="none" height="24" width="24"/><path d="M18,6H9V4H7v2H6l-4,4v9h20v-9L18,6z M4,12h10v5H4V12z M20,17h-4v-6.17l2-2v0l2,2V17z"/>'},googleStreet:{path:'<path d="M11.95 9.27c2.01 0 3.64-1.63 3.64-3.64 0-2-1.63-3.63-3.64-3.63-2.01 0-3.63 1.63-3.63 3.63 0 2.01 1.62 3.64 3.63 3.64m-2.59 3.7s-1.09 2.97-1.4 3.53c-.11.21-.09.27-.36.27s-.69-.27-.69-.27-.2-.13-.12-.36c.24-.74 1.33-5.06 1.56-5.89.25-.89.93-.86.93-.86h.65l2.1 3.65 2.11-3.65h.78s.31.04.54.31c.24.27.29.74.29.74l1.39 5.4s.1.38.07.49c-.04.17-.13.17-.13.17s-.39.12-.61.19c-.4.13-.47-.25-.47-.25l-1.3-3.4-.15 8.96H12.6l-.33-5.11s-.06-.13-.24-.13c-.17 0-.23.13-.23.13L11.45 22H9.5l-.13-9.03h-.01Z"/>'},hand:{path:'<path d="M3 16V5.75C3 5.06 3.56 4.5 4.25 4.5S5.5 5.06 5.5 5.75V12H6.5V2.75C6.5 2.06 7.06 1.5 7.75 1.5C8.44 1.5 9 2.06 9 2.75V12H10V1.25C10 .56 10.56 0 11.25 0S12.5 .56 12.5 1.25V12H13.5V3.25C13.5 2.56 14.06 2 14.75 2S16 2.56 16 3.25V15H16.75L18.16 11.47C18.38 10.92 18.84 10.5 19.4 10.31L20.19 10.05C21 9.79 21.74 10.58 21.43 11.37L18.4 19C17.19 22 14.26 24 11 24C6.58 24 3 20.42 3 16Z" />'},handcuff:{path:'<path d="M20.24 6.76C18.4 4.91 15.65 4.53 13.42 5.59L12.46 4.63C12.07 4.24 11.44 4.24 11.05 4.63L10.97 4.72C10.83 3.75 10 3 9 3C7.9 3 7 3.9 7 5C7 5.09 7 5.18 7.03 5.26C6.42 5.61 6 6.25 6 7C6 7.46 6.16 7.87 6.42 8.21C6.17 8.39 6 8.67 6 9V10.35C3.67 11.17 2 13.39 2 16C2 19.31 4.69 22 8 22S14 19.31 14 16C14 13.39 12.33 11.17 10 10.35V9C10 8.67 9.83 8.39 9.58 8.21C9.84 7.87 10 7.46 10 7C10 6.91 10 6.82 9.97 6.74C10.15 6.64 10.3 6.5 10.43 6.38C11.36 6.88 12 7.86 12 9V9.08C12.13 9.15 12.25 9.25 12.38 9.33C12.57 8.91 12.83 8.5 13.17 8.17C14.73 6.61 17.27 6.61 18.83 8.17C20.39 9.73 20.39 12.27 18.83 13.83C18.03 14.63 17 15 15.93 15C16 15.32 16 15.66 16 16C16 16.34 15.97 16.67 15.93 17C17.5 17 19.05 16.43 20.24 15.24C22.59 12.9 22.59 9.1 20.24 6.76M9 4C9.55 4 10 4.45 10 5C10 5.33 9.83 5.61 9.58 5.79C9.22 5.31 8.65 5 8 5C8 4.45 8.45 4 9 4M7.42 6.21C7.78 6.69 8.35 7 9 7C9 7.55 8.55 8 8 8S7 7.55 7 7C7 6.67 7.17 6.39 7.42 6.21M12 16C12 18.21 10.21 20 8 20S4 18.21 4 16C4 13.79 5.79 12 8 12S12 13.79 12 16Z" />'},heatPump:{path:'<path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z"/><path d="M12,18c3.31,0,6-2.69,6-6s-2.69-6-6-6s-6,2.69-6,6S8.69,18,12,18z M11.25,15.92c-0.55-0.1-1.05-0.32-1.5-0.62l1.5-1.5 V15.92z M12.75,15.92v-2.11l1.5,1.5C13.8,15.61,13.3,15.82,12.75,15.92z M15.31,14.25l-1.5-1.5h2.11 C15.82,13.3,15.61,13.8,15.31,14.25z M15.92,11.25h-2.11l1.5-1.5C15.61,10.2,15.82,10.7,15.92,11.25z M12.75,8.08 c0.55,0.1,1.05,0.32,1.5,0.62l-1.5,1.5V8.08z M12,11c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1s-1-0.45-1-1C11,11.45,11.45,11,12,11z M11.25,8.08v2.11l-1.5-1.5C10.2,8.39,10.7,8.18,11.25,8.08z M8.69,9.75l1.5,1.5H8.08C8.18,10.7,8.39,10.2,8.69,9.75z M10.19,12.75l-1.5,1.5c-0.3-0.44-0.51-0.95-0.62-1.5H10.19z"/>'},helpCircle:{path:'<path d="M11,18H13V16H11V18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6Z" />'},home:{path:'<path d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" />'},homeAccount:{path:'<path d="M12,3L2,12H5V20H19V12H22L12,3M12,8.75A2.25,2.25 0 0,1 14.25,11A2.25,2.25 0 0,1 12,13.25A2.25,2.25 0 0,1 9.75,11A2.25,2.25 0 0,1 12,8.75M12,15C13.5,15 16.5,15.75 16.5,17.25V18H7.5V17.25C7.5,15.75 10.5,15 12,15Z" />'},homeAlert:{path:'<path d="M12 5.7L17 10.2V18H7V10.2L12 5.7M19 20V12H22L12 3L2 12H5V20M13 8H11V13H13V8M13 15H11V17H13V15" />'},homeAnalytics:{path:'<path d="M12,3L2,12H5V20H19V12H22M9,18H7V12H9M13,18H11V10H13M17,18H15V14H17" />'},homeCityOutline:{path:'<path d="M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z" />'},homeClock:{path:'<path d="M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C13.62 23 11.53 21.81 10.26 20H4V12H1L11 3L18 9.29C20.89 10.15 23 12.83 23 16M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z" />'},homeGroup:{path:'<path d="M17,16H15V22H12V17H8V22H5V16H3L10,10L17,16M6,2L10,6H9V9H7V6H5V9H3V6H2L6,2M18,3L23,8H22V12H19V9H17V12H15.34L14,10.87V8H13L18,3Z" />'},infoOutline:{path:'<path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" />'},homeOffOutline:{path:'<path d="M22.11 21.46L2.39 1.73L1.11 3L6.27 8.16L2 12H5V20H11V14H12.11L13 14.89V20H18.11L20.84 22.73L22.11 21.46M9 12V18H7V10.19L7.68 9.57L10.11 12H9M15 18V16.89L16.11 18H15M10.36 7.16L8.95 5.75L12 3L22 12H19V15.8L17 13.8V10.19L12 5.69L10.36 7.16Z" />'},homeOutline:{path:'<path d="M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z" />'},homeSearch:{path:'<path d="M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M5 20V12H2L12 3L22 12H20.18C19 10.77 17.34 10 15.5 10C11.92 10 9 12.92 9 16.5C9 17.79 9.38 19 10.03 20H5Z" />'},houseSidingOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19,12h3L12,3L2,12h3v8h2v-2h10v2h2V12z M7.21,10h9.58L17,10.19V12H7v-1.81L7.21,10z M14.57,8H9.43L12,5.69L14.57,8z M7,16 v-2h10v2H7z"/>'},homeSwitch:{path:'<path d="M6.5 15V11H9.5V15H13V9H15L8 3L1 9H3V15H6.5M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z" />'},hvac:{path:'<path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z"/><path d="M12,18c3.31,0,6-2.69,6-6s-2.69-6-6-6s-6,2.69-6,6S8.69,18,12,18z M15.44,10c0.26,0.45,0.44,0.96,0.51,1.5h-7.9 c0.07-0.54,0.24-1.05,0.51-1.5H15.44z M15.95,12.5c-0.07,0.54-0.24,1.05-0.51,1.5H8.56c-0.26-0.45-0.44-0.96-0.51-1.5H15.95z M9.38,15h5.24c-0.7,0.61-1.61,1-2.62,1S10.09,15.61,9.38,15z M14.62,9H9.38c0.7-0.61,1.61-1,2.62-1S13.91,8.39,14.62,9z"/>'},identification:{path:'<path d="M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 24,19V5C23.96,3.91 23.09,3.04 22,3M22,19H2V5H22V19M14,17V15.75C14,14.09 10.66,13.25 9,13.25C7.34,13.25 4,14.09 4,15.75V17H14M9,7A2.5,2.5 0 0,0 6.5,9.5A2.5,2.5 0 0,0 9,12A2.5,2.5 0 0,0 11.5,9.5A2.5,2.5 0 0,0 9,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14" />'},image:{path:'<path fill-rule="evenodd" d="M7 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M3 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H3Zm18 2H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4.314l6.878-6.879a3 3 0 0 1 4.243 0L22 15.686V6a1 1 0 0 0-1-1Zm0 14H10.142l5.465-5.464a1 1 0 0 1 1.414 0l4.886 4.886A1 1 0 0 1 21 19Z" clip-rule="evenodd"/>'},imageSolid:{path:'<path d="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z" />'},info:{path:'<path fill="currentColor" d="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},instagram:{path:'<path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" />'},instagramSquare:{path:'<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0904 0C30.2482 0 32 1.7519 32 3.9096v24.1808C32 30.2481 30.2481 32 28.0904 32H3.9096C1.752 32 0 30.2481 0 28.0904V3.9096C0 1.752 1.7518 0 3.9096 0h24.1808ZM16 5.0625c-2.9704 0-3.3429.0126-4.5095.0658-1.1642.0531-1.9593.238-2.655.5084-.7192.2795-1.3292.6536-1.9372 1.2615-.6081.6081-.9821 1.2181-1.2616 1.9373-.2704.6958-.4553 1.4908-.5084 2.655-.0532 1.1666-.0658 1.5391-.0658 4.5095s.0126 3.3429.0658 4.5095c.0531 1.1642.238 1.9593.5084 2.655.2795.7192.6535 1.3292 1.2615 1.9372.6081.6081 1.218.9821 1.9373 1.2616.6958.2704 1.4908.4553 2.655.5084 1.1666.0532 1.5391.0658 4.5095.0658s3.3429-.0126 4.5095-.0658c1.1642-.0531 1.9593-.238 2.655-.5084.7192-.2795 1.3292-.6535 1.9372-1.2616.6081-.608.9821-1.218 1.2616-1.9372.2704-.6957.4553-1.4908.5084-2.655.0532-1.1666.0658-1.5391.0658-4.5095s-.0126-3.3429-.0658-4.5095c-.0531-1.1642-.238-1.9593-.5084-2.655-.2795-.7192-.6535-1.3292-1.2616-1.9372-.608-.608-1.218-.982-1.9372-1.2615-.6957-.2705-1.4908-.4554-2.655-.5085-1.1666-.0532-1.5391-.0658-4.5095-.0658Zm0 1.9707c2.9204 0 3.2664.0112 4.4197.0638 1.0664.0487 1.6455.2269 2.0309.3766.5106.1984.8749.4355 1.2577.8182.3827.3827.6197.747.8181 1.2576.1498.3854.328.9645.3766 2.0309.0526 1.1533.0638 1.4993.0638 4.4197s-.0112 3.2664-.0638 4.4197c-.0486 1.0664-.2268 1.6455-.3766 2.0309-.1984.5106-.4354.8749-.8181 1.2577-.3828.3827-.7471.6197-1.2577.8181-.3854.1498-.9645.328-2.0309.3766-1.1531.0526-1.4991.0638-4.4197.0638-2.9206 0-3.2665-.0112-4.4197-.0638-1.0664-.0486-1.6455-.2268-2.031-.3766-.5105-.1984-.8748-.4354-1.2576-.8181-.3827-.3828-.6198-.7471-.8181-1.2577-.1498-.3854-.328-.9645-.3767-2.0309-.0526-1.1533-.0637-1.4993-.0637-4.4197s.0111-3.2664.0637-4.4197c.0487-1.0664.227-1.6455.3767-2.031.1983-.5104.4354-.8748.8182-1.2576.3827-.3826.747-.6197 1.2576-.8181.3854-.1497.9645-.328 2.0309-.3766 1.1533-.0526 1.4993-.0638 4.4197-.0638Zm0 3.3502c-3.1019 0-5.6166 2.5147-5.6166 5.6166S12.8981 21.6166 16 21.6166 21.6166 19.1019 21.6166 16 19.1019 10.3834 16 10.3834Zm0 9.2624c-2.0136 0-3.6458-1.6322-3.6458-3.6458S13.9864 12.3542 16 12.3542 19.6458 13.9864 19.6458 16 18.0136 19.6458 16 19.6458Zm7.151-9.4842c0 .7248-.5877 1.3124-1.3126 1.3124-.7248 0-1.3124-.5876-1.3124-1.3124 0-.725.5876-1.3125 1.3124-1.3125.7249 0 1.3126.5876 1.3126 1.3125Z" fill="currentColor"/>'},landPlotsMarker:{path:'<path d="M4 2H20C21.1 2 22 2.9 22 4V10H10V20H14.55C14.73 20.3 14.91 20.58 15.09 20.84C15.38 21.27 15.66 21.66 15.92 22H4C2.9 22 2 21.1 2 20V4C2 2.9 2.9 2 4 2M8 4H4V14H8V4M4 16V20H8V16H4M10 8H20V4H10V8M18.5 22C18.5 22 17.92 21.35 17.23 20.41C17.14 20.28 17.04 20.14 16.94 20C16 18.66 15 16.89 15 15.5C15 13.6 16.6 12 18.5 12C19.03 12 19.54 12.13 20 12.35C21.17 12.92 22 14.13 22 15.5C22 17.04 20.77 19.04 19.77 20.41C19.08 21.35 18.5 22 18.5 22M17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6Z" />'},layer:{path:'<path d="M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z" />'},lineWeight:{path:'<path d="M0 0h24v24H0z" fill="none"/><path d="M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"/>'},list:{path:'<path d="M12 9h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20 3H4c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 16H5V5h14v14z"/>'},listbox:{path:'<path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7 7H9V9H7V7M7 11H9V13H7V11M7 15H9V17H7V15M17 17H11V15H17V17M17 13H11V11H17V13M17 9H11V7H17V9Z" />'},localParking:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/>'},lock:{path:'<path d="M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z" />,'},linkedin:{path:'<path d="M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z" />'},linkedinSquare:{path:'<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0904 0C30.2482 0 32 1.7519 32 3.9096v24.1808C32 30.2481 30.2481 32 28.0904 32H3.9096C1.752 32 0 30.2481 0 28.0904V3.9096C0 1.752 1.7518 0 3.9096 0h24.1808ZM10.0288 26.4549V12.3476h-4.69v14.1073h4.69Zm16.9087 0v-8.09c0-4.3333-2.3136-6.3491-5.3988-6.3491-2.4878 0-3.6021 1.3682-4.2261 2.3291v-1.9973h-4.6888c.0622 1.3238 0 14.1073 0 14.1073h4.6888v-7.8785c0-.4218.0303-.8433.1546-1.1447.3384-.8422 1.1104-1.7146 2.4059-1.7146 1.6959 0 2.3754 1.2942 2.3754 3.1898v7.548h4.689ZM7.7155 5.5451c-1.6046 0-2.653 1.055-2.653 2.4377 0 1.3536 1.0165 2.4376 2.591 2.4376h.0302c1.6353 0 2.6532-1.084 2.6532-2.4377-.0303-1.3807-1.015-2.4346-2.6214-2.4376Z" fill="currentColor"/>'},linktreeSquare:{path:'<g clip-path="url(#a)"><path d="M28 0c2.2091 0 4 1.7909 4 4v24c0 2.2091-1.7909 4-4 4H4c-2.2091 0-4-1.7909-4-4V4c0-2.2091 1.7909-4 4-4zM14.4014 19.8125V27h3.1972v-7.1875zm0-14.8125v5.3652l-3.6875-3.7744-2.1416 2.1826 3.8681 3.6709H7v3.0381h5.4678l-3.8946 3.7647 2.1416 2.1318L16 16.0908l5.2861 5.2881 2.1416-2.1396-3.8945-3.7657H25v-3.0293h-5.4404l3.8681-3.6709-2.1416-2.1826-3.6875 3.7744V5z" fill="#4c4c4c"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>'},login:{path:'<path d="M10,17V14H3V10H10V7L15,12L10,17M10,2H19A2,2 0 0,1 21,4V20A2,2 0 0,1 19,22H10A2,2 0 0,1 8,20V18H10V20H19V4H10V6H8V4A2,2 0 0,1 10,2Z" />'},logout:{path:'<path d="M16,17V14H9V10H16V7L21,12L16,17M14,2A2,2 0 0,1 16,4V6H14V4H5V20H14V18H16V20A2,2 0 0,1 14,22H5A2,2 0 0,1 3,20V4A2,2 0 0,1 5,2H14Z" />'},map:{path:'<path d="M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z" />'},mapSolid:{path:'<path d="M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z" />'},mapMarker:{path:'<path d="M12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5M12,2A7,7 0 0,1 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9C7,10 7,12 12,18.71C17,12 17,10 17,9A5,5 0 0,0 12,4Z" />'},mapMarkerRadius:{path:'<path d="M12,2C15.31,2 18,4.66 18,7.95C18,12.41 12,19 12,19C12,19 6,12.41 6,7.95C6,4.66 8.69,2 12,2M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M20,19C20,21.21 16.42,23 12,23C7.58,23 4,21.21 4,19C4,17.71 5.22,16.56 7.11,15.83L7.75,16.74C6.67,17.19 6,17.81 6,18.5C6,19.88 8.69,21 12,21C15.31,21 18,19.88 18,18.5C18,17.81 17.33,17.19 16.25,16.74L16.89,15.83C18.78,16.56 20,17.71 20,19Z" />'},mask:{path:'<path d="M15.83 9.81C14.7 9.7 13.69 10.38 13.46 11.5C13.46 11.84 14.81 12.29 16.05 12.29C17.29 12.29 18.41 11.5 18.41 11.28C18.41 11.05 17.63 9.93 15.83 9.81M8.18 9.81C6.38 9.93 5.59 10.94 5.59 11.27C5.59 11.5 6.82 12.29 7.95 12.29S10.54 11.84 10.54 11.5C10.31 10.38 9.19 9.7 8.18 9.81M16.95 16C15.04 16 13.8 13.75 12 13.75S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24 14.36 7 17.29 7 21 7.79 21 10.04C21 13.86 19.31 16 16.95 16Z" />'},menu:{path:'<path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />'},smsText:{path:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"/>'},message:{path:'<path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4c0-1.11-.9-2-2-2"/>'},messageOutline:{path:'<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16z"/>'},messageText:{path:'<path d="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M6,9H18V11H6M14,14H6V12H14M18,8H6V6H18" />'},minus:{path:'<path fill-rule="evenodd" d="M5 10a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z" clip-rule="evenodd" />'},money:{path:'<path d="M11.1 19h1.75v-1.25q1.25-.225 2.15-.975.9-.75.9-2.225 0-1.05-.6-1.925T12.9 11.1q-1.5-.5-2.075-.875-.575-.375-.575-1.025 0-.65.463-1.025.462-.375 1.337-.375.8 0 1.25.388.45.387.65.962l1.6-.65q-.275-.875-1.012-1.525-.738-.65-1.638-.725V5h-1.75v1.25q-1.25.275-1.95 1.1-.7.825-.7 1.85 0 1.175.688 1.9.687.725 2.162 1.25 1.575.575 2.188 1.025.612.45.612 1.175 0 .825-.588 1.212-.587.388-1.412.388t-1.462-.513q-.638-.512-.938-1.537l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012Zm.9 3q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z"/>'},moreVert:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>'},openInNew:{path:'<path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z" />'},pdf:{path:'<path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9.5 11.5C9.5 12.3 8.8 13 8 13H7V15H5.5V9H8C8.8 9 9.5 9.7 9.5 10.5V11.5M14.5 13.5C14.5 14.3 13.8 15 13 15H10.5V9H13C13.8 9 14.5 9.7 14.5 10.5V13.5M18.5 10.5H17V11.5H18.5V13H17V15H15.5V9H18.5V10.5M12 10.5H13V13.5H12V10.5M7 10.5H8V11.5H7V10.5Z" />'},phone:{path:'<path d="M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z" />'},phoneClassic:{path:'<path d="M12,3C7.46,3 3.34,4.78 0.29,7.67C0.11,7.85 0,8.1 0,8.38C0,8.66 0.11,8.91 0.29,9.09L2.77,11.57C2.95,11.75 3.2,11.86 3.5,11.86C3.75,11.86 4,11.75 4.18,11.58C4.97,10.84 5.87,10.22 6.84,9.73C7.17,9.57 7.4,9.23 7.4,8.83V5.73C8.85,5.25 10.39,5 12,5C13.59,5 15.14,5.25 16.59,5.72V8.82C16.59,9.21 16.82,9.56 17.15,9.72C18.13,10.21 19,10.84 19.82,11.57C20,11.75 20.25,11.85 20.5,11.85C20.8,11.85 21.05,11.74 21.23,11.56L23.71,9.08C23.89,8.9 24,8.65 24,8.37C24,8.09 23.88,7.85 23.7,7.67C20.65,4.78 16.53,3 12,3M9,7V10C9,10 3,15 3,18V22H21V18C21,15 15,10 15,10V7H13V9H11V7H9M12,12A4,4 0 0,1 16,16A4,4 0 0,1 12,20A4,4 0 0,1 8,16A4,4 0 0,1 12,12M12,13.5A2.5,2.5 0 0,0 9.5,16A2.5,2.5 0 0,0 12,18.5A2.5,2.5 0 0,0 14.5,16A2.5,2.5 0 0,0 12,13.5Z" />'},phoneOutline:{path:' <path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4z"/>'},phoneTalk:{path:'<path d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" />'},people:{path:'<path d="M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M15,15H18L19.5,19H18V22H15V19H13.5L15,15Z" />'},percent:{path:'<path d="M18.5,3.5L3.5,18.5L5.5,20.5L20.5,5.5M7,4A3,3 0 0,0 4,7A3,3 0 0,0 7,10A3,3 0 0,0 10,7A3,3 0 0,0 7,4M17,14A3,3 0 0,0 14,17A3,3 0 0,0 17,20A3,3 0 0,0 20,17A3,3 0 0,0 17,14Z" />'},person:{path:'<path d="M24 23.95q-3.3 0-5.4-2.1-2.1-2.1-2.1-5.4 0-3.3 2.1-5.4 2.1-2.1 5.4-2.1 3.3 0 5.4 2.1 2.1 2.1 2.1 5.4 0 3.3-2.1 5.4-2.1 2.1-5.4 2.1ZM8 40v-4.7q0-1.9.95-3.25T11.4 30q3.35-1.5 6.425-2.25Q20.9 27 24 27q3.1 0 6.15.775 3.05.775 6.4 2.225 1.55.7 2.5 2.05.95 1.35.95 3.25V40Zm3-3h26v-1.7q0-.8-.475-1.525-.475-.725-1.175-1.075-3.2-1.55-5.85-2.125Q26.85 30 24 30t-5.55.575q-2.7.575-5.85 2.125-.7.35-1.15 1.075Q11 34.5 11 35.3Zm13-16.05q1.95 0 3.225-1.275Q28.5 18.4 28.5 16.45q0-1.95-1.275-3.225Q25.95 11.95 24 11.95q-1.95 0-3.225 1.275Q19.5 14.5 19.5 16.45q0 1.95 1.275 3.225Q22.05 20.95 24 20.95Zm0-4.5ZM24 37Z"/>'},plumbingOutline:{path:'<path d="M19.28,4.93l-2.12-2.12c-0.78-0.78-2.05-0.78-2.83,0L11.5,5.64l2.12,2.12l2.12-2.12l3.54,3.54 C20.45,8,20.45,6.1,19.28,4.93z"/><path d="M5.49,13.77c0.59,0.59,1.54,0.59,2.12,0l2.47-2.47L7.96,9.17l-2.47,2.47C4.9,12.23,4.9,13.18,5.49,13.77L5.49,13.77z"/><path d="M15.04,7.76l-0.71,0.71l-0.71,0.71l-3.18-3.18C9.85,5.4,8.9,5.4,8.32,5.99c-0.59,0.59-0.59,1.54,0,2.12l3.18,3.18 L10.79,12l-6.36,6.36c-0.78,0.78-0.78,2.05,0,2.83c0.78,0.78,2.05,0.78,2.83,0L16.45,12c0.39,0.39,1.02,0.39,1.41,0 c0.39-0.39,0.39-1.02,0-1.41L15.04,7.76z"/>'},plus:{path:'<path fill-rule="evenodd" d="M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z" clip-rule="evenodd" />'},pool:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M10 8l-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"/><circle cx="16.5" cy="5.5" r="2.5"/>'},roofingOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M13,18h-2v-2h2V18z M15,14H9v6h6V14L15,14z M19,9.3L19,9.3V4h-3v2.6v0L12,3L2,12h3l7-6.31L19,12h3L19,9.3z"/>'},road:{path:'<path d="M18.1,4.8C18,4.3 17.6,4 17.1,4H13L13.2,7H10.8L11,4H6.8C6.3,4 5.9,4.4 5.8,4.8L3.1,18.8C3,19.4 3.5,20 4.1,20H10L10.3,15H13.7L14,20H19.8C20.4,20 20.9,19.4 20.8,18.8L18.1,4.8M10.4,13L10.6,9H13.2L13.4,13H10.4Z" />'},satellite:{path:'<path d="M5,18L8.5,13.5L11,16.5L14.5,12L19,18M5,12V10A5,5 0 0,0 10,5H12A7,7 0 0,1 5,12M5,5H8A3,3 0 0,1 5,8M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" />'},school:{path:'<path d="M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z" />'},schoolOutline:{path:'<path d="M12 3L1 9L5 11.18V17.18L12 21L19 17.18V11.18L21 10.09V17H23V9L12 3M18.82 9L12 12.72L5.18 9L12 5.28L18.82 9M17 16L12 18.72L7 16V12.27L12 15L17 12.27V16Z" />'},scriptText:{path:'<path d="M17.8,20C17.4,21.2 16.3,22 15,22H5C3.3,22 2,20.7 2,19V18H5L14.2,18C14.6,19.2 15.7,20 17,20H17.8M19,2C20.7,2 22,3.3 22,5V6H20V5C20,4.4 19.6,4 19,4C18.4,4 18,4.4 18,5V18H17C16.4,18 16,17.6 16,17V16H5V5C5,3.3 6.3,2 8,2H19M8,6V8H15V6H8M8,10V12H14V10H8Z" />'},search:{path:'<path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" />'},selector:{path:'<path fill-rule="evenodd" d="M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z" clip-rule="evenodd" />'},send:{path:'<path d="M2,21L23,12L2,3V10L17,12L2,14V21Z" />'},shieldAlert:{path:'<path d="M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5M11,7H13V13H11M11,15H13V17H11" />'},shieldCheck:{path:'<path d="M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z" />'},shieldCheckOutline:{path:'<path d="M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9" />'},shieldStar:{path:'<path d="M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M15.08 16L12 14.15L8.93 16L9.74 12.5L7.03 10.16L10.61 9.85L12 6.55L13.39 9.84L16.97 10.15L14.26 12.5L15.08 16Z" />'},shieldStarOutline:{path:'<path d="M21 11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5V11M12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21M15.05 16L11.97 14.15L8.9 16L9.71 12.5L7 10.16L10.58 9.85L11.97 6.55L13.37 9.84L16.95 10.15L14.23 12.5L15.05 16" />'},shopping:{path:'<path d="M12,13A5,5 0 0,1 7,8H9A3,3 0 0,0 12,11A3,3 0 0,0 15,8H17A5,5 0 0,1 12,13M12,3A3,3 0 0,1 15,6H9A3,3 0 0,1 12,3M19,6H17A5,5 0 0,0 12,1A5,5 0 0,0 7,6H5C3.89,6 3,6.89 3,8V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V8C21,6.89 20.1,6 19,6Z" />'},silverware:{path:'<path d="M11,9H9V2H7V9H5V2H3V9C3,11.12 4.66,12.84 6.75,12.97V22H9.25V12.97C11.34,12.84 13,11.12 13,9V2H11V9M16,6V14H18.5V22H21V2C18.24,2 16,4.24 16,6Z" />'},spinnerDark:{path:'<circle cx="12" cy="12" r="10" class="fill-white stroke-gray-300" stroke-width="4" /> <path d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" />'},spinnerLight:{path:'<circle cx="12" cy="12" r="10" class="fill-[#e5e5e5] stroke-white" stroke-width="4" /> <path d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" />'},spray:{path:'<path d="M10,4H12V6H10V4M7,3H9V5H7V3M7,6H9V8H7V6M6,8V10H4V8H6M6,5V7H4V5H6M6,2V4H4V2H6M13,22A2,2 0 0,1 11,20V10A2,2 0 0,1 13,8V7H14V4H17V7H18V8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H13M13,10V20H18V10H13Z" />'},squareFootOutline:{path:'<path d="M17.66,17.66l-1.06,1.06l-0.71-0.71l1.06-1.06l-1.94-1.94l-1.06,1.06l-0.71-0.71l1.06-1.06l-1.94-1.94l-1.06,1.06 l-0.71-0.71l1.06-1.06L9.7,9.7l-1.06,1.06l-0.71-0.71l1.06-1.06L7.05,7.05L5.99,8.11L5.28,7.4l1.06-1.06L4,4v14c0,1.1,0.9,2,2,2 h14L17.66,17.66z M7,17v-5.76L12.76,17H7z"/>'},star:{path:'<path d="M16.23,18L12,15.45L7.77,18L8.89,13.19L5.16,9.96L10.08,9.54L12,5L13.92,9.53L18.84,9.95L15.11,13.18L16.23,18M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},starFill:{path:'<path d="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z" />'},store:{path:'<path d="M18.36 9L18.96 12H5.04L5.64 9H18.36M20 4H4V6H20V4M20 7H4L3 12V14H4V20H14V14H18V20H20V14H21V12L20 7M6 18V14H12V18H6Z" />'},storeMarker:{path:'<path d="M20 6H4V4H20V6M14.3 12C13.5 12.96 13 14.18 13 15.5C13 16.64 13.43 17.86 14 19V20H4V14H3V12L4 7H20L20.7 10.5C20.04 10.18 19.32 10 18.56 10L18.36 9H5.64L5.04 12H14.3M12 14H6V18H12V14M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z" />'},success:{path:'<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" />'},tableOfContents:{path:'<path d="M3,9H17V7H3V9M3,13H17V11H3V13M3,17H17V15H3V17M19,17H21V15H19V17M19,7V9H21V7H19M19,13H21V11H19V13Z" />'},tag:{path:'<path d="M20,10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4H20z M14,14h-4v-4h4V14z"/>'},taxBuilding:{path:'<path d="M5 17v-7h2v7Zm6 0v-7h2v7ZM2 8V6l10-5 10 5v2Zm4.475-2h11.05L12 3.25ZM2 21v-2h12.05q.05.525.125 1.012.075.488.225.988Zm15-7.75V10h2v2.25ZM20 24q-1.725-.425-2.862-1.988Q16 20.45 16 18.55V16l4-2 4 2v2.55q0 1.9-1.137 3.462Q21.725 23.575 20 24Zm-.725-3 3.475-3.45-1.05-1.05-2.425 2.375-.975-.975-1.05 1.075ZM6.475 6h11.05Z"/>'},thumbDown:{path:'<path d="M19,15H23V3H19M15,3H6C5.17,3 4.46,3.5 4.16,4.22L1.14,11.27C1.05,11.5 1,11.74 1,12V14A2,2 0 0,0 3,16H9.31L8.36,20.57C8.34,20.67 8.33,20.77 8.33,20.88C8.33,21.3 8.5,21.67 8.77,21.94L9.83,23L16.41,16.41C16.78,16.05 17,15.55 17,15V5C17,3.89 16.1,3 15,3Z" />'},thumbUp:{path:'<path d="M23,10C23,8.89 22.1,8 21,8H14.68L15.64,3.43C15.66,3.33 15.67,3.22 15.67,3.11C15.67,2.7 15.5,2.32 15.23,2.05L14.17,1L7.59,7.58C7.22,7.95 7,8.45 7,9V19A2,2 0 0,0 9,21H18C18.83,21 19.54,20.5 19.84,19.78L22.86,12.73C22.95,12.5 23,12.26 23,12V10M1,21H5V9H1V21Z" />'},tools:{path:'<path d="M13.78 15.3L19.78 21.3L21.89 19.14L15.89 13.14L13.78 15.3M17.5 10.1C17.11 10.1 16.69 10.05 16.36 9.91L4.97 21.25L2.86 19.14L10.27 11.74L8.5 9.96L7.78 10.66L6.33 9.25V12.11L5.63 12.81L2.11 9.25L2.81 8.55H5.62L4.22 7.14L7.78 3.58C8.95 2.41 10.83 2.41 12 3.58L9.89 5.74L11.3 7.14L10.59 7.85L12.38 9.63L14.2 7.75C14.06 7.42 14 7 14 6.63C14 4.66 15.56 3.11 17.5 3.11C18.09 3.11 18.61 3.25 19.08 3.53L16.41 6.2L17.91 7.7L20.58 5.03C20.86 5.5 21 6 21 6.63C21 8.55 19.45 10.1 17.5 10.1Z" />'},tree:{path:'<path d="M11,21V16.74C10.53,16.91 10.03,17 9.5,17C7,17 5,15 5,12.5C5,11.23 5.5,10.09 6.36,9.27C6.13,8.73 6,8.13 6,7.5C6,5 8,3 10.5,3C12.06,3 13.44,3.8 14.25,5C14.33,5 14.41,5 14.5,5A5.5,5.5 0 0,1 20,10.5A5.5,5.5 0 0,1 14.5,16C14,16 13.5,15.93 13,15.79V21H11Z" />'},twitter:{path:'<path d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" />'},user:{path:'<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M12,13C14.67,13 20,14.33 20,17V20H4V17C4,14.33 9.33,13 12,13M12,14.9C9.03,14.9 5.9,16.36 5.9,17V18.1H18.1V17C18.1,16.36 14.97,14.9 12,14.9Z" />'},warning:{path:'<path d="M1 21 12 2l11 19Zm3.45-2h15.1L12 6ZM12 18q.425 0 .713-.288Q13 17.425 13 17t-.287-.712Q12.425 16 12 16t-.712.288Q11 16.575 11 17t.288.712Q11.575 18 12 18Zm-1-3h2v-5h-2Zm1-2.5Z"/>'},warningAlert:{path:'<path fill="currentColor" d="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z"/>'},xCircle:{path:'<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clip-rule="evenodd" />'},xSquare:{path:'<path d="m16.2233 14.1514-5.9132-8.274H7.1562l7.325 10.2486.922 1.2893 6.2697 8.7798h3.1539l-7.6854-10.7545-.9181-1.2892Z" fill="currentColor"/><path d="M29.3233 0H2.6767C1.1983 0 0 1.1983 0 2.6767v26.6466C0 30.8017 1.1983 32 2.6767 32h26.6466C30.8017 32 32 30.8017 32 29.3233V2.6767C32 1.1983 30.8017 0 29.3233 0ZM20.706 27.6364l-6.3456-9.0371-7.9438 9.0371h-2.053L13.45 17.3023 4.3636 4.3636h6.9304l6.0075 8.5556 7.527-8.5556h2.0529l-8.6647 9.8555 9.4197 13.4173H20.706Z" fill="currentColor"/>'},youtube:{path:'<path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" />'}},G=d=>U[d],Q=({color:d="text-current",className:e,name:t,size:a="medium",viewBox:l="0 0 20 20"})=>{const r=G(t),[i,o]=v.useState(d),[s,c]=v.useState(r);return v.useEffect(()=>{c(r)},[r]),v.useEffect(()=>{o(d)},[d]),!r&&console.error("Icon does not exist",t),n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:p("fill-current flex-shrink-0",W[a],i,e),style:{maxWidth:"4em"},role:"presentation",viewBox:l,dangerouslySetInnerHTML:{__html:s&&s.path}})},x=v.memo(Q),J=({children:d,className:e,clickHandler:t,panelClass:a,title:l,unmount:r=!0,isOpen:i=!1})=>{const[o,s]=v.useState(i);return n.jsx("div",{className:p("accordion shadow rounded-lg",{"accordion--open":o},e),children:n.jsxs(n.Fragment,{children:[n.jsxs("button",{type:"button",className:p("accordion-header flex w-full justify-between items-center bg-gray-50 px-4 py-2 text-left font-medium text-slate-700 border border-gray-200 focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75"),title:l,onClick:()=>{s(!o),t&&t(!o)},children:[n.jsx("div",{className:"accordion-title font-medium text-slate-700 sm-max:!text-base text-lg flex items-center",children:l}),n.jsx("span",{className:"accordion-icon ml-6 h-7 flex items-center",children:n.jsx(x,{name:"chevronDown",size:"small",className:"transition-all duration-75"})})]}),r&&o&&n.jsx("div",{className:p("accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",a),children:d}),!r&&n.jsx("div",{className:p("accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",a,{hidden:!o}),children:d})]})})},Y=v.memo(J),X=({children:d,className:e,messages:t=[],messagesClass:a,title:l="",titleClass:r="",props:i={},type:o="error"})=>{const s={error:{icon:"error",iconColor:"text-red-500",styles:"bg-red-500/10 border-red-300 text-red-700"},info:{icon:"info",iconColor:"text-blue-500",styles:"bg-blue-50 border-blue-300 text-blue-800"},success:{icon:"success",iconColor:"text-green-500",styles:"bg-green-50 border-green-300 text-green-800"},warning:{icon:"warningAlert",iconColor:"text-yellow-500",styles:"bg-yellow-50 border-yellow-300 text-yellow-700"}},{icon:c,iconColor:f,styles:m}=s[o];return n.jsx("div",{id:o,className:p("rounded w-full py-2 px-4 mb-4 border",m,e),...i,children:n.jsxs("div",{className:"flex",children:[n.jsx("div",{className:"flex-shrink-0",children:n.jsx(x,{name:c,viewBox:"0 0 24 24",className:f,size:"xSmall"})}),n.jsxs("div",{className:"ml-3",children:[n.jsx("div",{className:p("font-medium text-sm",r),children:l}),t.length>0?n.jsx("ul",{role:"list",className:p("list-disc space-y-1 pl-5 mt-2 text-xs",a),children:t.map((H,C)=>n.jsx("li",{children:H},C))}):"",d]})]})})},_=v.memo(X),K=({autoFocus:d=!1,className:e,dataSearch:t="container",defaultValue:a="",floatingLabel:l="",id:r="",inputClass:i,label:o,leftIcon:s="homeSearch",leftIconProps:c={},loadingIconProps:f={},mobileBackdrop:m=!1,name:H="",options:C=[],parentProps:g={},placeholder:u="",props:A={},rightIcon:h="",required:y=!1,showClearIcon:w=!0,showDropdown:b=!0,showLoadingIcon:z=!0,showRightIcon:I=!1,showSearchIcon:k=!0,size:S="medium",styles:j=null,title:_1,type:K1,useGoogle:R1=!1,useReact:e2=!1})=>{const t2=e2?{defaultValue:a}:{value:a};return n.jsxs("div",{id:r,"data-search":t,"data-search-type":K1,"data-use-google":R1,className:p("Autocomplete",e),style:j?{...j}:null,...g,children:[k&&n.jsxs("span",{className:p("search-icon-left absolute inset-y-0 left-0 flex items-center ",{"pointer-events-none":m,"pl-2":S==="medium","pl-4":S==="large"}),children:[n.jsx(x,{className:"home-search select-none text-gray-500",name:s,size:S==="xLarge"?"small":"xSmall",viewBox:"0 0 24 24",...c}),n.jsx(x,{className:"arrow-left select-none text-gray-500 hidden",name:"arrowLeft",size:S==="xLarge"?"small":"xSmall",viewBox:"0 0 24 24"})]}),n.jsx("input",{"data-lpignore":"true","aria-label":o,autoFocus:d,className:p("w-full bg-white placeholder:bg-white rounded border border-gray-300 py-2 pr-8 shadow-sm focus:outline-none sm-max:text-sm placeholder:text-gray-500 sm-max:placeholder:text-sm placeholder-shown:text-ellipsis truncate",{"pl-8":k===!0&&S==="medium","pl-10":k===!0&&S==="large","px-3 h-10":S==="medium","px-4 h-12":S==="large","px-5 h-[60px] sm:!text-base":S==="xLarge",peer:l},i),required:y,autoComplete:"off",placeholder:!u&&l?" ":u,type:"search",name:H||"search-input","data-id":"search-input",...t2,...A}),l&&n.jsx("label",{className:p("floating-label absolute text-sm !normal-case text-gray-500 duration-300 transform -translate-y-4 scale-75 top-2 z-10 origin-[0] bg-white px-2 peer-focus:text-[#222] peer-focus:px-2 peer-focus:bg-white peer-placeholder-shown:bg-white peer-placeholder-shown:scale-100 peer-placeholder-shown:-translate-y-1/2 peer-placeholder-shown:top-1/2 peer-focus:top-2 peer-focus:scale-75 peer-focus:-translate-y-4 start-1 pointer-events-none",{"!left-7":k===!0,"left-2":S==="medium","left-3":S==="large","left-4":S==="xLarge"}),children:l}),w&&n.jsx("span",{"data-id":"search-clear",className:"clear-btn absolute inset-y-0 right-0 flex items-center px-2 hidden",children:n.jsx(x,{className:"cursor-pointer text-gray-500",name:"xCircle",size:"xSmall",viewBox:"0 0 20 20"})}),z&&n.jsx("span",{"data-id":"search-loading",className:"absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none hidden",children:n.jsx(x,{className:"animate-spin text-[#222] pointer-events-none",name:"spinnerDark",size:"xSmall",viewBox:"0 0 24 24",...f})}),h&&n.jsx("span",{"data-id":"right-icon",className:`${I?"":"hidden"} absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none`,children:n.jsx(x,{name:h,size:"small",viewBox:"0 0 24 24"})}),b&&n.jsxs("div",{"data-id":"search-dropdown",className:"dropdown absolute z-[15] w-full bg-white shadow-lg max-h-56 rounded-bl rounded-br py-1 overflow-auto focus:outline-none sm:text-sm sm:custom-scrollbar border-x border-b border-gray-300 hidden",children:[n.jsx("div",{"data-id":"search-dropdown-header"}),n.jsx("ul",{"data-id":"search-dropdown-body",role:"listbox","data-title":_1,"aria-labelledby":"Label","aria-activedescendant":"search-item-0",children:C.length>0?C.map((N,T)=>n.jsx("li",{id:`search-item-${T}`,tabIndex:-1,className:"dropdown-item text-gray-900 cursor-default select-none py-2 pl-3 pr-4 truncate hover:bg-gray-50 font-normal focus:bg-gray-50 focus:text-green-400 focus-visible:outline-0","aria-selected":T===0,role:"option",children:(N==null?void 0:N.name)||N},`search-item-${T}`)):""})]})]})},R=({children:d,className:e,size:t="sm",tag:a="span"})=>{const l=a||"span";return n.jsx(l,{className:p(" bg-gray-200 font-semibold py-1 px-2 rounded",{"text-sm":t==="sm","text-xs":t==="xs","text-xxs !py-0.5 !px-1.5":t==="xxs"},e),children:d})},e1=({borderless:d=!1,leftIcon:e,leftIconProps:t={},children:a,className:l,disabled:r=!1,href:i,outline:o=!1,props:s={},rightIcon:c,rightIconProps:f={},rounded:m=!1,size:H="md",type:C="button",uppercase:g=!1,variation:u="primary"})=>{const A=i?"a":"button";return n.jsxs(A,{type:A!=="a"?C:null,className:p("button",{[`button--${u}`]:u,[`button--${H}`]:H,"button--rounded":m,"button--disabled":r,"button--outline":o,"button--custom-link":i,"button--uppercase":g,"button--borderless":d||u==="link"},l),disabled:r,href:i,...s,children:[e&&n.jsx(x,{name:e,size:H==="md"?"small":"xSmall",viewBox:"0 0 24 24",...t}),a,c&&n.jsx(x,{name:c,size:H==="md"?"small":"xSmall",viewBox:"0 0 24 24",...f})]})},Z=v.memo(e1),t1=({checked:d=!1,children:e,className:t,error:a=!1,inputClass:l,id:r,label:i,labelClass:o,name:s,props:c={},variation:f="primary",value:m})=>n.jsxs("label",{className:p("checkbox",{[`checkbox--${f}`]:f},t),htmlFor:r,children:[n.jsx("input",{checked:d,className:p("form-checkbox",{"!border-red-500 !bg-red-500 focus:!ring-red-500 focus:!border-red-500":a},l),id:r,name:s,type:"checkbox",value:m,...c}),i&&n.jsx("span",{className:p("sr-only",o),children:i}),e]}),a1=v.memo(t1),l1=({activator:d,ariaLabel:e,id:t,children:a,className:l,contentClass:r,customScrollbar:i=!0,dark:o=!1,disableClose:s=!1,footer:c,fullMobile:f=!0,headerClass:m,hideClose:H=!1,iconSize:C="medium",preventPageScroll:g=!0,sheet:u=!1,sheetDirection:A="right",stickyHeader:h=!1,title:y="",titleClass:w,variation:b="primary",useFormMethod:z=!0})=>{const I=z?"form":"div";return n.jsxs(n.Fragment,{children:[d&&n.jsx("span",{id:`${t}-dialog-activator`,children:d}),n.jsx("dialog",{"aria-labelledby":y?`${t}-dialog-title`:null,"aria-label":!y&&e?e:null,...s?{closedby:"none"}:null,id:t?`${t}-dialog`:null,className:p("dialog",{[`dialog-${b}`]:b,"dialog-full-mobile":f,"dialog-sheet":u,dark:o,"dialog-sheet--right":A==="right"&&u,"prevent-scroll":g},l),children:n.jsxs(I,{className:"dialog-container",method:z?"dialog":null,children:[n.jsxs("div",{className:p("dialog-header",{"sticky top-0 bg-white z-10":h,"!pb-0 border-0 justify-end":!y,"justify-between border-b":y},m),children:[y&&n.jsx("div",{id:`${t}-dialog-title`,className:p("dialog-title",w),children:y}),!H&&n.jsx("button",{type:"button",title:"Close",className:"dialog-close","data-dialog-close":"",value:"close",children:n.jsx(x,{name:"close",size:C,className:"pointer-events-none"})})]}),n.jsx("div",{id:`${t}-dialog-content`,className:p("dialog-content",{"custom-scrollbar":i},r),children:a}),c&&n.jsx("footer",{id:`${t}-dialog-footer`,className:"dialog-footer",children:c})]})})]})},r1=v.memo(l1),n1=({ariaLabel:d,className:e})=>n.jsxs("div",{role:"status","aria-label":d,className:p("Dots mx-auto",e),children:[n.jsx("span",{style:{animationDelay:"0.1s"}}),n.jsx("span",{style:{animationDelay:"0.2s"}}),n.jsx("span",{style:{animationDelay:"0.3s"}}),n.jsx("span",{style:{animationDelay:"0.4s"}}),n.jsx("span",{style:{animationDelay:"0.5s"}}),n.jsx("span",{style:{animationDelay:"0.6s"}}),n.jsx("span",{style:{animationDelay:"0.7s"}}),n.jsx("span",{style:{animationDelay:"0.8s"}})]}),s1=({ariaLabel:d,cb:e,onUpdate:t,className:a,selector:l="",size:r="md",timeout:i=1e4,variation:o="primary"})=>{const[s,c]=v.useState(0);function f({cb:m}){const H=document.querySelector(`.loading-bar--inner${l?`.${l}`:""}`);if(!H)return;let C,g,u=!1;function A(h){C===void 0&&(C=h);const y=h-C;if(g!==h){const w=y/i*101;H.style.width=`${w}%`,c(Math.min(100,Math.round(w))),t&&t({elapsed:y,percentage:w}),w>=101&&(m&&m(),u=!0,window.cancelAnimationFrame(h))}y<i&&(g=h,u||window.requestAnimationFrame(A))}window.requestAnimationFrame(A)}return v.useEffect(()=>{f({cb:e})},[]),n.jsx("div",{role:"progressbar","aria-label":d,"aria-valuenow":s,"aria-valuemin":0,"aria-valuemax":100,"aria-busy":s<100,className:p("loading-bar my-8",`loading-bar--${o}`,{"h-4":r==="md","h-6":r==="lg","h-8":r==="xl"},`loading-bar--${r}`,a),children:n.jsx("div",{className:`loading-bar--inner ${l}`,"data-size":"100"})})},i1=v.memo(s1),o1=({ariaLabel:d="Processing...",className:e})=>n.jsx("div",{role:"status","aria-label":d,className:p("processing-spinner",e)}),c1=v.memo(o1),d1=({activator:d,activatorClass:e="",attrs:t={},children:a,className:l="",containerClass:r="",disabled:i=!1,options:o={},trigger:s="click"})=>n.jsxs(n.Fragment,{children:[n.jsx("div",{className:p("popover z-10 max-w-[350px] hidden",l),children:n.jsxs("div",{className:p("popover-container rounded border bg-gray-50 border-gray-300 shadow-md text-gray-500 animate-menu-close",r),children:[a,n.jsx("div",{className:"absolute w-4 h-4 before:content-[''] before:absolute before:w-4 before:h-4 before:visible before:transform before:rotate-45","data-popper-arrow":""})]})}),n.jsx("div",{className:p("popover-activator",`trigger-${s}`,{"is-disabled":i},e),...t,"data-options":JSON.stringify(o),children:d})]}),h1=({ariaLabel:d="Progress Bar",ariaValuemax:e=100,ariaValuemin:t=0,bgColor:a="bg-orange-500",className:l,completed:r=0,customLabel:i,labelClass:o,maxCompleted:s=100,rounded:c=!0,showLabel:f=!1})=>{const H=((C,g)=>{if(C){const u=Number(g)/C;return u>1?100:u*100}return r})(s,r);return n.jsx("div",{className:p("w-full bg-gray-200",{"rounded-full":c},l),role:"progressbar","aria-label":d,"aria-valuenow":r,"aria-valuemin":t,"aria-valuemax":e,children:n.jsx("div",{className:p("h-full text-right flex items-center justify-end rounded-full",a),style:{width:`${H}%`},children:f&&n.jsx("span",{className:p("font-bold text-white text-xs mr-2",o),children:i||Math.round(H)})})})},u1=v.memo(h1),p1=({checked:d=!1,children:e,className:t,id:a,inputClass:l,label:r,labelClass:i,name:o,props:s={},variation:c="primary",value:f})=>n.jsxs("label",{className:p("radio",{[`radio--${c}`]:c},t),htmlFor:a,children:[n.jsx("input",{checked:d,className:p("form-radio",l),id:a,name:o,type:"radio",value:f,...s}),r&&n.jsx("span",{className:p("sr-only",i),children:r}),e]}),f1=v.memo(p1),m1=({className:d,error:e=!1,errorMessage:t,id:a,label:l,labelClass:r,name:i,options:o=[],placeholder:s,props:c={},selectClass:f,styles:m=null,variation:H="primary",value:C})=>{const g=s?{defaultValue:""}:{};return n.jsxs("label",{className:p("relative select",{[`select--${H}`]:H},d),style:m?{...m}:null,children:[l&&n.jsx("span",{className:p("sr-only",r),children:l}),n.jsxs("select",{className:p("form-select relative bg-white pl-3 pr-10 text-left cursor-default",{"field-error":e},f),id:a,name:i,value:C,...g,...c,children:[s&&n.jsx("option",{"aria-label":s,hidden:!0,value:"",children:s}),o.map(u=>n.jsx("option",{"aria-label":(u==null?void 0:u.label)||(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u,value:(u==null?void 0:u.id)||(u==null?void 0:u.value)||(u==null?void 0:u.name)||u,children:(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u},(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u))]}),t&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:t})]})},V1=v.memo(m1),H1=({className:d})=>n.jsxs("div",{className:p("flex justify-center items-center bg-gray-200 rounded-lg animate-pulse",d),children:[n.jsx(x,{size:"xLarge",name:"map",className:"mx-auto"}),n.jsx("span",{className:"sr-only",children:"Loading..."})]}),C1=v.memo(H1),L1=({placeholderClass:d="",children:e,className:t,id:a=1,padding:l=!0})=>n.jsxs("div",{className:p("slider",t),id:`slider-${a}`,children:[n.jsx("button",{title:"Previous Slide",id:`btn-left-${a}`,type:"button",className:"slider-button__prev ",children:n.jsx(x,{name:"chevronLeft"})}),n.jsx("div",{id:`slider-container-${a}`,className:"slider-container",children:Array.from({length:4},(r,i)=>n.jsx("div",{className:`slider-card bg-gray-200 animate-pulse ${d}`,children:n.jsx("div",{className:`slider-card-action ${l?"p-4":""}`,children:e})},i))}),n.jsx("button",{title:"Next Slide",id:`btn-right-${a}`,type:"button",className:"slider-button__next",children:n.jsx(x,{name:"chevronRight"})})]}),M1=v.memo(L1),v1=({ariaLabel:d,className:e,iconClass:t,iconProps:a={}})=>n.jsx("div",{role:"status","aria-label":d,className:p("rounded-r-md px-2 focus:outline-none",e),children:n.jsx(x,{className:p("animate-spin text-black-900 motion-reduce:animate-none",t),size:"xSmall",name:"spinnerDark",viewBox:"0 0 24 24",...a})}),g1=v.memo(v1),y1=({className:d,value:e})=>{const t={"--value":`calc(${e} / 5 * 100%)`};return n.jsx("div",{className:p('Stars inline-block leading-none font-sans text-base before:content-["★★★★★"]',d),style:t})},b1=({className:d,clear:e=!1,error:t=!1,errorMessage:a="",id:l="",inputClass:r="",name:i="",placeholder:o="",props:s={},rows:c=4,variation:f="primary"})=>n.jsxs("div",{className:p("relative textarea",{[`textarea--${f}`]:f},d),children:[n.jsx("textarea",{placeholder:o,id:l,name:i,rows:c,className:p("form-textarea min-h-[40px] pl-4",e?"pr-10":"pr-4",{"field-error":t},r),...s}),e&&n.jsx("div",{id:`${l}-clear`,className:"textarea-clear absolute right-0 top-2 bottom-auto flex items-center rounded-r-md pr-2 focus:outline-none hidden",children:n.jsx(x,{size:"xSmall",name:"xCircle",color:"text-gray-500 cursor-pointer"})}),a&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:a})]}),B=v.memo(b1),A1=({className:d,clear:e=!1,error:t=!1,errorMessage:a="",iconLeft:l="",id:r="",inputClass:i,name:o="",placeholder:s="",props:c={},styles:f=null,type:m="text",value:H,variation:C="primary"})=>n.jsxs("div",{className:p("relative textbox",{[`textbox--${C}`]:C},d),style:f?{...f}:null,children:[l&&n.jsx("div",{className:"pointer-events-none absolute inset-y-0 left-0 flex items-center px-2",children:n.jsx(x,{size:"xSmall",name:l,color:"text-[#94A3B8]",viewBox:"0 0 24 24"})}),n.jsx("input",{placeholder:s,id:r,name:o,type:m,value:H,autoComplete:"off",className:p("form-input",e?"pr-10":"pr-4",l?"pl-8":"pl-4",c.inputClass??"",i,{"field-error":t}),...c}),e&&n.jsx("div",{id:`${r}-clear`,className:"textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",children:n.jsx(x,{size:"xSmall",name:"xCircle",color:"text-gray-500 cursor-pointer"})}),a&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:a})]}),E=v.memo(A1),x1=({checked:d=!1,props:e={}})=>n.jsx(n.Fragment,{children:n.jsx("label",{className:"flex cursor-pointer select-none items-center",children:n.jsxs("div",{className:"relative",children:[n.jsx("input",{type:"checkbox",checked:d,className:"sr-only",...e}),n.jsx("div",{className:`box block h-8 w-14 rounded-full ${d?"bg-[#365487]":"bg-black-250"}`}),n.jsx("div",{className:`absolute left-1 top-1 flex h-6 w-6 items-center justify-center rounded-full bg-white transition ${d?"translate-x-full":""}`})]})})}),w1=v.memo(x1),S1=({btnClass:d,btnProps:e={},btnTitle:t="Submit",className:a="",containerClass:l,customSuccessMsg:r="",title:i="Send A Message",titleClass:o,uppercase:s=!0})=>{const c=r||n.jsxs(n.Fragment,{children:["Typical email response time is 2-3 hours. If you require immediate assistance you may use our"," ",n.jsx(Z,{className:p("text-black-900 items-center gap-2 live-chat uppercase !inline-flex"),variation:"link",props:{title:"Live Chat"},children:"Live Chat"})]});return n.jsxs("form",{id:"contactForm",className:p("contact-form",l,{uppercase:s}),children:[n.jsx("h2",{id:"contact-title",className:p("mb-4",o),children:i}),n.jsx("p",{className:"contact-form__msg",children:c}),n.jsxs("div",{className:p("p-6 bg-gray-100 flex flex-col gap-y-3 max-w-[458px]",a),children:[n.jsx(E,{id:"contact-name",name:"contact-name",placeholder:"Name",inputClass:p({"placeholder:uppercase":s})}),n.jsx(E,{id:"contact-email",name:"contact-email",placeholder:"Email",inputClass:p({"placeholder:uppercase":s})}),n.jsx(B,{id:"contact-message",name:"contact-message",placeholder:"Message",inputClass:p({"placeholder:uppercase":s})}),n.jsx(Z,{className:p("flex mx-auto items-center",{uppercase:s},d),props:{title:t},type:"submit",...e,children:t})]})]})},z1=v.memo(S1),k1=({block:d=!1,children:e,className:t,contentClass:a,footerClass:l,footerContent:r,headerContent:i,headerClass:o,list:s=!1,props:c={},variation:f="primary"})=>{const m=s?"ul":"div";return n.jsxs("div",{className:p("content-card",{"content-card--block":d},`content-card--${f}`,t),...c,children:[i&&n.jsx("div",{className:p("content-card__header",o),children:typeof i=="string"?n.jsx("h3",{children:i}):i}),n.jsx(m,{className:p("content-card__content",a),role:s?"list":null,children:e}),r&&n.jsx("div",{className:p("content-card__footer",l),children:r})]})},N1=v.memo(k1),Z1=({children:d,className:e,colGap:t=2,direction:a="col",label:l,labelClass:r,props:i={},rowGap:o=1,value:s,valueClass:c,wrap:f=!1})=>n.jsxs("div",{className:p("flex",{"flex-col items-start":a==="col","flex-row items-center":a==="row","flex-wrap":f},e),style:{columnGap:`${t/4}rem`,rowGap:`${o/4}rem`},...i,children:[l&&n.jsx("div",{className:p("item-label",r),children:l}),s&&n.jsx("div",{className:p("item-value",c),children:s}),d]}),E1=v.memo(Z1),F1=({breakPage:d=!1,children:e,className:t,noPrint:a=!1,props:l={},title:r,titleClass:i,titleId:o})=>n.jsxs("section",{className:p("spacer",{"print:!hidden":a,"print:!break-before-page":d},t),...l,children:[r&&n.jsx("h2",{className:p("spacer-title",i),id:o,children:r}),e]}),D1=({children:d,className:e,list:t=!0})=>{const a=t?"li":"div";return n.jsx(a,{className:p("stacked-list",e),children:d})},O1=({align:d="center",children:e,className:t,tag:a="h1",title:l})=>{const r=a;return n.jsx(r,{className:p("funnel-header !header-4-medium mb-6 flex items-center",{"text-center justify-center":d==="center","justify-start text-left":d==="left","justify-end text-right":d==="right"},t),children:l||e})},I1=v.memo(O1),F={animation:{circular:"circular 3s linear infinite","circular-reverse":"circular 3s linear reverse infinite","fade-in":"fade-in 0.2.5s ease-out","fade-out":"fade-out 0.1.5s ease-in","fade-scale-in":"fade-scale-in 0.2.5s ease-out","fade-scale-out":"fade-scale-out 0.1.5s ease-in","listbox-open":"listbox-open 0.1s ease-out","listbox-close":"listbox-close 0.075s ease-out","menu-open":"menu-open 0.1s ease-out","menu-close":"menu-close 0.1s ease-in-out","slide-out-to-right":"slide-out-to-right 0.3s ease-in forwards","slide-in-from-right":"slide-in-from-right 0.3s ease-out forwards",indeterminate_first:"indeterminate_first 1.1s ease-in-out infinite"},backgroundImage:{map:"var(--map)"},fontSize:{"3xs":"0.5rem",xxs:"0.625rem","2.5xl":"1.625rem","2.75xl":"1.75rem","3.5xl":"2rem"},gridTemplateColumns:{17:"repeat(17, minmax(0, 1fr))"},keyframes:{circular:{"100%":{transform:"rotate(360deg)"}},"fade-in":{from:{opacity:"0"},to:{opacity:"1"}},"fade-out":{from:{opacity:"1"},to:{opacity:"0"}},"listbox-open":{from:{opacity:"0",transform:"scale(.95)"},to:{opacity:"1",transform:"scale(1)"}},"listbox-close":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(.95)"}},"menu-open":{from:{opacity:"0",transform:"scale(.95)"},to:{opacity:"1",transform:"scale(1)"}},"menu-close":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(.95)"}},"fade-scale-in":{from:{opacity:"0",transform:"scale(.95) translateY(1rem)"},to:{opacity:"1",transform:"scale(1) translateY(0)"}},"fade-scale-out":{from:{opacity:"1",transform:"scale(1) translateY(0)"},to:{opacity:"0",transform:"scale(.95) translateY(1rem)"}},indeterminate_first:{"0%":{transform:"translateX(-100%)"},"100%":{transform:"translateX(100%)"}},"slide-out-to-right":{from:{opacity:"1",transform:"translateX(0)"},to:{opacity:"0",transform:"translateX(100%)"}},"slide-in-from-right":{from:{opacity:"0",transform:"translateX(100%)"},to:{opacity:"1",transform:"translateX(0)"}}},margin:{20:"5rem",24:"6rem",28:"7rem",32:"8rem"},maxWidth:{aside:"268px",container:"724px",page:"1200px"},screens:{"xs-max":{max:"639px"},"sm-max":{max:"767px"},"md-max":{max:"895px"},"md-up":"896px","screen-lg-max":{max:"1023px"},"lg-max":{max:"1199px"},"lg-up":"1200px"},transitionDuration:{0:"0ms",50:"50ms"},transformOrigin:{"center-top":"center 30%"}},$={black:{50:"#FCFCFC",100:"#F9F9F9",200:"#F0F0F0",250:"#E5E5E5",300:"#CECECE",400:"#B6B6B6",500:"#9F9F9F",600:"#767676",700:"#666666",800:"#4C4C4C",900:"#222222",950:"#000000"},blue:{50:"#EBF5FF",200:"#EAF3FC",300:"#A4CAFE",350:"#92C7E5",400:"#76A9FA",500:"#3F83F8",600:"#2D9CDB",650:"#1A76AA",700:"#3269f7",800:"#1E429F",900:"#232E39",950:"#0F172A"},gray:{50:"#f9fafb",75:"#F5F6F7",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",350:"#CED2D6",400:"#9ca3af",500:"#6b7280",550:"#94A3B8",600:"#4b5563",700:"#374151",750:"#848C98",800:"#1f2937",850:"#4C4C4C",900:"#111827"},green:{50:"#F3FAF7",100:"#F0F9E5",300:"#84E1BC",400:"#31C48D",500:"#298E6A",700:"#15803d",750:"#48780F",800:"#03543F"},orange:{500:"#FF8945",700:"#ED6D26"},pink:{200:"#ff99a8",500:"#ff5a5f",700:"#ff385c"},purple:{700:"#6E298E"},red:{50:"#F4827B",300:"#F8B4B4",400:"#F98080",500:"#ef4444",600:"#DF2A1F",700:"#B21010"},slate:{50:"#f9f9f9",300:"#767676",500:"#484848",700:"#222"},teal:{50:"#f0fdfa",100:"#ccfbf1",500:"#00a699",700:"#007b80",800:"#006266",900:"#006165"},yellow:{50:"#FEFCE8",100:"#fdf6b2",300:"#FACA15",400:"#E3A008",500:"#f3cb4b",700:"#8E4B10",800:"#723B13"},current:"currentColor",transparent:"transparent",white:"#fff"},q={blue:{100:"hsl(240 42% 22%)",60:"hsl(240 24% 34%)",650:"#1A76AA",50:"hsl(257 75% 52%)",40:"hsl(200 100% 51%)",30:"hsl(224 85% 67%)"},grey:{light:"hsl(0 0% 98%)",DEFAULT:"hsl(0 0% 80%)"},pink:"hsl(325 78% 68%)",purple:"hsl(279 85% 57%)",white:"hsl(0 0% 100%)",transparent:"hsl(0 0% 100% / 0)"},T1={...$,...q},B1=({matchUtilities:d,theme:e})=>d({aspect:t=>({"@supports (aspect-ratio: 1 / 1)":{aspectRatio:t},"@supports not (aspect-ratio: 1 / 1)":{"&::before":{content:'""',float:"left",paddingTop:`calc(100% / (${t}))`},"&::after":{clear:"left",content:'""',display:"block"}}})},{values:e("aspectRatio")}),$1=({matchUtilities:d,theme:e})=>d({"animation-delay":t=>({"animation-delay":t})},{values:e("transitionDelay")}),q1=({matchUtilities:d})=>d({"max-inline":e=>({"max-inline-size":e})}),P1=({matchUtilities:d})=>d({"max-block":e=>({"max-block-size":e})}),P=({addUtilities:d,e,classPrefix:t="",fixedProps:a={},sizeProps:l=null,sizes:r,weights:i,weightProps:o=null})=>{const s={};Object.entries(r).forEach(([c,f])=>{const m={"font-size":f,...a},H=`.${e(`${t}-${c}`)}`,C=l?l({sizeKey:c,sizeValue:f}):{};s[H]={...m,...C},Object.entries(i).forEach(([g,u])=>{const A=`.${e(`${t}-${c}-${g}`)}`,h=o?o({sizeKey:c,sizeValue:f,weightKey:g,weightValue:u}):{};s[A]={...m,"font-weight":u,...h}})}),d(s)},D={aspectRatio:!1,backdropBlur:!1,backdropBrightness:!1,backdropContrast:!1,backdropFilter:!1,backdropGrayscale:!1,backdropHueRotate:!1,backdropInvert:!1,backdropOpacity:!1,backdropSaturate:!1,backdropSepia:!1,backgroundAttachment:!1,backgroundBlendMode:!1,backgroundClip:!1,backgroundOpacity:!0,backgroundOrigin:!1,blur:!1,borderCollapse:!1,borderSpacing:!1,boxDecorationBreak:!1,breakAfter:!1,breakBefore:!1,breakInside:!1,brightness:!1,caretColor:!1,clear:!1,columns:!1,container:!1,contrast:!1,dropShadow:!1,filter:!1,float:!1,fontSmoothing:!1,fontVariantNumeric:!1,grayscale:!1,hueRotate:!1,invert:!1,isolation:!1,outlineOffset:!1,placeContent:!1,placeItems:!1,placeSelf:!1,placeholderOpacity:!1,resize:!1,ringOpacity:!1,saturate:!1,scrollBehavior:!1,scrollMargin:!1,scrollPadding:!1,scrollSnapAlign:!1,scrollSnapStop:!1,scrollSnapType:!1,sepia:!1,skew:!1,strokeWidth:!1,tableLayout:!1,textDecorationColor:!1,textDecorationStyle:!1,textDecorationThickness:!1,textIndent:!1,textOpacity:!1,textUnderlineOffset:!1,touchAction:!1},O=[({addUtilities:d,matchUtilities:e,theme:t,e:a})=>{const l=["2","5"],r={light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},i={title:"2rem",1:"1.75rem",2:"1.625rem",3:"1.50rem",4:"1.25rem",5:"1.125rem",6:"1rem"},o={1:"0.938rem","1.5":"0.875rem",2:"0.813rem",3:"0.75rem"};P({addUtilities:d,e:a,classPrefix:"header",fixedProps:{"line-height":"1.5"},sizeProps:({sizeKey:s})=>({"font-weight":l.includes(s)?r.semibold:r.bold}),sizes:i,weights:r}),P({addUtilities:d,e:a,classPrefix:"text-body",sizes:o,weights:r}),B1({matchUtilities:e,theme:t}),$1({matchUtilities:e,theme:t}),q1({matchUtilities:e}),P1({matchUtilities:e})}],j1={theme:{extend:F,colors:$},plugins:O,corePlugins:D},W1={theme:{extend:F,colors:q},plugins:O,corePlugins:D};function U1(d,e=[]){return new Proxy(d,{get:function(t,a){return t[a]},set(t,a,l){const r={...t};return t[a]=l,e.length>0&&e.forEach(i=>i(t,r,a)),t}})}function G1(d,e=[]){e.length&&(d==null||d.classList.add(...e))}function Q1(d,e=[]){e.length&&(d==null||d.classList.remove(...e))}function J1({cb:d,form:e,formData:t,validations:a,reactive:l=!1}){let r=!0;for(const[i,o]of t.entries()){const s=e.querySelector(`[name="${i}"]`),c=a[i],f=[];c.forEach(m=>{m.isValid(o)||f.push(m.message)}),f.length?(r=!1,s.classList.add("field-error"),d&&d({isValid:r,field:s,validations:a})):(s.classList.remove("field-error"),d&&d({isValid:!0,field:s,validations:a})),l&&(s==null||s.addEventListener("input",m=>{m.preventDefault(),s.classList.contains("field-error")&&s.classList.remove("field-error")}))}return r}function Y1(d){const e=/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/,t=/[^a-zA-Z]+$/;return e.test(d.toLowerCase())&&!t.test(d)}class X1{init(e){this.handleSliders(e)}handleSliders({items:e,id:t=1,cb:a}){if(!document.getElementById(`slider-container-${t}`))return;const l=U1({activeIndex:0,computedSlides:[],container:null,disableBtns:!0,endingIndex:3,entriesIntersected:[],lazyIndex:3,nextBtn:null,observer:null,prevBtn:null,scrollToEnd:!1,scrollToStart:!1,showNextBtn:!1,showPrevBtn:!1,slides:[],transition:0},[this.showHideBtns]);this.sliderElements({state:l,items:e,id:t,cb:a}),l.container&&(this.initObserver(l),this.btnListeners(l))}initObserver(e){var t,a;e.observer||(e.observer=new IntersectionObserver((l,r)=>{this.handleIntersect(l,r,e)},{root:(t=e.container)==null?void 0:t.offsetParent})),e.slides=[...(a=e.container)==null?void 0:a.children],e.slides.forEach(l=>e.observer.observe(l))}handleIntersect(e,t,a){const l=e.filter(s=>s.isIntersecting),r=l.length===a.slides.length,i=l.every(s=>s.isIntersecting===!0);r&&i?t.disconnect():(a.disableBtns=!1,e.forEach(s=>{const c=[...a.slides].indexOf(s.target);s.target===a.slides[0]&&(a.showPrevBtn=s.isIntersecting),s.target===a.slides[a.slides.length-1]&&(a.showNextBtn=s.isIntersecting),s.target===a.slides[2]&&(a.scrollToStart=s.isIntersecting),s.target===a.slides[a.slides.length-2]&&(a.scrollToEnd=s.isIntersecting),s.isIntersecting&&!a.entriesIntersected.includes(c)&&(a.entriesIntersected.push(c),a.activeIndex=c,o(s))}));function o(s){var c;s.target!==a.slides[a.slides.length-1]&&s.target!==a.slides[0]&&s.target!==a.slides[2]&&s.target!==a.slides[a.slides.length-2]&&((c=a.observer)==null||c.unobserve(s.target))}}btnListeners(e){var t,a;(t=e.prevBtn)==null||t.addEventListener("click",()=>{this.scrollPrev(e)}),(a=e.nextBtn)==null||a.addEventListener("click",()=>{this.scrollNext(e)})}scrollPrev(e){e.scrollToStart?e.transition=0:e.transition-=e.slides[1].offsetWidth+12,e.container.style.transform=`translate3d(${-e.transition}px, 0, 0)`}scrollNext(e){const{offsetWidth:t,offsetParent:a}=e.container,l=t-a.offsetWidth;e.scrollToEnd?e.transition=l:e.transition+=e.slides[1].offsetWidth+12,e.container.style.transform=`translate3d(${-e.transition}px, 0, 0)`}sliderElements({state:e,items:t,id:a,cb:l}){const r='<span class="slide-first"></span>',i='<span class="slide-last"></span>';if(e.container=document.getElementById(`slider-container-${a}`),!e.container)return console.error(`slider-container-${a} Not Found`);e.prevBtn=e.container.parentElement.querySelector(`#btn-left-${a}`),e.nextBtn=e.container.parentElement.querySelector(`#btn-right-${a}`);const o=t.map(c=>l(c)).join(""),s=document.createElement("div");s.innerHTML=`${r}${o}${i}`,e.container.replaceChildren(...s.children),e.container.parentElement.classList.add("loaded")}showHideBtns(e,t,a){if(a==="showPrevBtn"||a==="showNextBtn"){if(e[a]===t[a])return;e[a]?a==="showPrevBtn"?e.prevBtn.style.display="none":e.nextBtn.style.display="none":a==="showPrevBtn"?e.prevBtn.style.display="block":e.nextBtn.style.display="block"}}}class M{static calcCrow(e,t,a,l){const i=M.toRad(a-e),o=M.toRad(l-t);e=M.toRad(e),a=M.toRad(a);const s=Math.sin(i/2)*Math.sin(i/2)+Math.sin(o/2)*Math.sin(o/2)*Math.cos(e)*Math.cos(a);return 6371*(2*Math.atan2(Math.sqrt(s),Math.sqrt(1-s)))}static cleanupAddress(e){return e.split(" ").map(a=>a.split("-")[0]).join(" ").trim()}static clearBounds(e="bounds"){localStorage.setItem(e,JSON.stringify([]))}static clickTrack(e=!0){if(e!==!0)return;window.dataLayer=window.dataLayer||[];const t=document.querySelectorAll("[data-div-track]");typeof M=="function"&&t.forEach(a=>{a.addEventListener("click",()=>{M.clickTrackEvent(a.dataset.divTrack)})})}static clickTrackEvent(e){window.dataLayer.push({event:"click_tracking",click_value:e})}static async trafficEvent(e){const{data:t=null,type:a=null,name:l=null,userId:r=null,website:i=null,siteMarker:o=null}=e??{};if(!t){console.log("trackEvent: no data sent");return}if(!a){console.log("trackEvent: no type sent");return}const{isHeads:s=null,isLoggedIn:c=null,url:f=null,ip:m=null,sessionId:H=null,user:C=null}=(window==null?void 0:window.options)??{},{id:g=null}=C??{};t.userId=r??g,t.isHeads=s,t.isLoggedIn=c,t.url=f,await M.createData("/api/event",{payload:{data:t,type:a,name:l,userId:r??g,url:window.location.href,ip:m,sessionId:H,siteMarker:i??o}},!1)}static async createData(e,t=null,a=!0,l={}){if(!t)return null;const r=typeof t=="string"?t:JSON.stringify(t),i=(t==null?void 0:t.website)??M.getWebsiteHeaderName();try{const o=await fetch(e,{method:"POST",body:r==="null"?null:r,headers:{website:i},...l});return await this.createDataReturn(o)}catch(o){console.error("createData",o,e)}return null}static async createDataReturn(e){const t=e.headers.get("content-type");if(t&&t.indexOf("application/json")!==-1)return e.json();const a=await e.text();return a?a.replace("__next",""):null}static dataLayer({type:e=null,data:t=null}){typeof dataLayer.push>"u"||typeof dataLayer.push>"u"||(e==="custom"&&t&&this.dlvCustom(t),e==="login"&&t&&this.dlvUserLogin(t),e==="userData"&&t&&this.dlvUserData(t))}static async deleteSearchValue(e="recsSearchValue"){try{return await M.createData(`/api/cookie/remove?name=${e}`)}catch(t){console.error("deleteSearchValue",t.message)}return null}static detectMouseMovement(e,t=null){const a=document.querySelector("body");let l=!1;a.addEventListener("mousemove",()=>{l||(l=!0,e(t))}),a.addEventListener("touchmove",()=>{l||(l=!0,e(t))})}static dlvCustom(e){console.info("dlvCustom",JSON.stringify(e)),dataLayer.push(e)}static dlvUserLogin(e){dataLayer.push({event:"login",userId:e==null?void 0:e.uuid})}static dlvUserData(e){dataLayer.push({event:"userData",userId:e==null?void 0:e.uuid,uuid:e==null?void 0:e.uuid,email:e==null?void 0:e.email,name:e==null?void 0:e.name})}static documentLoaded(e,t=0){document.addEventListener("DOMContentLoaded",async function(){t?setTimeout(()=>e(),t):e()})}static elementScrollTop(){setTimeout(()=>{document.body.scrollTop=document.documentElement.scrollTop=0},100)}static eventListenerOnce(e,t,a){e==null||e.addEventListener(t,a,{once:!0})}static async fetchData(e,t=!1,a=null){const l=e.replace("#","").replace("%23","");try{const r={method:"GET"};a&&(r.signal=a);const i=await fetch(l,r);if(t===!0){const s=await i.text();return s?s.replace("__next",""):null}const o=i.headers.get("content-type");return o&&o.indexOf("application/json")!==-1?i.json():null}catch(r){if((r==null?void 0:r.name)==="AbortError")throw r;console.error("fetchData",r,e)}return null}static findAncestor(e,t){let a=e.parentElement;return a.tagName.toLowerCase()===t||(a=e.parentElement.parentElement,a.tagName.toLowerCase()===t)||(a=e.parentElement.parentElement.parentElement,a.tagName.toLowerCase()===t)?a:null}static formatDate(e=null){return e?(e=new Date(e),[M.padTo2Digits(e.getMonth()+1),M.padTo2Digits(e.getDate()),e.getFullYear()].join("-")):null}static getBoundsEntries(e="bounds"){const t=localStorage.getItem(e);return t?JSON.parse(t):[]}static getBounds(e,t=null,a=null){if(!e)return console.error("no map",e),{swLat:0,neLng:0,neLat:0,swLng:0};const l=e.getBounds();let r=l.getSouth(),i=l.getEast(),o=l.getNorth(),s=l.getWest();return a&&(r=r-a,i=i+a,o=o+a,s=s-a),t&&(r=r.toFixed(t),i=i.toFixed(t),o=o.toFixed(t),s=s.toFixed(t)),{swLat:r,neLng:i,neLat:o,swLng:s}}static getFirstN(e,t=5){return e===null?null:e.length===0?[]:e.filter((a,l)=>l<t)}static getFormUrl(e=null){const{name:t=null,isOptOut:a=!1}=e??{};if(!t||t==="address")return a===!0?"/opt-out/address":"/";if(t==="background-check")return"/report/background-check";if(t==="background-check-search")return a===!0?"/opt-out/records":"/report/background-check/search";if(t==="dmv-records")return"/report/dmv-records";if(t==="dmv-records-search")return a===!0?"/opt-out/records":"/report/dmv-records/search";if(t==="phone")return"/report/phone";if(t==="phone-search")return a===!0?"/opt-out/phone":"/report/phone/search";if(t==="vin")return"/report/vin";if(t==="license"||t==="license-plate")return"/report/license-plate"}static async getHeaders({ttl:e=600}={}){var s;const{userAgent:t=null,userAgentData:a=null,platform:l=null}=navigator||{},r=(a==null?void 0:a.platform)??l,i={tolken:null,ip:null,userAgent:t,platform:r};if(i||typeof window.localStorage>"u")return i;const o="headerSessionData";if((s=window==null?void 0:window.options)!=null&&s.isPdf)return i;try{const f=await(await fetch("/api/client-headers")).json(),m=(f==null?void 0:f.sessionId)??"noSessionId",H=(f==null?void 0:f.ip)??null,C=e*1e3;return localStorage.setItem(o,JSON.stringify({tolken:m,ip:H,expire:new Date().getTime()+C})),{tolken:m,ip:H,userAgent:t,platform:r}}catch(c){console.error("getHeaders",c)}return i}static getLayerTitle(e){return{hybrid:"https://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",roadmap:"https://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}"}[e]}static async getLocationData(e){const{swLat:t,neLng:a,neLat:l,swLng:r}=M.getBounds(e,3,.05),i="zip-location&swLat="+t+"&neLng="+a+"&neLat="+l+"&swLng="+r;return await M.fetchData("/api/client?query="+i)}static getReportUrl(e,t=null){var s,c,f;const a=((s=e==null?void 0:e.state)==null?void 0:s.slug)??null,l=((c=e==null?void 0:e.city)==null?void 0:c.slug)??null,r=((f=e==null?void 0:e.name)==null?void 0:f.slug)??null,i=(e==null?void 0:e.zip)??null;t=t||((e==null?void 0:e.id)??null);const o=[i,"-piq",t].filter(m=>m).join("");return"/"+[a,l,r].filter(m=>m).map(m=>M.toSlug(m)).join("/")+"/"+o}static async getSearchValue(e="recsSearchValue"){try{return await M.createData(`/api/cookie/fetch?name=${e}`)}catch(t){console.error("getSearchValue",t.message)}return null}static getSearchValueClient(e="recsSearchValue"){const t=localStorage.getItem(e);return t?JSON.parse(t):null}static getStates(){return[{name:"Alabama",id:"al",slug:"alabama",short:"AL"},{name:"Alaska",id:"ak",slug:"alaska",short:"AK"},{name:"Arizona",id:"az",slug:"arizona",short:"AZ"},{name:"Arkansas",id:"ar",slug:"arkansas",short:"AR"},{name:"California",id:"ca",slug:"california",short:"CA"},{name:"Colorado",id:"co",slug:"colorado",short:"CO"},{name:"Connecticut",id:"ct",slug:"connecticut",short:"CT"},{name:"Delaware",id:"de",slug:"delaware",short:"DE"},{name:"District Of Columbia",id:"dc",slug:"district-of-columbia",short:"DC"},{name:"Florida",id:"fl",slug:"florida",short:"FL"},{name:"Georgia",id:"ga",slug:"georgia",short:"GA"},{name:"Hawaii",id:"hi",slug:"hawaii",short:"HI"},{name:"Idaho",id:"id",slug:"idaho",short:"ID"},{name:"Illinois",id:"il",slug:"illinois",short:"IL"},{name:"Indiana",id:"in",slug:"indiana",short:"IN"},{name:"Iowa",id:"ia",slug:"iowa",short:"IA"},{name:"Kansas",id:"ks",slug:"kansas",short:"KS"},{name:"Kentucky",id:"ky",slug:"kentucky",short:"KY"},{name:"Louisiana",id:"la",slug:"louisiana",short:"LA"},{name:"Maine",id:"me",slug:"maine",short:"ME"},{name:"Maryland",id:"md",slug:"maryland",short:"MD"},{name:"Massachusetts",id:"ma",slug:"massachusetts",short:"MA"},{name:"Michigan",id:"mi",slug:"michigan",short:"MI"},{name:"Minnesota",id:"mn",slug:"minnesota",short:"MN"},{name:"Mississippi",id:"ms",slug:"mississippi",short:"MS"},{name:"Missouri",id:"mo",slug:"missouri",short:"MO"},{name:"Montana",id:"mt",slug:"montana",short:"MT"},{name:"Nebraska",id:"ne",slug:"nebraska",short:"NE"},{name:"Nevada",id:"nv",slug:"nevada",short:"NV"},{name:"New Hampshire",id:"nh",slug:"new-hampshire",short:"NH"},{name:"New Jersey",id:"nj",slug:"new-jersey",short:"NJ"},{name:"New Mexico",id:"nm",slug:"new-mexico",short:"NM"},{name:"New York",id:"ny",slug:"new-york",short:"NY"},{name:"North Carolina",id:"nc",slug:"north-carolina",short:"NC"},{name:"North Dakota",id:"nd",slug:"north-dakota",short:"ND"},{name:"Ohio",id:"oh",slug:"ohio",short:"OH"},{name:"Oklahoma",id:"ok",slug:"oklahoma",short:"OK"},{name:"Oregon",id:"or",slug:"oregon",short:"OR"},{name:"Pennsylvania",id:"pa",slug:"pennsylvania",short:"PA"},{name:"Rhode Island",id:"ri",slug:"rhode-island",short:"RI"},{name:"South Carolina",id:"sc",slug:"south-carolina",short:"SC"},{name:"South Dakota",id:"sd",slug:"south-dakota",short:"SD"},{name:"Tennessee",id:"tn",slug:"tennessee",short:"TN"},{name:"Texas",id:"tx",slug:"texas",short:"TX"},{name:"Utah",id:"ut",slug:"utah",short:"UT"},{name:"Vermont",id:"vt",slug:"vermont",short:"VT"},{name:"Virginia",id:"va",slug:"virginia",short:"VA"},{name:"Washington",id:"wa",slug:"washington",short:"WA"},{name:"West Virginia",id:"wv",slug:"west-virginia",short:"WV"},{name:"Wisconsin",id:"wi",slug:"wisconsin",short:"WI"},{name:"Wyoming",id:"wy",slug:"wyoming",short:"WY"}]}static getTrackingData(e){const[t,...a]=e.split("|"),l=a.join("|").trim(),r=["[pageType::"+t.trim()+"]","[name::"+l+"]"].join(" ");return{value:r,dataLayer:{event:"clickTrack",value:r}}}static async getUser(){var e;if(typeof window<"u"){const{user:t=null}=(window==null?void 0:window.options)??{};if(t)return t}if((e=window==null?void 0:window.options)!=null&&e.isPdf)return null;try{return await M.createData("/api/cookie/fetch?name=odrUser")}catch(t){console.error("getUser",t.message)}return null}static async getUserHistory(e=null){const{uuid:t=null}=e??{};if(!t)return{data:null};const a=JSON.stringify({limit:1,where:{uuid:t}});return await M.fetchData(`/api/client?query=user-get-history&filter=${a}`)}static getWebsiteHeaderName(){let t=typeof window<"u"?window.location.host:"onlinedatareports.com";return t=t.replace("dev-www.","").replace("www.",""),t}static getGridBounds({map:e,tileSize:t,coords:a}){const l=a.scaleBy(t),r=l.add(t);return{nw:e.unproject(l,a.z),se:e.unproject(r,a.z)}}static gridTest(e,t,a=1500){const l=this;L.GridLayer.GridDebug=L.GridLayer.extend({createTile:function(r,i){const o=document.createElement("div");return setTimeout(()=>{i(null,o);const{se:s,nw:c}=l.getGridBounds({map:e,tileSize:this.getTileSize(),coords:r});t({swLat:s.lat,neLng:s.lng,neLat:c.lat,swLng:c.lng,coords:r,key:r.z+"-"+r.x+"-"+r.y})},a),o}}),L.gridLayer.gridDebug=function(r){return new L.GridLayer.GridDebug(r)},e.addLayer(L.gridLayer.gridDebug())}static handleDialog({disableOutsideClick:e=!1,id:t="",onClose:a=null,onOpen:l=null,onTargetClick:r=null,selfClose:i=!1,target:o=null}){const s=o?document.querySelectorAll(o):[],c=document.getElementById(`${t}-dialog`),f=i?c==null?void 0:c.querySelectorAll("[data-dialog-close]"):document.querySelectorAll("[data-dialog-close]"),m=["closing","closed","opening","opened","outside","removed"].reduce((h,y)=>({...h,[y]:new Event(y)}),{}),H=new MutationObserver((h,y)=>{h.forEach(async w=>{if(w.attributeName==="open"){const b=w.target;if(!(b==null?void 0:b.hasAttribute("open")))return;b==null||b.removeAttribute("inert"),b==null||b.dispatchEvent(m.opening),b&&await A(b),b==null||b.dispatchEvent(m.opened)}})}),C=new MutationObserver((h,y)=>{h.forEach(w=>{w.removedNodes.forEach(b=>{b.nodeName==="DIALOG"&&(b.removeEventListener("click",u),b.removeEventListener("close",g),b.dispatchEvent(m.removed),C==null||C.disconnect(),H==null||H.disconnect())})})});c&&(H.observe(c,{attributes:!0}),C.observe(document.body,{attributes:!1,subtree:!1,childList:!0}));const g=async({target:h})=>{h==null||h.classList.add("closing"),h==null||h.setAttribute("inert",""),h==null||h.dispatchEvent(m.closing),h&&await A(h),h==null||h.classList.remove("closing"),h==null||h.removeAttribute("inert"),h==null||h.dispatchEvent(m.closed)},u=async({target:h})=>{(h==null?void 0:h.nodeName)==="DIALOG"&&(h==null||h.dispatchEvent(m.outside),c==null||c.close("outside"))},A=h=>Promise.allSettled(h==null?void 0:h.getAnimations().map(y=>y==null?void 0:y.finished));return!e&&(c==null||c.addEventListener("click",u)),c==null||c.addEventListener("close",async h=>{await g({target:h.target}),a&&a(h,c)}),e&&(c==null||c.addEventListener("cancel",async h=>{h.key==="Escape"&&h.preventDefault()})),e&&(c==null||c.addEventListener("keydown",h=>{h.key==="Escape"&&h.preventDefault()})),l&&(c==null||c.addEventListener("open",async h=>{l(h,c)})),s==null||s.forEach(h=>{h.addEventListener("click",y=>{c==null||c.showModal(),r&&r(y,c)})}),f==null||f.forEach(h=>{h.addEventListener("click",async y=>{c==null||c.close("close")})}),{activators:s,ref:c}}static hasBoundsEntry(e,t="bounds"){return M.getBoundsEntries(t).includes(e)}static initObserver(e,t,a=null){if(!e)return;const l=(a==null?void 0:a.useBounding)??!1;new IntersectionObserver(async(i,o)=>{l?(i[0].isIntersecting||i[0].boundingClientRect.y<0)&&t({obs:o,entry:i[0],entries:i}):i[0].isIntersecting&&t({obs:o,entry:i[0],entries:i})},a).observe(e)}static injectLink({href:e,id:t}){const a=document.createElement("link");a.href=e,a.type="text/css",a.rel="stylesheet",t&&(a.id=t),document.getElementsByTagName("head")[0].appendChild(a)}static injectScript({src:e,id:t=null,async:a=!0,module:l=!1}){return new Promise(function(r,i){let o=document.getElementById(t);if(t&&o&&o.dataset.loaded==="true")return r({alreadyLoaded:!0,id:t});o||(o=document.createElement("script"),o.src=e,o.dataset.loaded="false",t&&(o.id=t),o.type=l?"module":"text/javascript",o.async=a,document.body.appendChild(o),o.onload=()=>(o.dataset.loaded="true",r({alreadyLoaded:!1,id:t})),o.onerror=()=>i(!1))})}static isMobile({selector:e=null,width:t=640}={}){var l;const a=document.querySelector(e);return((l=a==null?void 0:a.getBoundingClientRect())==null?void 0:l.width)??0<t}static isMobileAndTablet(){return window.mobileAndTabletCheck=function(){let e=!1;return function(t){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e},window.mobileAndTabletCheck()}static isNameCompany(e=null){if(!e)return!1;const t=e.trim().toLowerCase();return t.includes("unknown")||t.includes("institute")||t.includes("bldg")||t.includes("llc")||t.includes("l l c")||t.includes(" inc")||t.includes(" co")||t.includes("univ")||t.includes("unvi")||t.includes(" fund")||t.includes(" union")||t.includes(" assoc")||t.includes(" corp")||t.includes("service")||t.includes("members")||t.includes("properties")||t.includes("management")||t.includes("investment")||t.includes("enterprise")||t.includes(" group")||t.includes(" group")||t.includes(" rent")||t.includes(" home")||t.includes(" cu")||t.includes(" inc")||t.includes("laborator")||t.includes("pharma")||t.includes("holding")||t.includes("worship")||t.includes("bank")||t.includes("agent")||t.includes("title")||t.includes("city ")||t.includes("technolo")||t.includes("estate")||t.includes("capital")||t.includes(" of ")||t.includes("trust")}static kFormat(e,t=0){if(!e)return null;const a=Math.abs(e),l=Math.sign(e);return a>999999?l*(a/1e6).toFixed(1)+"m":a>999?l*(a/1e3).toFixed(t)+"k":l*a}static async logRequest(e=null,t=null,a=null,l=null,r=null){const i={name:e,uuid:t,ip:a,url:l,data:r};return await M.createData("/api/client?query=log/save&method=POST",i),null}static loadAds(){window.dataLayer=window.dataLayer||[];const e=document.querySelectorAll(".adsbygoogle");window.ezstandalone=window.ezstandalone||{},ezstandalone.cmd=ezstandalone.cmd||[];const t=[];for(let a=0;a<e.length;a++)t.push(parseInt(e[a].dataset.adSlot));console.info("loadAds",t),t.length&&ezstandalone.cmd.push(function(){ezstandalone.define(...t),ezstandalone.enable(),ezstandalone.display()})}static async loadCustomScript({name:e=null,id:t="",module:a=!1}={}){const l=Math.floor(Date.now()/1e3);if(e){const r="/scripts/"+e+".js?v="+l;try{return await M.injectScript({src:r,id:t||e,async:!1,module:a})}catch(i){console.error("loadCustomScript",i)}}return null}static async loadGoogleMapApi(){if(window.options.googleMapsLoaded===!0)return;const e="https://maps.googleapis.com/maps/api/js",t=window.options.googleApiKey,a=e+"?key="+t+"&libraries=marker&v=beta&callback=mapCb";await M.injectScript({src:a,id:"googleapis",async:!1})}static async loadLeafletApi(){const e="/leaflet/leaflet.js",t="/leaflet/leaflet.css",a="/leaflet/leaflet-gesture-handling.min.js",l="/leaflet/leaflet-gesture-handling.min.css";await M.injectLink({href:t,id:"leafletCss"}),await M.injectLink({href:l,id:"gestureCss"}),await M.injectScript({src:e,id:"leafletJs",async:!1}),await M.injectScript({src:a,id:"gestureJs",async:!1})}static loadLiveChat(e=null){const t=document.querySelectorAll(".live-chat"),a=document.getElementById("live-chat-btn");for(const l of t)l.addEventListener("click",()=>{typeof LiveChatWidget<"u"&&(LiveChatWidget.call("maximize"),a==null||a.remove(),e&&LiveChatWidget.call("set_session_variables",e))})}static async loadSwiper(){const e="/slider/swiper-bundle.min.js";await M.injectLink({href:"/slider/swiper-bundle.min.css",id:"swiperCss"}),await M.injectScript({src:e,id:"swiperJs",async:!1})}static money(e,t="",a=0){return e===null?t:Intl?new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:a,maximumFractionDigits:a}).format(e):e}static number(e,t="",a=0){return e===null?t:Intl?new Intl.NumberFormat("en-US",{minimumFractionDigits:a,maximumFractionDigits:a}).format(e):e}static objToQp(e){const{name:t=null,first:a=null,middle:l=null,last:r=null,min:i=null,max:o=null,city:s=null,state:c=null,vin:f=null,license:m=null,token:H=null,phone:C=null}=e||{},g=t&&t!=="",u=i&&i!==""&&i!=="18",A=o&&o!==""&&i!=="99";let h=[];return t&&t!==""&&h.push("name="+t),g||(a&&a!==""&&h.push("first="+a),l&&l!==""&&h.push("middle="+l),r&&r!==""&&h.push("last="+r)),u&&A?parseInt(i)>parseInt(o)?(h.push("min="+o),h.push("max="+i)):(h.push("min="+i),h.push("max="+o)):(u&&h.push("min="+i),A&&h.push("max="+o)),C&&C!==""&&h.push("phone="+C),s&&s!==""&&h.push("city="+s),m&&m!==""&&h.push("license="+m),f&&f!==""&&h.push("vin="+f),c&&c!==""&&h.push("state="+c),H&&H!==""&&h.push("token="+H),h.join("&")}static padTo2Digits(e){return e.toString().padStart(2,"0")}static async performSearch(e=null,t={}){if(!e)return[];if(1>e.trim().length)return[];const{addressesOnly:a=!1,isOptOutSearch:l=!1,isSandboxAccount:r=!1,signal:i=null,state:o="",useAmazonOverride:s=!1,useCitySearch:c=!1,useCityStateSearch:f=!1,useGoogle:m=!1,useGoogleOverride:H=!1,useLocation:C=!0,useSearch:g=!1}=t??{},A=["query="+encodeURIComponent(this.cleanupAddress(e)),"addressesOnly="+a,"useSearch="+g,"useCitySearch="+c,"useCityStateSearch="+f,"useLocation="+C,"useGoogle="+m,"useGoogleOverride="+H,"useAmazonOverride="+s,"isSandboxAccount="+r,"isOptOutSearch="+l];o&&o!==""&&!f&&A.push("state="+o);const h=A.join("&"),w=(c||f?"/api/autocomplete-city":"/api/autocomplete")+"?"+h;return await M.fetchData(w,!1,i)}static removeElements(e){document.querySelectorAll(e).forEach(t=>t==null?void 0:t.remove())}static removeNullFromObject(e){return Object.keys(e).filter(t=>e[t]).reduce((t,a)=>(t[a]=e[a],t),{})}static s(e){return Math.round(e)>1?"s":""}static scrollWheelZoom(e){e.scrollWheelZoom.disable(),e.on("focus",()=>{e.scrollWheelZoom.enable()}),e.on("blur",()=>{e.scrollWheelZoom.disable()})}static searchInStates(e){const t=M.getStates(),a=e.toLowerCase();let l=t.find(r=>r.short.toLowerCase()===a)??null;return l||(l=t.find(r=>r.name.toLowerCase()===a)??null),l}static sendWoopraEvent(e,t){typeof woopra=="object"&&woopra.track(e,t)}static setBoundsEntries(e,t="bounds"){const a=M.getBoundsEntries(t);a.push(e),localStorage.setItem(t,JSON.stringify(a))}static async setCityState(e=null){let{cityState:t=null}=e??{};if(!t)return e;t=t.toLowerCase().replace(" usa","").replace("city or state","").replace(" state","").trim();let[a=null,l=null]=t.split(",").map(r=>r.trim());if(M.getStates(),a&&!l){const r=this.searchInStates(a);r&&(a=null,l=r.short)}if(!l&&a){const r=this.searchInStates(a);r&&(l=r.short)}if(a&&!l){const r=a.split(" "),i=r[r.length-1];if(i.length){const o=this.searchInStates(i);o&&(l=o.short,a=r.slice(0,-1).join(" "))}}return a&&l&&a.toLowerCase()===l.toLowerCase()&&(a=null),e.city=a,e.state=l?l.toUpperCase():null,e}static async setRandomFileNameVersion(e,t="scripts"){const a=Date.now(),l=typeof window<"u"?window.location.origin:"",r=t?`/${t}/`:"/";try{const i=e.map(({fileName:c,initFunctionName:f})=>import(`${l}${r}${c}?v=${a}`)),o=await Promise.all(i),s=[];o.forEach((c,f)=>{c&&typeof c[e[f].initFunctionName]=="function"?s.push(c[e[f].initFunctionName]()):console.error(`error loading ${e[f].initFunctionName}()`)}),s.length>0&&await Promise.all(s)}catch(i){console.error("Failed to load one or more search modules:",i)}}static async setSearchValueClient(e,t="recsSearchValue",a={}){const l=JSON.stringify(e);localStorage.setItem(t,l),typeof clarity=="function"&&clarity("set",t,l.substring(0,255)),await M.createData(`/api/cookie/create?name=${t}`,e,!0,a)}static stickyHeader(e=".nav"){const t=document.querySelector(e);if(!t)return;new IntersectionObserver(([l])=>{l&&(l.intersectionRatio<1?t.classList.add("intersecting"):t.classList.remove("intersecting"))},{threshold:1}).observe(t)}static toRad(e){return e*Math.PI/180}static toSlug(e){return e.toString().trim().toLowerCase().split(":").join("-").split("'").join("").replace("‘","")}static ucFirst(e=null){if(!e)return null;const t=e.toLowerCase();return t.charAt(0).toUpperCase()+t.slice(1)}static useLayerTitle(e,t){const a=M.getLayerTitle(e);L.tileLayer(a,{maxNativeZoom:19,maxZoom:25,subdomains:["mt0","mt1","mt2","mt3"],attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'}).addTo(t)}static ucWords(e){return e?e.toString().split(" ").map(t=>M.ucFirst(t)).join(" "):null}static initEvents(e){this.eventTarget=new EventTarget;const{props:t=null}=e??{};this.FORM_EVENTS={CC_VALIDATION_FAILED:"CCValidationFailed",CC_VALIDATION_SUCCESSFUL:"CCValidationSuccessful",FORM_SUBMITTED:"formSubmitted",PAYMENT_SUCCESSFUL:"paymentSuccessful",PAYMENT_FAILED:"paymentFailed",LOADING_STARTED:"loadingStarted",LOADING_ENDED:"loadingEnded",...t??{}},this.SEARCH_EVENTS={PROPERTY:"property",PEOPLE:"property",VIN:"vin",...t??{}}}static dispatchEvent(e,t=null){const a=new CustomEvent(e,{detail:t});this.eventTarget.dispatchEvent(a)}}V.Accordion=Y,V.Alert=_,V.Autocomplete=K,V.Badge=R,V.Button=Z,V.CardSlider=X1,V.Checkbox=a1,V.Common=M,V.ContactForm=z1,V.ContentCard=N1,V.Dialog=r1,V.Dots=n1,V.FlexItem=E1,V.FunnelHeader=I1,V.Icon=x,V.LoadingBar=i1,V.Popover=d1,V.ProcessingSpinner=c1,V.ProgressBar=u1,V.Radio=f1,V.Select=V1,V.Skeleton=C1,V.Slider=M1,V.Spacer=F1,V.Spinner=g1,V.StackedListItem=D1,V.Stars=y1,V.TextArea=B,V.Textbox=E,V.Toggle=w1,V.addClass=G1,V.colors=T1,V.corePlugins=D,V.elerisPreset=W1,V.extensions=F,V.plugins=O,V.propertyPreset=j1,V.removeClass=Q1,V.validateEmail=Y1,V.validateForm=J1,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
1
+ (function(V,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("react/jsx-runtime"),require("classnames"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","classnames","react"],n):(V=typeof globalThis<"u"?globalThis:V||self,n(V["@vehiclehistory/property-lib"]={},V["react/jsx-runtime"],V.classnames,V.React))})(this,function(V,n,p,v){"use strict";const W={xxSmall:"w-4 h-4",xSmall:"w-5 h-5",small:"w-6 h-6",smallPlus:"w-7 h-7",medium:"w-8 h-8",mediumPlus:"w-9 h-9",large:"w-10 h-10",xLarge:"w-12 h-12"},U={account:{path:'<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z" />'},accountBox:{path:'<path d="M6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6M15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6A3,3 0 0,1 15,9M3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5C3.89,3 3,3.9 3,5Z" />'},accountCircle:{path:'<path d="M12,19.2C9.5,19.2 7.29,17.92 6,16C6.03,14 10,12.9 12,12.9C14,12.9 17.97,14 18,16C16.71,17.92 14.5,19.2 12,19.2M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" />'},accountClock:{path:'<path d="M10.63,14.1C12.23,10.58 16.38,9.03 19.9,10.63C23.42,12.23 24.97,16.38 23.37,19.9C22.24,22.4 19.75,24 17,24C14.3,24 11.83,22.44 10.67,20H1V18C1.06,16.86 1.84,15.93 3.34,15.18C4.84,14.43 6.72,14.04 9,14C9.57,14 10.11,14.05 10.63,14.1V14.1M9,4C10.12,4.03 11.06,4.42 11.81,5.17C12.56,5.92 12.93,6.86 12.93,8C12.93,9.14 12.56,10.08 11.81,10.83C11.06,11.58 10.12,11.95 9,11.95C7.88,11.95 6.94,11.58 6.19,10.83C5.44,10.08 5.07,9.14 5.07,8C5.07,6.86 5.44,5.92 6.19,5.17C6.94,4.42 7.88,4.03 9,4M17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14Z" />'},accountMultipleOutline:{path:'<path d="M13.07 10.41A5 5 0 0 0 13.07 4.59A3.39 3.39 0 0 1 15 4A3.5 3.5 0 0 1 15 11A3.39 3.39 0 0 1 13.07 10.41M5.5 7.5A3.5 3.5 0 1 1 9 11A3.5 3.5 0 0 1 5.5 7.5M7.5 7.5A1.5 1.5 0 1 0 9 6A1.5 1.5 0 0 0 7.5 7.5M16 17V19H2V17S2 13 9 13 16 17 16 17M14 17C13.86 16.22 12.67 15 9 15S4.07 16.31 4 17M15.95 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13Z" />'},accountOutline:{path:'<path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2m0 7c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1"/>'},accountSearch:{path:'<path fill="currentColor" d="M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M10,4A4,4 0 0,1 14,8C14,8.91 13.69,9.75 13.18,10.43C12.32,10.75 11.55,11.26 10.91,11.9L10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M2,20V18C2,15.88 5.31,14.14 9.5,14C9.18,14.78 9,15.62 9,16.5C9,17.79 9.38,19 10,20H2Z" />'},alertOutline:{path:'<path d="M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z" />'},alert:{path:'<path d="M12 2 1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"/>'},arrowLeft:{path:'<path d="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z" />'},arrowLong:{path:'<path d="M13.0125 19.162L14.8246 17.3398L16.2427 18.7501L12.012 23.0046L7.75726 18.7739L9.16751 17.3557L11.0126 19.1905L10.998 0.997021L12.998 0.995422L13.0125 19.162Z" fill="currentColor" />'},arrowDown:{path:'<path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" />'},article:{path:'<path d="M19 5V19H5V5H19M21 3H3V21H21V3M17 17H7V16H17V17M17 15H7V14H17V15M17 12H7V7H17V12Z" />'},bankCircle:{path:'<path d="M12 4C16.4 4 20 7.6 20 12S16.4 20 12 20 4 16.4 4 12 7.6 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M17 17H7V15H17V17M8 14V11H10V14H8M11 14V11H13V14H11M14 14V11H16V14H14M17 10H7V8.5L12 6L17 8.5V10Z" />'},bankOff:{path:'<path d="M20.8 22.7L20.1 22H2V19H17.1L13 14.9V17H10V11.9L6.1 8H2V6L3.4 5.3L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M4 10V17H7V10H4M21 8V6L11.5 1L6.7 3.5L11.2 8H21M19 15.8V10H16V12.8L19 15.8Z" />'},bankOutline:{path:'<path d="M6.5 10h-2v7h2zm6 0h-2v7h2zm8.5 9H2v2h19zm-2.5-9h-2v7h2zm-7-6.74L16.71 6H6.29zm0-2.26L2 6v2h19V6z"/>'},bedOutline:{path:'<path d="M7 14C8.66 14 10 12.66 10 11C10 9.34 8.66 8 7 8C5.34 8 4 9.34 4 11C4 12.66 5.34 14 7 14M7 10C7.55 10 8 10.45 8 11C8 11.55 7.55 12 7 12C6.45 12 6 11.55 6 11C6 10.45 6.45 10 7 10M19 7H11V15H3V5H1V20H3V17H21V20H23V11C23 8.79 21.21 7 19 7M21 15H13V9H19C20.1 9 21 9.9 21 11Z" />'},bedroomParentOutline:{path:'<path d="M18.35,11.45V9c0-1.1-0.9-2-2-2H13c-0.37,0-0.72,0.12-1,0.32C11.72,7.12,11.37,7,11,7H7.65c-1.1,0-2,0.9-2,2v2.45 C5.25,11.91,5,12.51,5,13.17V17h1.5v-1.5h11V17H19v-3.83C19,12.51,18.75,11.91,18.35,11.45z M16.75,10.5h-4v-2h4V10.5z M7.25,8.5h4 v2h-4V8.5z M17.5,14h-11v-1c0-0.55,0.45-1,1-1h9c0.55,0,1,0.45,1,1V14z M20,4v16H4V4H20 M20,2H4C2.9,2,2,2.9,2,4v16 c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z"/>'},bathtubOutline:{path:'<circle cx="7" cy="7" r="2"/><path d="M20,13V4.83C20,3.27,18.73,2,17.17,2c-0.75,0-1.47,0.3-2,0.83l-1.25,1.25C13.76,4.03,13.59,4,13.41,4 c-0.4,0-0.77,0.12-1.08,0.32l2.76,2.76c0.2-0.31,0.32-0.68,0.32-1.08c0-0.18-0.03-0.34-0.07-0.51l1.25-1.25 C16.74,4.09,16.95,4,17.17,4C17.63,4,18,4.37,18,4.83V13h-6.85c-0.3-0.21-0.57-0.45-0.82-0.72l-1.4-1.55 c-0.19-0.21-0.43-0.38-0.69-0.5C7.93,10.08,7.59,10,7.24,10C6,10.01,5,11.01,5,12.25V13H2v6c0,1.1,0.9,2,2,2c0,0.55,0.45,1,1,1h14 c0.55,0,1-0.45,1-1c1.1,0,2-0.9,2-2v-6H20z M20,19H4v-4h16V19z"/>'},bathroomOutline:{path:'<path d="M8,14c0-0.55,0.45-1,1-1s1,0.45,1,1s-0.45,1-1,1S8,14.55,8,14z M12,15c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1 S11.45,15,12,15z M15,15c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S14.45,15,15,15z M12,7.5c-1.76,0-3.22,1.31-3.46,3h6.93 C15.22,8.81,13.76,7.5,12,7.5 M12,6c2.76,0,5,2.24,5,5v1H7v-1C7,8.24,9.24,6,12,6z M9,18c0.55,0,1-0.45,1-1s-0.45-1-1-1 s-1,0.45-1,1S8.45,18,9,18z M12,18c0.55,0,1-0.45,1-1s-0.45-1-1-1s-1,0.45-1,1S11.45,18,12,18z M15,18c0.55,0,1-0.45,1-1 s-0.45-1-1-1s-1,0.45-1,1S14.45,18,15,18z M20,4H4v16h16V4 M20,2c1.1,0,2,0.9,2,2v16c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V4 c0-1.1,0.9-2,2-2H20z"/>'},c:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M16.2266 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.5391-.4766-.4323-.3177-.7656-.7708-1-1.3594-.2292-.5885-.3437-1.2838-.3437-2.0859v-.0156c0-.8073.1145-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.4271.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Z" fill="#FCFCFC"/>'},calendar:{path:'<path d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />'},calculator:{path:'<path d="M7,2H17A2,2 0 0,1 19,4V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V4A2,2 0 0,1 7,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z" />'},cardAccountMail:{path:'<path d="M21,8V7L18,9L15,7V8L18,10M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M8,6A3,3 0 0,1 11,9A3,3 0 0,1 8,12A3,3 0 0,1 5,9A3,3 0 0,1 8,6M14,18H2V17C2,15 6,13.9 8,13.9C10,13.9 14,15 14,17M22,12H14V6H22" />'},checkCircle:{path:'<path fill="#298E6A" d="M12 2.044c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10Zm-2 15-5-5 1.41-1.41 3.59 3.58 7.59-7.59L19 8.044l-9 9Z"/>'},cPlus:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M11.3516 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.539-.4766-.4324-.3177-.7657-.7708-1-1.3594-.2292-.5885-.3438-1.2838-.3438-2.0859v-.0156c0-.8073.1146-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.427.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Zm6.6718-3.8125h8.8125v-2.0547h-8.8125v2.0547Zm3.375 3.2734h2.0547v-8.6016h-2.0547V21.75Z" fill="#FCFCFC"/>'},cMinus:{path:'<circle cx="16" cy="16" r="16" fill="#F6A832"/><path d="M12.3516 22.2891c.9114 0 1.7187-.1667 2.4218-.5.7032-.3386 1.2709-.8047 1.7032-1.3985.4323-.5937.6901-1.2838.7734-2.0703v-.0937h-2.2969l-.0156.0703c-.0781.401-.237.7526-.4766 1.0547-.2343.2968-.5312.5286-.8906.6953-.3542.1614-.7578.2422-1.2109.2422-.5938 0-1.1068-.1589-1.5391-.4766-.4323-.3177-.7656-.7708-1-1.3594-.2291-.5885-.3437-1.2838-.3437-2.0859v-.0156c0-.8073.1146-1.5026.3437-2.086.2344-.5885.5677-1.039 1-1.3515.4323-.3177.9427-.4766 1.5313-.4766.4479 0 .8515.0885 1.2109.2656.3646.1771.6667.4271.9063.75.2395.3177.3984.6875.4765 1.1094l.0078.0547h2.2891v-.1016c-.0729-.7916-.3281-1.4948-.7656-2.1094-.4375-.6145-1.0131-1.0963-1.7266-1.4453-.7083-.3489-1.5078-.5234-2.3984-.5234-1.0938 0-2.0365.2396-2.8282.7187-.7864.474-1.3932 1.1537-1.8203 2.0391-.427.8854-.6406 1.9375-.6406 3.1563v.0156c0 1.2187.2135 2.2708.6406 3.1562.4271.8855 1.0365 1.5677 1.8281 2.0469.7917.4792 1.7318.7188 2.8204.7188Zm6.9843-3.8125h5.1953v-2.0547h-5.1953v2.0547Z" fill="#FCFCFC"/>'},carpenterOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19.73,14.23L7,1.5L3.11,5.39l8.13,11.67c-0.78,0.78-0.78,2.05,0,2.83l1.41,1.41c0.78,0.78,2.05,0.78,2.83,0l4.24-4.24 C20.51,16.28,20.51,15.01,19.73,14.23z M5.71,5.62L7,4.33l8.49,8.49l-2.81,2.81L5.71,5.62z M14.07,19.88l-1.41-1.41l4.24-4.24 l1.41,1.41L14.07,19.88z"/>'},certificate:{path:'<path d="M13 21L15 20L17 21V14H13M17 9V7L15 8L13 7V9L11 10L13 11V13L15 12L17 13V11L19 10M20 3H4A2 2 0 0 0 2 5V15A2 2 0 0 0 4 17H11V15H4V5H20V15H19V17H20A2 2 0 0 0 22 15V5A2 2 0 0 0 20 3M11 8H5V6H11M9 11H5V9H9M11 14H5V12H11Z" />'},chartBoxOutline:{path:'<path d="M9 17H7V10H9V17M13 17H11V7H13V17M17 17H15V13H17V17M19 19H5V5H19V19.1M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" />'},chatBubble:{path:'<path d="M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3Z" />'},check:{path:'<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />'},checkMarked:{path:'<path d="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" />'},chevronDown:{path:'<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />'},chevronLeft:{path:'<path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd" />'},chevronRight:{path:'<path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />'},chevronUp:{path:'<path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd" />'},close:{path:'<path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd" />'},crosshair:{path:'<path d="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M3.05,13H1V11H3.05C3.5,6.83 6.83,3.5 11,3.05V1H13V3.05C17.17,3.5 20.5,6.83 20.95,11H23V13H20.95C20.5,17.17 17.17,20.5 13,20.95V23H11V20.95C6.83,20.5 3.5,17.17 3.05,13M12,5A7,7 0 0,0 5,12A7,7 0 0,0 12,19A7,7 0 0,0 19,12A7,7 0 0,0 12,5Z" />'},crunchbase:{path:'<path d="M21.6 0H2.4A2.41 2.41 0 0 0 0 2.4v19.2A2.41 2.41 0 0 0 2.4 24h19.2a2.41 2.41 0 0 0 2.4-2.4V2.4A2.41 2.41 0 0 0 21.6 0zM7.045 14.465A2.11 2.11 0 0 0 9.84 13.42h1.66a3.69 3.69 0 1 1 0-1.75H9.84a2.11 2.11 0 1 0-2.795 2.795zm11.345.845a3.55 3.55 0 0 1-1.06.63 3.68 3.68 0 0 1-3.39-.38v.38h-1.51V5.37h1.5v4.11a3.74 3.74 0 0 1 1.8-.63H16a3.67 3.67 0 0 1 2.39 6.46zm-.223-2.766a2.104 2.104 0 1 1-4.207 0 2.104 2.104 0 0 1 4.207 0z"/>'},crunchbaseSquare:{path:' <g clip-path="url(#a)"><path d="M24.2227 16.7261c0 .0181.0011.0395.0011.0608 0 1.5493-1.2558 2.8051-2.8051 2.8051s-2.8051-1.2558-2.8051-2.8051 1.2558-2.8051 2.8051-2.8051c.5089 0 .987.1355 1.3988.3734l-.0139-.0074c.8366.4812 1.3967 1.3625 1.4202 2.3751zm.2967 3.6875a4.72 4.72 0 0 1-1.3807.829l-.032.0107c-.5271.2102-1.1374.3329-1.7755.3329-1.0243 0-1.975-.3137-2.7614-.8504l.0171.0107v.5068h-2.0134V7.1595h1.9995v5.48c.6765-.463 1.497-.7671 2.3826-.8386l.0182-.0011h.367c2.7027 0 4.8932 2.1905 4.8932 4.8932 0 1.4863-.6626 2.8169-1.7082 3.7142zM9.3927 19.2869c.3425.16.7437.2528 1.1662.2528 1.131 0 2.1062-.6668 2.5533-1.6293l.0075-.017h2.2129c-.5431 2.1713-2.4765 3.7536-4.7801 3.7536-2.7176 0-4.9199-2.2022-4.9199-4.9199 0-2.7176 2.2034-4.9198 4.9199-4.9198 2.3036 0 4.237 1.5823 4.7726 3.7195l.0075.0341h-2.2129c-.4546-.9795-1.4298-1.6463-2.5597-1.6463-1.5536 0-2.8137 1.2601-2.8137 2.8136 0 1.131.6669 2.1062 1.6293 2.5533l.017.0075zM28.8 0H3.1999C1.435.0075.0075 1.4362 0 3.1988v25.6013C.0075 30.5649 1.4362 31.9925 3.1988 32h25.6013c1.7648-.0075 3.1924-1.4362 3.1999-3.1988V3.1999C31.9925 1.435 30.5628.0075 28.8001 0" fill="#4c4c4c"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>'},currency:{path:'<path d="M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z" />'},d:{path:'<circle cx="16" cy="16" r="16" fill="#ED6D26"/><path d="M11.3828 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562h-4.4375V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297h-1.7031Z" fill="#FCFCFC"/>'},dPlus:{path:'<circle cx="16" cy="16" r="16" fill="#ED6D26"/><path d="M5.5078 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562H5.5078V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297H7.8672Zm9.2109-1.5781h8.8125v-2.0547h-8.8125v2.0547Zm3.375 3.2734h2.0547v-8.6016h-2.0547V21.75Z" fill="#FCFCFC"/>'},dMinus:{path:'<circle cx="16" cy="16" r="16" fill="#E6631B"/><path d="M7.5078 22h4.4375c1.125 0 2.0807-.2214 2.8672-.6641.7865-.4479 1.3854-1.0963 1.7969-1.9453.4166-.8489.625-1.8802.625-3.0937v-.0157c0-1.177-.2084-2.1796-.625-3.0078-.4167-.8281-1.0183-1.4583-1.8047-1.8906-.7865-.4375-1.7396-.6562-2.8594-.6562H7.5078V22Zm2.3594-1.9453v-7.3828h1.7031c.6823 0 1.2656.1432 1.75.4297.4896.2812.862.6953 1.1172 1.2422.2604.5416.3906 1.2005.3906 1.9765v.0156c0 .7969-.1276 1.474-.3828 2.0313-.25.5521-.6172.9713-1.1015 1.2578-.4844.2865-1.0756.4297-1.7735.4297H9.8672Zm9.5234-1.5781h5.1953v-2.0547h-5.1953v2.0547Z" fill="#FCFCFC"/>'},documentOutline:{path:'<path d="M6,2A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6M6,4H13V9H18V20H6V4M8,12V14H16V12H8M8,16V18H13V16H8Z" />'},earth:{path:'<path d="M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},email:{path:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>'},emailArrowRight:{path:'<path d="M13 19C13 15.69 15.69 13 19 13C20.1 13 21.12 13.3 22 13.81V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19M4 8V6L12 11L20 6V8L12 13L4 8M20 22V20H16V18H20V16L23 19L20 22Z" />'},emailOutline:{path:'<path fill="currentColor" d="M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z" />'},event:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zm-7 5h5v5h-5z"/>'},error:{path:'<path fill="currentColor" d="M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},exclamationCircle:{path:'<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" />'},eye:{path:'<path d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" />'},eyeOff:{path:'<path d="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" />'},facebook:{path:'<path d="M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z" />'},facebookSquare:{path:'<path d="M27.496 0H4.504A4.504 4.504 0 0 0 0 4.504v22.992A4.5037 4.5037 0 0 0 4.504 32h10.464V20.32h-3.956v-4.556h3.956v-3.356c0-1.902.526-3.38 1.578-4.43 1.052-1.052 2.478-1.58 4.28-1.58 1.804 0 2.972.07 3.506.202v4.056h-2.404c-.868 0-1.46.184-1.778.552-.316.366-.474.918-.474 1.652v2.904h4.506l-.6 4.556h-3.906V32h7.82A4.504 4.504 0 0 0 32 27.496V4.504A4.5038 4.5038 0 0 0 27.496 0Z" fill="currentColor"/>'},female:{path:'<path d="M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M10.5,22V16H7.5L10.09,8.41C10.34,7.59 11.1,7 12,7C12.9,7 13.66,7.59 13.91,8.41L16.5,16H13.5V22H10.5Z" />'},fileCertOutline:{path:'<path d="M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M14 2H7A2 2 0 0 0 5 4V18A2 2 0 0 0 7 20H8V18H7V4H13V8H17V18H16V20H17A2 2 0 0 0 19 18V7M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M10 23L12 22L14 23V18H10M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14Z" />'},fileDownload:{path:'<path d="M14,2H6C4.89,2 4,2.89 4,4V20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20V8L14,2M12,19L8,15H10.5V12H13.5V15H16L12,19M13,9V3.5L18.5,9H13Z" />'},fileSign:{path:'<path d="M19.7 12.9L14 18.6H11.7V16.3L17.4 10.6L19.7 12.9M23.1 12.1C23.1 12.4 22.8 12.7 22.5 13L20 15.5L19.1 14.6L21.7 12L21.1 11.4L20.4 12.1L18.1 9.8L20.3 7.7C20.5 7.5 20.9 7.5 21.2 7.7L22.6 9.1C22.8 9.3 22.8 9.7 22.6 10C22.4 10.2 22.2 10.4 22.2 10.6C22.2 10.8 22.4 11 22.6 11.2C22.9 11.5 23.2 11.8 23.1 12.1M3 20V4H10V9H15V10.5L17 8.5V8L11 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H15C16.1 22 17 21.1 17 20H3M11 17.1C10.8 17.1 10.6 17.2 10.5 17.2L10 15H8.5L6.4 16.7L7 14H5.5L4.5 19H6L8.9 16.4L9.5 18.7H10.5L11 18.6V17.1Z" />'},fireplace:{path:'<path d="M12.01,12.46c-0.15,0.42-0.15,0.82-0.08,1.28c0.1,0.55,0.33,1.04,0.2,1.6c-0.13,0.59-0.77,1.38-1.53,1.63 c1.28,1.05,3.2,0.37,3.39-1.32C14.16,14.11,12.55,13.67,12.01,12.46z"/><path d="M2,2v20h20V2H2z M12,18c-1.58,0-2.97-1.88-3-3.06c0-0.05-0.01-0.13-0.01-0.22c-0.13-1.73,1-3.2,2.47-4.37 c0.47,1.01,1.27,2.03,2.57,2.92C14.61,13.69,15,14.13,15,15C15,16.65,13.65,18,12,18z M20,20h-2v-2h-2.02 c0.63-0.84,1.02-1.87,1.02-3c0-1.89-1.09-2.85-1.85-3.37C12.2,9.61,13,7,13,7c-6.73,3.57-6.02,7.47-6,8 c0.03,0.96,0.49,2.07,1.23,3H6v2H4V4h16V20z"/>'},faceAgent:{path:'<path d="M18.72,14.76C19.07,13.91 19.26,13 19.26,12C19.26,11.28 19.15,10.59 18.96,9.95C18.31,10.1 17.63,10.18 16.92,10.18C13.86,10.18 11.15,8.67 9.5,6.34C8.61,8.5 6.91,10.26 4.77,11.22C4.73,11.47 4.73,11.74 4.73,12A7.27,7.27 0 0,0 12,19.27C13.05,19.27 14.06,19.04 14.97,18.63C15.54,19.72 15.8,20.26 15.78,20.26C14.14,20.81 12.87,21.08 12,21.08C9.58,21.08 7.27,20.13 5.57,18.42C4.53,17.38 3.76,16.11 3.33,14.73H2V10.18H3.09C3.93,6.04 7.6,2.92 12,2.92C14.4,2.92 16.71,3.87 18.42,5.58C19.69,6.84 20.54,8.45 20.89,10.18H22V14.67H22V14.69L22,14.73H21.94L18.38,18L13.08,17.4V15.73H17.91L18.72,14.76M9.27,11.77C9.57,11.77 9.86,11.89 10.07,12.11C10.28,12.32 10.4,12.61 10.4,12.91C10.4,13.21 10.28,13.5 10.07,13.71C9.86,13.92 9.57,14.04 9.27,14.04C8.64,14.04 8.13,13.54 8.13,12.91C8.13,12.28 8.64,11.77 9.27,11.77M14.72,11.77C15.35,11.77 15.85,12.28 15.85,12.91C15.85,13.54 15.35,14.04 14.72,14.04C14.09,14.04 13.58,13.54 13.58,12.91A1.14,1.14 0 0,1 14.72,11.77Z" />'},forSale:{path:'<path d="M30 13.334H13.335a3.343 3.343 0 0 0-3.333 3.333v10C10 28.517 11.5 30 13.334 30h16.667a3.322 3.322 0 0 0 3.333-3.333v-10a3.332 3.332 0 0 0-3.333-3.334Zm-6.666 13.333h-10v-3.334h10v3.334ZM30.001 20H13.334v-3.333h16.667V20Zm6.666-10h-30v26.667H3.334V3.333h3.333v3.334h30V10Z"/>'},forSaleAgent:{path:'<path d="M18 8H8C6.9 8 6 8.9 6 10V16C6 17.11 6.9 18 8 18H18C19.11 18 20 17.11 20 16V10C20 8.9 19.11 8 18 8M14 16H8V14H14V16M18 12H8V10H18V12M22 6H4V22H2V2H4V4H22V6Z" />'},forSaleAgent2:{path:'<path d="M21,6.5V14h-2V7.5L14,4L9,7.5V9H7V6.5l7-5L21,6.5z M15.5,7h-1v1h1V7z M13.5,7h-1v1h1V7z M15.5,9h-1v1h1V9z M13.5,9h-1v1h1V9 z M19,16h-2c0-1.2-0.75-2.28-1.87-2.7L8.97,11H1v11h6v-1.44l7,1.94l8-2.5v-1C22,17.34,20.66,16,19,16z M3,20v-7h2v7H3z M13.97,20.41 L7,18.48V13h1.61l5.82,2.17C14.77,15.3,15,15.63,15,16c0,0-1.99-0.05-2.3-0.15l-2.38-0.79l-0.63,1.9l2.38,0.79 c0.51,0.17,1.04,0.26,1.58,0.26H19c0.39,0,0.74,0.23,0.9,0.56L13.97,20.41z"/>'},foundationOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19,12h3L12,3L2,12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2V12z M7,15v-4.81l4-3.6V15H7z M13,15V6.59l4,3.6V15H13z"/>'},gavel:{path:'<path fill="none" d="M0 0h24v24H0z"/><path d="m5.2496 8.0688 2.83-2.8268 14.134 14.15-2.83 2.8268zM9.4857 3.8272l2.828-2.8288 5.6576 5.656-2.828 2.8288zM.9989 12.3147l2.8284-2.8284L9.484 15.143l-2.8284 2.8284zM1 21h12v2H1z"/>'},gite:{path:'<rect fill="none" height="24" width="24"/><path d="M18,6H9V4H7v2H6l-4,4v9h20v-9L18,6z M4,12h10v5H4V12z M20,17h-4v-6.17l2-2v0l2,2V17z"/>'},googleStreet:{path:'<path d="M11.95 9.27c2.01 0 3.64-1.63 3.64-3.64 0-2-1.63-3.63-3.64-3.63-2.01 0-3.63 1.63-3.63 3.63 0 2.01 1.62 3.64 3.63 3.64m-2.59 3.7s-1.09 2.97-1.4 3.53c-.11.21-.09.27-.36.27s-.69-.27-.69-.27-.2-.13-.12-.36c.24-.74 1.33-5.06 1.56-5.89.25-.89.93-.86.93-.86h.65l2.1 3.65 2.11-3.65h.78s.31.04.54.31c.24.27.29.74.29.74l1.39 5.4s.1.38.07.49c-.04.17-.13.17-.13.17s-.39.12-.61.19c-.4.13-.47-.25-.47-.25l-1.3-3.4-.15 8.96H12.6l-.33-5.11s-.06-.13-.24-.13c-.17 0-.23.13-.23.13L11.45 22H9.5l-.13-9.03h-.01Z"/>'},hand:{path:'<path d="M3 16V5.75C3 5.06 3.56 4.5 4.25 4.5S5.5 5.06 5.5 5.75V12H6.5V2.75C6.5 2.06 7.06 1.5 7.75 1.5C8.44 1.5 9 2.06 9 2.75V12H10V1.25C10 .56 10.56 0 11.25 0S12.5 .56 12.5 1.25V12H13.5V3.25C13.5 2.56 14.06 2 14.75 2S16 2.56 16 3.25V15H16.75L18.16 11.47C18.38 10.92 18.84 10.5 19.4 10.31L20.19 10.05C21 9.79 21.74 10.58 21.43 11.37L18.4 19C17.19 22 14.26 24 11 24C6.58 24 3 20.42 3 16Z" />'},handcuff:{path:'<path d="M20.24 6.76C18.4 4.91 15.65 4.53 13.42 5.59L12.46 4.63C12.07 4.24 11.44 4.24 11.05 4.63L10.97 4.72C10.83 3.75 10 3 9 3C7.9 3 7 3.9 7 5C7 5.09 7 5.18 7.03 5.26C6.42 5.61 6 6.25 6 7C6 7.46 6.16 7.87 6.42 8.21C6.17 8.39 6 8.67 6 9V10.35C3.67 11.17 2 13.39 2 16C2 19.31 4.69 22 8 22S14 19.31 14 16C14 13.39 12.33 11.17 10 10.35V9C10 8.67 9.83 8.39 9.58 8.21C9.84 7.87 10 7.46 10 7C10 6.91 10 6.82 9.97 6.74C10.15 6.64 10.3 6.5 10.43 6.38C11.36 6.88 12 7.86 12 9V9.08C12.13 9.15 12.25 9.25 12.38 9.33C12.57 8.91 12.83 8.5 13.17 8.17C14.73 6.61 17.27 6.61 18.83 8.17C20.39 9.73 20.39 12.27 18.83 13.83C18.03 14.63 17 15 15.93 15C16 15.32 16 15.66 16 16C16 16.34 15.97 16.67 15.93 17C17.5 17 19.05 16.43 20.24 15.24C22.59 12.9 22.59 9.1 20.24 6.76M9 4C9.55 4 10 4.45 10 5C10 5.33 9.83 5.61 9.58 5.79C9.22 5.31 8.65 5 8 5C8 4.45 8.45 4 9 4M7.42 6.21C7.78 6.69 8.35 7 9 7C9 7.55 8.55 8 8 8S7 7.55 7 7C7 6.67 7.17 6.39 7.42 6.21M12 16C12 18.21 10.21 20 8 20S4 18.21 4 16C4 13.79 5.79 12 8 12S12 13.79 12 16Z" />'},heatPump:{path:'<path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z"/><path d="M12,18c3.31,0,6-2.69,6-6s-2.69-6-6-6s-6,2.69-6,6S8.69,18,12,18z M11.25,15.92c-0.55-0.1-1.05-0.32-1.5-0.62l1.5-1.5 V15.92z M12.75,15.92v-2.11l1.5,1.5C13.8,15.61,13.3,15.82,12.75,15.92z M15.31,14.25l-1.5-1.5h2.11 C15.82,13.3,15.61,13.8,15.31,14.25z M15.92,11.25h-2.11l1.5-1.5C15.61,10.2,15.82,10.7,15.92,11.25z M12.75,8.08 c0.55,0.1,1.05,0.32,1.5,0.62l-1.5,1.5V8.08z M12,11c0.55,0,1,0.45,1,1c0,0.55-0.45,1-1,1s-1-0.45-1-1C11,11.45,11.45,11,12,11z M11.25,8.08v2.11l-1.5-1.5C10.2,8.39,10.7,8.18,11.25,8.08z M8.69,9.75l1.5,1.5H8.08C8.18,10.7,8.39,10.2,8.69,9.75z M10.19,12.75l-1.5,1.5c-0.3-0.44-0.51-0.95-0.62-1.5H10.19z"/>'},helpCircle:{path:'<path d="M11,18H13V16H11V18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6Z" />'},home:{path:'<path d="M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z" />'},homeAccount:{path:'<path d="M12,3L2,12H5V20H19V12H22L12,3M12,8.75A2.25,2.25 0 0,1 14.25,11A2.25,2.25 0 0,1 12,13.25A2.25,2.25 0 0,1 9.75,11A2.25,2.25 0 0,1 12,8.75M12,15C13.5,15 16.5,15.75 16.5,17.25V18H7.5V17.25C7.5,15.75 10.5,15 12,15Z" />'},homeAlert:{path:'<path d="M12 5.7L17 10.2V18H7V10.2L12 5.7M19 20V12H22L12 3L2 12H5V20M13 8H11V13H13V8M13 15H11V17H13V15" />'},homeAnalytics:{path:'<path d="M12,3L2,12H5V20H19V12H22M9,18H7V12H9M13,18H11V10H13M17,18H15V14H17" />'},homeCityOutline:{path:'<path d="M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z" />'},homeClock:{path:'<path d="M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C13.62 23 11.53 21.81 10.26 20H4V12H1L11 3L18 9.29C20.89 10.15 23 12.83 23 16M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z" />'},homeGroup:{path:'<path d="M17,16H15V22H12V17H8V22H5V16H3L10,10L17,16M6,2L10,6H9V9H7V6H5V9H3V6H2L6,2M18,3L23,8H22V12H19V9H17V12H15.34L14,10.87V8H13L18,3Z" />'},infoOutline:{path:'<path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" />'},homeOffOutline:{path:'<path d="M22.11 21.46L2.39 1.73L1.11 3L6.27 8.16L2 12H5V20H11V14H12.11L13 14.89V20H18.11L20.84 22.73L22.11 21.46M9 12V18H7V10.19L7.68 9.57L10.11 12H9M15 18V16.89L16.11 18H15M10.36 7.16L8.95 5.75L12 3L22 12H19V15.8L17 13.8V10.19L12 5.69L10.36 7.16Z" />'},homeOutline:{path:'<path d="M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z" />'},homeSearch:{path:'<path d="M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M5 20V12H2L12 3L22 12H20.18C19 10.77 17.34 10 15.5 10C11.92 10 9 12.92 9 16.5C9 17.79 9.38 19 10.03 20H5Z" />'},houseSidingOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M19,12h3L12,3L2,12h3v8h2v-2h10v2h2V12z M7.21,10h9.58L17,10.19V12H7v-1.81L7.21,10z M14.57,8H9.43L12,5.69L14.57,8z M7,16 v-2h10v2H7z"/>'},homeSwitch:{path:'<path d="M6.5 15V11H9.5V15H13V9H15L8 3L1 9H3V15H6.5M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z" />'},hvac:{path:'<path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z"/><path d="M12,18c3.31,0,6-2.69,6-6s-2.69-6-6-6s-6,2.69-6,6S8.69,18,12,18z M15.44,10c0.26,0.45,0.44,0.96,0.51,1.5h-7.9 c0.07-0.54,0.24-1.05,0.51-1.5H15.44z M15.95,12.5c-0.07,0.54-0.24,1.05-0.51,1.5H8.56c-0.26-0.45-0.44-0.96-0.51-1.5H15.95z M9.38,15h5.24c-0.7,0.61-1.61,1-2.62,1S10.09,15.61,9.38,15z M14.62,9H9.38c0.7-0.61,1.61-1,2.62-1S13.91,8.39,14.62,9z"/>'},identification:{path:'<path d="M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 24,19V5C23.96,3.91 23.09,3.04 22,3M22,19H2V5H22V19M14,17V15.75C14,14.09 10.66,13.25 9,13.25C7.34,13.25 4,14.09 4,15.75V17H14M9,7A2.5,2.5 0 0,0 6.5,9.5A2.5,2.5 0 0,0 9,12A2.5,2.5 0 0,0 11.5,9.5A2.5,2.5 0 0,0 9,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14" />'},image:{path:'<path fill-rule="evenodd" d="M7 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M3 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H3Zm18 2H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h4.314l6.878-6.879a3 3 0 0 1 4.243 0L22 15.686V6a1 1 0 0 0-1-1Zm0 14H10.142l5.465-5.464a1 1 0 0 1 1.414 0l4.886 4.886A1 1 0 0 1 21 19Z" clip-rule="evenodd"/>'},imageSolid:{path:'<path d="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z" />'},info:{path:'<path fill="currentColor" d="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},instagram:{path:'<path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" />'},instagramSquare:{path:'<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0904 0C30.2482 0 32 1.7519 32 3.9096v24.1808C32 30.2481 30.2481 32 28.0904 32H3.9096C1.752 32 0 30.2481 0 28.0904V3.9096C0 1.752 1.7518 0 3.9096 0h24.1808ZM16 5.0625c-2.9704 0-3.3429.0126-4.5095.0658-1.1642.0531-1.9593.238-2.655.5084-.7192.2795-1.3292.6536-1.9372 1.2615-.6081.6081-.9821 1.2181-1.2616 1.9373-.2704.6958-.4553 1.4908-.5084 2.655-.0532 1.1666-.0658 1.5391-.0658 4.5095s.0126 3.3429.0658 4.5095c.0531 1.1642.238 1.9593.5084 2.655.2795.7192.6535 1.3292 1.2615 1.9372.6081.6081 1.218.9821 1.9373 1.2616.6958.2704 1.4908.4553 2.655.5084 1.1666.0532 1.5391.0658 4.5095.0658s3.3429-.0126 4.5095-.0658c1.1642-.0531 1.9593-.238 2.655-.5084.7192-.2795 1.3292-.6535 1.9372-1.2616.6081-.608.9821-1.218 1.2616-1.9372.2704-.6957.4553-1.4908.5084-2.655.0532-1.1666.0658-1.5391.0658-4.5095s-.0126-3.3429-.0658-4.5095c-.0531-1.1642-.238-1.9593-.5084-2.655-.2795-.7192-.6535-1.3292-1.2616-1.9372-.608-.608-1.218-.982-1.9372-1.2615-.6957-.2705-1.4908-.4554-2.655-.5085-1.1666-.0532-1.5391-.0658-4.5095-.0658Zm0 1.9707c2.9204 0 3.2664.0112 4.4197.0638 1.0664.0487 1.6455.2269 2.0309.3766.5106.1984.8749.4355 1.2577.8182.3827.3827.6197.747.8181 1.2576.1498.3854.328.9645.3766 2.0309.0526 1.1533.0638 1.4993.0638 4.4197s-.0112 3.2664-.0638 4.4197c-.0486 1.0664-.2268 1.6455-.3766 2.0309-.1984.5106-.4354.8749-.8181 1.2577-.3828.3827-.7471.6197-1.2577.8181-.3854.1498-.9645.328-2.0309.3766-1.1531.0526-1.4991.0638-4.4197.0638-2.9206 0-3.2665-.0112-4.4197-.0638-1.0664-.0486-1.6455-.2268-2.031-.3766-.5105-.1984-.8748-.4354-1.2576-.8181-.3827-.3828-.6198-.7471-.8181-1.2577-.1498-.3854-.328-.9645-.3767-2.0309-.0526-1.1533-.0637-1.4993-.0637-4.4197s.0111-3.2664.0637-4.4197c.0487-1.0664.227-1.6455.3767-2.031.1983-.5104.4354-.8748.8182-1.2576.3827-.3826.747-.6197 1.2576-.8181.3854-.1497.9645-.328 2.0309-.3766 1.1533-.0526 1.4993-.0638 4.4197-.0638Zm0 3.3502c-3.1019 0-5.6166 2.5147-5.6166 5.6166S12.8981 21.6166 16 21.6166 21.6166 19.1019 21.6166 16 19.1019 10.3834 16 10.3834Zm0 9.2624c-2.0136 0-3.6458-1.6322-3.6458-3.6458S13.9864 12.3542 16 12.3542 19.6458 13.9864 19.6458 16 18.0136 19.6458 16 19.6458Zm7.151-9.4842c0 .7248-.5877 1.3124-1.3126 1.3124-.7248 0-1.3124-.5876-1.3124-1.3124 0-.725.5876-1.3125 1.3124-1.3125.7249 0 1.3126.5876 1.3126 1.3125Z" fill="currentColor"/>'},landPlotsMarker:{path:'<path d="M4 2H20C21.1 2 22 2.9 22 4V10H10V20H14.55C14.73 20.3 14.91 20.58 15.09 20.84C15.38 21.27 15.66 21.66 15.92 22H4C2.9 22 2 21.1 2 20V4C2 2.9 2.9 2 4 2M8 4H4V14H8V4M4 16V20H8V16H4M10 8H20V4H10V8M18.5 22C18.5 22 17.92 21.35 17.23 20.41C17.14 20.28 17.04 20.14 16.94 20C16 18.66 15 16.89 15 15.5C15 13.6 16.6 12 18.5 12C19.03 12 19.54 12.13 20 12.35C21.17 12.92 22 14.13 22 15.5C22 17.04 20.77 19.04 19.77 20.41C19.08 21.35 18.5 22 18.5 22M17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6Z" />'},layer:{path:'<path d="M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z" />'},lineWeight:{path:'<path d="M0 0h24v24H0z" fill="none"/><path d="M3 17h18v-2H3v2zm0 3h18v-1H3v1zm0-7h18v-3H3v3zm0-9v4h18V4H3z"/>'},list:{path:'<path d="M12 9h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20 3H4c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 16H5V5h14v14z"/>'},listbox:{path:'<path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7 7H9V9H7V7M7 11H9V13H7V11M7 15H9V17H7V15M17 17H11V15H17V17M17 13H11V11H17V13M17 9H11V7H17V9Z" />'},localParking:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/>'},lock:{path:'<path d="M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z" />,'},linkedin:{path:'<path d="M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z" />'},linkedinSquare:{path:'<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0904 0C30.2482 0 32 1.7519 32 3.9096v24.1808C32 30.2481 30.2481 32 28.0904 32H3.9096C1.752 32 0 30.2481 0 28.0904V3.9096C0 1.752 1.7518 0 3.9096 0h24.1808ZM10.0288 26.4549V12.3476h-4.69v14.1073h4.69Zm16.9087 0v-8.09c0-4.3333-2.3136-6.3491-5.3988-6.3491-2.4878 0-3.6021 1.3682-4.2261 2.3291v-1.9973h-4.6888c.0622 1.3238 0 14.1073 0 14.1073h4.6888v-7.8785c0-.4218.0303-.8433.1546-1.1447.3384-.8422 1.1104-1.7146 2.4059-1.7146 1.6959 0 2.3754 1.2942 2.3754 3.1898v7.548h4.689ZM7.7155 5.5451c-1.6046 0-2.653 1.055-2.653 2.4377 0 1.3536 1.0165 2.4376 2.591 2.4376h.0302c1.6353 0 2.6532-1.084 2.6532-2.4377-.0303-1.3807-1.015-2.4346-2.6214-2.4376Z" fill="currentColor"/>'},linktreeSquare:{path:'<g clip-path="url(#a)"><path d="M28 0c2.2091 0 4 1.7909 4 4v24c0 2.2091-1.7909 4-4 4H4c-2.2091 0-4-1.7909-4-4V4c0-2.2091 1.7909-4 4-4zM14.4014 19.8125V27h3.1972v-7.1875zm0-14.8125v5.3652l-3.6875-3.7744-2.1416 2.1826 3.8681 3.6709H7v3.0381h5.4678l-3.8946 3.7647 2.1416 2.1318L16 16.0908l5.2861 5.2881 2.1416-2.1396-3.8945-3.7657H25v-3.0293h-5.4404l3.8681-3.6709-2.1416-2.1826-3.6875 3.7744V5z" fill="#4c4c4c"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>'},login:{path:'<path d="M10,17V14H3V10H10V7L15,12L10,17M10,2H19A2,2 0 0,1 21,4V20A2,2 0 0,1 19,22H10A2,2 0 0,1 8,20V18H10V20H19V4H10V6H8V4A2,2 0 0,1 10,2Z" />'},logout:{path:'<path d="M16,17V14H9V10H16V7L21,12L16,17M14,2A2,2 0 0,1 16,4V6H14V4H5V20H14V18H16V20A2,2 0 0,1 14,22H5A2,2 0 0,1 3,20V4A2,2 0 0,1 5,2H14Z" />'},map:{path:'<path d="M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z" />'},mapSolid:{path:'<path d="M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z" />'},mapMarker:{path:'<path d="M12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5M12,2A7,7 0 0,1 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9C7,10 7,12 12,18.71C17,12 17,10 17,9A5,5 0 0,0 12,4Z" />'},mapMarkerRadius:{path:'<path d="M12,2C15.31,2 18,4.66 18,7.95C18,12.41 12,19 12,19C12,19 6,12.41 6,7.95C6,4.66 8.69,2 12,2M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M20,19C20,21.21 16.42,23 12,23C7.58,23 4,21.21 4,19C4,17.71 5.22,16.56 7.11,15.83L7.75,16.74C6.67,17.19 6,17.81 6,18.5C6,19.88 8.69,21 12,21C15.31,21 18,19.88 18,18.5C18,17.81 17.33,17.19 16.25,16.74L16.89,15.83C18.78,16.56 20,17.71 20,19Z" />'},mask:{path:'<path d="M15.83 9.81C14.7 9.7 13.69 10.38 13.46 11.5C13.46 11.84 14.81 12.29 16.05 12.29C17.29 12.29 18.41 11.5 18.41 11.28C18.41 11.05 17.63 9.93 15.83 9.81M8.18 9.81C6.38 9.93 5.59 10.94 5.59 11.27C5.59 11.5 6.82 12.29 7.95 12.29S10.54 11.84 10.54 11.5C10.31 10.38 9.19 9.7 8.18 9.81M16.95 16C15.04 16 13.8 13.75 12 13.75S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24 14.36 7 17.29 7 21 7.79 21 10.04C21 13.86 19.31 16 16.95 16Z" />'},menu:{path:'<path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />'},smsText:{path:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"/>'},message:{path:'<path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4c0-1.11-.9-2-2-2"/>'},messageOutline:{path:'<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16z"/>'},messageText:{path:'<path d="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M6,9H18V11H6M14,14H6V12H14M18,8H6V6H18" />'},minus:{path:'<path fill-rule="evenodd" d="M5 10a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z" clip-rule="evenodd" />'},money:{path:'<path d="M11.1 19h1.75v-1.25q1.25-.225 2.15-.975.9-.75.9-2.225 0-1.05-.6-1.925T12.9 11.1q-1.5-.5-2.075-.875-.575-.375-.575-1.025 0-.65.463-1.025.462-.375 1.337-.375.8 0 1.25.388.45.387.65.962l1.6-.65q-.275-.875-1.012-1.525-.738-.65-1.638-.725V5h-1.75v1.25q-1.25.275-1.95 1.1-.7.825-.7 1.85 0 1.175.688 1.9.687.725 2.162 1.25 1.575.575 2.188 1.025.612.45.612 1.175 0 .825-.588 1.212-.587.388-1.412.388t-1.462-.513q-.638-.512-.938-1.537l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012Zm.9 3q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z"/>'},moreVert:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>'},openInNew:{path:'<path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z" />'},pdf:{path:'<path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9.5 11.5C9.5 12.3 8.8 13 8 13H7V15H5.5V9H8C8.8 9 9.5 9.7 9.5 10.5V11.5M14.5 13.5C14.5 14.3 13.8 15 13 15H10.5V9H13C13.8 9 14.5 9.7 14.5 10.5V13.5M18.5 10.5H17V11.5H18.5V13H17V15H15.5V9H18.5V10.5M12 10.5H13V13.5H12V10.5M7 10.5H8V11.5H7V10.5Z" />'},phone:{path:'<path d="M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z" />'},phoneClassic:{path:'<path d="M12,3C7.46,3 3.34,4.78 0.29,7.67C0.11,7.85 0,8.1 0,8.38C0,8.66 0.11,8.91 0.29,9.09L2.77,11.57C2.95,11.75 3.2,11.86 3.5,11.86C3.75,11.86 4,11.75 4.18,11.58C4.97,10.84 5.87,10.22 6.84,9.73C7.17,9.57 7.4,9.23 7.4,8.83V5.73C8.85,5.25 10.39,5 12,5C13.59,5 15.14,5.25 16.59,5.72V8.82C16.59,9.21 16.82,9.56 17.15,9.72C18.13,10.21 19,10.84 19.82,11.57C20,11.75 20.25,11.85 20.5,11.85C20.8,11.85 21.05,11.74 21.23,11.56L23.71,9.08C23.89,8.9 24,8.65 24,8.37C24,8.09 23.88,7.85 23.7,7.67C20.65,4.78 16.53,3 12,3M9,7V10C9,10 3,15 3,18V22H21V18C21,15 15,10 15,10V7H13V9H11V7H9M12,12A4,4 0 0,1 16,16A4,4 0 0,1 12,20A4,4 0 0,1 8,16A4,4 0 0,1 12,12M12,13.5A2.5,2.5 0 0,0 9.5,16A2.5,2.5 0 0,0 12,18.5A2.5,2.5 0 0,0 14.5,16A2.5,2.5 0 0,0 12,13.5Z" />'},phoneOutline:{path:' <path d="M20 15.5c-1.2 0-2.5-.2-3.6-.6h-.3c-.3 0-.5.1-.7.3l-2.2 2.2c-2.8-1.5-5.2-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.4-.5-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-1-1-1M5 5h1.5c.1.9.3 1.8.5 2.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5m14 14c-1.3-.1-2.6-.4-3.8-.8l1.2-1.2c.8.2 1.7.4 2.6.4z"/>'},phoneTalk:{path:'<path d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" />'},people:{path:'<path d="M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M15,15H18L19.5,19H18V22H15V19H13.5L15,15Z" />'},percent:{path:'<path d="M18.5,3.5L3.5,18.5L5.5,20.5L20.5,5.5M7,4A3,3 0 0,0 4,7A3,3 0 0,0 7,10A3,3 0 0,0 10,7A3,3 0 0,0 7,4M17,14A3,3 0 0,0 14,17A3,3 0 0,0 17,20A3,3 0 0,0 20,17A3,3 0 0,0 17,14Z" />'},person:{path:'<path d="M24 23.95q-3.3 0-5.4-2.1-2.1-2.1-2.1-5.4 0-3.3 2.1-5.4 2.1-2.1 5.4-2.1 3.3 0 5.4 2.1 2.1 2.1 2.1 5.4 0 3.3-2.1 5.4-2.1 2.1-5.4 2.1ZM8 40v-4.7q0-1.9.95-3.25T11.4 30q3.35-1.5 6.425-2.25Q20.9 27 24 27q3.1 0 6.15.775 3.05.775 6.4 2.225 1.55.7 2.5 2.05.95 1.35.95 3.25V40Zm3-3h26v-1.7q0-.8-.475-1.525-.475-.725-1.175-1.075-3.2-1.55-5.85-2.125Q26.85 30 24 30t-5.55.575q-2.7.575-5.85 2.125-.7.35-1.15 1.075Q11 34.5 11 35.3Zm13-16.05q1.95 0 3.225-1.275Q28.5 18.4 28.5 16.45q0-1.95-1.275-3.225Q25.95 11.95 24 11.95q-1.95 0-3.225 1.275Q19.5 14.5 19.5 16.45q0 1.95 1.275 3.225Q22.05 20.95 24 20.95Zm0-4.5ZM24 37Z"/>'},plumbingOutline:{path:'<path d="M19.28,4.93l-2.12-2.12c-0.78-0.78-2.05-0.78-2.83,0L11.5,5.64l2.12,2.12l2.12-2.12l3.54,3.54 C20.45,8,20.45,6.1,19.28,4.93z"/><path d="M5.49,13.77c0.59,0.59,1.54,0.59,2.12,0l2.47-2.47L7.96,9.17l-2.47,2.47C4.9,12.23,4.9,13.18,5.49,13.77L5.49,13.77z"/><path d="M15.04,7.76l-0.71,0.71l-0.71,0.71l-3.18-3.18C9.85,5.4,8.9,5.4,8.32,5.99c-0.59,0.59-0.59,1.54,0,2.12l3.18,3.18 L10.79,12l-6.36,6.36c-0.78,0.78-0.78,2.05,0,2.83c0.78,0.78,2.05,0.78,2.83,0L16.45,12c0.39,0.39,1.02,0.39,1.41,0 c0.39-0.39,0.39-1.02,0-1.41L15.04,7.76z"/>'},plus:{path:'<path fill-rule="evenodd" d="M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z" clip-rule="evenodd" />'},pool:{path:'<path d="M0 0h24v24H0V0z" fill="none"/><path d="M10 8l-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"/><circle cx="16.5" cy="5.5" r="2.5"/>'},roofingOutline:{path:'<rect fill="none" height="24" width="24"/><path d="M13,18h-2v-2h2V18z M15,14H9v6h6V14L15,14z M19,9.3L19,9.3V4h-3v2.6v0L12,3L2,12h3l7-6.31L19,12h3L19,9.3z"/>'},road:{path:'<path d="M18.1,4.8C18,4.3 17.6,4 17.1,4H13L13.2,7H10.8L11,4H6.8C6.3,4 5.9,4.4 5.8,4.8L3.1,18.8C3,19.4 3.5,20 4.1,20H10L10.3,15H13.7L14,20H19.8C20.4,20 20.9,19.4 20.8,18.8L18.1,4.8M10.4,13L10.6,9H13.2L13.4,13H10.4Z" />'},satellite:{path:'<path d="M5,18L8.5,13.5L11,16.5L14.5,12L19,18M5,12V10A5,5 0 0,0 10,5H12A7,7 0 0,1 5,12M5,5H8A3,3 0 0,1 5,8M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" />'},school:{path:'<path d="M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z" />'},schoolOutline:{path:'<path d="M12 3L1 9L5 11.18V17.18L12 21L19 17.18V11.18L21 10.09V17H23V9L12 3M18.82 9L12 12.72L5.18 9L12 5.28L18.82 9M17 16L12 18.72L7 16V12.27L12 15L17 12.27V16Z" />'},scriptText:{path:'<path d="M17.8,20C17.4,21.2 16.3,22 15,22H5C3.3,22 2,20.7 2,19V18H5L14.2,18C14.6,19.2 15.7,20 17,20H17.8M19,2C20.7,2 22,3.3 22,5V6H20V5C20,4.4 19.6,4 19,4C18.4,4 18,4.4 18,5V18H17C16.4,18 16,17.6 16,17V16H5V5C5,3.3 6.3,2 8,2H19M8,6V8H15V6H8M8,10V12H14V10H8Z" />'},search:{path:'<path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" />'},selector:{path:'<path fill-rule="evenodd" d="M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z" clip-rule="evenodd" />'},send:{path:'<path d="M2,21L23,12L2,3V10L17,12L2,14V21Z" />'},shieldAlert:{path:'<path d="M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5M11,7H13V13H11M11,15H13V17H11" />'},shieldCheck:{path:'<path d="M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z" />'},shieldCheckOutline:{path:'<path d="M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9" />'},shieldStar:{path:'<path d="M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M15.08 16L12 14.15L8.93 16L9.74 12.5L7.03 10.16L10.61 9.85L12 6.55L13.39 9.84L16.97 10.15L14.26 12.5L15.08 16Z" />'},shieldStarOutline:{path:'<path d="M21 11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5V11M12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21M15.05 16L11.97 14.15L8.9 16L9.71 12.5L7 10.16L10.58 9.85L11.97 6.55L13.37 9.84L16.95 10.15L14.23 12.5L15.05 16" />'},shopping:{path:'<path d="M12,13A5,5 0 0,1 7,8H9A3,3 0 0,0 12,11A3,3 0 0,0 15,8H17A5,5 0 0,1 12,13M12,3A3,3 0 0,1 15,6H9A3,3 0 0,1 12,3M19,6H17A5,5 0 0,0 12,1A5,5 0 0,0 7,6H5C3.89,6 3,6.89 3,8V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V8C21,6.89 20.1,6 19,6Z" />'},silverware:{path:'<path d="M11,9H9V2H7V9H5V2H3V9C3,11.12 4.66,12.84 6.75,12.97V22H9.25V12.97C11.34,12.84 13,11.12 13,9V2H11V9M16,6V14H18.5V22H21V2C18.24,2 16,4.24 16,6Z" />'},spinnerDark:{path:'<circle cx="12" cy="12" r="10" class="fill-white stroke-gray-300" stroke-width="4" /> <path d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" />'},spinnerLight:{path:'<circle cx="12" cy="12" r="10" class="fill-[#e5e5e5] stroke-white" stroke-width="4" /> <path d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" />'},spray:{path:'<path d="M10,4H12V6H10V4M7,3H9V5H7V3M7,6H9V8H7V6M6,8V10H4V8H6M6,5V7H4V5H6M6,2V4H4V2H6M13,22A2,2 0 0,1 11,20V10A2,2 0 0,1 13,8V7H14V4H17V7H18V8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H13M13,10V20H18V10H13Z" />'},squareFootOutline:{path:'<path d="M17.66,17.66l-1.06,1.06l-0.71-0.71l1.06-1.06l-1.94-1.94l-1.06,1.06l-0.71-0.71l1.06-1.06l-1.94-1.94l-1.06,1.06 l-0.71-0.71l1.06-1.06L9.7,9.7l-1.06,1.06l-0.71-0.71l1.06-1.06L7.05,7.05L5.99,8.11L5.28,7.4l1.06-1.06L4,4v14c0,1.1,0.9,2,2,2 h14L17.66,17.66z M7,17v-5.76L12.76,17H7z"/>'},star:{path:'<path d="M16.23,18L12,15.45L7.77,18L8.89,13.19L5.16,9.96L10.08,9.54L12,5L13.92,9.53L18.84,9.95L15.11,13.18L16.23,18M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />'},starFill:{path:'<path d="M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z" />'},store:{path:'<path d="M18.36 9L18.96 12H5.04L5.64 9H18.36M20 4H4V6H20V4M20 7H4L3 12V14H4V20H14V14H18V20H20V14H21V12L20 7M6 18V14H12V18H6Z" />'},storeMarker:{path:'<path d="M20 6H4V4H20V6M14.3 12C13.5 12.96 13 14.18 13 15.5C13 16.64 13.43 17.86 14 19V20H4V14H3V12L4 7H20L20.7 10.5C20.04 10.18 19.32 10 18.56 10L18.36 9H5.64L5.04 12H14.3M12 14H6V18H12V14M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z" />'},success:{path:'<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" />'},tableOfContents:{path:'<path d="M3,9H17V7H3V9M3,13H17V11H3V13M3,17H17V15H3V17M19,17H21V15H19V17M19,7V9H21V7H19M19,13H21V11H19V13Z" />'},tag:{path:'<path d="M20,10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4H20z M14,14h-4v-4h4V14z"/>'},taxBuilding:{path:'<path d="M5 17v-7h2v7Zm6 0v-7h2v7ZM2 8V6l10-5 10 5v2Zm4.475-2h11.05L12 3.25ZM2 21v-2h12.05q.05.525.125 1.012.075.488.225.988Zm15-7.75V10h2v2.25ZM20 24q-1.725-.425-2.862-1.988Q16 20.45 16 18.55V16l4-2 4 2v2.55q0 1.9-1.137 3.462Q21.725 23.575 20 24Zm-.725-3 3.475-3.45-1.05-1.05-2.425 2.375-.975-.975-1.05 1.075ZM6.475 6h11.05Z"/>'},thumbDown:{path:'<path d="M19,15H23V3H19M15,3H6C5.17,3 4.46,3.5 4.16,4.22L1.14,11.27C1.05,11.5 1,11.74 1,12V14A2,2 0 0,0 3,16H9.31L8.36,20.57C8.34,20.67 8.33,20.77 8.33,20.88C8.33,21.3 8.5,21.67 8.77,21.94L9.83,23L16.41,16.41C16.78,16.05 17,15.55 17,15V5C17,3.89 16.1,3 15,3Z" />'},thumbUp:{path:'<path d="M23,10C23,8.89 22.1,8 21,8H14.68L15.64,3.43C15.66,3.33 15.67,3.22 15.67,3.11C15.67,2.7 15.5,2.32 15.23,2.05L14.17,1L7.59,7.58C7.22,7.95 7,8.45 7,9V19A2,2 0 0,0 9,21H18C18.83,21 19.54,20.5 19.84,19.78L22.86,12.73C22.95,12.5 23,12.26 23,12V10M1,21H5V9H1V21Z" />'},tools:{path:'<path d="M13.78 15.3L19.78 21.3L21.89 19.14L15.89 13.14L13.78 15.3M17.5 10.1C17.11 10.1 16.69 10.05 16.36 9.91L4.97 21.25L2.86 19.14L10.27 11.74L8.5 9.96L7.78 10.66L6.33 9.25V12.11L5.63 12.81L2.11 9.25L2.81 8.55H5.62L4.22 7.14L7.78 3.58C8.95 2.41 10.83 2.41 12 3.58L9.89 5.74L11.3 7.14L10.59 7.85L12.38 9.63L14.2 7.75C14.06 7.42 14 7 14 6.63C14 4.66 15.56 3.11 17.5 3.11C18.09 3.11 18.61 3.25 19.08 3.53L16.41 6.2L17.91 7.7L20.58 5.03C20.86 5.5 21 6 21 6.63C21 8.55 19.45 10.1 17.5 10.1Z" />'},tree:{path:'<path d="M11,21V16.74C10.53,16.91 10.03,17 9.5,17C7,17 5,15 5,12.5C5,11.23 5.5,10.09 6.36,9.27C6.13,8.73 6,8.13 6,7.5C6,5 8,3 10.5,3C12.06,3 13.44,3.8 14.25,5C14.33,5 14.41,5 14.5,5A5.5,5.5 0 0,1 20,10.5A5.5,5.5 0 0,1 14.5,16C14,16 13.5,15.93 13,15.79V21H11Z" />'},twitter:{path:'<path d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" />'},user:{path:'<path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M12,13C14.67,13 20,14.33 20,17V20H4V17C4,14.33 9.33,13 12,13M12,14.9C9.03,14.9 5.9,16.36 5.9,17V18.1H18.1V17C18.1,16.36 14.97,14.9 12,14.9Z" />'},warning:{path:'<path d="M1 21 12 2l11 19Zm3.45-2h15.1L12 6ZM12 18q.425 0 .713-.288Q13 17.425 13 17t-.287-.712Q12.425 16 12 16t-.712.288Q11 16.575 11 17t.288.712Q11.575 18 12 18Zm-1-3h2v-5h-2Zm1-2.5Z"/>'},warningAlert:{path:'<path fill="currentColor" d="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z"/>'},xCircle:{path:'<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clip-rule="evenodd" />'},xSquare:{path:'<path d="m16.2233 14.1514-5.9132-8.274H7.1562l7.325 10.2486.922 1.2893 6.2697 8.7798h3.1539l-7.6854-10.7545-.9181-1.2892Z" fill="currentColor"/><path d="M29.3233 0H2.6767C1.1983 0 0 1.1983 0 2.6767v26.6466C0 30.8017 1.1983 32 2.6767 32h26.6466C30.8017 32 32 30.8017 32 29.3233V2.6767C32 1.1983 30.8017 0 29.3233 0ZM20.706 27.6364l-6.3456-9.0371-7.9438 9.0371h-2.053L13.45 17.3023 4.3636 4.3636h6.9304l6.0075 8.5556 7.527-8.5556h2.0529l-8.6647 9.8555 9.4197 13.4173H20.706Z" fill="currentColor"/>'},youtube:{path:'<path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" />'}},G=d=>U[d],Q=({color:d="text-current",className:e,name:t,size:a="medium",viewBox:l="0 0 20 20"})=>{const r=G(t),[i,o]=v.useState(d),[s,c]=v.useState(r);return v.useEffect(()=>{c(r)},[r]),v.useEffect(()=>{o(d)},[d]),!r&&console.error("Icon does not exist",t),n.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:p("fill-current flex-shrink-0",W[a],i,e),style:{maxWidth:"4em"},role:"presentation",viewBox:l,dangerouslySetInnerHTML:{__html:s&&s.path}})},w=v.memo(Q),J=({children:d,className:e,clickHandler:t,panelClass:a,title:l,unmount:r=!0,isOpen:i=!1})=>{const[o,s]=v.useState(i);return n.jsx("div",{className:p("accordion shadow rounded-lg",{"accordion--open":o},e),children:n.jsxs(n.Fragment,{children:[n.jsxs("button",{type:"button",className:p("accordion-header flex w-full justify-between items-center bg-gray-50 px-4 py-2 text-left font-medium text-slate-700 border border-gray-200 focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75"),title:l,onClick:()=>{s(!o),t&&t(!o)},children:[n.jsx("div",{className:"accordion-title font-medium text-slate-700 sm-max:!text-base text-lg flex items-center",children:l}),n.jsx("span",{className:"accordion-icon ml-6 h-7 flex items-center",children:n.jsx(w,{name:"chevronDown",size:"small",className:"transition-all duration-75"})})]}),r&&o&&n.jsx("div",{className:p("accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",a),children:d}),!r&&n.jsx("div",{className:p("accordion-panel p-4 border-x border-b rounded-bl-lg rounded-br-lg border-gray-200 relative",a,{hidden:!o}),children:d})]})})},Y=v.memo(J),X=({children:d,className:e,messages:t=[],messagesClass:a,title:l="",titleClass:r="",props:i={},type:o="error"})=>{const s={error:{icon:"error",iconColor:"text-red-500",styles:"bg-red-500/10 border-red-300 text-red-700"},info:{icon:"info",iconColor:"text-blue-500",styles:"bg-blue-50 border-blue-300 text-blue-800"},success:{icon:"success",iconColor:"text-green-500",styles:"bg-green-50 border-green-300 text-green-800"},warning:{icon:"warningAlert",iconColor:"text-yellow-500",styles:"bg-yellow-50 border-yellow-300 text-yellow-700"}},{icon:c,iconColor:f,styles:m}=s[o];return n.jsx("div",{id:o,className:p("rounded w-full py-2 px-4 mb-4 border",m,e),...i,children:n.jsxs("div",{className:"flex",children:[n.jsx("div",{className:"flex-shrink-0",children:n.jsx(w,{name:c,viewBox:"0 0 24 24",className:f,size:"xSmall"})}),n.jsxs("div",{className:"ml-3",children:[n.jsx("div",{className:p("font-medium text-sm",r),children:l}),t.length>0?n.jsx("ul",{role:"list",className:p("list-disc space-y-1 pl-5 mt-2 text-xs",a),children:t.map((H,C)=>n.jsx("li",{children:H},C))}):"",d]})]})})},_=v.memo(X),K=({autoFocus:d=!1,className:e,dataSearch:t="container",defaultValue:a="",floatingLabel:l="",id:r="",inputClass:i,label:o,leftIcon:s="homeSearch",leftIconProps:c={},loadingIconProps:f={},mobileBackdrop:m=!1,name:H="",options:C=[],parentProps:g={},placeholder:u="",props:b={},rightIcon:h="",required:A=!1,showClearIcon:x=!0,showDropdown:y=!0,showLoadingIcon:k=!0,showRightIcon:N=!1,showSearchIcon:z=!0,size:S="medium",styles:j=null,title:_1,type:K1,useGoogle:R1=!1,useReact:e2=!1})=>{const t2=e2?{defaultValue:a}:{value:a};return n.jsxs("div",{id:r,"data-search":t,"data-search-type":K1,"data-use-google":R1,className:p("Autocomplete",e),style:j?{...j}:null,...g,children:[z&&n.jsxs("span",{className:p("search-icon-left absolute inset-y-0 left-0 flex items-center ",{"pointer-events-none":m,"pl-2":S==="medium","pl-4":S==="large"}),children:[n.jsx(w,{className:"home-search select-none text-gray-500",name:s,size:S==="xLarge"?"small":"xSmall",viewBox:"0 0 24 24",...c}),n.jsx(w,{className:"arrow-left select-none text-gray-500 hidden",name:"arrowLeft",size:S==="xLarge"?"small":"xSmall",viewBox:"0 0 24 24"})]}),n.jsx("input",{"data-lpignore":"true","aria-label":o,autoFocus:d,className:p("w-full bg-white placeholder:bg-white rounded border border-gray-300 py-2 pr-8 shadow-sm focus:outline-none sm-max:text-sm placeholder:text-gray-500 sm-max:placeholder:text-sm placeholder-shown:text-ellipsis truncate",{"pl-8":z===!0&&S==="medium","pl-10":z===!0&&S==="large","px-3 h-10":S==="medium","px-4 h-12":S==="large","px-5 h-[60px] sm:!text-base":S==="xLarge",peer:l},i),required:A,autoComplete:"off",placeholder:!u&&l?" ":u,type:"search",name:H||"search-input","data-id":"search-input",...t2,...b}),l&&n.jsx("label",{className:p("floating-label absolute text-sm !normal-case text-gray-500 duration-300 transform -translate-y-4 scale-75 top-2 z-10 origin-[0] bg-white px-2 peer-focus:text-[#222] peer-focus:px-2 peer-focus:bg-white peer-placeholder-shown:bg-white peer-placeholder-shown:scale-100 peer-placeholder-shown:-translate-y-1/2 peer-placeholder-shown:top-1/2 peer-focus:top-2 peer-focus:scale-75 peer-focus:-translate-y-4 start-1 pointer-events-none",{"!left-7":z===!0,"left-2":S==="medium","left-3":S==="large","left-4":S==="xLarge"}),children:l}),x&&n.jsx("span",{"data-id":"search-clear",className:"clear-btn absolute inset-y-0 right-0 flex items-center px-2 hidden",children:n.jsx(w,{className:"cursor-pointer text-gray-500",name:"xCircle",size:"xSmall",viewBox:"0 0 20 20"})}),k&&n.jsx("span",{"data-id":"search-loading",className:"absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none hidden",children:n.jsx(w,{className:"animate-spin text-[#222] pointer-events-none",name:"spinnerDark",size:"xSmall",viewBox:"0 0 24 24",...f})}),h&&n.jsx("span",{"data-id":"right-icon",className:`${N?"":"hidden"} absolute inset-y-0 right-0 flex items-center px-2 pointer-events-none`,children:n.jsx(w,{name:h,size:"small",viewBox:"0 0 24 24"})}),y&&n.jsxs("div",{"data-id":"search-dropdown",className:"dropdown absolute z-[15] w-full bg-white shadow-lg max-h-56 rounded-bl rounded-br py-1 overflow-auto focus:outline-none sm:text-sm sm:custom-scrollbar border-x border-b border-gray-300 hidden",children:[n.jsx("div",{"data-id":"search-dropdown-header"}),n.jsx("ul",{"data-id":"search-dropdown-body",role:"listbox","data-title":_1,"aria-labelledby":"Label","aria-activedescendant":"search-item-0",children:C.length>0?C.map((Z,T)=>n.jsx("li",{id:`search-item-${T}`,tabIndex:-1,className:"dropdown-item text-gray-900 cursor-default select-none py-2 pl-3 pr-4 truncate hover:bg-gray-50 font-normal focus:bg-gray-50 focus:text-green-400 focus-visible:outline-0","aria-selected":T===0,role:"option",children:(Z==null?void 0:Z.name)||Z},`search-item-${T}`)):""})]})]})},R=({children:d,className:e,size:t="sm",tag:a="span"})=>{const l=a||"span";return n.jsx(l,{className:p(" bg-gray-200 font-semibold py-1 px-2 rounded",{"text-sm":t==="sm","text-xs":t==="xs","text-xxs !py-0.5 !px-1.5":t==="xxs"},e),children:d})},e1=({borderless:d=!1,leftIcon:e,leftIconProps:t={},children:a,className:l,disabled:r=!1,href:i,outline:o=!1,props:s={},rightIcon:c,rightIconProps:f={},rounded:m=!1,size:H="md",type:C="button",uppercase:g=!1,variation:u="primary"})=>{const b=i?"a":"button";return n.jsxs(b,{type:b!=="a"?C:null,className:p("button",{[`button--${u}`]:u,[`button--${H}`]:H,"button--rounded":m,"button--disabled":r,"button--outline":o,"button--custom-link":i,"button--uppercase":g,"button--borderless":d||u==="link"},l),disabled:r,href:i,...s,children:[e&&n.jsx(w,{name:e,size:H==="md"?"small":"xSmall",viewBox:"0 0 24 24",...t}),a,c&&n.jsx(w,{name:c,size:H==="md"?"small":"xSmall",viewBox:"0 0 24 24",...f})]})},E=v.memo(e1),t1=({checked:d=!1,children:e,className:t,error:a=!1,inputClass:l,id:r,label:i,labelClass:o,name:s,props:c={},variation:f="primary",value:m})=>n.jsxs("label",{className:p("checkbox",{[`checkbox--${f}`]:f},t),htmlFor:r,children:[n.jsx("input",{checked:d,className:p("form-checkbox",{"!border-red-500 !bg-red-500 focus:!ring-red-500 focus:!border-red-500":a},l),id:r,name:s,type:"checkbox",value:m,...c}),i&&n.jsx("span",{className:p("sr-only",o),children:i}),e]}),a1=v.memo(t1),l1=({activator:d,ariaLabel:e,id:t,children:a,className:l,contentClass:r,customScrollbar:i=!0,dark:o=!1,disableClose:s=!1,footer:c,fullMobile:f=!0,headerClass:m,hideClose:H=!1,iconSize:C="medium",preventPageScroll:g=!0,props:u={},sheet:b=!1,sheetDirection:h="right",stickyHeader:A=!1,title:x="",titleClass:y,variation:k="primary",useFormMethod:N=!0})=>{const z=N?"form":"div";return n.jsxs(n.Fragment,{children:[d&&n.jsx("span",{id:`${t}-dialog-activator`,children:d}),n.jsx("dialog",{"aria-labelledby":x?`${t}-dialog-title`:null,"aria-label":!x&&e?e:null,...s?{closedby:"none"}:null,id:t?`${t}-dialog`:null,className:p("dialog",{[`dialog-${k}`]:k,"dialog-full-mobile":f,"dialog-sheet":b,dark:o,"dialog-sheet--right":h==="right"&&b,"prevent-scroll":g},l),...u,children:n.jsxs(z,{className:"dialog-container",method:N?"dialog":null,children:[n.jsxs("div",{className:p("dialog-header",{"sticky top-0 bg-white z-10":A,"!pb-0 border-0 justify-end":!x,"justify-between border-b":x},m),children:[x&&n.jsx("div",{id:`${t}-dialog-title`,className:p("dialog-title",y),children:x}),!H&&n.jsx("button",{type:"button",title:"Close",className:"dialog-close","data-dialog-close":"",value:"close",children:n.jsx(w,{name:"close",size:C,className:"pointer-events-none"})})]}),n.jsx("div",{id:`${t}-dialog-content`,className:p("dialog-content",{"custom-scrollbar":i},r),children:a}),c&&n.jsx("footer",{id:`${t}-dialog-footer`,className:"dialog-footer",children:c})]})})]})},r1=v.memo(l1),n1=({ariaLabel:d,className:e})=>n.jsxs("div",{role:"status","aria-label":d,className:p("Dots mx-auto",e),children:[n.jsx("span",{style:{animationDelay:"0.1s"}}),n.jsx("span",{style:{animationDelay:"0.2s"}}),n.jsx("span",{style:{animationDelay:"0.3s"}}),n.jsx("span",{style:{animationDelay:"0.4s"}}),n.jsx("span",{style:{animationDelay:"0.5s"}}),n.jsx("span",{style:{animationDelay:"0.6s"}}),n.jsx("span",{style:{animationDelay:"0.7s"}}),n.jsx("span",{style:{animationDelay:"0.8s"}})]}),s1=({ariaLabel:d="Loading",cb:e,onUpdate:t,className:a,selector:l="",size:r="md",timeout:i=1e4,variation:o="primary"})=>{const[s,c]=v.useState(0);function f({cb:m}){const H=document.querySelector(`.loading-bar--inner${l?`.${l}`:""}`);if(!H)return;let C,g,u=!1;function b(h){C===void 0&&(C=h);const A=h-C;if(g!==h){const x=A/i*101;H.style.width=`${x}%`,c(Math.min(100,Math.round(x))),t&&t({elapsed:A,percentage:x}),x>=101&&(m&&m(),u=!0,window.cancelAnimationFrame(h))}A<i&&(g=h,u||window.requestAnimationFrame(b))}window.requestAnimationFrame(b)}return v.useEffect(()=>{f({cb:e})},[]),n.jsx("div",{role:"progressbar","aria-label":d,"aria-valuenow":s,"aria-valuemin":0,"aria-valuemax":100,"aria-busy":s<100,className:p("loading-bar my-8",`loading-bar--${o}`,{"h-4":r==="md","h-6":r==="lg","h-8":r==="xl"},`loading-bar--${r}`,a),children:n.jsx("div",{className:`loading-bar--inner ${l}`,"data-size":"100"})})},i1=v.memo(s1),o1=({ariaLabel:d="Processing...",className:e})=>n.jsx("div",{role:"status","aria-label":d,className:p("processing-spinner",e)}),c1=v.memo(o1),d1=({activator:d,activatorClass:e="",attrs:t={},children:a,className:l="",containerClass:r="",disabled:i=!1,options:o={},trigger:s="click"})=>n.jsxs(n.Fragment,{children:[n.jsx("div",{className:p("popover z-10 max-w-[350px] hidden",l),children:n.jsxs("div",{className:p("popover-container rounded border bg-gray-50 border-gray-300 shadow-md text-gray-500 animate-menu-close",r),children:[a,n.jsx("div",{className:"absolute w-4 h-4 before:content-[''] before:absolute before:w-4 before:h-4 before:visible before:transform before:rotate-45","data-popper-arrow":""})]})}),n.jsx("div",{className:p("popover-activator",`trigger-${s}`,{"is-disabled":i},e),...t,"data-options":JSON.stringify(o),children:d})]}),h1=({ariaLabel:d="Progress Bar",ariaValuemax:e=100,ariaValuemin:t=0,bgColor:a="bg-orange-500",className:l,completed:r=0,customLabel:i,labelClass:o,maxCompleted:s=100,rounded:c=!0,showLabel:f=!1})=>{const H=((C,g)=>{if(C){const u=Number(g)/C;return u>1?100:u*100}return r})(s,r);return n.jsx("div",{className:p("w-full bg-gray-200",{"rounded-full":c},l),role:"progressbar","aria-label":d,"aria-valuenow":r,"aria-valuemin":t,"aria-valuemax":e,children:n.jsx("div",{className:p("h-full text-right flex items-center justify-end rounded-full",a),style:{width:`${H}%`},children:f&&n.jsx("span",{className:p("font-bold text-white text-xs mr-2",o),children:i||Math.round(H)})})})},u1=v.memo(h1),p1=({checked:d=!1,children:e,className:t,id:a,inputClass:l,label:r,labelClass:i,name:o,props:s={},variation:c="primary",value:f})=>n.jsxs("label",{className:p("radio",{[`radio--${c}`]:c},t),htmlFor:a,children:[n.jsx("input",{checked:d,className:p("form-radio",l),id:a,name:o,type:"radio",value:f,...s}),r&&n.jsx("span",{className:p("sr-only",i),children:r}),e]}),f1=v.memo(p1),m1=({className:d,error:e=!1,errorMessage:t,id:a,label:l,labelClass:r,name:i,options:o=[],placeholder:s,props:c={},selectClass:f,styles:m=null,variation:H="primary",value:C})=>{const g=s?{defaultValue:""}:{};return n.jsxs("label",{className:p("relative select",{[`select--${H}`]:H},d),style:m?{...m}:null,children:[l&&n.jsx("span",{className:p("sr-only",r),children:l}),n.jsxs("select",{className:p("form-select relative bg-white pl-3 pr-10 text-left cursor-default",{"field-error":e},f),id:a,name:i,value:C,...g,...c,children:[s&&n.jsx("option",{"aria-label":s,hidden:!0,value:"",children:s}),o.map(u=>n.jsx("option",{"aria-label":(u==null?void 0:u.label)||(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u,value:(u==null?void 0:u.id)||(u==null?void 0:u.value)||(u==null?void 0:u.name)||u,children:(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u},(u==null?void 0:u.name)||(u==null?void 0:u.value)||(u==null?void 0:u.id)||u))]}),t&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:t})]})},V1=v.memo(m1),H1=({className:d})=>n.jsxs("div",{className:p("flex justify-center items-center bg-gray-200 rounded-lg animate-pulse",d),children:[n.jsx(w,{size:"xLarge",name:"map",className:"mx-auto"}),n.jsx("span",{className:"sr-only",children:"Loading..."})]}),C1=v.memo(H1),L1=({placeholderClass:d="",children:e,className:t,id:a=1,padding:l=!0})=>n.jsxs("div",{className:p("slider",t),id:`slider-${a}`,children:[n.jsx("button",{title:"Previous Slide",id:`btn-left-${a}`,type:"button",className:"slider-button__prev ",children:n.jsx(w,{name:"chevronLeft"})}),n.jsx("div",{id:`slider-container-${a}`,className:"slider-container",children:Array.from({length:4},(r,i)=>n.jsx("div",{className:`slider-card bg-gray-200 animate-pulse ${d}`,children:n.jsx("div",{className:`slider-card-action ${l?"p-4":""}`,children:e})},i))}),n.jsx("button",{title:"Next Slide",id:`btn-right-${a}`,type:"button",className:"slider-button__next",children:n.jsx(w,{name:"chevronRight"})})]}),M1=v.memo(L1),v1=({ariaLabel:d,className:e,iconClass:t,iconProps:a={}})=>n.jsx("div",{role:"status","aria-label":d,className:p("rounded-r-md px-2 focus:outline-none",e),children:n.jsx(w,{className:p("animate-spin text-black-900 motion-reduce:animate-none",t),size:"xSmall",name:"spinnerDark",viewBox:"0 0 24 24",...a})}),g1=v.memo(v1),y1=({className:d,value:e})=>{const t={"--value":`calc(${e} / 5 * 100%)`};return n.jsx("div",{className:p('Stars inline-block leading-none font-sans text-base before:content-["★★★★★"]',d),style:t})},b1=({className:d,clear:e=!1,error:t=!1,errorMessage:a="",id:l="",inputClass:r="",name:i="",placeholder:o="",props:s={},rows:c=4,variation:f="primary"})=>n.jsxs("div",{className:p("relative textarea",{[`textarea--${f}`]:f},d),children:[n.jsx("textarea",{placeholder:o,id:l,name:i,rows:c,className:p("form-textarea min-h-[40px] pl-4",e?"pr-10":"pr-4",{"field-error":t},r),...s}),e&&n.jsx("div",{id:`${l}-clear`,className:"textarea-clear absolute right-0 top-2 bottom-auto flex items-center rounded-r-md pr-2 focus:outline-none hidden",children:n.jsx(w,{size:"xSmall",name:"xCircle",color:"text-gray-500 cursor-pointer"})}),a&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:a})]}),B=v.memo(b1),A1=({className:d,clear:e=!1,error:t=!1,errorMessage:a="",iconLeft:l="",id:r="",inputClass:i,name:o="",placeholder:s="",props:c={},styles:f=null,type:m="text",value:H,variation:C="primary"})=>n.jsxs("div",{className:p("relative textbox",{[`textbox--${C}`]:C},d),style:f?{...f}:null,children:[l&&n.jsx("div",{className:"pointer-events-none absolute inset-y-0 left-0 flex items-center px-2",children:n.jsx(w,{size:"xSmall",name:l,color:"text-[#94A3B8]",viewBox:"0 0 24 24"})}),n.jsx("input",{placeholder:s,id:r,name:o,type:m,value:H,autoComplete:"off",className:p("form-input",e?"pr-10":"pr-4",l?"pl-8":"pl-4",c.inputClass??"",i,{"field-error":t}),...c}),e&&n.jsx("div",{id:`${r}-clear`,className:"textbox-clear absolute inset-y-0 right-0 flex items-center rounded-r-md px-2 focus:outline-none hidden",children:n.jsx(w,{size:"xSmall",name:"xCircle",color:"text-gray-500 cursor-pointer"})}),a&&n.jsx("span",{className:"relative flex mt-0.5 text-red-700 text-xs text-left",children:a})]}),F=v.memo(A1),x1=({checked:d=!1,props:e={}})=>n.jsx(n.Fragment,{children:n.jsx("label",{className:"flex cursor-pointer select-none items-center",children:n.jsxs("div",{className:"relative",children:[n.jsx("input",{type:"checkbox",checked:d,className:"sr-only",...e}),n.jsx("div",{className:`box block h-8 w-14 rounded-full ${d?"bg-[#365487]":"bg-black-250"}`}),n.jsx("div",{className:`absolute left-1 top-1 flex h-6 w-6 items-center justify-center rounded-full bg-white transition ${d?"translate-x-full":""}`})]})})}),w1=v.memo(x1),S1=({btnClass:d,btnProps:e={},btnTitle:t="Submit",className:a="",containerClass:l,customSuccessMsg:r="",title:i="Send A Message",titleClass:o,uppercase:s=!0})=>{const c=r||n.jsxs(n.Fragment,{children:["Typical email response time is 2-3 hours. If you require immediate assistance you may use our"," ",n.jsx(E,{className:p("text-black-900 items-center gap-2 live-chat uppercase !inline-flex"),variation:"link",props:{title:"Live Chat"},children:"Live Chat"})]});return n.jsxs("form",{id:"contactForm",className:p("contact-form",l,{uppercase:s}),children:[n.jsx("h2",{id:"contact-title",className:p("mb-4",o),children:i}),n.jsx("p",{className:"contact-form__msg",children:c}),n.jsxs("div",{className:p("p-6 bg-gray-100 flex flex-col gap-y-3 max-w-[458px]",a),children:[n.jsx(F,{id:"contact-name",name:"contact-name",placeholder:"Name",inputClass:p({"placeholder:uppercase":s})}),n.jsx(F,{id:"contact-email",name:"contact-email",placeholder:"Email",inputClass:p({"placeholder:uppercase":s})}),n.jsx(B,{id:"contact-message",name:"contact-message",placeholder:"Message",inputClass:p({"placeholder:uppercase":s})}),n.jsx(E,{className:p("flex mx-auto items-center",{uppercase:s},d),props:{title:t},type:"submit",...e,children:t})]})]})},z1=v.memo(S1),k1=({block:d=!1,children:e,className:t,contentClass:a,footerClass:l,footerContent:r,headerContent:i,headerClass:o,list:s=!1,props:c={},variation:f="primary"})=>{const m=s?"ul":"div";return n.jsxs("div",{className:p("content-card",{"content-card--block":d},`content-card--${f}`,t),...c,children:[i&&n.jsx("div",{className:p("content-card__header",o),children:typeof i=="string"?n.jsx("h3",{children:i}):i}),n.jsx(m,{className:p("content-card__content",a),role:s?"list":null,children:e}),r&&n.jsx("div",{className:p("content-card__footer",l),children:r})]})},N1=v.memo(k1),Z1=({children:d,className:e,colGap:t=2,direction:a="col",label:l,labelClass:r,props:i={},rowGap:o=1,value:s,valueClass:c,wrap:f=!1})=>n.jsxs("div",{className:p("flex",{"flex-col items-start":a==="col","flex-row items-center":a==="row","flex-wrap":f},e),style:{columnGap:`${t/4}rem`,rowGap:`${o/4}rem`},...i,children:[l&&n.jsx("div",{className:p("item-label",r),children:l}),s&&n.jsx("div",{className:p("item-value",c),children:s}),d]}),E1=v.memo(Z1),F1=({breakPage:d=!1,children:e,className:t,noPrint:a=!1,props:l={},title:r,titleClass:i,titleId:o})=>n.jsxs("section",{className:p("spacer",{"print:!hidden":a,"print:!break-before-page":d},t),...l,children:[r&&n.jsx("h2",{className:p("spacer-title",i),id:o,children:r}),e]}),D1=({children:d,className:e,list:t=!0})=>{const a=t?"li":"div";return n.jsx(a,{className:p("stacked-list",e),children:d})},O1=({align:d="center",children:e,className:t,tag:a="h1",title:l})=>{const r=a;return n.jsx(r,{className:p("funnel-header !header-4-medium mb-6 flex items-center",{"text-center justify-center":d==="center","justify-start text-left":d==="left","justify-end text-right":d==="right"},t),children:l||e})},I1=v.memo(O1),D={animation:{circular:"circular 3s linear infinite","circular-reverse":"circular 3s linear reverse infinite","fade-in":"fade-in 0.2.5s ease-out","fade-out":"fade-out 0.1.5s ease-in","fade-scale-in":"fade-scale-in 0.2.5s ease-out","fade-scale-out":"fade-scale-out 0.1.5s ease-in","listbox-open":"listbox-open 0.1s ease-out","listbox-close":"listbox-close 0.075s ease-out","menu-open":"menu-open 0.1s ease-out","menu-close":"menu-close 0.1s ease-in-out","slide-out-to-right":"slide-out-to-right 0.3s ease-in forwards","slide-in-from-right":"slide-in-from-right 0.3s ease-out forwards",indeterminate_first:"indeterminate_first 1.1s ease-in-out infinite"},backgroundImage:{map:"var(--map)"},fontSize:{"3xs":"0.5rem",xxs:"0.625rem","2.5xl":"1.625rem","2.75xl":"1.75rem","3.5xl":"2rem"},gridTemplateColumns:{17:"repeat(17, minmax(0, 1fr))"},keyframes:{circular:{"100%":{transform:"rotate(360deg)"}},"fade-in":{from:{opacity:"0"},to:{opacity:"1"}},"fade-out":{from:{opacity:"1"},to:{opacity:"0"}},"listbox-open":{from:{opacity:"0",transform:"scale(.95)"},to:{opacity:"1",transform:"scale(1)"}},"listbox-close":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(.95)"}},"menu-open":{from:{opacity:"0",transform:"scale(.95)"},to:{opacity:"1",transform:"scale(1)"}},"menu-close":{from:{opacity:"1",transform:"scale(1)"},to:{opacity:"0",transform:"scale(.95)"}},"fade-scale-in":{from:{opacity:"0",transform:"scale(.95) translateY(1rem)"},to:{opacity:"1",transform:"scale(1) translateY(0)"}},"fade-scale-out":{from:{opacity:"1",transform:"scale(1) translateY(0)"},to:{opacity:"0",transform:"scale(.95) translateY(1rem)"}},indeterminate_first:{"0%":{transform:"translateX(-100%)"},"100%":{transform:"translateX(100%)"}},"slide-out-to-right":{from:{opacity:"1",transform:"translateX(0)"},to:{opacity:"0",transform:"translateX(100%)"}},"slide-in-from-right":{from:{opacity:"0",transform:"translateX(100%)"},to:{opacity:"1",transform:"translateX(0)"}}},margin:{20:"5rem",24:"6rem",28:"7rem",32:"8rem"},maxWidth:{aside:"268px",container:"724px",page:"1200px"},screens:{"xs-max":{max:"639px"},"sm-max":{max:"767px"},"md-max":{max:"895px"},"md-up":"896px","screen-lg-max":{max:"1023px"},"lg-max":{max:"1199px"},"lg-up":"1200px"},transitionDuration:{0:"0ms",50:"50ms"},transformOrigin:{"center-top":"center 30%"}},$={black:{50:"#FCFCFC",100:"#F9F9F9",200:"#F0F0F0",250:"#E5E5E5",300:"#CECECE",400:"#B6B6B6",500:"#9F9F9F",600:"#767676",700:"#666666",800:"#4C4C4C",900:"#222222",950:"#000000"},blue:{50:"#EBF5FF",200:"#EAF3FC",300:"#A4CAFE",350:"#92C7E5",400:"#76A9FA",500:"#3F83F8",600:"#2D9CDB",650:"#1A76AA",700:"#3269f7",800:"#1E429F",900:"#232E39",950:"#0F172A"},gray:{50:"#f9fafb",75:"#F5F6F7",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",350:"#CED2D6",400:"#9ca3af",500:"#6b7280",550:"#94A3B8",600:"#4b5563",700:"#374151",750:"#848C98",800:"#1f2937",850:"#4C4C4C",900:"#111827"},green:{50:"#F3FAF7",100:"#F0F9E5",300:"#84E1BC",400:"#31C48D",500:"#298E6A",700:"#15803d",750:"#48780F",800:"#03543F"},orange:{500:"#FF8945",700:"#ED6D26"},pink:{200:"#ff99a8",500:"#ff5a5f",700:"#ff385c"},purple:{700:"#6E298E"},red:{50:"#F4827B",300:"#F8B4B4",400:"#F98080",500:"#ef4444",600:"#DF2A1F",700:"#B21010"},slate:{50:"#f9f9f9",300:"#767676",500:"#484848",700:"#222"},teal:{50:"#f0fdfa",100:"#ccfbf1",500:"#00a699",700:"#007b80",800:"#006266",900:"#006165"},yellow:{50:"#FEFCE8",100:"#fdf6b2",300:"#FACA15",400:"#E3A008",500:"#f3cb4b",700:"#8E4B10",800:"#723B13"},current:"currentColor",transparent:"transparent",white:"#fff"},q={blue:{100:"hsl(240 42% 22%)",60:"hsl(240 24% 34%)",650:"#1A76AA",50:"hsl(257 75% 52%)",40:"hsl(200 100% 51%)",30:"hsl(224 85% 67%)"},grey:{light:"hsl(0 0% 98%)",DEFAULT:"hsl(0 0% 80%)"},pink:"hsl(325 78% 68%)",purple:"hsl(279 85% 57%)",white:"hsl(0 0% 100%)",transparent:"hsl(0 0% 100% / 0)"},T1={...$,...q},B1=({matchUtilities:d,theme:e})=>d({aspect:t=>({"@supports (aspect-ratio: 1 / 1)":{aspectRatio:t},"@supports not (aspect-ratio: 1 / 1)":{"&::before":{content:'""',float:"left",paddingTop:`calc(100% / (${t}))`},"&::after":{clear:"left",content:'""',display:"block"}}})},{values:e("aspectRatio")}),$1=({matchUtilities:d,theme:e})=>d({"animation-delay":t=>({"animation-delay":t})},{values:e("transitionDelay")}),q1=({matchUtilities:d})=>d({"max-inline":e=>({"max-inline-size":e})}),P1=({matchUtilities:d})=>d({"max-block":e=>({"max-block-size":e})}),P=({addUtilities:d,e,classPrefix:t="",fixedProps:a={},sizeProps:l=null,sizes:r,weights:i,weightProps:o=null})=>{const s={};Object.entries(r).forEach(([c,f])=>{const m={"font-size":f,...a},H=`.${e(`${t}-${c}`)}`,C=l?l({sizeKey:c,sizeValue:f}):{};s[H]={...m,...C},Object.entries(i).forEach(([g,u])=>{const b=`.${e(`${t}-${c}-${g}`)}`,h=o?o({sizeKey:c,sizeValue:f,weightKey:g,weightValue:u}):{};s[b]={...m,"font-weight":u,...h}})}),d(s)},O={aspectRatio:!1,backdropBlur:!1,backdropBrightness:!1,backdropContrast:!1,backdropFilter:!1,backdropGrayscale:!1,backdropHueRotate:!1,backdropInvert:!1,backdropOpacity:!1,backdropSaturate:!1,backdropSepia:!1,backgroundAttachment:!1,backgroundBlendMode:!1,backgroundClip:!1,backgroundOpacity:!0,backgroundOrigin:!1,blur:!1,borderCollapse:!1,borderSpacing:!1,boxDecorationBreak:!1,breakAfter:!1,breakBefore:!1,breakInside:!1,brightness:!1,caretColor:!1,clear:!1,columns:!1,container:!1,contrast:!1,dropShadow:!1,filter:!1,float:!1,fontSmoothing:!1,fontVariantNumeric:!1,grayscale:!1,hueRotate:!1,invert:!1,isolation:!1,outlineOffset:!1,placeContent:!1,placeItems:!1,placeSelf:!1,placeholderOpacity:!1,resize:!1,ringOpacity:!1,saturate:!1,scrollBehavior:!1,scrollMargin:!1,scrollPadding:!1,scrollSnapAlign:!1,scrollSnapStop:!1,scrollSnapType:!1,sepia:!1,skew:!1,strokeWidth:!1,tableLayout:!1,textDecorationColor:!1,textDecorationStyle:!1,textDecorationThickness:!1,textIndent:!1,textOpacity:!1,textUnderlineOffset:!1,touchAction:!1},I=[({addUtilities:d,matchUtilities:e,theme:t,e:a})=>{const l=["2","5"],r={light:"300",normal:"400",medium:"500",semibold:"600",bold:"700"},i={title:"2rem",1:"1.75rem",2:"1.625rem",3:"1.50rem",4:"1.25rem",5:"1.125rem",6:"1rem"},o={1:"0.938rem","1.5":"0.875rem",2:"0.813rem",3:"0.75rem"};P({addUtilities:d,e:a,classPrefix:"header",fixedProps:{"line-height":"1.5"},sizeProps:({sizeKey:s})=>({"font-weight":l.includes(s)?r.semibold:r.bold}),sizes:i,weights:r}),P({addUtilities:d,e:a,classPrefix:"text-body",sizes:o,weights:r}),B1({matchUtilities:e,theme:t}),$1({matchUtilities:e,theme:t}),q1({matchUtilities:e}),P1({matchUtilities:e})}],j1={theme:{extend:D,colors:$},plugins:I,corePlugins:O},W1={theme:{extend:D,colors:q},plugins:I,corePlugins:O};function U1(d,e=[]){return new Proxy(d,{get:function(t,a){return t[a]},set(t,a,l){const r={...t};return t[a]=l,e.length>0&&e.forEach(i=>i(t,r,a)),t}})}function G1(d,e=[]){e.length&&(d==null||d.classList.add(...e))}function Q1(d,e=[]){e.length&&(d==null||d.classList.remove(...e))}function J1({cb:d,form:e,formData:t,validations:a,reactive:l=!1}){let r=!0;for(const[i,o]of t.entries()){const s=e.querySelector(`[name="${i}"]`),c=a[i],f=[];c.forEach(m=>{m.isValid(o)||f.push(m.message)}),f.length?(r=!1,s.classList.add("field-error"),d&&d({isValid:r,field:s,validations:a})):(s.classList.remove("field-error"),d&&d({isValid:!0,field:s,validations:a})),l&&(s==null||s.addEventListener("input",m=>{m.preventDefault(),s.classList.contains("field-error")&&s.classList.remove("field-error")}))}return r}function Y1(d){const e=/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/,t=/[^a-zA-Z]+$/;return e.test(d.toLowerCase())&&!t.test(d)}class X1{init(e){this.handleSliders(e)}handleSliders({items:e,id:t=1,cb:a}){if(!document.getElementById(`slider-container-${t}`))return;const l=U1({activeIndex:0,computedSlides:[],container:null,disableBtns:!0,endingIndex:3,entriesIntersected:[],lazyIndex:3,nextBtn:null,observer:null,prevBtn:null,scrollToEnd:!1,scrollToStart:!1,showNextBtn:!1,showPrevBtn:!1,slides:[],transition:0},[this.showHideBtns]);this.sliderElements({state:l,items:e,id:t,cb:a}),l.container&&(this.initObserver(l),this.btnListeners(l))}initObserver(e){var t,a;e.observer||(e.observer=new IntersectionObserver((l,r)=>{this.handleIntersect(l,r,e)},{root:(t=e.container)==null?void 0:t.offsetParent})),e.slides=[...(a=e.container)==null?void 0:a.children],e.slides.forEach(l=>e.observer.observe(l))}handleIntersect(e,t,a){const l=e.filter(s=>s.isIntersecting),r=l.length===a.slides.length,i=l.every(s=>s.isIntersecting===!0);r&&i?t.disconnect():(a.disableBtns=!1,e.forEach(s=>{const c=[...a.slides].indexOf(s.target);s.target===a.slides[0]&&(a.showPrevBtn=s.isIntersecting),s.target===a.slides[a.slides.length-1]&&(a.showNextBtn=s.isIntersecting),s.target===a.slides[2]&&(a.scrollToStart=s.isIntersecting),s.target===a.slides[a.slides.length-2]&&(a.scrollToEnd=s.isIntersecting),s.isIntersecting&&!a.entriesIntersected.includes(c)&&(a.entriesIntersected.push(c),a.activeIndex=c,o(s))}));function o(s){var c;s.target!==a.slides[a.slides.length-1]&&s.target!==a.slides[0]&&s.target!==a.slides[2]&&s.target!==a.slides[a.slides.length-2]&&((c=a.observer)==null||c.unobserve(s.target))}}btnListeners(e){var t,a;(t=e.prevBtn)==null||t.addEventListener("click",()=>{this.scrollPrev(e)}),(a=e.nextBtn)==null||a.addEventListener("click",()=>{this.scrollNext(e)})}scrollPrev(e){e.scrollToStart?e.transition=0:e.transition-=e.slides[1].offsetWidth+12,e.container.style.transform=`translate3d(${-e.transition}px, 0, 0)`}scrollNext(e){const{offsetWidth:t,offsetParent:a}=e.container,l=t-a.offsetWidth;e.scrollToEnd?e.transition=l:e.transition+=e.slides[1].offsetWidth+12,e.container.style.transform=`translate3d(${-e.transition}px, 0, 0)`}sliderElements({state:e,items:t,id:a,cb:l}){const r='<span class="slide-first"></span>',i='<span class="slide-last"></span>';if(e.container=document.getElementById(`slider-container-${a}`),!e.container)return console.error(`slider-container-${a} Not Found`);e.prevBtn=e.container.parentElement.querySelector(`#btn-left-${a}`),e.nextBtn=e.container.parentElement.querySelector(`#btn-right-${a}`);const o=t.map(c=>l(c)).join(""),s=document.createElement("div");s.innerHTML=`${r}${o}${i}`,e.container.replaceChildren(...s.children),e.container.parentElement.classList.add("loaded")}showHideBtns(e,t,a){if(a==="showPrevBtn"||a==="showNextBtn"){if(e[a]===t[a])return;e[a]?a==="showPrevBtn"?e.prevBtn.style.display="none":e.nextBtn.style.display="none":a==="showPrevBtn"?e.prevBtn.style.display="block":e.nextBtn.style.display="block"}}}class M{static calcCrow(e,t,a,l){const i=M.toRad(a-e),o=M.toRad(l-t);e=M.toRad(e),a=M.toRad(a);const s=Math.sin(i/2)*Math.sin(i/2)+Math.sin(o/2)*Math.sin(o/2)*Math.cos(e)*Math.cos(a);return 6371*(2*Math.atan2(Math.sqrt(s),Math.sqrt(1-s)))}static cleanupAddress(e){return e.split(" ").map(a=>a.split("-")[0]).join(" ").trim()}static clearBounds(e="bounds"){localStorage.setItem(e,JSON.stringify([]))}static clickTrack(e=!0){if(e!==!0)return;window.dataLayer=window.dataLayer||[];const t=document.querySelectorAll("[data-div-track]");typeof M=="function"&&t.forEach(a=>{a.addEventListener("click",()=>{M.clickTrackEvent(a.dataset.divTrack)})})}static clickTrackEvent(e){window.dataLayer.push({event:"click_tracking",click_value:e})}static async trafficEvent(e){const{data:t=null,type:a=null,name:l=null,userId:r=null,website:i=null,siteMarker:o=null}=e??{};if(!t){console.log("trackEvent: no data sent");return}if(!a){console.log("trackEvent: no type sent");return}const{isHeads:s=null,isLoggedIn:c=null,url:f=null,ip:m=null,sessionId:H=null,user:C=null}=(window==null?void 0:window.options)??{},{id:g=null}=C??{};t.userId=r??g,t.isHeads=s,t.isLoggedIn=c,t.url=f,await M.createData("/api/event",{payload:{data:t,type:a,name:l,userId:r??g,url:window.location.href,ip:m,sessionId:H,siteMarker:i??o}},!1)}static async createData(e,t=null,a=!0,l={}){if(!t)return null;const r=typeof t=="string"?t:JSON.stringify(t),i=(t==null?void 0:t.website)??M.getWebsiteHeaderName();try{const o=await fetch(e,{method:"POST",body:r==="null"?null:r,headers:{website:i},...l});return await this.createDataReturn(o)}catch(o){console.error("createData",o,e)}return null}static async createDataReturn(e){const t=e.headers.get("content-type");if(t&&t.indexOf("application/json")!==-1)return e.json();const a=await e.text();return a?a.replace("__next",""):null}static dataLayer({type:e=null,data:t=null}){typeof dataLayer.push>"u"||typeof dataLayer.push>"u"||(e==="custom"&&t&&this.dlvCustom(t),e==="login"&&t&&this.dlvUserLogin(t),e==="userData"&&t&&this.dlvUserData(t))}static async deleteSearchValue(e="recsSearchValue"){try{return await M.createData(`/api/cookie/remove?name=${e}`)}catch(t){console.error("deleteSearchValue",t.message)}return null}static detectMouseMovement(e,t=null){const a=document.querySelector("body");let l=!1;a.addEventListener("mousemove",()=>{l||(l=!0,e(t))}),a.addEventListener("touchmove",()=>{l||(l=!0,e(t))})}static dlvCustom(e){console.info("dlvCustom",JSON.stringify(e)),dataLayer.push(e)}static dlvUserLogin(e){dataLayer.push({event:"login",userId:e==null?void 0:e.uuid})}static dlvUserData(e){dataLayer.push({event:"userData",userId:e==null?void 0:e.uuid,uuid:e==null?void 0:e.uuid,email:e==null?void 0:e.email,name:e==null?void 0:e.name})}static documentLoaded(e,t=0){document.addEventListener("DOMContentLoaded",async function(){t?setTimeout(()=>e(),t):e()})}static elementScrollTop(){setTimeout(()=>{document.body.scrollTop=document.documentElement.scrollTop=0},100)}static eventListenerOnce(e,t,a){e==null||e.addEventListener(t,a,{once:!0})}static async fetchData(e,t=!1,a=null){const l=e.replace("#","").replace("%23","");try{const r={method:"GET"};a&&(r.signal=a);const i=await fetch(l,r);if(t===!0){const s=await i.text();return s?s.replace("__next",""):null}const o=i.headers.get("content-type");return o&&o.indexOf("application/json")!==-1?i.json():null}catch(r){if((r==null?void 0:r.name)==="AbortError")throw r;console.error("fetchData",r,e)}return null}static findAncestor(e,t){let a=e.parentElement;return a.tagName.toLowerCase()===t||(a=e.parentElement.parentElement,a.tagName.toLowerCase()===t)||(a=e.parentElement.parentElement.parentElement,a.tagName.toLowerCase()===t)?a:null}static formatDate(e=null){return e?(e=new Date(e),[M.padTo2Digits(e.getMonth()+1),M.padTo2Digits(e.getDate()),e.getFullYear()].join("-")):null}static getBoundsEntries(e="bounds"){const t=localStorage.getItem(e);return t?JSON.parse(t):[]}static getBounds(e,t=null,a=null){if(!e)return console.error("no map",e),{swLat:0,neLng:0,neLat:0,swLng:0};const l=e.getBounds();let r=l.getSouth(),i=l.getEast(),o=l.getNorth(),s=l.getWest();return a&&(r=r-a,i=i+a,o=o+a,s=s-a),t&&(r=r.toFixed(t),i=i.toFixed(t),o=o.toFixed(t),s=s.toFixed(t)),{swLat:r,neLng:i,neLat:o,swLng:s}}static getFirstN(e,t=5){return e===null?null:e.length===0?[]:e.filter((a,l)=>l<t)}static getFormUrl(e=null){const{name:t=null,isOptOut:a=!1}=e??{};if(!t||t==="address")return a===!0?"/opt-out/address":"/";if(t==="background-check")return"/report/background-check";if(t==="background-check-search")return a===!0?"/opt-out/records":"/report/background-check/search";if(t==="dmv-records")return"/report/dmv-records";if(t==="dmv-records-search")return a===!0?"/opt-out/records":"/report/dmv-records/search";if(t==="phone")return"/report/phone";if(t==="phone-search")return a===!0?"/opt-out/phone":"/report/phone/search";if(t==="vin")return"/report/vin";if(t==="license"||t==="license-plate")return"/report/license-plate"}static async getHeaders({ttl:e=600}={}){var s;const{userAgent:t=null,userAgentData:a=null,platform:l=null}=navigator||{},r=(a==null?void 0:a.platform)??l,i={tolken:null,ip:null,userAgent:t,platform:r};if(i||typeof window.localStorage>"u")return i;const o="headerSessionData";if((s=window==null?void 0:window.options)!=null&&s.isPdf)return i;try{const f=await(await fetch("/api/client-headers")).json(),m=(f==null?void 0:f.sessionId)??"noSessionId",H=(f==null?void 0:f.ip)??null,C=e*1e3;return localStorage.setItem(o,JSON.stringify({tolken:m,ip:H,expire:new Date().getTime()+C})),{tolken:m,ip:H,userAgent:t,platform:r}}catch(c){console.error("getHeaders",c)}return i}static getLayerTitle(e){return{hybrid:"https://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}",roadmap:"https://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}"}[e]}static async getLocationData(e){const{swLat:t,neLng:a,neLat:l,swLng:r}=M.getBounds(e,3,.05),i="zip-location&swLat="+t+"&neLng="+a+"&neLat="+l+"&swLng="+r;return await M.fetchData("/api/client?query="+i)}static getReportUrl(e,t=null){var s,c,f;const a=((s=e==null?void 0:e.state)==null?void 0:s.slug)??null,l=((c=e==null?void 0:e.city)==null?void 0:c.slug)??null,r=((f=e==null?void 0:e.name)==null?void 0:f.slug)??null,i=(e==null?void 0:e.zip)??null;t=t||((e==null?void 0:e.id)??null);const o=[i,"-piq",t].filter(m=>m).join("");return"/"+[a,l,r].filter(m=>m).map(m=>M.toSlug(m)).join("/")+"/"+o}static async getSearchValue(e="recsSearchValue"){try{return await M.createData(`/api/cookie/fetch?name=${e}`)}catch(t){console.error("getSearchValue",t.message)}return null}static getSearchValueClient(e="recsSearchValue"){const t=localStorage.getItem(e);return t?JSON.parse(t):null}static getStates(){return[{name:"Alabama",id:"al",slug:"alabama",short:"AL"},{name:"Alaska",id:"ak",slug:"alaska",short:"AK"},{name:"Arizona",id:"az",slug:"arizona",short:"AZ"},{name:"Arkansas",id:"ar",slug:"arkansas",short:"AR"},{name:"California",id:"ca",slug:"california",short:"CA"},{name:"Colorado",id:"co",slug:"colorado",short:"CO"},{name:"Connecticut",id:"ct",slug:"connecticut",short:"CT"},{name:"Delaware",id:"de",slug:"delaware",short:"DE"},{name:"District Of Columbia",id:"dc",slug:"district-of-columbia",short:"DC"},{name:"Florida",id:"fl",slug:"florida",short:"FL"},{name:"Georgia",id:"ga",slug:"georgia",short:"GA"},{name:"Hawaii",id:"hi",slug:"hawaii",short:"HI"},{name:"Idaho",id:"id",slug:"idaho",short:"ID"},{name:"Illinois",id:"il",slug:"illinois",short:"IL"},{name:"Indiana",id:"in",slug:"indiana",short:"IN"},{name:"Iowa",id:"ia",slug:"iowa",short:"IA"},{name:"Kansas",id:"ks",slug:"kansas",short:"KS"},{name:"Kentucky",id:"ky",slug:"kentucky",short:"KY"},{name:"Louisiana",id:"la",slug:"louisiana",short:"LA"},{name:"Maine",id:"me",slug:"maine",short:"ME"},{name:"Maryland",id:"md",slug:"maryland",short:"MD"},{name:"Massachusetts",id:"ma",slug:"massachusetts",short:"MA"},{name:"Michigan",id:"mi",slug:"michigan",short:"MI"},{name:"Minnesota",id:"mn",slug:"minnesota",short:"MN"},{name:"Mississippi",id:"ms",slug:"mississippi",short:"MS"},{name:"Missouri",id:"mo",slug:"missouri",short:"MO"},{name:"Montana",id:"mt",slug:"montana",short:"MT"},{name:"Nebraska",id:"ne",slug:"nebraska",short:"NE"},{name:"Nevada",id:"nv",slug:"nevada",short:"NV"},{name:"New Hampshire",id:"nh",slug:"new-hampshire",short:"NH"},{name:"New Jersey",id:"nj",slug:"new-jersey",short:"NJ"},{name:"New Mexico",id:"nm",slug:"new-mexico",short:"NM"},{name:"New York",id:"ny",slug:"new-york",short:"NY"},{name:"North Carolina",id:"nc",slug:"north-carolina",short:"NC"},{name:"North Dakota",id:"nd",slug:"north-dakota",short:"ND"},{name:"Ohio",id:"oh",slug:"ohio",short:"OH"},{name:"Oklahoma",id:"ok",slug:"oklahoma",short:"OK"},{name:"Oregon",id:"or",slug:"oregon",short:"OR"},{name:"Pennsylvania",id:"pa",slug:"pennsylvania",short:"PA"},{name:"Rhode Island",id:"ri",slug:"rhode-island",short:"RI"},{name:"South Carolina",id:"sc",slug:"south-carolina",short:"SC"},{name:"South Dakota",id:"sd",slug:"south-dakota",short:"SD"},{name:"Tennessee",id:"tn",slug:"tennessee",short:"TN"},{name:"Texas",id:"tx",slug:"texas",short:"TX"},{name:"Utah",id:"ut",slug:"utah",short:"UT"},{name:"Vermont",id:"vt",slug:"vermont",short:"VT"},{name:"Virginia",id:"va",slug:"virginia",short:"VA"},{name:"Washington",id:"wa",slug:"washington",short:"WA"},{name:"West Virginia",id:"wv",slug:"west-virginia",short:"WV"},{name:"Wisconsin",id:"wi",slug:"wisconsin",short:"WI"},{name:"Wyoming",id:"wy",slug:"wyoming",short:"WY"}]}static getTrackingData(e){const[t,...a]=e.split("|"),l=a.join("|").trim(),r=["[pageType::"+t.trim()+"]","[name::"+l+"]"].join(" ");return{value:r,dataLayer:{event:"clickTrack",value:r}}}static async getUser(){var e;if(typeof window<"u"){const{user:t=null}=(window==null?void 0:window.options)??{};if(t)return t}if((e=window==null?void 0:window.options)!=null&&e.isPdf)return null;try{return await M.createData("/api/cookie/fetch?name=odrUser")}catch(t){console.error("getUser",t.message)}return null}static async getUserHistory(e=null){const{uuid:t=null}=e??{};if(!t)return{data:null};const a=JSON.stringify({limit:1,where:{uuid:t}});return await M.fetchData(`/api/client?query=user-get-history&filter=${a}`)}static getWebsiteHeaderName(){let t=typeof window<"u"?window.location.host:"onlinedatareports.com";return t=t.replace("dev-www.","").replace("www.",""),t}static getGridBounds({map:e,tileSize:t,coords:a}){const l=a.scaleBy(t),r=l.add(t);return{nw:e.unproject(l,a.z),se:e.unproject(r,a.z)}}static gridTest(e,t,a=1500){const l=this;L.GridLayer.GridDebug=L.GridLayer.extend({createTile:function(r,i){const o=document.createElement("div");return setTimeout(()=>{i(null,o);const{se:s,nw:c}=l.getGridBounds({map:e,tileSize:this.getTileSize(),coords:r});t({swLat:s.lat,neLng:s.lng,neLat:c.lat,swLng:c.lng,coords:r,key:r.z+"-"+r.x+"-"+r.y})},a),o}}),L.gridLayer.gridDebug=function(r){return new L.GridLayer.GridDebug(r)},e.addLayer(L.gridLayer.gridDebug())}static handleDialog({disableOutsideClick:e=!1,id:t="",onClose:a=null,onOpen:l=null,onTargetClick:r=null,selfClose:i=!1,target:o=null}){const s=o?document.querySelectorAll(o):[],c=document.getElementById(`${t}-dialog`),f=i?c==null?void 0:c.querySelectorAll("[data-dialog-close]"):document.querySelectorAll("[data-dialog-close]"),m=["closing","closed","opening","opened","outside","removed"].reduce((h,A)=>({...h,[A]:new Event(A)}),{}),H=new MutationObserver((h,A)=>{h.forEach(async x=>{if(x.attributeName==="open"){const y=x.target;if(!(y==null?void 0:y.hasAttribute("open")))return;y==null||y.removeAttribute("inert"),y==null||y.dispatchEvent(m.opening),y&&await b(y),y==null||y.dispatchEvent(m.opened)}})}),C=new MutationObserver((h,A)=>{h.forEach(x=>{x.removedNodes.forEach(y=>{y.nodeName==="DIALOG"&&(y.removeEventListener("click",u),y.removeEventListener("close",g),y.dispatchEvent(m.removed),C==null||C.disconnect(),H==null||H.disconnect())})})});c&&(H.observe(c,{attributes:!0}),C.observe(document.body,{attributes:!1,subtree:!1,childList:!0}));const g=async({target:h})=>{h==null||h.classList.add("closing"),h==null||h.setAttribute("inert",""),h==null||h.dispatchEvent(m.closing),h&&await b(h),h==null||h.classList.remove("closing"),h==null||h.removeAttribute("inert"),h==null||h.dispatchEvent(m.closed)},u=async({target:h})=>{(h==null?void 0:h.nodeName)==="DIALOG"&&(h==null||h.dispatchEvent(m.outside),c==null||c.close("outside"))},b=h=>Promise.allSettled(h==null?void 0:h.getAnimations().map(A=>A==null?void 0:A.finished));return!e&&(c==null||c.addEventListener("click",u)),c==null||c.addEventListener("close",async h=>{await g({target:h.target}),a&&a(h,c)}),e&&(c==null||c.addEventListener("cancel",async h=>{h.key==="Escape"&&h.preventDefault()})),e&&(c==null||c.addEventListener("keydown",h=>{h.key==="Escape"&&h.preventDefault()})),l&&(c==null||c.addEventListener("open",async h=>{l(h,c)})),s==null||s.forEach(h=>{h.addEventListener("click",A=>{c==null||c.showModal(),r&&r(A,c)})}),f==null||f.forEach(h=>{h.addEventListener("click",async A=>{c==null||c.close("close")})}),{activators:s,ref:c}}static hasBoundsEntry(e,t="bounds"){return M.getBoundsEntries(t).includes(e)}static initObserver(e,t,a=null){if(!e)return;const l=(a==null?void 0:a.useBounding)??!1;new IntersectionObserver(async(i,o)=>{l?(i[0].isIntersecting||i[0].boundingClientRect.y<0)&&t({obs:o,entry:i[0],entries:i}):i[0].isIntersecting&&t({obs:o,entry:i[0],entries:i})},a).observe(e)}static injectLink({href:e,id:t}){const a=document.createElement("link");a.href=e,a.type="text/css",a.rel="stylesheet",t&&(a.id=t),document.getElementsByTagName("head")[0].appendChild(a)}static injectScript({src:e,id:t=null,async:a=!0,module:l=!1}){return new Promise(function(r,i){let o=document.getElementById(t);if(t&&o&&o.dataset.loaded==="true")return r({alreadyLoaded:!0,id:t});o||(o=document.createElement("script"),o.src=e,o.dataset.loaded="false",t&&(o.id=t),o.type=l?"module":"text/javascript",o.async=a,document.body.appendChild(o),o.onload=()=>(o.dataset.loaded="true",r({alreadyLoaded:!1,id:t})),o.onerror=()=>i(!1))})}static isMobile({selector:e=null,width:t=640}={}){var l;const a=document.querySelector(e);return((l=a==null?void 0:a.getBoundingClientRect())==null?void 0:l.width)??0<t}static isMobileAndTablet(){return window.mobileAndTabletCheck=function(){let e=!1;return function(t){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e},window.mobileAndTabletCheck()}static isNameCompany(e=null){if(!e)return!1;const t=e.trim().toLowerCase();return t.includes("unknown")||t.includes("institute")||t.includes("bldg")||t.includes("llc")||t.includes("l l c")||t.includes(" inc")||t.includes(" co")||t.includes("univ")||t.includes("unvi")||t.includes(" fund")||t.includes(" union")||t.includes(" assoc")||t.includes(" corp")||t.includes("service")||t.includes("members")||t.includes("properties")||t.includes("management")||t.includes("investment")||t.includes("enterprise")||t.includes(" group")||t.includes(" group")||t.includes(" rent")||t.includes(" home")||t.includes(" cu")||t.includes(" inc")||t.includes("laborator")||t.includes("pharma")||t.includes("holding")||t.includes("worship")||t.includes("bank")||t.includes("agent")||t.includes("title")||t.includes("city ")||t.includes("technolo")||t.includes("estate")||t.includes("capital")||t.includes(" of ")||t.includes("trust")}static kFormat(e,t=0){if(!e)return null;const a=Math.abs(e),l=Math.sign(e);return a>999999?l*(a/1e6).toFixed(1)+"m":a>999?l*(a/1e3).toFixed(t)+"k":l*a}static async logRequest(e=null,t=null,a=null,l=null,r=null){const i={name:e,uuid:t,ip:a,url:l,data:r};return await M.createData("/api/client?query=log/save&method=POST",i),null}static loadAds(){window.dataLayer=window.dataLayer||[];const e=document.querySelectorAll(".adsbygoogle");window.ezstandalone=window.ezstandalone||{},ezstandalone.cmd=ezstandalone.cmd||[];const t=[];for(let a=0;a<e.length;a++)t.push(parseInt(e[a].dataset.adSlot));console.info("loadAds",t),t.length&&ezstandalone.cmd.push(function(){ezstandalone.define(...t),ezstandalone.enable(),ezstandalone.display()})}static async loadCustomScript({name:e=null,id:t="",module:a=!1}={}){const l=Math.floor(Date.now()/1e3);if(e){const r="/scripts/"+e+".js?v="+l;try{return await M.injectScript({src:r,id:t||e,async:!1,module:a})}catch(i){console.error("loadCustomScript",i)}}return null}static async loadGoogleMapApi(){if(window.options.googleMapsLoaded===!0)return;const e="https://maps.googleapis.com/maps/api/js",t=window.options.googleApiKey,a=e+"?key="+t+"&libraries=marker&v=beta&callback=mapCb";await M.injectScript({src:a,id:"googleapis",async:!1})}static async loadLeafletApi(){const e="/leaflet/leaflet.js",t="/leaflet/leaflet.css",a="/leaflet/leaflet-gesture-handling.min.js",l="/leaflet/leaflet-gesture-handling.min.css";await M.injectLink({href:t,id:"leafletCss"}),await M.injectLink({href:l,id:"gestureCss"}),await M.injectScript({src:e,id:"leafletJs",async:!1}),await M.injectScript({src:a,id:"gestureJs",async:!1})}static loadLiveChat(e=null){const t=document.querySelectorAll(".live-chat"),a=document.getElementById("live-chat-btn");for(const l of t)l.addEventListener("click",()=>{typeof LiveChatWidget<"u"&&(LiveChatWidget.call("maximize"),a==null||a.remove(),e&&LiveChatWidget.call("set_session_variables",e))})}static async loadSwiper(){const e="/slider/swiper-bundle.min.js";await M.injectLink({href:"/slider/swiper-bundle.min.css",id:"swiperCss"}),await M.injectScript({src:e,id:"swiperJs",async:!1})}static money(e,t="",a=0){return e===null?t:Intl?new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:a,maximumFractionDigits:a}).format(e):e}static number(e,t="",a=0){return e===null?t:Intl?new Intl.NumberFormat("en-US",{minimumFractionDigits:a,maximumFractionDigits:a}).format(e):e}static objToQp(e){const{name:t=null,first:a=null,middle:l=null,last:r=null,min:i=null,max:o=null,city:s=null,state:c=null,vin:f=null,license:m=null,token:H=null,phone:C=null}=e||{},g=t&&t!=="",u=i&&i!==""&&i!=="18",b=o&&o!==""&&i!=="99";let h=[];return t&&t!==""&&h.push("name="+t),g||(a&&a!==""&&h.push("first="+a),l&&l!==""&&h.push("middle="+l),r&&r!==""&&h.push("last="+r)),u&&b?parseInt(i)>parseInt(o)?(h.push("min="+o),h.push("max="+i)):(h.push("min="+i),h.push("max="+o)):(u&&h.push("min="+i),b&&h.push("max="+o)),C&&C!==""&&h.push("phone="+C),s&&s!==""&&h.push("city="+s),m&&m!==""&&h.push("license="+m),f&&f!==""&&h.push("vin="+f),c&&c!==""&&h.push("state="+c),H&&H!==""&&h.push("token="+H),h.join("&")}static padTo2Digits(e){return e.toString().padStart(2,"0")}static async performSearch(e=null,t={}){if(!e)return[];if(1>e.trim().length)return[];const{addressesOnly:a=!1,isOptOutSearch:l=!1,isSandboxAccount:r=!1,signal:i=null,state:o="",useAmazonOverride:s=!1,useCitySearch:c=!1,useCityStateSearch:f=!1,useGoogle:m=!1,useGoogleOverride:H=!1,useLocation:C=!0,useSearch:g=!1}=t??{},b=["query="+encodeURIComponent(this.cleanupAddress(e)),"addressesOnly="+a,"useSearch="+g,"useCitySearch="+c,"useCityStateSearch="+f,"useLocation="+C,"useGoogle="+m,"useGoogleOverride="+H,"useAmazonOverride="+s,"isSandboxAccount="+r,"isOptOutSearch="+l];o&&o!==""&&!f&&b.push("state="+o);const h=b.join("&"),x=(c||f?"/api/autocomplete-city":"/api/autocomplete")+"?"+h;return await M.fetchData(x,!1,i)}static removeElements(e){document.querySelectorAll(e).forEach(t=>t==null?void 0:t.remove())}static removeNullFromObject(e){return Object.keys(e).filter(t=>e[t]).reduce((t,a)=>(t[a]=e[a],t),{})}static s(e){return Math.round(e)>1?"s":""}static scrollWheelZoom(e){e.scrollWheelZoom.disable(),e.on("focus",()=>{e.scrollWheelZoom.enable()}),e.on("blur",()=>{e.scrollWheelZoom.disable()})}static searchInStates(e){const t=M.getStates(),a=e.toLowerCase();let l=t.find(r=>r.short.toLowerCase()===a)??null;return l||(l=t.find(r=>r.name.toLowerCase()===a)??null),l}static sendWoopraEvent(e,t){typeof woopra=="object"&&woopra.track(e,t)}static setBoundsEntries(e,t="bounds"){const a=M.getBoundsEntries(t);a.push(e),localStorage.setItem(t,JSON.stringify(a))}static async setCityState(e=null){let{cityState:t=null}=e??{};if(!t)return e;t=t.toLowerCase().replace(" usa","").replace("city or state","").replace(" state","").trim();let[a=null,l=null]=t.split(",").map(r=>r.trim());if(M.getStates(),a&&!l){const r=this.searchInStates(a);r&&(a=null,l=r.short)}if(!l&&a){const r=this.searchInStates(a);r&&(l=r.short)}if(a&&!l){const r=a.split(" "),i=r[r.length-1];if(i.length){const o=this.searchInStates(i);o&&(l=o.short,a=r.slice(0,-1).join(" "))}}return a&&l&&a.toLowerCase()===l.toLowerCase()&&(a=null),e.city=a,e.state=l?l.toUpperCase():null,e}static async setRandomFileNameVersion(e,t="scripts"){const a=Date.now(),l=typeof window<"u"?window.location.origin:"",r=t?`/${t}/`:"/";try{const i=e.map(({fileName:c,initFunctionName:f})=>import(`${l}${r}${c}?v=${a}`)),o=await Promise.all(i),s=[];o.forEach((c,f)=>{c&&typeof c[e[f].initFunctionName]=="function"?s.push(c[e[f].initFunctionName]()):console.error(`error loading ${e[f].initFunctionName}()`)}),s.length>0&&await Promise.all(s)}catch(i){console.error("Failed to load one or more search modules:",i)}}static async setSearchValueClient(e,t="recsSearchValue",a={}){const l=JSON.stringify(e);localStorage.setItem(t,l),typeof clarity=="function"&&clarity("set",t,l.substring(0,255)),await M.createData(`/api/cookie/create?name=${t}`,e,!0,a)}static stickyHeader(e=".nav"){const t=document.querySelector(e);if(!t)return;new IntersectionObserver(([l])=>{l&&(l.intersectionRatio<1?t.classList.add("intersecting"):t.classList.remove("intersecting"))},{threshold:1}).observe(t)}static toRad(e){return e*Math.PI/180}static toSlug(e){return e.toString().trim().toLowerCase().split(":").join("-").split("'").join("").replace("‘","")}static ucFirst(e=null){if(!e)return null;const t=e.toLowerCase();return t.charAt(0).toUpperCase()+t.slice(1)}static useLayerTitle(e,t){const a=M.getLayerTitle(e);L.tileLayer(a,{maxNativeZoom:19,maxZoom:25,subdomains:["mt0","mt1","mt2","mt3"],attribution:'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'}).addTo(t)}static ucWords(e){return e?e.toString().split(" ").map(t=>M.ucFirst(t)).join(" "):null}static initEvents(e){this.eventTarget=new EventTarget;const{props:t=null}=e??{};this.FORM_EVENTS={CC_VALIDATION_FAILED:"CCValidationFailed",CC_VALIDATION_SUCCESSFUL:"CCValidationSuccessful",FORM_SUBMITTED:"formSubmitted",PAYMENT_SUCCESSFUL:"paymentSuccessful",PAYMENT_FAILED:"paymentFailed",LOADING_STARTED:"loadingStarted",LOADING_ENDED:"loadingEnded",...t??{}},this.SEARCH_EVENTS={PROPERTY:"property",PEOPLE:"property",VIN:"vin",...t??{}}}static dispatchEvent(e,t=null){const a=new CustomEvent(e,{detail:t});this.eventTarget.dispatchEvent(a)}}V.Accordion=Y,V.Alert=_,V.Autocomplete=K,V.Badge=R,V.Button=E,V.CardSlider=X1,V.Checkbox=a1,V.Common=M,V.ContactForm=z1,V.ContentCard=N1,V.Dialog=r1,V.Dots=n1,V.FlexItem=E1,V.FunnelHeader=I1,V.Icon=w,V.LoadingBar=i1,V.Popover=d1,V.ProcessingSpinner=c1,V.ProgressBar=u1,V.Radio=f1,V.Select=V1,V.Skeleton=C1,V.Slider=M1,V.Spacer=F1,V.Spinner=g1,V.StackedListItem=D1,V.Stars=y1,V.TextArea=B,V.Textbox=F,V.Toggle=w1,V.addClass=G1,V.colors=T1,V.corePlugins=O,V.elerisPreset=W1,V.extensions=D,V.plugins=I,V.propertyPreset=j1,V.removeClass=Q1,V.validateEmail=Y1,V.validateForm=J1,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vehiclehistory/property-lib",
3
3
  "description": "Shared UI/Utility Library for Property Sites",
4
- "version": "0.1.991",
4
+ "version": "0.1.993",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/penguin-marketing/vh-recs-ui-library.git"