@mxenabled/connect-widget 2.15.5 → 2.16.2

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.
package/dist/index.es.js CHANGED
@@ -5099,23 +5099,39 @@ function baseFindIndex$2(array, predicate, fromIndex, fromRight) {
5099
5099
  }
5100
5100
  var _baseFindIndex = baseFindIndex$2;
5101
5101
 
5102
- var reWhitespace = /\s/;
5103
- function trimmedEndIndex$1(string) {
5104
- var index = string.length;
5105
- while (index-- && reWhitespace.test(string.charAt(index))) {
5106
- }
5107
- return index;
5102
+ var _trimmedEndIndex;
5103
+ var hasRequired_trimmedEndIndex;
5104
+
5105
+ function require_trimmedEndIndex () {
5106
+ if (hasRequired_trimmedEndIndex) return _trimmedEndIndex;
5107
+ hasRequired_trimmedEndIndex = 1;
5108
+ var reWhitespace = /\s/;
5109
+ function trimmedEndIndex(string) {
5110
+ var index = string.length;
5111
+ while (index-- && reWhitespace.test(string.charAt(index))) {
5112
+ }
5113
+ return index;
5114
+ }
5115
+ _trimmedEndIndex = trimmedEndIndex;
5116
+ return _trimmedEndIndex;
5108
5117
  }
5109
- var _trimmedEndIndex = trimmedEndIndex$1;
5110
5118
 
5111
- var trimmedEndIndex = _trimmedEndIndex;
5112
- var reTrimStart = /^\s+/;
5113
- function baseTrim$1(string) {
5114
- return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
5119
+ var _baseTrim;
5120
+ var hasRequired_baseTrim;
5121
+
5122
+ function require_baseTrim () {
5123
+ if (hasRequired_baseTrim) return _baseTrim;
5124
+ hasRequired_baseTrim = 1;
5125
+ var trimmedEndIndex = require_trimmedEndIndex();
5126
+ var reTrimStart = /^\s+/;
5127
+ function baseTrim(string) {
5128
+ return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
5129
+ }
5130
+ _baseTrim = baseTrim;
5131
+ return _baseTrim;
5115
5132
  }
5116
- var _baseTrim = baseTrim$1;
5117
5133
 
5118
- var baseTrim = _baseTrim, isObject$7 = isObject_1, isSymbol$1 = isSymbol_1;
5134
+ var baseTrim = require_baseTrim(), isObject$7 = isObject_1, isSymbol$1 = isSymbol_1;
5119
5135
  var NAN = 0 / 0;
5120
5136
  var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
5121
5137
  var reIsBinary = /^0b[01]+$/i;
@@ -8597,7 +8613,7 @@ var hasRequiredTrim;
8597
8613
  function requireTrim () {
8598
8614
  if (hasRequiredTrim) return trim_1;
8599
8615
  hasRequiredTrim = 1;
8600
- var baseToString = _baseToString, baseTrim = _baseTrim, castSlice = require_castSlice(), charsEndIndex = require_charsEndIndex(), charsStartIndex = require_charsStartIndex(), stringToArray = require_stringToArray(), toString = toString_1;
8616
+ var baseToString = _baseToString, baseTrim = require_baseTrim(), castSlice = require_castSlice(), charsEndIndex = require_charsEndIndex(), charsStartIndex = require_charsStartIndex(), stringToArray = require_stringToArray(), toString = toString_1;
8601
8617
  function trim(string, chars, guard) {
8602
8618
  string = toString(string);
8603
8619
  if (string && (guard || chars === void 0)) {
@@ -14469,7 +14485,7 @@ const Spinner = ({ bgColor, fgColor, size = 64 }) => {
14469
14485
  const tokens = useTokens();
14470
14486
  const bg = bgColor || "transparent";
14471
14487
  const fg = fgColor || tokens.TextColor.Default;
14472
- const styles = getStyles$1L(bg, fg, size);
14488
+ const styles = getStyles$1K(bg, fg, size);
14473
14489
  const RANDOM_NUMBER = Math.random();
14474
14490
  const idCutOff = `cut-off-${RANDOM_NUMBER}`;
14475
14491
  const idSpinGradient = `spin-gradient-${RANDOM_NUMBER}`;
@@ -14516,7 +14532,7 @@ const animationModulate = dist.keyframes("modulate", {
14516
14532
  "30%": { strokeDashoffset: 160 },
14517
14533
  "100%": { strokeDashoffset: 270 }
14518
14534
  });
14519
- const getStyles$1L = (bgColor, fgColor, size) => ({
14535
+ const getStyles$1K = (bgColor, fgColor, size) => ({
14520
14536
  ring: {
14521
14537
  animation: `1.6s linear infinite ${animationRotate}`,
14522
14538
  width: size,
@@ -14574,7 +14590,7 @@ dist.keyframes("pulse", {
14574
14590
 
14575
14591
  const LoadingSpinner = ({ showText = false, size = 48 }) => {
14576
14592
  const tokens = useTokens();
14577
- const styles = getStyles$1K(tokens);
14593
+ const styles = getStyles$1J(tokens);
14578
14594
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.container, children: [
14579
14595
  /* @__PURE__ */ jsxRuntimeExports.jsx(
14580
14596
  Spinner,
@@ -14587,7 +14603,7 @@ const LoadingSpinner = ({ showText = false, size = 48 }) => {
14587
14603
  showText && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.text, children: __("Loading ...") })
14588
14604
  ] });
14589
14605
  };
14590
- const getStyles$1K = (tokens) => {
14606
+ const getStyles$1J = (tokens) => {
14591
14607
  return {
14592
14608
  container: {
14593
14609
  backgroundColor: tokens.BackgroundColor.Container,
@@ -22918,7 +22934,7 @@ function getSvgIconUtilityClass$2(slot) {
22918
22934
  generateUtilityClasses$1("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
22919
22935
 
22920
22936
  const _excluded$y = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
22921
- const useUtilityClasses$19 = (ownerState) => {
22937
+ const useUtilityClasses$1a = (ownerState) => {
22922
22938
  const {
22923
22939
  color,
22924
22940
  fontSize,
@@ -22999,7 +23015,7 @@ const SvgIcon$2 = /* @__PURE__ */ React$1.forwardRef(function SvgIcon2(inProps,
22999
23015
  if (!inheritViewBox) {
23000
23016
  more.viewBox = viewBox;
23001
23017
  }
23002
- const classes = useUtilityClasses$19(ownerState);
23018
+ const classes = useUtilityClasses$1a(ownerState);
23003
23019
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(SvgIconRoot$2, _extends$1({
23004
23020
  as: component,
23005
23021
  className: clsx(classes.root, className),
@@ -28687,7 +28703,7 @@ const v6Colors$1 = {
28687
28703
  textDisabled: true
28688
28704
  };
28689
28705
  const extendSxProp = internal_createExtendSxProp();
28690
- const useUtilityClasses$18 = (ownerState) => {
28706
+ const useUtilityClasses$19 = (ownerState) => {
28691
28707
  const {
28692
28708
  align,
28693
28709
  gutterBottom,
@@ -28827,7 +28843,7 @@ const Typography$1 = /* @__PURE__ */ React$1.forwardRef(function Typography2(inP
28827
28843
  variantMapping
28828
28844
  };
28829
28845
  const Component = component || (paragraph ? "p" : variantMapping[variant] || defaultVariantMapping$1[variant]) || "span";
28830
- const classes = useUtilityClasses$18(ownerState);
28846
+ const classes = useUtilityClasses$19(ownerState);
28831
28847
  return /* @__PURE__ */ jsxRuntimeExports.jsx(TypographyRoot$1, {
28832
28848
  as: Component,
28833
28849
  ref,
@@ -28934,7 +28950,7 @@ function getSvgIconUtilityClass$1(slot) {
28934
28950
  }
28935
28951
  generateUtilityClasses("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
28936
28952
 
28937
- const useUtilityClasses$17 = (ownerState) => {
28953
+ const useUtilityClasses$18 = (ownerState) => {
28938
28954
  const {
28939
28955
  color,
28940
28956
  fontSize,
@@ -29073,7 +29089,7 @@ const SvgIcon$1 = /* @__PURE__ */ React$1.forwardRef(function SvgIcon2(inProps,
29073
29089
  if (!inheritViewBox) {
29074
29090
  more.viewBox = viewBox;
29075
29091
  }
29076
- const classes = useUtilityClasses$17(ownerState);
29092
+ const classes = useUtilityClasses$18(ownerState);
29077
29093
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(SvgIconRoot$1, {
29078
29094
  as: component,
29079
29095
  className: clsx(classes.root, className),
@@ -30344,7 +30360,7 @@ function getButtonBaseUtilityClass$1(slot) {
30344
30360
  }
30345
30361
  const buttonBaseClasses$1 = generateUtilityClasses("MuiButtonBase", ["root", "disabled", "focusVisible"]);
30346
30362
 
30347
- const useUtilityClasses$16 = (ownerState) => {
30363
+ const useUtilityClasses$17 = (ownerState) => {
30348
30364
  const {
30349
30365
  disabled,
30350
30366
  focusVisible,
@@ -30561,7 +30577,7 @@ const ButtonBase$1 = /* @__PURE__ */ React$1.forwardRef(function ButtonBase2(inP
30561
30577
  tabIndex,
30562
30578
  focusVisible
30563
30579
  };
30564
- const classes = useUtilityClasses$16(ownerState);
30580
+ const classes = useUtilityClasses$17(ownerState);
30565
30581
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(ButtonBaseRoot$1, {
30566
30582
  as: ComponentProp,
30567
30583
  className: clsx(classes.root, className),
@@ -30798,7 +30814,7 @@ const rotateAnimation = typeof circularRotateKeyframe !== "string" ? css`
30798
30814
  const dashAnimation = typeof circularDashKeyframe !== "string" ? css`
30799
30815
  animation: ${circularDashKeyframe} 1.4s ease-in-out infinite;
30800
30816
  ` : null;
30801
- const useUtilityClasses$15 = (ownerState) => {
30817
+ const useUtilityClasses$16 = (ownerState) => {
30802
30818
  const {
30803
30819
  classes,
30804
30820
  variant,
@@ -30921,7 +30937,7 @@ const CircularProgress = /* @__PURE__ */ React$1.forwardRef(function CircularPro
30921
30937
  value,
30922
30938
  variant
30923
30939
  };
30924
- const classes = useUtilityClasses$15(ownerState);
30940
+ const classes = useUtilityClasses$16(ownerState);
30925
30941
  const circleStyle = {};
30926
30942
  const rootStyle = {};
30927
30943
  const rootProps = {};
@@ -31032,7 +31048,7 @@ function getIconButtonUtilityClass(slot) {
31032
31048
  }
31033
31049
  const iconButtonClasses = generateUtilityClasses("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorError", "colorInfo", "colorSuccess", "colorWarning", "edgeStart", "edgeEnd", "sizeSmall", "sizeMedium", "sizeLarge", "loading", "loadingIndicator", "loadingWrapper"]);
31034
31050
 
31035
- const useUtilityClasses$14 = (ownerState) => {
31051
+ const useUtilityClasses$15 = (ownerState) => {
31036
31052
  const {
31037
31053
  classes,
31038
31054
  disabled,
@@ -31218,7 +31234,7 @@ const IconButton$1 = /* @__PURE__ */ React$1.forwardRef(function IconButton2(inP
31218
31234
  loadingIndicator,
31219
31235
  size
31220
31236
  };
31221
- const classes = useUtilityClasses$14(ownerState);
31237
+ const classes = useUtilityClasses$15(ownerState);
31222
31238
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(IconButtonRoot, {
31223
31239
  id: loading ? loadingId : idProp,
31224
31240
  className: clsx(classes.root, className),
@@ -31332,6 +31348,308 @@ if (process.env.NODE_ENV !== "production") {
31332
31348
  ListContext$1.displayName = "ListContext";
31333
31349
  }
31334
31350
 
31351
+ function getDividerUtilityClass(slot) {
31352
+ return generateUtilityClass("MuiDivider", slot);
31353
+ }
31354
+ generateUtilityClasses("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]);
31355
+
31356
+ const useUtilityClasses$14 = (ownerState) => {
31357
+ const {
31358
+ absolute,
31359
+ children,
31360
+ classes,
31361
+ flexItem,
31362
+ light,
31363
+ orientation,
31364
+ textAlign,
31365
+ variant
31366
+ } = ownerState;
31367
+ const slots = {
31368
+ root: ["root", absolute && "absolute", variant, light && "light", orientation === "vertical" && "vertical", flexItem && "flexItem", children && "withChildren", children && orientation === "vertical" && "withChildrenVertical", textAlign === "right" && orientation !== "vertical" && "textAlignRight", textAlign === "left" && orientation !== "vertical" && "textAlignLeft"],
31369
+ wrapper: ["wrapper", orientation === "vertical" && "wrapperVertical"]
31370
+ };
31371
+ return composeClasses$1(slots, getDividerUtilityClass, classes);
31372
+ };
31373
+ const DividerRoot = styled("div", {
31374
+ name: "MuiDivider",
31375
+ slot: "Root",
31376
+ overridesResolver: (props, styles) => {
31377
+ const {
31378
+ ownerState
31379
+ } = props;
31380
+ return [styles.root, ownerState.absolute && styles.absolute, styles[ownerState.variant], ownerState.light && styles.light, ownerState.orientation === "vertical" && styles.vertical, ownerState.flexItem && styles.flexItem, ownerState.children && styles.withChildren, ownerState.children && ownerState.orientation === "vertical" && styles.withChildrenVertical, ownerState.textAlign === "right" && ownerState.orientation !== "vertical" && styles.textAlignRight, ownerState.textAlign === "left" && ownerState.orientation !== "vertical" && styles.textAlignLeft];
31381
+ }
31382
+ })(memoTheme(({
31383
+ theme
31384
+ }) => ({
31385
+ margin: 0,
31386
+ // Reset browser default style.
31387
+ flexShrink: 0,
31388
+ borderWidth: 0,
31389
+ borderStyle: "solid",
31390
+ borderColor: (theme.vars || theme).palette.divider,
31391
+ borderBottomWidth: "thin",
31392
+ variants: [{
31393
+ props: {
31394
+ absolute: true
31395
+ },
31396
+ style: {
31397
+ position: "absolute",
31398
+ bottom: 0,
31399
+ left: 0,
31400
+ width: "100%"
31401
+ }
31402
+ }, {
31403
+ props: {
31404
+ light: true
31405
+ },
31406
+ style: {
31407
+ borderColor: theme.vars ? `rgba(${theme.vars.palette.dividerChannel} / 0.08)` : alpha(theme.palette.divider, 0.08)
31408
+ }
31409
+ }, {
31410
+ props: {
31411
+ variant: "inset"
31412
+ },
31413
+ style: {
31414
+ marginLeft: 72
31415
+ }
31416
+ }, {
31417
+ props: {
31418
+ variant: "middle",
31419
+ orientation: "horizontal"
31420
+ },
31421
+ style: {
31422
+ marginLeft: theme.spacing(2),
31423
+ marginRight: theme.spacing(2)
31424
+ }
31425
+ }, {
31426
+ props: {
31427
+ variant: "middle",
31428
+ orientation: "vertical"
31429
+ },
31430
+ style: {
31431
+ marginTop: theme.spacing(1),
31432
+ marginBottom: theme.spacing(1)
31433
+ }
31434
+ }, {
31435
+ props: {
31436
+ orientation: "vertical"
31437
+ },
31438
+ style: {
31439
+ height: "100%",
31440
+ borderBottomWidth: 0,
31441
+ borderRightWidth: "thin"
31442
+ }
31443
+ }, {
31444
+ props: {
31445
+ flexItem: true
31446
+ },
31447
+ style: {
31448
+ alignSelf: "stretch",
31449
+ height: "auto"
31450
+ }
31451
+ }, {
31452
+ props: ({
31453
+ ownerState
31454
+ }) => !!ownerState.children,
31455
+ style: {
31456
+ display: "flex",
31457
+ textAlign: "center",
31458
+ border: 0,
31459
+ borderTopStyle: "solid",
31460
+ borderLeftStyle: "solid",
31461
+ "&::before, &::after": {
31462
+ content: '""',
31463
+ alignSelf: "center"
31464
+ }
31465
+ }
31466
+ }, {
31467
+ props: ({
31468
+ ownerState
31469
+ }) => ownerState.children && ownerState.orientation !== "vertical",
31470
+ style: {
31471
+ "&::before, &::after": {
31472
+ width: "100%",
31473
+ borderTop: `thin solid ${(theme.vars || theme).palette.divider}`,
31474
+ borderTopStyle: "inherit"
31475
+ }
31476
+ }
31477
+ }, {
31478
+ props: ({
31479
+ ownerState
31480
+ }) => ownerState.orientation === "vertical" && ownerState.children,
31481
+ style: {
31482
+ flexDirection: "column",
31483
+ "&::before, &::after": {
31484
+ height: "100%",
31485
+ borderLeft: `thin solid ${(theme.vars || theme).palette.divider}`,
31486
+ borderLeftStyle: "inherit"
31487
+ }
31488
+ }
31489
+ }, {
31490
+ props: ({
31491
+ ownerState
31492
+ }) => ownerState.textAlign === "right" && ownerState.orientation !== "vertical",
31493
+ style: {
31494
+ "&::before": {
31495
+ width: "90%"
31496
+ },
31497
+ "&::after": {
31498
+ width: "10%"
31499
+ }
31500
+ }
31501
+ }, {
31502
+ props: ({
31503
+ ownerState
31504
+ }) => ownerState.textAlign === "left" && ownerState.orientation !== "vertical",
31505
+ style: {
31506
+ "&::before": {
31507
+ width: "10%"
31508
+ },
31509
+ "&::after": {
31510
+ width: "90%"
31511
+ }
31512
+ }
31513
+ }]
31514
+ })));
31515
+ const DividerWrapper = styled("span", {
31516
+ name: "MuiDivider",
31517
+ slot: "Wrapper",
31518
+ overridesResolver: (props, styles) => {
31519
+ const {
31520
+ ownerState
31521
+ } = props;
31522
+ return [styles.wrapper, ownerState.orientation === "vertical" && styles.wrapperVertical];
31523
+ }
31524
+ })(memoTheme(({
31525
+ theme
31526
+ }) => ({
31527
+ display: "inline-block",
31528
+ paddingLeft: `calc(${theme.spacing(1)} * 1.2)`,
31529
+ paddingRight: `calc(${theme.spacing(1)} * 1.2)`,
31530
+ whiteSpace: "nowrap",
31531
+ variants: [{
31532
+ props: {
31533
+ orientation: "vertical"
31534
+ },
31535
+ style: {
31536
+ paddingTop: `calc(${theme.spacing(1)} * 1.2)`,
31537
+ paddingBottom: `calc(${theme.spacing(1)} * 1.2)`
31538
+ }
31539
+ }]
31540
+ })));
31541
+ const Divider = /* @__PURE__ */ React$1.forwardRef(function Divider2(inProps, ref) {
31542
+ const props = useDefaultProps({
31543
+ props: inProps,
31544
+ name: "MuiDivider"
31545
+ });
31546
+ const {
31547
+ absolute = false,
31548
+ children,
31549
+ className,
31550
+ orientation = "horizontal",
31551
+ component = children || orientation === "vertical" ? "div" : "hr",
31552
+ flexItem = false,
31553
+ light = false,
31554
+ role = component !== "hr" ? "separator" : void 0,
31555
+ textAlign = "center",
31556
+ variant = "fullWidth",
31557
+ ...other
31558
+ } = props;
31559
+ const ownerState = {
31560
+ ...props,
31561
+ absolute,
31562
+ component,
31563
+ flexItem,
31564
+ light,
31565
+ orientation,
31566
+ role,
31567
+ textAlign,
31568
+ variant
31569
+ };
31570
+ const classes = useUtilityClasses$14(ownerState);
31571
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(DividerRoot, {
31572
+ as: component,
31573
+ className: clsx(classes.root, className),
31574
+ role,
31575
+ ref,
31576
+ ownerState,
31577
+ "aria-orientation": role === "separator" && (component !== "hr" || orientation === "vertical") ? orientation : void 0,
31578
+ ...other,
31579
+ children: children ? /* @__PURE__ */ jsxRuntimeExports.jsx(DividerWrapper, {
31580
+ className: classes.wrapper,
31581
+ ownerState,
31582
+ children
31583
+ }) : null
31584
+ });
31585
+ });
31586
+ if (Divider) {
31587
+ Divider.muiSkipListHighlight = true;
31588
+ }
31589
+ process.env.NODE_ENV !== "production" ? Divider.propTypes = {
31590
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
31591
+ // │ These PropTypes are generated from the TypeScript type definitions. │
31592
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
31593
+ // └─────────────────────────────────────────────────────────────────────┘
31594
+ /**
31595
+ * Absolutely position the element.
31596
+ * @default false
31597
+ */
31598
+ absolute: PropTypes$1.bool,
31599
+ /**
31600
+ * The content of the component.
31601
+ */
31602
+ children: PropTypes$1.node,
31603
+ /**
31604
+ * Override or extend the styles applied to the component.
31605
+ */
31606
+ classes: PropTypes$1.object,
31607
+ /**
31608
+ * @ignore
31609
+ */
31610
+ className: PropTypes$1.string,
31611
+ /**
31612
+ * The component used for the root node.
31613
+ * Either a string to use a HTML element or a component.
31614
+ */
31615
+ component: PropTypes$1.elementType,
31616
+ /**
31617
+ * If `true`, a vertical divider will have the correct height when used in flex container.
31618
+ * (By default, a vertical divider will have a calculated height of `0px` if it is the child of a flex container.)
31619
+ * @default false
31620
+ */
31621
+ flexItem: PropTypes$1.bool,
31622
+ /**
31623
+ * If `true`, the divider will have a lighter color.
31624
+ * @default false
31625
+ * @deprecated Use <Divider sx={{ opacity: 0.6 }} /> (or any opacity or color) instead. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
31626
+ */
31627
+ light: PropTypes$1.bool,
31628
+ /**
31629
+ * The component orientation.
31630
+ * @default 'horizontal'
31631
+ */
31632
+ orientation: PropTypes$1.oneOf(["horizontal", "vertical"]),
31633
+ /**
31634
+ * @ignore
31635
+ */
31636
+ role: PropTypes$1.string,
31637
+ /**
31638
+ * The system prop that allows defining system overrides as well as additional CSS styles.
31639
+ */
31640
+ sx: PropTypes$1.oneOfType([PropTypes$1.arrayOf(PropTypes$1.oneOfType([PropTypes$1.func, PropTypes$1.object, PropTypes$1.bool])), PropTypes$1.func, PropTypes$1.object]),
31641
+ /**
31642
+ * The text alignment.
31643
+ * @default 'center'
31644
+ */
31645
+ textAlign: PropTypes$1.oneOf(["center", "left", "right"]),
31646
+ /**
31647
+ * The variant to use.
31648
+ * @default 'fullWidth'
31649
+ */
31650
+ variant: PropTypes$1.oneOfType([PropTypes$1.oneOf(["fullWidth", "inset", "middle"]), PropTypes$1.string])
31651
+ } : void 0;
31652
+
31335
31653
  function getListItemTextUtilityClass(slot) {
31336
31654
  return generateUtilityClass("MuiListItemText", slot);
31337
31655
  }
@@ -54656,7 +54974,7 @@ const AuthenticationMethods = {
54656
54974
 
54657
54975
  const GenericError = ({ loadError, onAnalyticPageview, subtitle, title }) => {
54658
54976
  const tokens = useTokens();
54659
- const styles = getStyles$1J(tokens);
54977
+ const styles = getStyles$1I(tokens);
54660
54978
  useEffect(() => {
54661
54979
  if (!isRunningE2ETests())
54662
54980
  onAnalyticPageview(
@@ -54682,7 +55000,7 @@ const GenericError = ({ loadError, onAnalyticPageview, subtitle, title }) => {
54682
55000
  subtitle && /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "h2", truncate: false, variant: "Paragraph", children: subtitle })
54683
55001
  ] });
54684
55002
  };
54685
- function getStyles$1J(tokens) {
55003
+ function getStyles$1I(tokens) {
54686
55004
  return {
54687
55005
  container: {
54688
55006
  backgroundColor: tokens.BackgroundColor.Container,
@@ -60850,10 +61168,10 @@ const fadeOut = (el, direction = "up", duration = 500) => {
60850
61168
  };
60851
61169
 
60852
61170
  const SlideDown = ({ delay = 0, duration = 300, children }) => {
60853
- const styles = getStyles$1I(delay, duration);
61171
+ const styles = getStyles$1H(delay, duration);
60854
61172
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles, children });
60855
61173
  };
60856
- const getStyles$1I = (delay, duration) => {
61174
+ const getStyles$1H = (delay, duration) => {
60857
61175
  const slideAnimation = dist.keyframes({
60858
61176
  from: {
60859
61177
  opacity: 0,
@@ -60940,14 +61258,14 @@ const propTypes$2 = {
60940
61258
  const ConnectInstitutionHeader = (props) => {
60941
61259
  const colorScheme = useSelector(selectColorScheme);
60942
61260
  useTokens();
60943
- const styles = getStyles$1H();
61261
+ const styles = getStyles$1G();
60944
61262
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { "data-test": "disclosure-svg-header", style: styles.container, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.backdropImage, children: [
60945
61263
  colorScheme === COLOR_SCHEME.LIGHT ? /* @__PURE__ */ jsxRuntimeExports.jsx(SvgHeaderBackdropLight, {}) : /* @__PURE__ */ jsxRuntimeExports.jsx(SvgHeaderBackdropDark, {}),
60946
61264
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.device, children: /* @__PURE__ */ jsxRuntimeExports.jsx(SvgHeaderDevice, {}) }),
60947
61265
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.institutionLogo, children: props.institutionGuid ? /* @__PURE__ */ jsxRuntimeExports.jsx(InstitutionLogo, { alt: "", institutionGuid: props.institutionGuid, size: 64 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(SvgHeaderDefaultInstitution, {}) })
60948
61266
  ] }) });
60949
61267
  };
60950
- function getStyles$1H() {
61268
+ function getStyles$1G() {
60951
61269
  const maxHeight = "64px";
60952
61270
  const maxWidth = "240px";
60953
61271
  return {
@@ -60994,7 +61312,7 @@ const GoBackButton = forwardRef((props, ref) => {
60994
61312
  const defaultRef = useRef(null);
60995
61313
  const { handleGoBack } = props;
60996
61314
  const tokens = useTokens();
60997
- const styles = getStyles$1G(tokens);
61315
+ const styles = getStyles$1F(tokens);
60998
61316
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
60999
61317
  IconButton$1,
61000
61318
  {
@@ -61014,7 +61332,7 @@ const GoBackButton = forwardRef((props, ref) => {
61014
61332
  }
61015
61333
  );
61016
61334
  });
61017
- const getStyles$1G = (tokens) => ({
61335
+ const getStyles$1F = (tokens) => ({
61018
61336
  height: "44px",
61019
61337
  margin: `0px ${tokens.Spacing.XSmall}px ${tokens.Spacing.XSmall}px -${tokens.Spacing.Medium}px`,
61020
61338
  padding: `0px 8px`,
@@ -61027,7 +61345,7 @@ GoBackButton.displayName = "GoBackButton";
61027
61345
 
61028
61346
  const LeavingNoticeFlat = ({ onContinue, onCancel, portalTo = "connect-wrapper" }) => {
61029
61347
  const tokens = useTokens();
61030
- const styles = getStyles$1F(tokens);
61348
+ const styles = getStyles$1E(tokens);
61031
61349
  const getNextDelay = getDelay();
61032
61350
  return createPortal(
61033
61351
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { role: "alert", style: styles.container, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.content, children: [
@@ -61089,7 +61407,7 @@ const LeavingNoticeFlat = ({ onContinue, onCancel, portalTo = "connect-wrapper"
61089
61407
  document.getElementById(portalTo)
61090
61408
  );
61091
61409
  };
61092
- const getStyles$1F = (tokens) => {
61410
+ const getStyles$1E = (tokens) => {
61093
61411
  return {
61094
61412
  container: {
61095
61413
  top: 0,
@@ -61153,7 +61471,6 @@ const urlWithHttps = (url) => {
61153
61471
  return `https://${url}`;
61154
61472
  }
61155
61473
  };
61156
- const isScrollableUrl = (url) => /^#/.test(url);
61157
61474
  const getEnvironment = () => {
61158
61475
  if (/\bsand\b/.test(window.location.host) || /\blocalhost\b/.test(window.location.host))
61159
61476
  return Environments.SANDBOX;
@@ -61168,1847 +61485,30 @@ const Environments = Object.freeze({
61168
61485
  PRODUCTION: "production"
61169
61486
  });
61170
61487
 
61171
- const title = "MX Privacy Statement";
61172
- const updatedOn = "Last Updated: April 3, 2024";
61173
- const body = [
61174
- {
61175
- tag: "p",
61176
- style: "paragraph",
61177
- text: [
61178
- "This Privacy Statement is provided by MX Technologies, Inc., and our controlled affiliates and subsidiaries (“MX”, “we”, “us”, and/or “our”)."
61179
- ]
61180
- },
61181
- {
61182
- tag: "p",
61183
- style: "paragraph",
61184
- text: [
61185
- "This Privacy Statement is divided into the following sections:"
61186
- ]
61187
- },
61188
- {
61189
- tag: "ol",
61190
- style: "list",
61191
- text: [
61192
- {
61193
- tag: "li",
61194
- style: "listItem",
61195
- text: [
61196
- {
61197
- tag: "a",
61198
- href: "#scope",
61199
- style: "link",
61200
- text: [
61201
- "Scope"
61202
- ]
61203
- }
61204
- ]
61205
- },
61206
- {
61207
- tag: "li",
61208
- style: "listItem",
61209
- text: [
61210
- {
61211
- tag: "a",
61212
- href: "#data-collect",
61213
- style: "link",
61214
- text: [
61215
- "Personal Data We May Collect and Its Sources"
61216
- ]
61217
- }
61218
- ]
61219
- },
61220
- {
61221
- tag: "li",
61222
- style: "listItem",
61223
- text: [
61224
- {
61225
- tag: "a",
61226
- href: "#personal-data",
61227
- style: "link",
61228
- text: [
61229
- "How We Use Your Personal Data"
61230
- ]
61231
- }
61232
- ]
61233
- },
61234
- {
61235
- tag: "li",
61236
- style: "listItem",
61237
- text: [
61238
- {
61239
- tag: "a",
61240
- href: "#disclose",
61241
- style: "link",
61242
- text: [
61243
- "How We Disclose Your Personal Data"
61244
- ]
61245
- }
61246
- ]
61247
- },
61248
- {
61249
- tag: "li",
61250
- style: "listItem",
61251
- text: [
61252
- {
61253
- tag: "a",
61254
- href: "#rights",
61255
- style: "link",
61256
- text: [
61257
- "Your Rights and Choices with Your Personal Data"
61258
- ]
61259
- }
61260
- ]
61261
- },
61262
- {
61263
- tag: "li",
61264
- style: "listItem",
61265
- text: [
61266
- {
61267
- tag: "a",
61268
- href: "#location",
61269
- style: "link",
61270
- text: [
61271
- "Location of Personal Data"
61272
- ]
61273
- }
61274
- ]
61275
- },
61276
- {
61277
- tag: "li",
61278
- style: "listItem",
61279
- text: [
61280
- {
61281
- tag: "a",
61282
- href: "#security",
61283
- style: "link",
61284
- text: [
61285
- "Security of Personal Data"
61286
- ]
61287
- }
61288
- ]
61289
- },
61290
- {
61291
- tag: "li",
61292
- style: "listItem",
61293
- text: [
61294
- {
61295
- tag: "a",
61296
- href: "#retention",
61297
- style: "link",
61298
- text: [
61299
- "Retention of Personal Data"
61300
- ]
61301
- }
61302
- ]
61303
- },
61304
- {
61305
- tag: "li",
61306
- style: "listItem",
61307
- text: [
61308
- {
61309
- tag: "a",
61310
- href: "#gdpr",
61311
- style: "link",
61312
- text: [
61313
- "European Data Protection Rights"
61314
- ]
61315
- }
61316
- ]
61317
- },
61318
- {
61319
- tag: "li",
61320
- style: "listItem",
61321
- text: [
61322
- {
61323
- tag: "a",
61324
- href: "#ccpa",
61325
- style: "link",
61326
- text: [
61327
- "California Privacy Rights"
61328
- ]
61329
- }
61330
- ]
61331
- },
61332
- {
61333
- tag: "li",
61334
- style: "listItem",
61335
- text: [
61336
- {
61337
- tag: "a",
61338
- href: "#changes",
61339
- style: "link",
61340
- text: [
61341
- "Changes to This Privacy Statement"
61342
- ]
61343
- }
61344
- ]
61345
- },
61346
- {
61347
- tag: "li",
61348
- style: "listItem",
61349
- text: [
61350
- {
61351
- tag: "a",
61352
- href: "#contact",
61353
- style: "link",
61354
- text: [
61355
- "How to Contact Us"
61356
- ]
61357
- }
61358
- ]
61359
- }
61360
- ]
61361
- },
61362
- {
61363
- tag: "p",
61364
- style: "paragraph",
61365
- text: [
61366
- {
61367
- tag: "a",
61368
- href: "https://www.mx.com/cookie-policy/",
61369
- style: "link",
61370
- text: [
61371
- "Click here"
61372
- ]
61373
- },
61374
- " to view our Cookie Policy."
61375
- ]
61376
- },
61377
- {
61378
- tag: "h2",
61379
- id: "scope",
61380
- style: "title",
61381
- text: [
61382
- "A. Scope"
61383
- ]
61384
- },
61385
- {
61386
- tag: "h3",
61387
- style: "subTitle",
61388
- text: [
61389
- "When does this Privacy Statement apply?"
61390
- ]
61391
- },
61392
- {
61393
- tag: "p",
61394
- style: "paragraph",
61395
- text: [
61396
- "This Privacy Statement applies to our collection, use, and disclosure of personal data where such activities display or reference this Privacy Statement, such as when (i) accessing or using our website(s); (ii) entering information into an online form which contains a link to this Privacy Statement; (iii) providing your personal data to an MX representative, such as when you request support or visit us at an event or tradeshow; or (iv) personal data you otherwise provide or disclose to us in a manner described in this Privacy Statement."
61397
- ]
61398
- },
61399
- {
61400
- tag: "p",
61401
- style: "paragraph",
61402
- text: [
61403
- "California consumers can find specific disclosures regarding how we collect, use, retain, disclose, and sell or share personal information In the ",
61404
- {
61405
- tag: "a",
61406
- href: "#ccpa",
61407
- style: "link",
61408
- text: [
61409
- "California Privacy Rights"
61410
- ]
61411
- },
61412
- " section of this Privacy Statement."
61413
- ]
61414
- },
61415
- {
61416
- tag: "h3",
61417
- style: "subTitle",
61418
- text: [
61419
- "When does this Privacy Statement ",
61420
- {
61421
- tag: "u",
61422
- text: [
61423
- "not"
61424
- ]
61425
- },
61426
- " apply?"
61427
- ]
61428
- },
61429
- {
61430
- tag: "p",
61431
- style: "paragraph",
61432
- text: [
61433
- "Most MX Services are intended for and provided to businesses and other organizations, and not individual consumers or end-users. In some cases, in providing those services, we process personal data of consumers or end-users at the direction of our customers. When we do, we do so as a service provider or a “data processor” to those organizations. We do not control and are not responsible for the privacy practices of our customers",
61434
- "’",
61435
- " organizations. This privacy statement does not apply to personal data we process as a service provider or data processor on behalf of our customers. If you are an end-user of one of those organizations, please review that organization",
61436
- "’",
61437
- "s privacy statement and direct any privacy inquiries to that organization."
61438
- ]
61439
- },
61440
- {
61441
- tag: "p",
61442
- style: "paragraph",
61443
- text: [
61444
- "This Privacy Statement does not apply to any job applicants. When you submit an application for a job with us, we collect, use, and otherwise process your personal data in accordance with our",
61445
- " ",
61446
- {
61447
- tag: "a",
61448
- href: "/recruitment-privacy/",
61449
- style: "link",
61450
- text: [
61451
- "Applicant Privacy Notice."
61452
- ]
61453
- }
61454
- ]
61455
- },
61456
- {
61457
- tag: "p",
61458
- style: "paragraph",
61459
- text: [
61460
- "Finally, this Privacy Statement does not apply to any activities that display or reference a different privacy statement or notice."
61461
- ]
61462
- },
61463
- {
61464
- tag: "h2",
61465
- id: "data-collect",
61466
- style: "title",
61467
- text: [
61468
- "B. Personal Data We May Collect and Its Sources"
61469
- ]
61470
- },
61471
- {
61472
- tag: "p",
61473
- style: "paragraph",
61474
- text: [
61475
- "The personal data we collect depends on how you interact with us, the sites and forms you access and use, and the",
61476
- " ",
61477
- {
61478
- tag: "a",
61479
- href: "#rights",
61480
- style: "link",
61481
- text: [
61482
- "choices"
61483
- ]
61484
- },
61485
- " you make."
61486
- ]
61487
- },
61488
- {
61489
- tag: "p",
61490
- style: "paragraph",
61491
- text: [
61492
- "We collect information about you from difference sources and in various ways when you access our sites or otherwise provide or disclose personal data to us, including information you provide directly, information collected automatically, information from third-party data sources, and data we infer or generate from other data."
61493
- ]
61494
- },
61495
- {
61496
- tag: "ol",
61497
- style: "list",
61498
- text: [
61499
- {
61500
- tag: "li",
61501
- style: "listItem",
61502
- text: [
61503
- {
61504
- tag: "p",
61505
- style: "paragraph",
61506
- text: [
61507
- {
61508
- tag: "u",
61509
- text: [
61510
- "Information you provide directly."
61511
- ]
61512
- },
61513
- " We collect personal data you provide to us. For example:"
61514
- ]
61515
- },
61516
- {
61517
- tag: "ul",
61518
- style: "list",
61519
- text: [
61520
- {
61521
- tag: "li",
61522
- style: "listItem",
61523
- text: [
61524
- {
61525
- tag: "p",
61526
- style: "paragraph",
61527
- text: [
61528
- {
61529
- tag: "b",
61530
- text: [
61531
- "Name and contact information."
61532
- ]
61533
- },
61534
- " When you request information using our chat feature or online forms, request support, sign up for or attend events, download content, or otherwise engage with us, we collect name, username or alias, and contact details such as email address, postal address, and phone number."
61535
- ]
61536
- }
61537
- ]
61538
- },
61539
- {
61540
- tag: "li",
61541
- style: "listItem",
61542
- text: [
61543
- {
61544
- tag: "p",
61545
- style: "paragraph",
61546
- text: [
61547
- {
61548
- tag: "b",
61549
- text: [
61550
- "Demographic data."
61551
- ]
61552
- },
61553
- " In some cases, such as when you register or participate in surveys, we request that you provide certain information such as your occupation, industry, education, and similar demographic details."
61554
- ]
61555
- }
61556
- ]
61557
- },
61558
- {
61559
- tag: "li",
61560
- style: "listItem",
61561
- text: [
61562
- {
61563
- tag: "p",
61564
- style: "paragraph",
61565
- text: [
61566
- {
61567
- tag: "b",
61568
- text: [
61569
- "Financial information."
61570
- ]
61571
- },
61572
- " If you make a purchase or other financial transaction for an MX related event or webinar, we collect credit card numbers, financial account information, and other payment details through a third party."
61573
- ]
61574
- }
61575
- ]
61576
- },
61577
- {
61578
- tag: "li",
61579
- style: "listItem",
61580
- text: [
61581
- {
61582
- tag: "p",
61583
- style: "paragraph",
61584
- text: [
61585
- {
61586
- tag: "b",
61587
- text: [
61588
- "Content and files."
61589
- ]
61590
- },
61591
- " Where applicable, we may collect screenshots, documents, or other files you upload to our sites or otherwise provide to us. If you send us email messages or other communications, we collect and retain those communications (or records relating to those communications, including voice or video recordings and chat transcripts). If you submit information via webform or participate in a survey, we will collect and retain information you submit to us."
61592
- ]
61593
- }
61594
- ]
61595
- },
61596
- {
61597
- tag: "li",
61598
- style: "listItem",
61599
- text: [
61600
- {
61601
- tag: "p",
61602
- style: "paragraph",
61603
- text: [
61604
- {
61605
- tag: "b",
61606
- text: [
61607
- "Account access information."
61608
- ]
61609
- },
61610
- " If you have a web-based account with us (i.e. for access to our client dashboard, etc.), we collect information such as a username or account number in combination with a password, security or access code, or other credential to allow access to your account. This data may be considered “sensitive personal data” in certain states or countries."
61611
- ]
61612
- }
61613
- ]
61614
- }
61615
- ]
61616
- }
61617
- ]
61618
- },
61619
- {
61620
- tag: "li",
61621
- style: "listItem",
61622
- text: [
61623
- {
61624
- tag: "p",
61625
- style: "paragraph",
61626
- text: [
61627
- {
61628
- tag: "u",
61629
- text: [
61630
- "Information we collect automatically."
61631
- ]
61632
- },
61633
- " When you access or use our websites, we collect some information automatically. For example:"
61634
- ]
61635
- },
61636
- {
61637
- tag: "ul",
61638
- style: "list",
61639
- text: [
61640
- {
61641
- tag: "li",
61642
- style: "listItem",
61643
- text: [
61644
- {
61645
- tag: "p",
61646
- style: "paragraph",
61647
- text: [
61648
- {
61649
- tag: "b",
61650
- text: [
61651
- "Identifiers and device information."
61652
- ]
61653
- },
61654
- " When you visit our websites, our web servers automatically log your Internet Protocol (IP) address and information about your device, including device identifiers (such as MAC address); device type; and your device",
61655
- "’",
61656
- "s operating system, browser, and other software including type, version, language, settings, and configuration. As further described in our",
61657
- " ",
61658
- {
61659
- tag: "a",
61660
- href: "https://www.mx.com/cookie-policy/",
61661
- style: "link",
61662
- text: [
61663
- "Cookie Policy"
61664
- ]
61665
- },
61666
- ", our websites store and retrieve cookie identifiers, mobile IDs, and other data."
61667
- ]
61668
- }
61669
- ]
61670
- },
61671
- {
61672
- tag: "li",
61673
- style: "listItem",
61674
- text: [
61675
- {
61676
- tag: "p",
61677
- style: "paragraph",
61678
- text: [
61679
- {
61680
- tag: "b",
61681
- text: [
61682
- "Geolocation data."
61683
- ]
61684
- },
61685
- " Depending on your device and app settings, we collect geolocation data when you use our websites."
61686
- ]
61687
- }
61688
- ]
61689
- },
61690
- {
61691
- tag: "li",
61692
- style: "listItem",
61693
- text: [
61694
- {
61695
- tag: "p",
61696
- style: "paragraph",
61697
- text: [
61698
- {
61699
- tag: "b",
61700
- text: [
61701
- "Usage data."
61702
- ]
61703
- },
61704
- " We automatically log your activity on our websites, including the URL of the website from which you came to our sites, pages you viewed, how long you spent on a page, access times, and other details about your use of and actions on our website."
61705
- ]
61706
- }
61707
- ]
61708
- }
61709
- ]
61710
- }
61711
- ]
61712
- },
61713
- {
61714
- tag: "li",
61715
- style: "listItem",
61716
- text: [
61717
- {
61718
- tag: "p",
61719
- style: "paragraph",
61720
- text: [
61721
- {
61722
- tag: "u",
61723
- text: [
61724
- "Information we create or generate."
61725
- ]
61726
- },
61727
- " We infer new information from other data we collect, including using automated means to generate information about your likely preferences or other characteristics (“",
61728
- {
61729
- tag: "b",
61730
- text: [
61731
- "inferences”"
61732
- ]
61733
- },
61734
- "). For example, we infer your general geographic location (such as city, state, and country) based on your IP address or your likely preferences or interests related to our products and services based on your browsing activities on our website or information you provide to us in a survey or form."
61735
- ]
61736
- }
61737
- ]
61738
- },
61739
- {
61740
- tag: "li",
61741
- style: "listItem",
61742
- text: [
61743
- {
61744
- tag: "p",
61745
- style: "paragraph",
61746
- text: [
61747
- {
61748
- tag: "u",
61749
- text: [
61750
- "Information we obtain from other sources."
61751
- ]
61752
- },
61753
- " In addition to the personal data that you provide directly or that we generate automatically or infer, we may also collect personal data (such as the categories described above) from other sources. These sources include, for example:"
61754
- ]
61755
- },
61756
- {
61757
- tag: "ul",
61758
- style: "list",
61759
- text: [
61760
- {
61761
- tag: "li",
61762
- style: "listItem",
61763
- text: [
61764
- {
61765
- tag: "p",
61766
- style: "paragraph",
61767
- text: [
61768
- {
61769
- tag: "b",
61770
- text: [
61771
- "Third-party partners."
61772
- ]
61773
- },
61774
- " Third-party applications and services, including social networks you choose to connect with or interact with through our sites."
61775
- ]
61776
- }
61777
- ]
61778
- },
61779
- {
61780
- tag: "li",
61781
- style: "listItem",
61782
- text: [
61783
- {
61784
- tag: "p",
61785
- style: "paragraph",
61786
- text: [
61787
- {
61788
- tag: "b",
61789
- text: [
61790
- "Co-branding/marketing partners."
61791
- ]
61792
- },
61793
- " Partners with which we offer co-branded services or engage in joint marketing activities."
61794
- ]
61795
- }
61796
- ]
61797
- },
61798
- {
61799
- tag: "li",
61800
- style: "listItem",
61801
- text: [
61802
- {
61803
- tag: "p",
61804
- style: "paragraph",
61805
- text: [
61806
- {
61807
- tag: "b",
61808
- text: [
61809
- "Service providers."
61810
- ]
61811
- },
61812
- " Third parties that collect or provide data in connection with work they do on our behalf, for example companies that determine your device",
61813
- "’",
61814
- "s location based on its IP address."
61815
- ]
61816
- }
61817
- ]
61818
- },
61819
- {
61820
- tag: "li",
61821
- style: "listItem",
61822
- text: [
61823
- {
61824
- tag: "p",
61825
- style: "paragraph",
61826
- text: [
61827
- {
61828
- tag: "b",
61829
- text: [
61830
- "Publicly available sources."
61831
- ]
61832
- },
61833
- " Public sources of information such as open government databases."
61834
- ]
61835
- }
61836
- ]
61837
- }
61838
- ]
61839
- }
61840
- ]
61841
- }
61842
- ]
61843
- },
61844
- {
61845
- tag: "p",
61846
- style: "paragraph",
61847
- text: [
61848
- "When you are asked to provide personal data, you may decline. And you may use web browser or operating system controls to prevent certain types of automatic data collection. But if you choose not to provide or allow information that is necessary for certain services or features to operate on our sites or to provide our forms, those services or features may not be available or fully functional."
61849
- ]
61850
- },
61851
- {
61852
- tag: "h2",
61853
- id: "personal-data",
61854
- style: "title",
61855
- text: [
61856
- "C. How We Use Your Personal Data"
61857
- ]
61858
- },
61859
- {
61860
- tag: "p",
61861
- style: "paragraph",
61862
- text: [
61863
- "We may use the personal data we collect for the following purposes:"
61864
- ]
61865
- },
61866
- {
61867
- tag: "ul",
61868
- style: "list",
61869
- text: [
61870
- {
61871
- tag: "li",
61872
- style: "listItem",
61873
- text: [
61874
- {
61875
- tag: "p",
61876
- style: "paragraph",
61877
- text: [
61878
- "To improve and develop our products;"
61879
- ]
61880
- }
61881
- ]
61882
- },
61883
- {
61884
- tag: "li",
61885
- style: "listItem",
61886
- text: [
61887
- {
61888
- tag: "p",
61889
- style: "paragraph",
61890
- text: [
61891
- "To conduct research;"
61892
- ]
61893
- }
61894
- ]
61895
- },
61896
- {
61897
- tag: "li",
61898
- style: "listItem",
61899
- text: [
61900
- {
61901
- tag: "p",
61902
- style: "paragraph",
61903
- text: [
61904
- "To develop new sites or features;"
61905
- ]
61906
- }
61907
- ]
61908
- },
61909
- {
61910
- tag: "li",
61911
- style: "listItem",
61912
- text: [
61913
- {
61914
- tag: "p",
61915
- style: "paragraph",
61916
- text: [
61917
- "To understand you and your preferences to enhance your experience and enjoyment using our website;"
61918
- ]
61919
- }
61920
- ]
61921
- },
61922
- {
61923
- tag: "li",
61924
- style: "listItem",
61925
- text: [
61926
- {
61927
- tag: "p",
61928
- style: "paragraph",
61929
- text: [
61930
- "To communicate with you about new sites, offers, promotions, rewards, contests, upcoming events, and other information about our sites and those of our selected partners (see the “",
61931
- {
61932
- tag: "a",
61933
- href: "#rights",
61934
- style: "link",
61935
- text: [
61936
- "Your Rights and Choices with Your Personal Data"
61937
- ]
61938
- },
61939
- "” section of this statement for information about how to change your preferences for promotional communications);"
61940
- ]
61941
- }
61942
- ]
61943
- },
61944
- {
61945
- tag: "li",
61946
- style: "listItem",
61947
- text: [
61948
- {
61949
- tag: "p",
61950
- style: "paragraph",
61951
- text: [
61952
- "To plan and host events, conferences, or webinars, including related communications with you;"
61953
- ]
61954
- }
61955
- ]
61956
- },
61957
- {
61958
- tag: "li",
61959
- style: "listItem",
61960
- text: [
61961
- {
61962
- tag: "p",
61963
- style: "paragraph",
61964
- text: [
61965
- "To detect fraudulent or illegal activity and manage the security of our websites and offices;"
61966
- ]
61967
- }
61968
- ]
61969
- },
61970
- {
61971
- tag: "li",
61972
- style: "listItem",
61973
- text: [
61974
- {
61975
- tag: "p",
61976
- style: "paragraph",
61977
- text: [
61978
- "To maintain our list of prospective and actual clients, partners, and service providers;"
61979
- ]
61980
- }
61981
- ]
61982
- },
61983
- {
61984
- tag: "li",
61985
- style: "listItem",
61986
- text: [
61987
- {
61988
- tag: "p",
61989
- style: "paragraph",
61990
- text: [
61991
- "To respond to inquiries made subject to this Privacy Statement; and"
61992
- ]
61993
- }
61994
- ]
61995
- },
61996
- {
61997
- tag: "li",
61998
- style: "listItem",
61999
- text: [
62000
- {
62001
- tag: "p",
62002
- style: "paragraph",
62003
- text: [
62004
- "To enable us to comply with applicable laws."
62005
- ]
62006
- }
62007
- ]
62008
- }
62009
- ]
62010
- },
62011
- {
62012
- tag: "h2",
62013
- id: "disclose",
62014
- style: "title",
62015
- text: [
62016
- "D. How We Disclose Your Personal Data"
62017
- ]
62018
- },
62019
- {
62020
- tag: "p",
62021
- style: "paragraph",
62022
- text: [
62023
- "We disclose personal data with your consent or as we determine necessary to complete your transactions or provide the sites you have requested or authorized. In addition, we disclose each of the categories of personal data described above, to the types of third parties described below, for the following business purposes:"
62024
- ]
62025
- },
62026
- {
62027
- tag: "ul",
62028
- style: "list",
62029
- text: [
62030
- {
62031
- tag: "li",
62032
- style: "listItem",
62033
- text: [
62034
- {
62035
- tag: "p",
62036
- style: "paragraph",
62037
- text: [
62038
- {
62039
- tag: "b",
62040
- text: [
62041
- "Public information."
62042
- ]
62043
- },
62044
- " You may select options available through our sites to publicly display and disclose your name and/or username and certain other information, such as your profile, demographic data, content and files, or geolocation data."
62045
- ]
62046
- }
62047
- ]
62048
- },
62049
- {
62050
- tag: "li",
62051
- style: "listItem",
62052
- text: [
62053
- {
62054
- tag: "p",
62055
- style: "paragraph",
62056
- text: [
62057
- {
62058
- tag: "b",
62059
- text: [
62060
- "Service providers."
62061
- ]
62062
- },
62063
- " We provide personal data to vendors or agents working on our behalf for the purposes described in this Privacy Statement. For example, companies we",
62064
- "’",
62065
- "ve hired to provide customer service support or assist in protecting and securing our systems and sites and companies we",
62066
- "’",
62067
- "ve hired to provide electronic communications systems and support, including those that record or store communications, may need access to personal data to provide those functions."
62068
- ]
62069
- }
62070
- ]
62071
- },
62072
- {
62073
- tag: "li",
62074
- style: "listItem",
62075
- text: [
62076
- {
62077
- tag: "p",
62078
- style: "paragraph",
62079
- text: [
62080
- {
62081
- tag: "b",
62082
- text: [
62083
- "Financial services and payment processing."
62084
- ]
62085
- },
62086
- " When you provide payment data, for example to register for an event, we will disclose payment and transactional data to banks and other entities as necessary for payment processing, fraud prevention, credit risk reduction, analytics, or other related financial services."
62087
- ]
62088
- }
62089
- ]
62090
- },
62091
- {
62092
- tag: "li",
62093
- style: "listItem",
62094
- text: [
62095
- {
62096
- tag: "p",
62097
- style: "paragraph",
62098
- text: [
62099
- {
62100
- tag: "b",
62101
- text: [
62102
- "Affiliates."
62103
- ]
62104
- },
62105
- " We enable access to personal data across our subsidiaries, affiliates, and related companies. For example, where we share common data systems or where access helps us to provide our sites and operate our business."
62106
- ]
62107
- }
62108
- ]
62109
- },
62110
- {
62111
- tag: "li",
62112
- style: "listItem",
62113
- text: [
62114
- {
62115
- tag: "p",
62116
- style: "paragraph",
62117
- text: [
62118
- {
62119
- tag: "b",
62120
- text: [
62121
- "Corporate transactions."
62122
- ]
62123
- },
62124
- " We may disclose personal data as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or a transfer, divestiture, or sale of all or a portion of our business or assets."
62125
- ]
62126
- }
62127
- ]
62128
- },
62129
- {
62130
- tag: "li",
62131
- style: "listItem",
62132
- text: [
62133
- {
62134
- tag: "p",
62135
- style: "paragraph",
62136
- text: [
62137
- {
62138
- tag: "b",
62139
- text: [
62140
- "Legal and law enforcement."
62141
- ]
62142
- },
62143
- " We will access, disclose, and preserve personal data when we believe doing so is necessary to comply with applicable law or respond to valid legal process, including from regulatory or other public authorities, law enforcement, national security, or other government agencies."
62144
- ]
62145
- }
62146
- ]
62147
- },
62148
- {
62149
- tag: "li",
62150
- style: "listItem",
62151
- text: [
62152
- {
62153
- tag: "p",
62154
- style: "paragraph",
62155
- text: [
62156
- {
62157
- tag: "b",
62158
- text: [
62159
- "Security, safety, and protecting rights."
62160
- ]
62161
- },
62162
- " We will disclose personal data if we believe it is necessary to:"
62163
- ]
62164
- },
62165
- {
62166
- tag: "ul",
62167
- style: "list",
62168
- text: [
62169
- {
62170
- tag: "li",
62171
- style: "listItem",
62172
- text: [
62173
- {
62174
- tag: "p",
62175
- style: "paragraph",
62176
- text: [
62177
- "protect our customers and others, for example to prevent spam or attempts to commit fraud, or to help prevent loss of life or serious injury;"
62178
- ]
62179
- }
62180
- ]
62181
- },
62182
- {
62183
- tag: "li",
62184
- style: "listItem",
62185
- text: [
62186
- {
62187
- tag: "p",
62188
- style: "paragraph",
62189
- text: [
62190
- "operate and maintain the security of our sites, including to prevent or stop an attack on our computer systems or networks; or"
62191
- ]
62192
- }
62193
- ]
62194
- },
62195
- {
62196
- tag: "li",
62197
- style: "listItem",
62198
- text: [
62199
- {
62200
- tag: "p",
62201
- style: "paragraph",
62202
- text: [
62203
- "protect the rights or property of ourselves or others, including enforcing our agreements, terms, and policies."
62204
- ]
62205
- }
62206
- ]
62207
- }
62208
- ]
62209
- }
62210
- ]
62211
- }
62212
- ]
62213
- },
62214
- {
62215
- tag: "p",
62216
- style: "paragraph",
62217
- text: [
62218
- "Analytics and advertising companies also collect personal data through our website and apps, including identifiers and device information (such as cookie IDs, device IDs, and IP address), geolocation data, usage data, and inferences based on and associated with that data, as described in our ",
62219
- {
62220
- tag: "a",
62221
- href: "https://www.mx.com/cookie-policy/",
62222
- style: "link",
62223
- text: [
62224
- "Cookie Policy"
62225
- ]
62226
- },
62227
- ". These vendors may combine this data across multiple sites to improve analytics for their own purpose and others. For example, we use Google Analytics on our website to help us understand how users interact with our website. You can learn how Google collects and uses information at",
62228
- " ",
62229
- {
62230
- tag: "a",
62231
- href: "https://www.google.com/policies/privacy/partners",
62232
- style: "link",
62233
- text: [
62234
- "www.google.com/policies/privacy/partners"
62235
- ]
62236
- },
62237
- "."
62238
- ]
62239
- },
62240
- {
62241
- tag: "p",
62242
- style: "paragraph",
62243
- text: [
62244
- "Some of the data disclosures to these vendors may be considered a “sale” or “sharing” of personal data as defined under the laws of California and other U.S. states. Please see the “California Privacy Rights” sections below for more details. "
62245
- ]
62246
- },
62247
- {
62248
- tag: "p",
62249
- style: "paragraph",
62250
- text: [
62251
- "Please note that some of our sites also include integrations, references, or links to services provided by third parties whose privacy practices differ from ours. If you provide personal data to any of those third parties, or if you allow us to share personal data with them, the relevant third parties",
62252
- "’",
62253
- " privacy statements apply to that shared personal data."
62254
- ]
62255
- },
62256
- {
62257
- tag: "p",
62258
- style: "paragraph",
62259
- text: [
62260
- "Finally, we may disclose de-identified information, from which a person",
62261
- "’",
62262
- "s identity is no longer apparent or readily ascertainable, in accordance with applicable law."
62263
- ]
62264
- },
62265
- {
62266
- tag: "h2",
62267
- id: "rights",
62268
- style: "title",
62269
- text: [
62270
- "E. Your Rights and Choices with Your Personal Data"
62271
- ]
62272
- },
62273
- {
62274
- tag: "p",
62275
- style: "paragraph",
62276
- text: [
62277
- "We provide a variety of ways for you to control the personal data we hold about you, including choices about how we use that data. In some jurisdictions, these choices may be enforceable as rights under applicable law. Options we offer include:"
62278
- ]
62279
- },
62280
- {
62281
- tag: "ul",
62282
- style: "list",
62283
- text: [
62284
- {
62285
- tag: "li",
62286
- style: "listItem",
62287
- text: [
62288
- {
62289
- tag: "p",
62290
- style: "paragraph",
62291
- text: [
62292
- {
62293
- tag: "b",
62294
- text: [
62295
- "Modification, removal, and access."
62296
- ]
62297
- },
62298
- " If you would like to modify or remove personal data we have about you or request a copy of your personal data (to the extent these rights are provided by law), you may contact us directly via the contact information provided in the ",
62299
- {
62300
- tag: "a",
62301
- href: "#contact",
62302
- style: "link",
62303
- text: [
62304
- "“How to Contact Us”"
62305
- ]
62306
- },
62307
- " section of this Privacy Statement. For your protection, we may need to verify your identity before fulfilling your request. We will respond as soon as reasonably practical and within the time frame specified by applicable law. We reserve the right to deny your request based on applicable law and will inform you if we do so."
62308
- ]
62309
- }
62310
- ]
62311
- },
62312
- {
62313
- tag: "li",
62314
- style: "listItem",
62315
- text: [
62316
- {
62317
- tag: "p",
62318
- style: "paragraph",
62319
- text: [
62320
- {
62321
- tag: "b",
62322
- text: [
62323
- "Communications preferences."
62324
- ]
62325
- },
62326
- " You can choose whether to receive promotional communications from us by email and direct mail. If you receive promotional email from us and would like to stop, you can do so by following the directions in that message or by contacting us as described in the",
62327
- " ",
62328
- {
62329
- tag: "a",
62330
- href: "#contact",
62331
- style: "link",
62332
- text: [
62333
- "“How to Contact Us”"
62334
- ]
62335
- },
62336
- " section below. If you would like to stop receiving direct mail from us, contact us as described in the ",
62337
- {
62338
- tag: "a",
62339
- href: "#contact",
62340
- style: "link",
62341
- text: [
62342
- "“How to Contact Us”"
62343
- ]
62344
- },
62345
- " ",
62346
- "section below. These choices do not apply to certain informational communications including surveys and mandatory service communications."
62347
- ]
62348
- }
62349
- ]
62350
- },
62351
- {
62352
- tag: "li",
62353
- style: "listItem",
62354
- text: [
62355
- {
62356
- tag: "p",
62357
- style: "paragraph",
62358
- text: [
62359
- {
62360
- tag: "b",
62361
- text: [
62362
- "Global Privacy Control."
62363
- ]
62364
- },
62365
- " Some browsers and browser extensions support the “Global Privacy Control” (GPC) or similar controls that can send a signal to the websites you visit indicating your choice to opt-out from certain types of data processing, including data sales and/or targeted advertising, as specified by applicable law. When we detect such a signal, we will make reasonable efforts to respect your choices indicated by a GPC setting or similar control that is recognized by regulation or otherwise widely acknowledged as a valid opt-out preference signal."
62366
- ]
62367
- }
62368
- ]
62369
- }
62370
- ]
62371
- },
62372
- {
62373
- tag: "p",
62374
- style: "paragraph",
62375
- text: [
62376
- "Your browser or device may have additional options that you can use, as described below. These options are specific to the device or browser you are using. If you access our sites from other devices or browsers, you should use these options from those devices or browsers as well."
62377
- ]
62378
- },
62379
- {
62380
- tag: "ul",
62381
- style: "list",
62382
- text: [
62383
- {
62384
- tag: "li",
62385
- style: "listItem",
62386
- text: [
62387
- {
62388
- tag: "p",
62389
- style: "paragraph",
62390
- text: [
62391
- {
62392
- tag: "b",
62393
- text: [
62394
- "Cookie controls."
62395
- ]
62396
- },
62397
- " Most web browsers are set to accept cookies by default. If you prefer, you can go to your browser settings to learn how to delete or reject cookies. If you choose to delete or reject cookies, this could affect certain features or services of our website. If you choose to delete cookies, settings and preferences controlled by those cookies, including advertising preferences, may be deleted and may need to be recreated."
62398
- ]
62399
- }
62400
- ]
62401
- },
62402
- {
62403
- tag: "li",
62404
- style: "listItem",
62405
- text: [
62406
- {
62407
- tag: "b",
62408
- text: [
62409
- "Do Not Track."
62410
- ]
62411
- },
62412
- " Some browsers include a \"Do Not Track\" (DNT) setting that can send a signal to the websites you visit indicating you do not wish to be tracked. Unlike the GPC described above, there is not a common understanding of how to interpret the DNT signal; therefore, our websites do not respond to browser DNT signals. Instead, you can use the range of other tools to control data collection and use, including the GPC, cookie controls, and advertising controls described above."
62413
- ]
62414
- },
62415
- {
62416
- tag: "li",
62417
- style: "listItem",
62418
- text: [
62419
- {
62420
- tag: "b",
62421
- text: [
62422
- "Email web beacons."
62423
- ]
62424
- },
62425
- " Most email clients have settings that allow you to prevent the automatic downloading of images, including web beacons, and the automatic connection to the web servers that host those images."
62426
- ]
62427
- }
62428
- ]
62429
- },
62430
- {
62431
- tag: "h2",
62432
- id: "location",
62433
- style: "title",
62434
- text: [
62435
- "F. Location of Personal Data"
62436
- ]
62437
- },
62438
- {
62439
- tag: "p",
62440
- style: "paragraph",
62441
- text: [
62442
- "The personal data we collect may be stored and processed in your country or region, or in any other country where we or our affiliates, subsidiaries, or service providers process data, in accordance with applicable law. Currently, we primarily use data centers in the United States of America. The storage location(s) are chosen to operate efficiently and improve performance. We take steps to process and protect personal data as described in this Privacy Statement wherever the data is located, however, some countries where we store data may have laws that offer a different level of data protection than the country in which you reside."
62443
- ]
62444
- },
62445
- {
62446
- tag: "p",
62447
- style: "paragraph",
62448
- text: [
62449
- {
62450
- tag: "b",
62451
- text: [
62452
- "Location of Processing European Personal Data."
62453
- ]
62454
- },
62455
- " We transfer personal data from the European Economic Area (EEA), United Kingdom (UK), and Switzerland to other countries, some of which have not been determined by the European Commission to have an adequate level of data protection. When we do so, we use legal mechanisms, including contracts, to help ensure your rights and protections. To learn more about the European Commission",
62456
- "’",
62457
- "s decisions on the adequacy of personal data protections, please visit:",
62458
- " ",
62459
- {
62460
- tag: "a",
62461
- href: "https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection/adequacy-decisions_en",
62462
- style: "link",
62463
- text: [
62464
- "https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection/adequacy-decisions_en"
62465
- ]
62466
- },
62467
- "."
62468
- ]
62469
- },
62470
- {
62471
- tag: "p",
62472
- style: "paragraph",
62473
- text: [
62474
- {
62475
- tag: "b",
62476
- text: [
62477
- "EU-U.S. Privacy Shield Framework."
62478
- ]
62479
- }
62480
- ]
62481
- },
62482
- {
62483
- tag: "p",
62484
- style: "paragraph",
62485
- text: [
62486
- "Based on subsequent court and regulator decisions, MX no longer relies on the EU-U.S. and Swiss-U.S. Privacy Shield Frameworks as a legal basis for transfers of personal data from the European Union and Switzerland, and instead relies on Standard Contractual Clauses (SCC). For more information on Standard Contractual Clauses, please visit",
62487
- " ",
62488
- {
62489
- tag: "a",
62490
- href: "https://ec.europa.eu/info/law/law-topic/data-protection/international-dimension-data-protection/standard-contractual-clauses-scc_en",
62491
- style: "link",
62492
- text: [
62493
- "https://ec.europa.eu/info/law/law-topic/data-protection/international-dimension-data-protection/standard-contractual-clauses-scc_en"
62494
- ]
62495
- },
62496
- ". However, because MX remains committed to the underlying privacy principles, MX continues to comply with the EU-U.S. Privacy Shield Framework and Swiss-U.S. Privacy Shield Framework as set forth by the U.S. Department of Commerce. If there is any conflict between the terms in this Privacy Policy and the Privacy Shield Principles, the Privacy Shield Principles shall govern."
62497
- ]
62498
- },
62499
- {
62500
- tag: "h2",
62501
- id: "security",
62502
- style: "title",
62503
- text: [
62504
- "G. Security of Personal Data"
62505
- ]
62506
- },
62507
- {
62508
- tag: "p",
62509
- style: "paragraph",
62510
- text: [
62511
- "We take reasonable and appropriate steps to help protect personal data from unauthorized access, use, disclosure, alteration, and destruction."
62512
- ]
62513
- },
62514
- {
62515
- tag: "p",
62516
- style: "paragraph",
62517
- text: [
62518
- "To help us protect your personal data, we request that you use a strong password and never share your password with anyone or use the same password with other sites or accounts."
62519
- ]
62520
- },
62521
- {
62522
- tag: "h2",
62523
- id: "retention",
62524
- style: "title",
62525
- text: [
62526
- "H. Retention of Personal Data"
62527
- ]
62528
- },
62529
- {
62530
- tag: "p",
62531
- style: "paragraph",
62532
- text: [
62533
- "We retain personal data for as long as reasonably necessary to provide the features and functionality of our sites, communicate with you, fulfill the transactions you have requested, comply with our legal obligations, resolve disputes, enforce our agreements, and for other legitimate and lawful business purposes. Because these needs can vary for different data types in the context of different services, actual retention periods can vary significantly based on criteria such as user expectations or consent, the sensitivity of the data, the availability of automated controls that enable users to delete data, and our legal and contractual obligations."
62534
- ]
62535
- },
62536
- {
62537
- tag: "h2",
62538
- id: "gdpr",
62539
- style: "title",
62540
- text: [
62541
- "I. European Data Protection Rights"
62542
- ]
62543
- },
62544
- {
62545
- tag: "p",
62546
- style: "paragraph",
62547
- text: [
62548
- "We retain personal data for as long as reasonably necessary to provide the features and functionality of our sites, communicate with you, fulfill the transactions you have requested, comply with our legal obligations, resolve disputes, enforce our agreements, and for other legitimate and lawful business purposes. Because these needs can vary for different data types in the context of different services, actual retention periods can vary significantly based on criteria such as user expectations or consent, the sensitivity of the data, the availability of automated controls that enable users to delete data, and our legal and contractual obligations."
62549
- ]
62550
- },
62551
- {
62552
- tag: "h2",
62553
- id: "ccpa",
62554
- style: "title",
62555
- text: [
62556
- "J. California Privacy Rights"
62557
- ]
62558
- },
62559
- {
62560
- tag: "p",
62561
- style: "paragraph",
62562
- text: [
62563
- "If you are a California resident and the processing of personal data (also referred to in this section as “personal information”) about you is subject to the California Consumer Privacy Act (CCPA), you have certain rights with respect to that information."
62564
- ]
62565
- },
62566
- {
62567
- tag: "p",
62568
- style: "paragraph",
62569
- text: [
62570
- {
62571
- tag: "b",
62572
- text: [
62573
- "Notice at Collection."
62574
- ]
62575
- },
62576
- " At or before the time of collection, you have a right to receive notice of our practices, including the",
62577
- " ",
62578
- {
62579
- tag: "a",
62580
- href: "#data-collect",
62581
- style: "link",
62582
- text: [
62583
- "categories"
62584
- ]
62585
- },
62586
- " of personal data and sensitive personal data to be collected, the",
62587
- " ",
62588
- {
62589
- tag: "a",
62590
- href: "#personal-data",
62591
- style: "link",
62592
- text: [
62593
- "purposes"
62594
- ]
62595
- },
62596
- " for which such information is collected or used, whether such information is",
62597
- {
62598
- tag: "a",
62599
- href: "#disclose",
62600
- style: "link",
62601
- text: [
62602
- " sold or shared"
62603
- ]
62604
- },
62605
- ", and how long such information is ",
62606
- {
62607
- tag: "a",
62608
- href: "#retention",
62609
- style: "link",
62610
- text: [
62611
- "retained"
62612
- ]
62613
- },
62614
- ". You can find those details within this Privacy Statement."
62615
- ]
62616
- },
62617
- {
62618
- tag: "p",
62619
- style: "paragraph",
62620
- text: [
62621
- {
62622
- tag: "b",
62623
- text: [
62624
- "Right to Know."
62625
- ]
62626
- },
62627
- " You have the right to request that we disclose to you the personal data we have collected about you. You also have a right to request additional information about our collection, use, disclosure, or sale of such personal data. Note that we have provided much of this information in this Privacy Statement. Please review the section below titled ",
62628
- {
62629
- tag: "a",
62630
- href: "#contact",
62631
- style: "link",
62632
- text: [
62633
- "“How to Contact Us”"
62634
- ]
62635
- },
62636
- " to submit a “request to know.”"
62637
- ]
62638
- },
62639
- {
62640
- tag: "p",
62641
- style: "paragraph",
62642
- text: [
62643
- {
62644
- tag: "b",
62645
- text: [
62646
- "Rights to Request Correction or Deletion."
62647
- ]
62648
- },
62649
- " You also have the right to request that we correct inaccurate personal data and that we delete personal data under certain circumstances, subject to a number of exceptions. Please review the section below titled",
62650
- " ",
62651
- {
62652
- tag: "a",
62653
- href: "#contact",
62654
- style: "link",
62655
- text: [
62656
- "“How to Contact Us”"
62657
- ]
62658
- },
62659
- " to make a request to correct or delete."
62660
- ]
62661
- },
62662
- {
62663
- tag: "p",
62664
- style: "paragraph",
62665
- text: [
62666
- {
62667
- tag: "b",
62668
- text: [
62669
- "Right to Opt-Out / “Do Not Sell or Share My Personal Information”."
62670
- ]
62671
- },
62672
- " ",
62673
- "You have a right to opt-out from future “sales” or “sharing” of personal data as those terms are defined by the CCPA."
62674
- ]
62675
- },
62676
- {
62677
- tag: "p",
62678
- style: "paragraph",
62679
- text: [
62680
- "Note that the CCPA defines “sell,” “share,” and “personal information” very broadly, and some of our data sharing described in this Privacy Statement may be considered a “sale” or “sharing” under those definitions. In particular, we let advertising and analytics providers collect identifiers (IP addresses, cookie IDs, and mobile IDs), activity data (browsing, clicks, and app usage), device data, and geolocation data on our websites, but do not “sell” or “share” any other types of personal information . If you do not wish for us to “sell” or “share” (for certain advertising purposes) personal information relating to your visits to our sites, you should make your request to opt-out by: (1) using the Global Privacy Control (as described above) or by",
62681
- " ",
62682
- {
62683
- tag: "span",
62684
- text: [
62685
- "clicking here"
62686
- ]
62687
- },
62688
- "; and (2) emailing us through the contact information at the bottom of this Privacy Statement. Note that you must do both (1) and (2) for us to be able to honor your request, and for (1) you must take that step for each device and browser you use to access our site. Note, if you choose to delete cookies on your computer, and you do not use the Global Privacy Control, you will also need to make your request by",
62689
- " ",
62690
- {
62691
- tag: "span",
62692
- text: [
62693
- "clicking here"
62694
- ]
62695
- },
62696
- " ",
62697
- "again, as this approach requires an opt-out cookie to be maintained on your computer. If you opt-out using these choices, we will not share or make available such personal information in ways that are considered a “sale” or “sharing” under the CCPA. However, we will continue to make available to our partners (acting as our service providers) some personal information to help us perform advertising-related functions. Further, using these choices will not opt you out of the use of previously “sold” or “shared” personal information or stop all interest-based advertising."
62698
- ]
62699
- },
62700
- {
62701
- tag: "p",
62702
- style: "paragraph",
62703
- text: [
62704
- "We do not knowingly sell or share the personal information of minors under 16 years of age."
62705
- ]
62706
- },
62707
- {
62708
- tag: "p",
62709
- style: "paragraph",
62710
- text: [
62711
- {
62712
- tag: "b",
62713
- text: [
62714
- "Right to Limit Use and Disclosure of Sensitive Personal Data."
62715
- ]
62716
- },
62717
- " ",
62718
- "You have a right to limit our use of sensitive personal information for any purposes other than to provide the services or goods you request or as otherwise permitted by law."
62719
- ]
62720
- },
62721
- {
62722
- tag: "p",
62723
- style: "paragraph",
62724
- text: [
62725
- "Note that we do not use or disclose sensitive personal information for any such additional purposes."
62726
- ]
62727
- },
62728
- {
62729
- tag: "p",
62730
- style: "paragraph",
62731
- text: [
62732
- {
62733
- tag: "b",
62734
- text: [
62735
- "Non-discrimination."
62736
- ]
62737
- },
62738
- " Finally, you have a right to not be discriminated against for exercising these rights set out in the CCPA."
62739
- ]
62740
- },
62741
- {
62742
- tag: "p",
62743
- style: "paragraph",
62744
- text: [
62745
- {
62746
- tag: "b",
62747
- text: [
62748
- "Exercising Your Rights."
62749
- ]
62750
- },
62751
- " You may designate, in writing or through a power of attorney, an authorized agent to make requests on your behalf to exercise your rights under the CCPA. Before accepting such a request from an agent, we will require the agent to provide proof you have authorized it to act on your behalf, and we may need you to verify your identity directly with us."
62752
- ]
62753
- },
62754
- {
62755
- tag: "p",
62756
- style: "paragraph",
62757
- text: [
62758
- "Further, to provide, correct, or delete specific pieces of personal information we will need to verify your identity to the degree of certainty required by law. We will verify your request by asking you to send it from the email address associated with your account or interactions with us, or by requiring you to provide information necessary to verify your identity."
62759
- ]
62760
- },
62761
- {
62762
- tag: "p",
62763
- style: "paragraph",
62764
- text: [
62765
- "Except for the automated controls described above, if you send us a request to exercise your rights or these choices, to the extent permitted by applicable law, we may decline requests in certain cases. For example, we may decline requests where granting the request would be prohibited by law, could adversely affect the privacy or other rights of another person, would reveal a trade secret or other confidential information, or would interfere with a legal or business obligation that requires retention or use of the data. Further, we may decline a request where we are unable to authenticate you as the person to whom the data relates, the request is unreasonable or excessive, or where otherwise permitted by applicable law."
62766
- ]
62767
- },
62768
- {
62769
- tag: "h2",
62770
- id: "changes",
62771
- style: "title",
62772
- text: [
62773
- "K. Changes to this Privacy Statement"
62774
- ]
62775
- },
62776
- {
62777
- tag: "p",
62778
- style: "paragraph",
62779
- text: [
62780
- "We will update this Privacy Statement when necessary to reflect changes in how we use personal data or in the applicable law. When we post changes to the Privacy Statement, we will revise the \"Last Updated\" date at the top of the Privacy Statement. If we make material changes to the Privacy Statement, we will provide notice or obtain consent regarding such changes as may be required by law."
62781
- ]
62782
- },
62783
- {
62784
- tag: "h2",
62785
- id: "contact",
62786
- style: "title",
62787
- text: [
62788
- "L. How to Contact Us"
62789
- ]
62790
- },
62791
- {
62792
- tag: "p",
62793
- style: "paragraph",
62794
- text: [
62795
- "If you have a privacy concern, complaint, or question, please send your inquiries to:"
62796
- ]
62797
- },
62798
- {
62799
- tag: "p",
62800
- style: "paragraph",
62801
- text: [
62802
- {
62803
- tag: "b",
62804
- text: [
62805
- "Organization:"
62806
- ]
62807
- },
62808
- " MX Technologies, Inc."
62809
- ]
62810
- },
62811
- {
62812
- tag: "p",
62813
- style: "paragraph",
62814
- text: [
62815
- {
62816
- tag: "b",
62817
- text: [
62818
- "Contact:"
62819
- ]
62820
- },
62821
- " Data Privacy Team"
62822
- ]
62823
- },
62824
- {
62825
- tag: "p",
62826
- style: "paragraph",
62827
- text: [
62828
- {
62829
- tag: "b",
62830
- text: [
62831
- "Address:"
62832
- ]
62833
- },
62834
- " 3401 North Thanksgiving Way Suite 500 Lehi, UT 84043"
62835
- ]
62836
- },
62837
- {
62838
- tag: "p",
62839
- style: "paragraph",
62840
- text: [
62841
- {
62842
- tag: "b",
62843
- text: [
62844
- "E-mail:"
62845
- ]
62846
- },
62847
- " ",
62848
- {
62849
- tag: "a",
62850
- href: "mailto:termsofuse@mx.com",
62851
- style: "link",
62852
- text: [
62853
- "termsofuse@mx.com"
62854
- ]
62855
- }
62856
- ]
62857
- }
62858
- ];
62859
- const privacyData = {
62860
- title: title,
62861
- updatedOn: updatedOn,
62862
- body: body
62863
- };
62864
-
62865
- const BOLD_TAG = "b";
62866
- const H2_TAG = "h2";
62867
- const A_TAG = "a";
62868
- const LI_TAG = "li";
62869
- const NON_KYPER_TAGS = ["ul", "ol", LI_TAG, "u"];
62870
- const TEXT_TAGS$1 = ["h1", "h2", "h3", "h4", "h5", "h6", "p", "span", BOLD_TAG];
62871
- const PrivacyPolicy = () => {
61488
+ const PRIVACY_POLICY_URL = "https://www.mx.com/privacy/";
61489
+ const PrivacyPolicy = ({ onCancel } = {}) => {
62872
61490
  useAnalyticsPath(...PageviewInfo.CONNECT_DISCLOSURE_PRIVACY_POLICY);
62873
- const [showLeavingNotice, setShowLeavingNotice] = useState(false);
62874
- const showExternalLinkPopup = useSelector(
62875
- (state) => state.profiles.clientProfile.show_external_link_popup
62876
- );
62877
- const [currentUrl, setCurrentUrl] = useState(null);
61491
+ const [isLeavingUrl, setIsLeavingUrl] = useState(null);
62878
61492
  const getNextDelay = getDelay();
62879
- const tokens = useTokens();
62880
- const styles = getStyles$1E(tokens);
62881
- const handleLinkClick = (url, isExternalUrl = true) => {
62882
- const newUrl = { url, isExternalUrl };
62883
- if (showExternalLinkPopup) {
62884
- setShowLeavingNotice(true);
62885
- setCurrentUrl(newUrl);
62886
- } else {
62887
- goToUrlLink(url, isExternalUrl);
62888
- }
62889
- };
62890
- const buildElementJSX = (el, i) => {
62891
- const tag = el.tag;
62892
- const style = el.style;
62893
- const children = el.text;
62894
- const buildChildrenJSX = (children2) => {
62895
- return children2.map((child, i2) => {
62896
- if (typeof child === "string") {
62897
- return child;
62898
- }
62899
- return buildElementJSX(child, i2);
62900
- });
62901
- };
62902
- if (typeof el === "string") {
62903
- return el;
62904
- } else if (tag === A_TAG) {
62905
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
62906
- Link$1,
62907
- {
62908
- onClick: () => {
62909
- if (isScrollableUrl(el.href)) {
62910
- document.getElementById(el.href.split("#")[1]).scrollIntoView(true);
62911
- } else {
62912
- handleLinkClick(el.href);
62913
- }
62914
- },
62915
- role: "link",
62916
- style: styles.link,
62917
- children: buildChildrenJSX(children)
62918
- },
62919
- i
62920
- );
62921
- } else if (NON_KYPER_TAGS.includes(tag)) {
62922
- const NonKyperTag = tag;
62923
- if (tag === LI_TAG) {
62924
- return /* @__PURE__ */ jsxRuntimeExports.jsx(NonKyperTag, { className: dist.css(styles[style]), children: buildChildrenJSX(children) }, i);
62925
- }
62926
- return /* @__PURE__ */ jsxRuntimeExports.jsx(NonKyperTag, { style: style ? styles[style] : void 0, children: buildChildrenJSX(children) }, i);
62927
- } else if (TEXT_TAGS$1.includes(tag)) {
62928
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
62929
- D,
62930
- {
62931
- bold: tag === BOLD_TAG ? true : void 0,
62932
- component: tag === BOLD_TAG ? void 0 : tag,
62933
- id: tag === H2_TAG ? el.id : void 0,
62934
- style: style ? styles[style] : void 0,
62935
- truncate: false,
62936
- variant: tag === BOLD_TAG ? "Paragraph" : void 0,
62937
- children: buildChildrenJSX(children)
61493
+ useEffect(() => {
61494
+ setIsLeavingUrl(PRIVACY_POLICY_URL);
61495
+ }, []);
61496
+ if (isLeavingUrl) {
61497
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
61498
+ LeavingNoticeFlat,
61499
+ {
61500
+ onCancel: () => {
61501
+ setIsLeavingUrl(null);
61502
+ onCancel?.();
62938
61503
  },
62939
- i
62940
- );
62941
- }
62942
- return null;
62943
- };
62944
- return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: showLeavingNotice ? /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
62945
- LeavingNoticeFlat,
62946
- {
62947
- onCancel: () => {
62948
- setShowLeavingNotice(false);
62949
- setCurrentUrl(null);
62950
- },
62951
- onContinue: () => {
62952
- goToUrlLink(currentUrl.url, currentUrl.isExternalUrl);
62953
- setCurrentUrl(null);
62954
- setShowLeavingNotice(false);
61504
+ onContinue: () => {
61505
+ goToUrlLink(isLeavingUrl, true);
61506
+ }
62955
61507
  }
62956
- }
62957
- ) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(React__default.Fragment, { children: [
62958
- /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.header, children: [
62959
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "h2", "data-test": "privacy-policy-header", truncate: false, variant: "H2", children: privacyData.title }),
62960
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.lastUpdatedDate, truncate: false, children: privacyData.updatedOn })
62961
- ] }) }),
62962
- /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: privacyData.body.map((el, i) => buildElementJSX(el, i)) })
62963
- ] }) });
62964
- };
62965
- const getStyles$1E = (tokens) => ({
62966
- header: {
62967
- display: "flex",
62968
- flexDirection: "column"
62969
- },
62970
- lastUpdatedDate: {
62971
- color: tokens.TextColor.Secondary,
62972
- fontWeight: tokens.FontWeight.Normal,
62973
- fontSize: tokens.FontSize.XSmall,
62974
- lineHeight: tokens.LineHeight.Small,
62975
- marginTop: tokens.Spacing.XSmall,
62976
- marginBottom: tokens.Spacing.Medium
62977
- },
62978
- title: {
62979
- marginBottom: tokens.Spacing.XSmall
62980
- },
62981
- subTitle: {
62982
- marginBottom: tokens.Spacing.Medium,
62983
- fontSize: tokens.FontSize.Body,
62984
- lineHeight: tokens.LineHeight.Body
62985
- },
62986
- paragraph: {
62987
- marginBottom: tokens.Spacing.XSmall,
62988
- fontSize: tokens.FontSize.ParagraphSmall,
62989
- lineHeight: tokens.LineHeight.ParagraphSmall
62990
- },
62991
- link: {
62992
- display: "inline",
62993
- whiteSpace: "normal",
62994
- height: "auto",
62995
- fontSize: tokens.FontSize.Small,
62996
- textAlign: "left"
62997
- },
62998
- list: {
62999
- listStylePosition: "outside",
63000
- marginTop: tokens.Spacing.Small
63001
- },
63002
- listItem: {
63003
- color: tokens.TextColor.Default,
63004
- marginLeft: tokens.Spacing.XLarge,
63005
- marginBottom: tokens.Spacing.XSmall,
63006
- "& span": {
63007
- fontSize: tokens.FontSize.ParagraphSmall,
63008
- lineHeight: tokens.LineHeight.ParagraphSmall
63009
- }
61508
+ ) });
63010
61509
  }
63011
- });
61510
+ return null;
61511
+ };
63012
61512
 
63013
61513
  const MXLogo = createSvgIcon$2(({ color }) => /* @__PURE__ */ jsxRuntimeExports.jsxs(React__default.Fragment, { children: [
63014
61514
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -63090,6 +61590,9 @@ const Disclosure = React__default.forwardRef((_, disclosureRef) => {
63090
61590
  const { isInAggMode, isInTaxMode, isInVerifyMode } = useSelector(selectCurrentMode);
63091
61591
  const connectConfig = useSelector(selectConnectConfig);
63092
61592
  const size = useSelector(getSize);
61593
+ const showExternalLinkPopup = useSelector(
61594
+ (state) => state.profiles.clientProfile.show_external_link_popup
61595
+ );
63093
61596
  const dispatch = useDispatch();
63094
61597
  useImperativeHandle(disclosureRef, () => {
63095
61598
  return {
@@ -63106,7 +61609,7 @@ const Disclosure = React__default.forwardRef((_, disclosureRef) => {
63106
61609
  {
63107
61610
  id: "mx-connect-disclosure",
63108
61611
  ref: containerRef,
63109
- children: showPrivacyPolicy ? /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(PrivacyPolicy, {}) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(Fragment, { children: [
61612
+ children: showPrivacyPolicy ? /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(PrivacyPolicy, { onCancel: () => setShowPrivacyPolicy(false) }) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(Fragment, { children: [
63110
61613
  /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(ConnectInstitutionHeader, {}) }),
63111
61614
  /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.flexGroup, children: [
63112
61615
  /* @__PURE__ */ jsxRuntimeExports.jsx(D, { "data-test": "disclosure-title", style: styles.title, truncate: false, variant: "H2", children: _p("connect/disclosure/title", "Connect your account") }),
@@ -63163,8 +61666,12 @@ const Disclosure = React__default.forwardRef((_, disclosureRef) => {
63163
61666
  {
63164
61667
  "data-test": "disclosure-privacy-policy-link",
63165
61668
  onClick: () => {
63166
- scrollToTop(containerRef);
63167
- setShowPrivacyPolicy(true);
61669
+ if (showExternalLinkPopup) {
61670
+ scrollToTop(containerRef);
61671
+ setShowPrivacyPolicy(true);
61672
+ } else {
61673
+ goToUrlLink("https://www.mx.com/privacy/", true);
61674
+ }
63168
61675
  },
63169
61676
  style: styles.link,
63170
61677
  children: _p("connect/disclosure/policy/link", "MX Privacy Policy.")
@@ -72640,7 +71147,10 @@ const useForm = (submitCallback, formSchema, initialValues) => {
72640
71147
  if (event.persist) {
72641
71148
  event.persist();
72642
71149
  }
72643
- setValues((values2) => ({ ...values2, [event.target.name]: event.target.value }));
71150
+ setValues((values2) => ({
71151
+ ...values2,
71152
+ [event.target.name || event.target.id]: event.target.value
71153
+ }));
72644
71154
  };
72645
71155
  return {
72646
71156
  // Function to handle your form input onChange event
@@ -76548,29 +75058,89 @@ InstructionList.propTypes = {
76548
75058
  showExternalLinkPopup: PropTypes$1.bool
76549
75059
  };
76550
75060
 
76551
- const SvgAggWellsLight = (props) => /* @__PURE__ */ React$1.createElement("svg", { width: "100%", height: "auto", viewBox: "0 0 352 127", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "image", ...props }, /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip0_4011_3305)" }, /* @__PURE__ */ React$1.createElement("g", { filter: "url(#filter0_d_4011_3305)" }, /* @__PURE__ */ React$1.createElement("rect", { x: 24, y: 24, width: 303.003, height: 98, rx: 4, fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M24 28C24 25.7909 25.7909 24 28 24H323C325.209 24 327 25.7909 327 28V56H24V28Z", fill: "#D9181F" }), /* @__PURE__ */ React$1.createElement("rect", { y: 77, width: 352, height: 51, fill: "url(#paint0_linear_4011_3305)" }), /* @__PURE__ */ React$1.createElement("path", { d: "M126.815 45L123.736 34.0909H125.862L127.827 42.1076H127.928L130.027 34.0909H131.961L134.065 42.1129H134.161L136.126 34.0909H138.252L135.173 45H133.223L131.039 37.3455H130.954L128.765 45H126.815ZM139.622 45V34.0909H146.717V35.7475H141.598V38.7092H146.349V40.3658H141.598V43.3434H146.76V45H139.622ZM148.733 45V34.0909H150.709V43.3434H155.514V45H148.733ZM157.229 45V34.0909H159.205V43.3434H164.01V45H157.229ZM171.654 37.0898C171.604 36.6246 171.395 36.2624 171.025 36.0032C170.66 35.744 170.184 35.6143 169.598 35.6143C169.186 35.6143 168.833 35.6765 168.538 35.8008C168.243 35.9251 168.018 36.0937 167.861 36.3068C167.705 36.5199 167.625 36.7631 167.622 37.0366C167.622 37.2638 167.673 37.4609 167.776 37.6278C167.883 37.7947 168.026 37.9368 168.208 38.054C168.389 38.1676 168.589 38.2635 168.81 38.3416C169.03 38.4197 169.252 38.4854 169.475 38.5387L170.498 38.7944C170.91 38.8903 171.306 39.0199 171.686 39.1832C172.069 39.3466 172.412 39.5526 172.714 39.8011C173.019 40.0497 173.261 40.3498 173.438 40.7013C173.616 41.0529 173.705 41.4648 173.705 41.9371C173.705 42.5763 173.541 43.1392 173.215 43.6257C172.888 44.1087 172.416 44.4869 171.798 44.7603C171.183 45.0302 170.439 45.1651 169.566 45.1651C168.717 45.1651 167.98 45.0337 167.355 44.771C166.734 44.5082 166.247 44.1246 165.896 43.6204C165.548 43.1161 165.36 42.5018 165.331 41.7773H167.275C167.304 42.1573 167.421 42.4734 167.627 42.7255C167.833 42.9776 168.101 43.1658 168.431 43.2901C168.765 43.4144 169.138 43.4766 169.55 43.4766C169.98 43.4766 170.356 43.4126 170.679 43.2848C171.006 43.1534 171.262 42.9723 171.446 42.7415C171.631 42.5071 171.725 42.2337 171.729 41.9212C171.725 41.6371 171.642 41.4027 171.478 41.218C171.315 41.0298 171.086 40.8736 170.791 40.7493C170.5 40.6214 170.159 40.5078 169.768 40.4084L168.527 40.0888C167.629 39.858 166.919 39.5082 166.397 39.0394C165.878 38.5671 165.619 37.9403 165.619 37.1591C165.619 36.5163 165.793 35.9535 166.141 35.4705C166.492 34.9876 166.97 34.6129 167.574 34.3466C168.177 34.0767 168.861 33.9418 169.625 33.9418C170.399 33.9418 171.077 34.0767 171.659 34.3466C172.245 34.6129 172.705 34.984 173.039 35.4599C173.373 35.9322 173.545 36.4755 173.556 37.0898H171.654ZM179.187 45V34.0909H186.176V35.7475H181.163V38.7092H185.697V40.3658H181.163V45H179.187ZM188.015 45H185.906L189.746 34.0909H192.186L196.032 45H193.922L191.009 36.3281H190.923L188.015 45ZM188.084 40.7227H193.837V42.31H188.084V40.7227ZM197.469 45V34.0909H201.559C202.397 34.0909 203.101 34.2365 203.669 34.5277C204.241 34.8189 204.672 35.2273 204.963 35.7528C205.258 36.2749 205.405 36.8839 205.405 37.5799C205.405 38.2795 205.256 38.8867 204.958 39.4016C204.663 39.913 204.228 40.3089 203.653 40.5895C203.078 40.8665 202.371 41.005 201.533 41.005H198.619V39.3643H201.266C201.757 39.3643 202.158 39.2969 202.47 39.1619C202.783 39.0234 203.014 38.8228 203.163 38.56C203.315 38.2937 203.392 37.967 203.392 37.5799C203.392 37.1928 203.315 36.8626 203.163 36.5891C203.01 36.3121 202.777 36.1026 202.465 35.9606C202.152 35.815 201.749 35.7422 201.256 35.7422H199.445V45H197.469ZM203.104 40.0568L205.805 45H203.6L200.947 40.0568H203.104ZM214.533 37.5746C214.444 37.2869 214.321 37.0295 214.165 36.8022C214.012 36.5714 213.828 36.3743 213.611 36.2109C213.398 36.0476 213.153 35.9251 212.876 35.8434C212.599 35.7582 212.297 35.7156 211.97 35.7156C211.385 35.7156 210.863 35.8629 210.404 36.1577C209.946 36.4524 209.586 36.8857 209.323 37.4574C209.064 38.0256 208.934 38.718 208.934 39.5348C208.934 40.3587 209.064 41.0565 209.323 41.6282C209.582 42.1999 209.943 42.6349 210.404 42.9332C210.866 43.228 211.402 43.3754 212.013 43.3754C212.567 43.3754 213.046 43.2688 213.451 43.0558C213.86 42.8427 214.174 42.5408 214.394 42.1502C214.614 41.756 214.724 41.2944 214.724 40.7653L215.172 40.8345H212.21V39.2898H216.637V40.6001C216.637 41.5341 216.438 42.342 216.04 43.0238C215.642 43.7056 215.095 44.2312 214.399 44.6005C213.703 44.9663 212.904 45.1491 212.002 45.1491C210.997 45.1491 210.115 44.9237 209.355 44.4727C208.599 44.0181 208.007 43.3736 207.581 42.5391C207.159 41.701 206.947 40.7067 206.947 39.5561C206.947 38.6754 207.072 37.8888 207.32 37.1964C207.572 36.5039 207.924 35.9162 208.375 35.4332C208.826 34.9467 209.355 34.5774 209.962 34.3253C210.57 34.0696 211.23 33.9418 211.944 33.9418C212.548 33.9418 213.11 34.0305 213.632 34.2081C214.154 34.3821 214.618 34.6307 215.023 34.9538C215.431 35.277 215.767 35.6605 216.029 36.1044C216.292 36.5483 216.464 37.0384 216.546 37.5746H214.533ZM228.295 39.5455C228.295 40.7209 228.075 41.7276 227.635 42.5657C227.198 43.4002 226.602 44.0394 225.845 44.4833C225.092 44.9272 224.238 45.1491 223.283 45.1491C222.328 45.1491 221.472 44.9272 220.716 44.4833C219.963 44.0359 219.366 43.3949 218.926 42.5604C218.489 41.7223 218.271 40.7173 218.271 39.5455C218.271 38.37 218.489 37.3651 218.926 36.5305C219.366 35.6925 219.963 35.0515 220.716 34.6076C221.472 34.1637 222.328 33.9418 223.283 33.9418C224.238 33.9418 225.092 34.1637 225.845 34.6076C226.602 35.0515 227.198 35.6925 227.635 36.5305C228.075 37.3651 228.295 38.37 228.295 39.5455ZM226.309 39.5455C226.309 38.718 226.179 38.0202 225.92 37.4521C225.664 36.8803 225.309 36.4489 224.854 36.1577C224.4 35.8629 223.876 35.7156 223.283 35.7156C222.69 35.7156 222.166 35.8629 221.712 36.1577C221.257 36.4489 220.9 36.8803 220.641 37.4521C220.385 38.0202 220.257 38.718 220.257 39.5455C220.257 40.3729 220.385 41.0724 220.641 41.6442C220.9 42.2124 221.257 42.6438 221.712 42.9386C222.166 43.2298 222.69 43.3754 223.283 43.3754C223.876 43.3754 224.4 43.2298 224.854 42.9386C225.309 42.6438 225.664 42.2124 225.92 41.6442C226.179 41.0724 226.309 40.3729 226.309 39.5455Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip1_4011_3305)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.8848 82.875L47.6348 81.6458C47.482 81.4931 47.3084 81.4167 47.1139 81.4167C46.9195 81.4167 46.7459 81.4931 46.5931 81.6458C46.4403 81.7986 46.3639 81.9792 46.3639 82.1875C46.3639 82.3819 46.4403 82.5556 46.5931 82.7083L48.3639 84.4792C48.5167 84.6319 48.6903 84.7083 48.8848 84.7083C49.0792 84.7083 49.2528 84.6319 49.4056 84.4792L53.3014 80.5833C53.4542 80.4306 53.5306 80.2569 53.5306 80.0625C53.5306 79.8542 53.4542 79.6736 53.3014 79.5208C53.1487 79.3681 52.975 79.2917 52.7806 79.2917C52.5862 79.2917 52.4125 79.3681 52.2598 79.5208L48.8848 82.875ZM44.4473 89C44.0306 89 43.6764 88.8542 43.3848 88.5625C43.0931 88.2708 42.9473 87.9167 42.9473 87.5V76.5C42.9473 76.0833 43.0931 75.7292 43.3848 75.4375C43.6764 75.1458 44.0306 75 44.4473 75H55.4473C55.8639 75 56.2181 75.1458 56.5098 75.4375C56.8014 75.7292 56.9473 76.0833 56.9473 76.5V87.5C56.9473 87.9167 56.8014 88.2708 56.5098 88.5625C56.2181 88.8542 55.8639 89 55.4473 89H44.4473Z", fill: "#3B3331" })), /* @__PURE__ */ React$1.createElement("path", { d: "M78.0467 79.5H76.7257C76.6476 79.12 76.5108 78.7862 76.3155 78.4986C76.1238 78.2109 75.8894 77.9695 75.6124 77.7741C75.339 77.5753 75.0353 77.4261 74.7015 77.3267C74.3677 77.2273 74.0197 77.1776 73.6575 77.1776C72.997 77.1776 72.3986 77.3445 71.8624 77.6783C71.3297 78.0121 70.9054 78.5039 70.5893 79.1538C70.2768 79.8036 70.1206 80.6009 70.1206 81.5455C70.1206 82.4901 70.2768 83.2873 70.5893 83.9371C70.9054 84.587 71.3297 85.0788 71.8624 85.4126C72.3986 85.7464 72.997 85.9134 73.6575 85.9134C74.0197 85.9134 74.3677 85.8636 74.7015 85.7642C75.0353 85.6648 75.339 85.5174 75.6124 85.3221C75.8894 85.1232 76.1238 84.88 76.3155 84.5923C76.5108 84.3011 76.6476 83.9673 76.7257 83.5909H78.0467C77.9473 84.1484 77.7662 84.6474 77.5034 85.0877C77.2406 85.5281 76.9139 85.9027 76.5233 86.2116C76.1326 86.517 75.6941 86.7496 75.2076 86.9094C74.7246 87.0692 74.2079 87.1491 73.6575 87.1491C72.7271 87.1491 71.8997 86.9219 71.1752 86.4673C70.4508 86.0128 69.8809 85.3665 69.4654 84.5284C69.0499 83.6903 68.8422 82.696 68.8422 81.5455C68.8422 80.3949 69.0499 79.4006 69.4654 78.5625C69.8809 77.7244 70.4508 77.0781 71.1752 76.6236C71.8997 76.169 72.7271 75.9418 73.6575 75.9418C74.2079 75.9418 74.7246 76.0217 75.2076 76.1815C75.6941 76.3413 76.1326 76.5756 76.5233 76.8846C76.9139 77.19 77.2406 77.5629 77.5034 78.0032C77.7662 78.44 77.9473 78.9389 78.0467 79.5ZM81.268 82.0781V87H80.0109V76.0909H81.268V80.0966H81.3746C81.5663 79.674 81.854 79.3384 82.2375 79.0898C82.6246 78.8377 83.1395 78.7116 83.7822 78.7116C84.3398 78.7116 84.828 78.8235 85.2471 79.0472C85.6661 79.2674 85.991 79.6065 86.2219 80.0646C86.4562 80.5192 86.5734 81.098 86.5734 81.8011V87H85.3163V81.8864C85.3163 81.2365 85.1476 80.734 84.8103 80.3789C84.4765 80.0202 84.0131 79.8409 83.42 79.8409C83.0081 79.8409 82.6388 79.9279 82.3121 80.1019C81.9889 80.2759 81.7332 80.5298 81.545 80.8636C81.3604 81.1974 81.268 81.6023 81.268 82.0781ZM92.3036 87.1705C91.5153 87.1705 90.8352 86.9964 90.2635 86.6484C89.6953 86.2969 89.2567 85.8068 88.9478 85.1783C88.6424 84.5462 88.4897 83.8111 88.4897 82.973C88.4897 82.1349 88.6424 81.3963 88.9478 80.7571C89.2567 80.1143 89.6864 79.6136 90.2369 79.255C90.7908 78.8928 91.4371 78.7116 92.1758 78.7116C92.6019 78.7116 93.0227 78.7827 93.4382 78.9247C93.8537 79.0668 94.2319 79.2976 94.5728 79.6172C94.9137 79.9332 95.1854 80.3523 95.3878 80.8743C95.5902 81.3963 95.6914 82.0391 95.6914 82.8026V83.3352H89.3846V82.2486H94.413C94.413 81.7869 94.3207 81.375 94.136 81.0128C93.9549 80.6506 93.6957 80.3647 93.3583 80.1552C93.0245 79.9457 92.6303 79.8409 92.1758 79.8409C91.6751 79.8409 91.2418 79.9652 90.8761 80.2138C90.5138 80.4588 90.2351 80.7784 90.0398 81.1726C89.8445 81.5668 89.7468 81.9893 89.7468 82.4403V83.1648C89.7468 83.7827 89.8533 84.3065 90.0664 84.7362C90.283 85.1623 90.5831 85.4872 90.9666 85.7109C91.3501 85.9311 91.7958 86.0412 92.3036 86.0412C92.6339 86.0412 92.9322 85.995 93.1985 85.9027C93.4684 85.8068 93.701 85.6648 93.8963 85.4766C94.0916 85.2848 94.2425 85.0469 94.3491 84.7628L95.5636 85.1037C95.4357 85.5156 95.2209 85.8778 94.919 86.1903C94.6172 86.4993 94.2443 86.7408 93.8004 86.9148C93.3565 87.0852 92.8576 87.1705 92.3036 87.1705ZM100.928 87.1705C100.161 87.1705 99.5 86.9893 98.946 86.6271C98.392 86.2649 97.9659 85.766 97.6676 85.1303C97.3693 84.4947 97.2202 83.7685 97.2202 82.9517C97.2202 82.1207 97.3729 81.3874 97.6783 80.7518C97.9872 80.1126 98.4169 79.6136 98.9673 79.255C99.5213 78.8928 100.168 78.7116 100.906 78.7116C101.482 78.7116 102 78.8182 102.462 79.0312C102.923 79.2443 103.301 79.5426 103.596 79.9261C103.891 80.3097 104.074 80.7571 104.145 81.2685H102.888C102.792 80.8956 102.579 80.5653 102.249 80.2777C101.922 79.9865 101.482 79.8409 100.928 79.8409C100.438 79.8409 100.008 79.9687 99.6385 80.2244C99.2727 80.4766 98.9869 80.8335 98.7809 81.2951C98.5785 81.7532 98.4773 82.2912 98.4773 82.9091C98.4773 83.5412 98.5767 84.0916 98.7756 84.5604C98.978 85.0291 99.2621 85.3931 99.6278 85.6523C99.9972 85.9116 100.43 86.0412 100.928 86.0412C101.254 86.0412 101.551 85.9844 101.817 85.8707C102.083 85.7571 102.309 85.5938 102.494 85.3807C102.678 85.1676 102.81 84.9119 102.888 84.6136H104.145C104.074 85.0966 103.898 85.5316 103.618 85.9187C103.341 86.3022 102.973 86.6076 102.515 86.8349C102.06 87.0586 101.531 87.1705 100.928 87.1705ZM107.154 84.017L107.133 82.4616H107.389L110.968 78.8182H112.524L108.71 82.6747H108.603L107.154 84.017ZM105.983 87V76.0909H107.24V87H105.983ZM111.181 87L107.985 82.9517L108.88 82.0781L112.779 87H111.181ZM114.142 87V78.8182H115.399V87H114.142ZM114.781 77.4545C114.536 77.4545 114.325 77.3711 114.147 77.2042C113.973 77.0373 113.886 76.8366 113.886 76.6023C113.886 76.3679 113.973 76.1673 114.147 76.0004C114.325 75.8335 114.536 75.75 114.781 75.75C115.026 75.75 115.236 75.8335 115.41 76.0004C115.587 76.1673 115.676 76.3679 115.676 76.6023C115.676 76.8366 115.587 77.0373 115.41 77.2042C115.236 77.3711 115.026 77.4545 114.781 77.4545ZM118.958 82.0781V87H117.701V78.8182H118.916V80.0966H119.022C119.214 79.6811 119.505 79.3473 119.896 79.0952C120.287 78.8395 120.791 78.7116 121.409 78.7116C121.963 78.7116 122.447 78.8253 122.863 79.0526C123.278 79.2763 123.602 79.6172 123.832 80.0753C124.063 80.5298 124.179 81.1051 124.179 81.8011V87H122.922V81.8864C122.922 81.2436 122.755 80.7429 122.421 80.3842C122.087 80.022 121.629 79.8409 121.047 79.8409C120.645 79.8409 120.287 79.9279 119.971 80.1019C119.658 80.2759 119.411 80.5298 119.23 80.8636C119.049 81.1974 118.958 81.6023 118.958 82.0781ZM129.778 90.2386C129.171 90.2386 128.649 90.1605 128.212 90.0043C127.775 89.8516 127.411 89.6491 127.12 89.397C126.833 89.1484 126.604 88.8821 126.433 88.598L127.435 87.8949C127.548 88.044 127.692 88.2145 127.866 88.4062C128.04 88.6016 128.278 88.7702 128.58 88.9123C128.885 89.0579 129.285 89.1307 129.778 89.1307C130.439 89.1307 130.984 88.9709 131.414 88.6513C131.843 88.3317 132.058 87.831 132.058 87.1491V85.4872H131.952C131.859 85.6364 131.728 85.821 131.557 86.0412C131.391 86.2578 131.149 86.4513 130.833 86.6218C130.521 86.7887 130.098 86.8722 129.565 86.8722C128.905 86.8722 128.312 86.7159 127.786 86.4034C127.264 86.0909 126.85 85.6364 126.545 85.0398C126.243 84.4432 126.092 83.7187 126.092 82.8665C126.092 82.0284 126.24 81.2987 126.534 80.6772C126.829 80.0522 127.239 79.5692 127.765 79.2283C128.29 78.8839 128.898 78.7116 129.587 78.7116C130.119 78.7116 130.542 78.8004 130.854 78.978C131.17 79.152 131.412 79.3509 131.579 79.5746C131.749 79.7947 131.881 79.9759 131.973 80.1179H132.101V78.8182H133.315V87.2344C133.315 87.9375 133.155 88.5092 132.836 88.9496C132.52 89.3935 132.094 89.7184 131.557 89.9244C131.025 90.1339 130.432 90.2386 129.778 90.2386ZM129.736 85.7429C130.24 85.7429 130.666 85.6275 131.014 85.3967C131.362 85.1658 131.627 84.8338 131.808 84.4006C131.989 83.9673 132.079 83.4489 132.079 82.8452C132.079 82.2557 131.991 81.7354 131.813 81.2844C131.636 80.8335 131.373 80.4801 131.025 80.2244C130.677 79.9687 130.247 79.8409 129.736 79.8409C129.203 79.8409 128.759 79.9759 128.404 80.2457C128.052 80.5156 127.788 80.8778 127.61 81.3324C127.436 81.7869 127.349 82.2912 127.349 82.8452C127.349 83.4134 127.438 83.9158 127.616 84.3526C127.797 84.7859 128.063 85.1268 128.415 85.3754C128.77 85.6204 129.21 85.7429 129.736 85.7429ZM143.159 87.1705C142.42 87.1705 141.772 86.9947 141.215 86.6431C140.661 86.2915 140.228 85.7997 139.915 85.1676C139.606 84.5355 139.452 83.7969 139.452 82.9517C139.452 82.0994 139.606 81.3555 139.915 80.7198C140.228 80.0842 140.661 79.5906 141.215 79.239C141.772 78.8874 142.42 78.7116 143.159 78.7116C143.898 78.7116 144.544 78.8874 145.098 79.239C145.655 79.5906 146.089 80.0842 146.398 80.7198C146.71 81.3555 146.866 82.0994 146.866 82.9517C146.866 83.7969 146.71 84.5355 146.398 85.1676C146.089 85.7997 145.655 86.2915 145.098 86.6431C144.544 86.9947 143.898 87.1705 143.159 87.1705ZM143.159 86.0412C143.72 86.0412 144.182 85.8974 144.544 85.6097C144.906 85.3221 145.174 84.9439 145.348 84.4751C145.522 84.0064 145.609 83.4986 145.609 82.9517C145.609 82.4048 145.522 81.8952 145.348 81.4229C145.174 80.9506 144.906 80.5689 144.544 80.2777C144.182 79.9865 143.72 79.8409 143.159 79.8409C142.598 79.8409 142.136 79.9865 141.774 80.2777C141.412 80.5689 141.144 80.9506 140.97 81.4229C140.796 81.8952 140.709 82.4048 140.709 82.9517C140.709 83.4986 140.796 84.0064 140.97 84.4751C141.144 84.9439 141.412 85.3221 141.774 85.6097C142.136 85.8974 142.598 86.0412 143.159 86.0412ZM148.785 87V78.8182H150V80.054H150.085C150.234 79.6491 150.504 79.3207 150.895 79.0685C151.285 78.8164 151.726 78.6903 152.216 78.6903C152.308 78.6903 152.423 78.6921 152.562 78.6957C152.7 78.6992 152.805 78.7045 152.876 78.7116V79.9901C152.834 79.9794 152.736 79.9634 152.583 79.9421C152.434 79.9173 152.276 79.9048 152.109 79.9048C151.711 79.9048 151.356 79.9883 151.044 80.1552C150.735 80.3185 150.49 80.5458 150.309 80.837C150.131 81.1246 150.042 81.4531 150.042 81.8224V87H148.785ZM164.381 80.6506L163.251 80.9702C163.18 80.782 163.076 80.5991 162.937 80.4215C162.802 80.2404 162.617 80.0913 162.383 79.9741C162.149 79.8569 161.849 79.7983 161.483 79.7983C160.982 79.7983 160.565 79.9137 160.231 80.1445C159.901 80.3718 159.736 80.6612 159.736 81.0128C159.736 81.3253 159.849 81.5721 160.077 81.7532C160.304 81.9343 160.659 82.0852 161.142 82.206L162.356 82.5043C163.088 82.6818 163.633 82.9535 163.992 83.3192C164.35 83.6815 164.53 84.1484 164.53 84.7202C164.53 85.1889 164.395 85.608 164.125 85.9773C163.859 86.3466 163.486 86.6378 163.006 86.8509C162.527 87.0639 161.969 87.1705 161.334 87.1705C160.499 87.1705 159.809 86.9893 159.262 86.6271C158.715 86.2649 158.369 85.7358 158.223 85.0398L159.416 84.7415C159.53 85.1818 159.745 85.5121 160.061 85.7322C160.38 85.9524 160.797 86.0625 161.312 86.0625C161.898 86.0625 162.364 85.9382 162.708 85.6896C163.056 85.4375 163.23 85.1357 163.23 84.7841C163.23 84.5 163.131 84.2621 162.932 84.0703C162.733 83.875 162.427 83.7294 162.016 83.6335L160.652 83.3139C159.903 83.1364 159.352 82.8612 159.001 82.4883C158.653 82.1119 158.479 81.6413 158.479 81.0767C158.479 80.6151 158.608 80.2067 158.867 79.8516C159.13 79.4964 159.487 79.2177 159.938 79.0153C160.393 78.8129 160.908 78.7116 161.483 78.7116C162.293 78.7116 162.928 78.8892 163.39 79.2443C163.855 79.5994 164.185 80.0682 164.381 80.6506ZM168.83 87.1918C168.311 87.1918 167.841 87.0941 167.418 86.8988C166.996 86.6999 166.66 86.4141 166.411 86.0412C166.163 85.6648 166.039 85.2102 166.039 84.6776C166.039 84.2088 166.131 83.8288 166.316 83.5376C166.5 83.2429 166.747 83.0121 167.056 82.8452C167.365 82.6783 167.706 82.554 168.079 82.4723C168.455 82.3871 168.833 82.3196 169.213 82.2699C169.71 82.206 170.113 82.158 170.422 82.1261C170.735 82.0906 170.962 82.032 171.104 81.9503C171.25 81.8686 171.323 81.7266 171.323 81.5241V81.4815C171.323 80.956 171.179 80.5476 170.891 80.2564C170.607 79.9652 170.176 79.8196 169.597 79.8196C168.997 79.8196 168.526 79.951 168.185 80.2138C167.844 80.4766 167.605 80.7571 167.466 81.0554L166.273 80.6293C166.486 80.1321 166.77 79.745 167.125 79.468C167.484 79.1875 167.874 78.9922 168.297 78.8821C168.723 78.7685 169.142 78.7116 169.554 78.7116C169.817 78.7116 170.119 78.7436 170.46 78.8075C170.804 78.8679 171.136 78.994 171.456 79.1857C171.779 79.3775 172.047 79.6669 172.26 80.054C172.473 80.4411 172.58 80.9595 172.58 81.6094V87H171.323V85.892H171.259C171.173 86.0696 171.031 86.2596 170.833 86.462C170.634 86.6644 170.369 86.8366 170.039 86.9787C169.709 87.1207 169.306 87.1918 168.83 87.1918ZM169.021 86.0625C169.519 86.0625 169.938 85.9648 170.279 85.7695C170.623 85.5742 170.882 85.3221 171.056 85.0131C171.234 84.7042 171.323 84.3793 171.323 84.0384V82.8878C171.269 82.9517 171.152 83.0103 170.971 83.0636C170.794 83.1133 170.588 83.1577 170.353 83.1967C170.122 83.2322 169.897 83.2642 169.677 83.2926C169.46 83.3175 169.284 83.3388 169.149 83.3565C168.823 83.3991 168.517 83.4684 168.233 83.5643C167.953 83.6566 167.725 83.7969 167.551 83.9851C167.381 84.1697 167.296 84.4219 167.296 84.7415C167.296 85.1783 167.457 85.5085 167.78 85.7322C168.107 85.9524 168.521 86.0625 169.021 86.0625ZM181.272 78.8182L178.246 87H176.968L173.942 78.8182H175.306L177.564 85.3381H177.649L179.908 78.8182H181.272ZM182.931 87V78.8182H184.188V87H182.931ZM183.57 77.4545C183.325 77.4545 183.114 77.3711 182.936 77.2042C182.762 77.0373 182.675 76.8366 182.675 76.6023C182.675 76.3679 182.762 76.1673 182.936 76.0004C183.114 75.8335 183.325 75.75 183.57 75.75C183.815 75.75 184.025 75.8335 184.199 76.0004C184.376 76.1673 184.465 76.3679 184.465 76.6023C184.465 76.8366 184.376 77.0373 184.199 77.2042C184.025 77.3711 183.815 77.4545 183.57 77.4545ZM187.748 82.0781V87H186.49V78.8182H187.705V80.0966H187.811C188.003 79.6811 188.294 79.3473 188.685 79.0952C189.076 78.8395 189.58 78.7116 190.198 78.7116C190.752 78.7116 191.237 78.8253 191.652 79.0526C192.067 79.2763 192.391 79.6172 192.621 80.0753C192.852 80.5298 192.968 81.1051 192.968 81.8011V87H191.711V81.8864C191.711 81.2436 191.544 80.7429 191.21 80.3842C190.876 80.022 190.418 79.8409 189.836 79.8409C189.434 79.8409 189.076 79.9279 188.76 80.1019C188.447 80.2759 188.2 80.5298 188.019 80.8636C187.838 81.1974 187.748 81.6023 187.748 82.0781ZM198.567 90.2386C197.96 90.2386 197.438 90.1605 197.001 90.0043C196.565 89.8516 196.201 89.6491 195.909 89.397C195.622 89.1484 195.393 88.8821 195.222 88.598L196.224 87.8949C196.337 88.044 196.481 88.2145 196.655 88.4062C196.829 88.6016 197.067 88.7702 197.369 88.9123C197.674 89.0579 198.074 89.1307 198.567 89.1307C199.228 89.1307 199.773 88.9709 200.203 88.6513C200.632 88.3317 200.847 87.831 200.847 87.1491V85.4872H200.741C200.648 85.6364 200.517 85.821 200.347 86.0412C200.18 86.2578 199.938 86.4513 199.622 86.6218C199.31 86.7887 198.887 86.8722 198.354 86.8722C197.694 86.8722 197.101 86.7159 196.575 86.4034C196.053 86.0909 195.639 85.6364 195.334 85.0398C195.032 84.4432 194.881 83.7187 194.881 82.8665C194.881 82.0284 195.029 81.2987 195.323 80.6772C195.618 80.0522 196.028 79.5692 196.554 79.2283C197.079 78.8839 197.687 78.7116 198.376 78.7116C198.908 78.7116 199.331 78.8004 199.643 78.978C199.959 79.152 200.201 79.3509 200.368 79.5746C200.538 79.7947 200.67 79.9759 200.762 80.1179H200.89V78.8182H202.104V87.2344C202.104 87.9375 201.945 88.5092 201.625 88.9496C201.309 89.3935 200.883 89.7184 200.347 89.9244C199.814 90.1339 199.221 90.2386 198.567 90.2386ZM198.525 85.7429C199.029 85.7429 199.455 85.6275 199.803 85.3967C200.151 85.1658 200.416 84.8338 200.597 84.4006C200.778 83.9673 200.869 83.4489 200.869 82.8452C200.869 82.2557 200.78 81.7354 200.602 81.2844C200.425 80.8335 200.162 80.4801 199.814 80.2244C199.466 79.9687 199.036 79.8409 198.525 79.8409C197.992 79.8409 197.548 79.9759 197.193 80.2457C196.842 80.5156 196.577 80.8778 196.399 81.3324C196.225 81.7869 196.138 82.2912 196.138 82.8452C196.138 83.4134 196.227 83.9158 196.405 84.3526C196.586 84.7859 196.852 85.1268 197.204 85.3754C197.559 85.6204 197.999 85.7429 198.525 85.7429ZM210.201 80.6506L209.072 80.9702C209.001 80.782 208.896 80.5991 208.757 80.4215C208.622 80.2404 208.438 80.0913 208.203 79.9741C207.969 79.8569 207.669 79.7983 207.303 79.7983C206.802 79.7983 206.385 79.9137 206.051 80.1445C205.721 80.3718 205.556 80.6612 205.556 81.0128C205.556 81.3253 205.67 81.5721 205.897 81.7532C206.124 81.9343 206.479 82.0852 206.962 82.206L208.177 82.5043C208.908 82.6818 209.453 82.9535 209.812 83.3192C210.171 83.6815 210.35 84.1484 210.35 84.7202C210.35 85.1889 210.215 85.608 209.945 85.9773C209.679 86.3466 209.306 86.6378 208.827 86.8509C208.347 87.0639 207.79 87.1705 207.154 87.1705C206.32 87.1705 205.629 86.9893 205.082 86.6271C204.535 86.2649 204.189 85.7358 204.043 85.0398L205.236 84.7415C205.35 85.1818 205.565 85.5121 205.881 85.7322C206.201 85.9524 206.618 86.0625 207.133 86.0625C207.719 86.0625 208.184 85.9382 208.528 85.6896C208.876 85.4375 209.05 85.1357 209.05 84.7841C209.05 84.5 208.951 84.2621 208.752 84.0703C208.553 83.875 208.248 83.7294 207.836 83.6335L206.472 83.3139C205.723 83.1364 205.172 82.8612 204.821 82.4883C204.473 82.1119 204.299 81.6413 204.299 81.0767C204.299 80.6151 204.429 80.2067 204.688 79.8516C204.951 79.4964 205.307 79.2177 205.758 79.0153C206.213 78.8129 206.728 78.7116 207.303 78.7116C208.113 78.7116 208.748 78.8892 209.21 79.2443C209.675 79.5994 210.006 80.0682 210.201 80.6506ZM218.869 87.1918C218.35 87.1918 217.88 87.0941 217.457 86.8988C217.035 86.6999 216.699 86.4141 216.45 86.0412C216.202 85.6648 216.078 85.2102 216.078 84.6776C216.078 84.2088 216.17 83.8288 216.355 83.5376C216.539 83.2429 216.786 83.0121 217.095 82.8452C217.404 82.6783 217.745 82.554 218.118 82.4723C218.494 82.3871 218.872 82.3196 219.252 82.2699C219.749 82.206 220.153 82.158 220.461 82.1261C220.774 82.0906 221.001 82.032 221.143 81.9503C221.289 81.8686 221.362 81.7266 221.362 81.5241V81.4815C221.362 80.956 221.218 80.5476 220.93 80.2564C220.646 79.9652 220.215 79.8196 219.636 79.8196C219.036 79.8196 218.565 79.951 218.224 80.2138C217.883 80.4766 217.644 80.7571 217.505 81.0554L216.312 80.6293C216.525 80.1321 216.809 79.745 217.164 79.468C217.523 79.1875 217.914 78.9922 218.336 78.8821C218.762 78.7685 219.181 78.7116 219.593 78.7116C219.856 78.7116 220.158 78.7436 220.499 78.8075C220.843 78.8679 221.175 78.994 221.495 79.1857C221.818 79.3775 222.086 79.6669 222.299 80.054C222.512 80.4411 222.619 80.9595 222.619 81.6094V87H221.362V85.892H221.298C221.213 86.0696 221.07 86.2596 220.872 86.462C220.673 86.6644 220.408 86.8366 220.078 86.9787C219.748 87.1207 219.345 87.1918 218.869 87.1918ZM219.061 86.0625C219.558 86.0625 219.977 85.9648 220.318 85.7695C220.662 85.5742 220.921 85.3221 221.095 85.0131C221.273 84.7042 221.362 84.3793 221.362 84.0384V82.8878C221.308 82.9517 221.191 83.0103 221.01 83.0636C220.833 83.1133 220.627 83.1577 220.392 83.1967C220.161 83.2322 219.936 83.2642 219.716 83.2926C219.499 83.3175 219.323 83.3388 219.188 83.3565C218.862 83.3991 218.556 83.4684 218.272 83.5643C217.992 83.6566 217.764 83.7969 217.59 83.9851C217.42 84.1697 217.335 84.4219 217.335 84.7415C217.335 85.1783 217.496 85.5085 217.819 85.7322C218.146 85.9524 218.56 86.0625 219.061 86.0625ZM228.237 87.1705C227.47 87.1705 226.81 86.9893 226.256 86.6271C225.702 86.2649 225.275 85.766 224.977 85.1303C224.679 84.4947 224.53 83.7685 224.53 82.9517C224.53 82.1207 224.682 81.3874 224.988 80.7518C225.297 80.1126 225.726 79.6136 226.277 79.255C226.831 78.8928 227.477 78.7116 228.216 78.7116C228.791 78.7116 229.31 78.8182 229.771 79.0312C230.233 79.2443 230.611 79.5426 230.906 79.9261C231.201 80.3097 231.383 80.7571 231.454 81.2685H230.197C230.101 80.8956 229.888 80.5653 229.558 80.2777C229.231 79.9865 228.791 79.8409 228.237 79.8409C227.747 79.8409 227.317 79.9687 226.948 80.2244C226.582 80.4766 226.296 80.8335 226.09 81.2951C225.888 81.7532 225.787 82.2912 225.787 82.9091C225.787 83.5412 225.886 84.0916 226.085 84.5604C226.288 85.0291 226.572 85.3931 226.937 85.6523C227.307 85.9116 227.74 86.0412 228.237 86.0412C228.564 86.0412 228.86 85.9844 229.127 85.8707C229.393 85.7571 229.619 85.5938 229.803 85.3807C229.988 85.1676 230.119 84.9119 230.197 84.6136H231.454C231.383 85.0966 231.208 85.5316 230.927 85.9187C230.65 86.3022 230.283 86.6076 229.824 86.8349C229.37 87.0586 228.841 87.1705 228.237 87.1705ZM236.616 87.1705C235.849 87.1705 235.188 86.9893 234.634 86.6271C234.081 86.2649 233.654 85.766 233.356 85.1303C233.058 84.4947 232.909 83.7685 232.909 82.9517C232.909 82.1207 233.061 81.3874 233.367 80.7518C233.676 80.1126 234.105 79.6136 234.656 79.255C235.21 78.8928 235.856 78.7116 236.595 78.7116C237.17 78.7116 237.688 78.8182 238.15 79.0312C238.612 79.2443 238.99 79.5426 239.285 79.9261C239.579 80.3097 239.762 80.7571 239.833 81.2685H238.576C238.48 80.8956 238.267 80.5653 237.937 80.2777C237.61 79.9865 237.17 79.8409 236.616 79.8409C236.126 79.8409 235.696 79.9687 235.327 80.2244C234.961 80.4766 234.675 80.8335 234.469 81.2951C234.267 81.7532 234.166 82.2912 234.166 82.9091C234.166 83.5412 234.265 84.0916 234.464 84.5604C234.666 85.0291 234.951 85.3931 235.316 85.6523C235.686 85.9116 236.119 86.0412 236.616 86.0412C236.943 86.0412 237.239 85.9844 237.506 85.8707C237.772 85.7571 237.997 85.5938 238.182 85.3807C238.367 85.1676 238.498 84.9119 238.576 84.6136H239.833C239.762 85.0966 239.587 85.5316 239.306 85.9187C239.029 86.3022 238.661 86.6076 238.203 86.8349C237.749 87.0586 237.22 87.1705 236.616 87.1705ZM244.995 87.1705C244.256 87.1705 243.608 86.9947 243.051 86.6431C242.497 86.2915 242.063 85.7997 241.751 85.1676C241.442 84.5355 241.288 83.7969 241.288 82.9517C241.288 82.0994 241.442 81.3555 241.751 80.7198C242.063 80.0842 242.497 79.5906 243.051 79.239C243.608 78.8874 244.256 78.7116 244.995 78.7116C245.734 78.7116 246.38 78.8874 246.934 79.239C247.491 79.5906 247.925 80.0842 248.234 80.7198C248.546 81.3555 248.702 82.0994 248.702 82.9517C248.702 83.7969 248.546 84.5355 248.234 85.1676C247.925 85.7997 247.491 86.2915 246.934 86.6431C246.38 86.9947 245.734 87.1705 244.995 87.1705ZM244.995 86.0412C245.556 86.0412 246.018 85.8974 246.38 85.6097C246.742 85.3221 247.01 84.9439 247.184 84.4751C247.358 84.0064 247.445 83.4986 247.445 82.9517C247.445 82.4048 247.358 81.8952 247.184 81.4229C247.01 80.9506 246.742 80.5689 246.38 80.2777C246.018 79.9865 245.556 79.8409 244.995 79.8409C244.434 79.8409 243.972 79.9865 243.61 80.2777C243.248 80.5689 242.98 80.9506 242.806 81.4229C242.632 81.8952 242.545 82.4048 242.545 82.9517C242.545 83.4986 242.632 84.0064 242.806 84.4751C242.98 84.9439 243.248 85.3221 243.61 85.6097C243.972 85.8974 244.434 86.0412 244.995 86.0412ZM255.778 83.6548V78.8182H257.035V87H255.778V85.6151H255.692C255.501 86.0305 255.202 86.3839 254.797 86.6751C254.393 86.9627 253.881 87.1065 253.263 87.1065C252.752 87.1065 252.297 86.9947 251.9 86.771C251.502 86.5437 251.189 86.2028 250.962 85.7482C250.735 85.2901 250.621 84.7131 250.621 84.017V78.8182H251.878V83.9318C251.878 84.5284 252.045 85.0043 252.379 85.3594C252.716 85.7145 253.146 85.892 253.668 85.892C253.981 85.892 254.298 85.8121 254.622 85.6523C254.948 85.4925 255.222 85.2475 255.442 84.9173C255.666 84.587 255.778 84.1662 255.778 83.6548ZM260.594 82.0781V87H259.337V78.8182H260.552V80.0966H260.658C260.85 79.6811 261.141 79.3473 261.532 79.0952C261.922 78.8395 262.427 78.7116 263.044 78.7116C263.598 78.7116 264.083 78.8253 264.499 79.0526C264.914 79.2763 265.237 79.6172 265.468 80.0753C265.699 80.5298 265.814 81.1051 265.814 81.8011V87H264.557V81.8864C264.557 81.2436 264.39 80.7429 264.057 80.3842C263.723 80.022 263.265 79.8409 262.682 79.8409C262.281 79.8409 261.922 79.9279 261.606 80.1019C261.294 80.2759 261.047 80.5298 260.866 80.8636C260.685 81.1974 260.594 81.6023 260.594 82.0781ZM271.67 78.8182V79.8835H267.43V78.8182H271.67ZM268.665 76.858H269.923V84.6562C269.923 85.0114 269.974 85.2777 270.077 85.4553C270.184 85.6293 270.319 85.7464 270.482 85.8068C270.649 85.8636 270.825 85.892 271.009 85.892C271.148 85.892 271.261 85.8849 271.35 85.8707C271.439 85.853 271.51 85.8388 271.563 85.8281L271.819 86.9574C271.734 86.9893 271.615 87.0213 271.462 87.0533C271.309 87.0888 271.116 87.1065 270.881 87.1065C270.526 87.1065 270.178 87.0302 269.837 86.8775C269.5 86.7248 269.219 86.4922 268.996 86.1797C268.776 85.8672 268.665 85.473 268.665 84.9972V76.858Z", fill: "black", fillOpacity: 0.87 })), /* @__PURE__ */ React$1.createElement("path", { d: "M34.3206 88.317C34.6178 87.5437 34.2319 86.6759 33.4586 86.3787L20.8573 81.5353C20.0841 81.238 19.2163 81.624 18.919 82.3972C18.6218 83.1705 19.0077 84.0383 19.781 84.3355L30.9821 88.6408L26.6769 99.8419C26.3796 100.615 26.7656 101.483 27.5388 101.78C28.3121 102.077 29.1799 101.691 29.4771 100.918L34.3206 88.317ZM5.91527 124.874C5.83888 125.699 6.44567 126.43 7.27057 126.506C8.09547 126.582 8.8261 125.976 8.90249 125.151L7.40888 125.012L5.91527 124.874ZM7.40888 125.012L8.90249 125.151C10.1122 112.087 16.2742 103.092 22.1512 97.3428C25.093 94.465 27.9591 92.406 30.0844 91.0694C31.1462 90.4017 32.0205 89.9159 32.6235 89.5997C32.9248 89.4416 33.1581 89.3261 33.3128 89.2515C33.3901 89.2143 33.4477 89.1872 33.4844 89.1703C33.5027 89.1618 33.5157 89.1558 33.5234 89.1524C33.5272 89.1506 33.5297 89.1495 33.5308 89.149C33.5313 89.1488 33.5315 89.1487 33.5314 89.1487C33.5313 89.1488 33.531 89.1489 33.5309 89.149C33.5305 89.1492 33.5299 89.1494 32.9204 87.7788C32.3109 86.4082 32.3102 86.4086 32.3094 86.4089C32.309 86.4091 32.3081 86.4095 32.3073 86.4098C32.3058 86.4105 32.3039 86.4114 32.3017 86.4124C32.2972 86.4144 32.2913 86.417 32.2841 86.4203C32.2696 86.4269 32.2496 86.436 32.2243 86.4477C32.1737 86.4711 32.1018 86.5049 32.01 86.5491C31.8264 86.6377 31.5628 86.7684 31.2301 86.9429C30.5648 87.2918 29.6219 87.8164 28.4873 88.5299C26.2199 89.9558 23.1769 92.1427 20.0533 95.1982C13.7997 101.316 7.20583 110.938 5.91527 124.874L7.40888 125.012Z", fill: "black", fillOpacity: 0.87 }), /* @__PURE__ */ React$1.createElement("defs", null, /* @__PURE__ */ React$1.createElement("filter", { id: "filter0_d_4011_3305", x: 16, y: 18, width: 319.003, height: 114, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ React$1.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React$1.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ React$1.createElement("feOffset", { dy: 2 }), /* @__PURE__ */ React$1.createElement("feGaussianBlur", { stdDeviation: 4 }), /* @__PURE__ */ React$1.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React$1.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), /* @__PURE__ */ React$1.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_4011_3305" }), /* @__PURE__ */ React$1.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_4011_3305", result: "shape" })), /* @__PURE__ */ React$1.createElement("linearGradient", { id: "paint0_linear_4011_3305", x1: 176, y1: 128, x2: 176.142, y2: 77.0004, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React$1.createElement("stop", { offset: 0.245192, stopColor: "#F9F9F9" }), /* @__PURE__ */ React$1.createElement("stop", { offset: 1, stopColor: "#F9F9F9", stopOpacity: 0 })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip0_4011_3305" }, /* @__PURE__ */ React$1.createElement("rect", { y: 24, width: 352, height: 85, rx: 8, fill: "white" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip1_4011_3305" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(39.9473 72)" }))));
76552
-
76553
- const SvgAggWellsDark = (props) => /* @__PURE__ */ React$1.createElement("svg", { width: "100%", height: "auto", viewBox: "0 0 352 127", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "image", ...props }, /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip0_4034_3757)" }, /* @__PURE__ */ React$1.createElement("ellipse", { opacity: 0.5, cx: 170.5, cy: 77, rx: 380.5, ry: 146, fill: "url(#paint0_radial_4034_3757)" }), /* @__PURE__ */ React$1.createElement("rect", { x: 24, y: 24, width: 303.003, height: 98, rx: 4, fill: "#2C3137" }), /* @__PURE__ */ React$1.createElement("path", { d: "M24 28C24 25.7909 25.7909 24 28 24H323C325.209 24 327 25.7909 327 28V56H24V28Z", fill: "#D9181F" }), /* @__PURE__ */ React$1.createElement("path", { d: "M126.815 45L123.736 34.0909H125.862L127.827 42.1076H127.928L130.027 34.0909H131.961L134.065 42.1129H134.161L136.126 34.0909H138.252L135.173 45H133.223L131.039 37.3455H130.954L128.765 45H126.815ZM139.622 45V34.0909H146.717V35.7475H141.598V38.7092H146.349V40.3658H141.598V43.3434H146.76V45H139.622ZM148.733 45V34.0909H150.709V43.3434H155.514V45H148.733ZM157.229 45V34.0909H159.205V43.3434H164.01V45H157.229ZM171.654 37.0898C171.604 36.6246 171.395 36.2624 171.025 36.0032C170.66 35.744 170.184 35.6143 169.598 35.6143C169.186 35.6143 168.833 35.6765 168.538 35.8008C168.243 35.9251 168.018 36.0937 167.861 36.3068C167.705 36.5199 167.625 36.7631 167.622 37.0366C167.622 37.2638 167.673 37.4609 167.776 37.6278C167.883 37.7947 168.026 37.9368 168.208 38.054C168.389 38.1676 168.589 38.2635 168.81 38.3416C169.03 38.4197 169.252 38.4854 169.475 38.5387L170.498 38.7944C170.91 38.8903 171.306 39.0199 171.686 39.1832C172.069 39.3466 172.412 39.5526 172.714 39.8011C173.019 40.0497 173.261 40.3498 173.438 40.7013C173.616 41.0529 173.705 41.4648 173.705 41.9371C173.705 42.5763 173.541 43.1392 173.215 43.6257C172.888 44.1087 172.416 44.4869 171.798 44.7603C171.183 45.0302 170.439 45.1651 169.566 45.1651C168.717 45.1651 167.98 45.0337 167.355 44.771C166.734 44.5082 166.247 44.1246 165.896 43.6204C165.548 43.1161 165.36 42.5018 165.331 41.7773H167.275C167.304 42.1573 167.421 42.4734 167.627 42.7255C167.833 42.9776 168.101 43.1658 168.431 43.2901C168.765 43.4144 169.138 43.4766 169.55 43.4766C169.98 43.4766 170.356 43.4126 170.679 43.2848C171.006 43.1534 171.262 42.9723 171.446 42.7415C171.631 42.5071 171.725 42.2337 171.729 41.9212C171.725 41.6371 171.642 41.4027 171.478 41.218C171.315 41.0298 171.086 40.8736 170.791 40.7493C170.5 40.6214 170.159 40.5078 169.768 40.4084L168.527 40.0888C167.629 39.858 166.919 39.5082 166.397 39.0394C165.878 38.5671 165.619 37.9403 165.619 37.1591C165.619 36.5163 165.793 35.9535 166.141 35.4705C166.492 34.9876 166.97 34.6129 167.574 34.3466C168.177 34.0767 168.861 33.9418 169.625 33.9418C170.399 33.9418 171.077 34.0767 171.659 34.3466C172.245 34.6129 172.705 34.984 173.039 35.4599C173.373 35.9322 173.545 36.4755 173.556 37.0898H171.654ZM179.187 45V34.0909H186.176V35.7475H181.163V38.7092H185.697V40.3658H181.163V45H179.187ZM188.015 45H185.906L189.746 34.0909H192.186L196.032 45H193.922L191.009 36.3281H190.923L188.015 45ZM188.084 40.7227H193.837V42.31H188.084V40.7227ZM197.469 45V34.0909H201.559C202.397 34.0909 203.101 34.2365 203.669 34.5277C204.241 34.8189 204.672 35.2273 204.963 35.7528C205.258 36.2749 205.405 36.8839 205.405 37.5799C205.405 38.2795 205.256 38.8867 204.958 39.4016C204.663 39.913 204.228 40.3089 203.653 40.5895C203.078 40.8665 202.371 41.005 201.533 41.005H198.619V39.3643H201.266C201.757 39.3643 202.158 39.2969 202.47 39.1619C202.783 39.0234 203.014 38.8228 203.163 38.56C203.315 38.2937 203.392 37.967 203.392 37.5799C203.392 37.1928 203.315 36.8626 203.163 36.5891C203.01 36.3121 202.777 36.1026 202.465 35.9606C202.152 35.815 201.749 35.7422 201.256 35.7422H199.445V45H197.469ZM203.104 40.0568L205.805 45H203.6L200.947 40.0568H203.104ZM214.533 37.5746C214.444 37.2869 214.321 37.0295 214.165 36.8022C214.012 36.5714 213.828 36.3743 213.611 36.2109C213.398 36.0476 213.153 35.9251 212.876 35.8434C212.599 35.7582 212.297 35.7156 211.97 35.7156C211.385 35.7156 210.863 35.8629 210.404 36.1577C209.946 36.4524 209.586 36.8857 209.323 37.4574C209.064 38.0256 208.934 38.718 208.934 39.5348C208.934 40.3587 209.064 41.0565 209.323 41.6282C209.582 42.1999 209.943 42.6349 210.404 42.9332C210.866 43.228 211.402 43.3754 212.013 43.3754C212.567 43.3754 213.046 43.2688 213.451 43.0558C213.86 42.8427 214.174 42.5408 214.394 42.1502C214.614 41.756 214.724 41.2944 214.724 40.7653L215.172 40.8345H212.21V39.2898H216.637V40.6001C216.637 41.5341 216.438 42.342 216.04 43.0238C215.642 43.7056 215.095 44.2312 214.399 44.6005C213.703 44.9663 212.904 45.1491 212.002 45.1491C210.997 45.1491 210.115 44.9237 209.355 44.4727C208.599 44.0181 208.007 43.3736 207.581 42.5391C207.159 41.701 206.947 40.7067 206.947 39.5561C206.947 38.6754 207.072 37.8888 207.32 37.1964C207.572 36.5039 207.924 35.9162 208.375 35.4332C208.826 34.9467 209.355 34.5774 209.962 34.3253C210.57 34.0696 211.23 33.9418 211.944 33.9418C212.548 33.9418 213.11 34.0305 213.632 34.2081C214.154 34.3821 214.618 34.6307 215.023 34.9538C215.431 35.277 215.767 35.6605 216.029 36.1044C216.292 36.5483 216.464 37.0384 216.546 37.5746H214.533ZM228.295 39.5455C228.295 40.7209 228.075 41.7276 227.635 42.5657C227.198 43.4002 226.602 44.0394 225.845 44.4833C225.092 44.9272 224.238 45.1491 223.283 45.1491C222.328 45.1491 221.472 44.9272 220.716 44.4833C219.963 44.0359 219.366 43.3949 218.926 42.5604C218.489 41.7223 218.271 40.7173 218.271 39.5455C218.271 38.37 218.489 37.3651 218.926 36.5305C219.366 35.6925 219.963 35.0515 220.716 34.6076C221.472 34.1637 222.328 33.9418 223.283 33.9418C224.238 33.9418 225.092 34.1637 225.845 34.6076C226.602 35.0515 227.198 35.6925 227.635 36.5305C228.075 37.3651 228.295 38.37 228.295 39.5455ZM226.309 39.5455C226.309 38.718 226.179 38.0202 225.92 37.4521C225.664 36.8803 225.309 36.4489 224.854 36.1577C224.4 35.8629 223.876 35.7156 223.283 35.7156C222.69 35.7156 222.166 35.8629 221.712 36.1577C221.257 36.4489 220.9 36.8803 220.641 37.4521C220.385 38.0202 220.257 38.718 220.257 39.5455C220.257 40.3729 220.385 41.0724 220.641 41.6442C220.9 42.2124 221.257 42.6438 221.712 42.9386C222.166 43.2298 222.69 43.3754 223.283 43.3754C223.876 43.3754 224.4 43.2298 224.854 42.9386C225.309 42.6438 225.664 42.2124 225.92 41.6442C226.179 41.0724 226.309 40.3729 226.309 39.5455Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip1_4034_3757)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.9375 82.875L47.6875 81.6458C47.5347 81.4931 47.3611 81.4167 47.1667 81.4167C46.9722 81.4167 46.7986 81.4931 46.6458 81.6458C46.4931 81.7986 46.4167 81.9792 46.4167 82.1875C46.4167 82.3819 46.4931 82.5556 46.6458 82.7083L48.4167 84.4792C48.5694 84.6319 48.7431 84.7083 48.9375 84.7083C49.1319 84.7083 49.3056 84.6319 49.4583 84.4792L53.3542 80.5833C53.5069 80.4306 53.5833 80.2569 53.5833 80.0625C53.5833 79.8542 53.5069 79.6736 53.3542 79.5208C53.2014 79.3681 53.0278 79.2917 52.8333 79.2917C52.6389 79.2917 52.4653 79.3681 52.3125 79.5208L48.9375 82.875ZM44.5 89C44.0833 89 43.7292 88.8542 43.4375 88.5625C43.1458 88.2708 43 87.9167 43 87.5V76.5C43 76.0833 43.1458 75.7292 43.4375 75.4375C43.7292 75.1458 44.0833 75 44.5 75H55.5C55.9167 75 56.2708 75.1458 56.5625 75.4375C56.8542 75.7292 57 76.0833 57 76.5V87.5C57 87.9167 56.8542 88.2708 56.5625 88.5625C56.2708 88.8542 55.9167 89 55.5 89H44.5Z", fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M78.0994 79.5H76.7784C76.7003 79.12 76.5636 78.7862 76.3683 78.4986C76.1765 78.2109 75.9421 77.9695 75.6651 77.7741C75.3917 77.5753 75.0881 77.4261 74.7543 77.3267C74.4205 77.2273 74.0724 77.1776 73.7102 77.1776C73.0497 77.1776 72.4513 77.3445 71.9151 77.6783C71.3825 78.0121 70.9581 78.5039 70.642 79.1538C70.3295 79.8036 70.1733 80.6009 70.1733 81.5455C70.1733 82.4901 70.3295 83.2873 70.642 83.9371C70.9581 84.587 71.3825 85.0788 71.9151 85.4126C72.4513 85.7464 73.0497 85.9134 73.7102 85.9134C74.0724 85.9134 74.4205 85.8636 74.7543 85.7642C75.0881 85.6648 75.3917 85.5174 75.6651 85.3221C75.9421 85.1232 76.1765 84.88 76.3683 84.5923C76.5636 84.3011 76.7003 83.9673 76.7784 83.5909H78.0994C78 84.1484 77.8189 84.6474 77.5561 85.0877C77.2933 85.5281 76.9666 85.9027 76.576 86.2116C76.1854 86.517 75.7468 86.7496 75.2603 86.9094C74.7773 87.0692 74.2607 87.1491 73.7102 87.1491C72.7798 87.1491 71.9524 86.9219 71.228 86.4673C70.5036 86.0128 69.9336 85.3665 69.5181 84.5284C69.1026 83.6903 68.8949 82.696 68.8949 81.5455C68.8949 80.3949 69.1026 79.4006 69.5181 78.5625C69.9336 77.7244 70.5036 77.0781 71.228 76.6236C71.9524 76.169 72.7798 75.9418 73.7102 75.9418C74.2607 75.9418 74.7773 76.0217 75.2603 76.1815C75.7468 76.3413 76.1854 76.5756 76.576 76.8846C76.9666 77.19 77.2933 77.5629 77.5561 78.0032C77.8189 78.44 78 78.9389 78.0994 79.5ZM81.3208 82.0781V87H80.0637V76.0909H81.3208V80.0966H81.4273C81.6191 79.674 81.9067 79.3384 82.2902 79.0898C82.6773 78.8377 83.1922 78.7116 83.835 78.7116C84.3925 78.7116 84.8808 78.8235 85.2998 79.0472C85.7188 79.2674 86.0438 79.6065 86.2746 80.0646C86.509 80.5192 86.6262 81.098 86.6262 81.8011V87H85.3691V81.8864C85.3691 81.2365 85.2004 80.734 84.863 80.3789C84.5292 80.0202 84.0658 79.8409 83.4727 79.8409C83.0608 79.8409 82.6915 79.9279 82.3648 80.1019C82.0416 80.2759 81.786 80.5298 81.5977 80.8636C81.4131 81.1974 81.3208 81.6023 81.3208 82.0781ZM92.3564 87.1705C91.568 87.1705 90.888 86.9964 90.3162 86.6484C89.748 86.2969 89.3095 85.8068 89.0005 85.1783C88.6951 84.5462 88.5424 83.8111 88.5424 82.973C88.5424 82.1349 88.6951 81.3963 89.0005 80.7571C89.3095 80.1143 89.7392 79.6136 90.2896 79.255C90.8436 78.8928 91.4899 78.7116 92.2285 78.7116C92.6547 78.7116 93.0755 78.7827 93.4909 78.9247C93.9064 79.0668 94.2846 79.2976 94.6255 79.6172C94.9664 79.9332 95.2381 80.3523 95.4405 80.8743C95.6429 81.3963 95.7441 82.0391 95.7441 82.8026V83.3352H89.4373V82.2486H94.4657C94.4657 81.7869 94.3734 81.375 94.1887 81.0128C94.0076 80.6506 93.7484 80.3647 93.411 80.1552C93.0772 79.9457 92.6831 79.8409 92.2285 79.8409C91.7278 79.8409 91.2946 79.9652 90.9288 80.2138C90.5666 80.4588 90.2878 80.7784 90.0925 81.1726C89.8972 81.5668 89.7995 81.9893 89.7995 82.4403V83.1648C89.7995 83.7827 89.9061 84.3065 90.1191 84.7362C90.3358 85.1623 90.6358 85.4872 91.0194 85.7109C91.4029 85.9311 91.8485 86.0412 92.3564 86.0412C92.6866 86.0412 92.9849 85.995 93.2512 85.9027C93.5211 85.8068 93.7537 85.6648 93.949 85.4766C94.1444 85.2848 94.2953 85.0469 94.4018 84.7628L95.6163 85.1037C95.4885 85.5156 95.2736 85.8778 94.9718 86.1903C94.6699 86.4993 94.2971 86.7408 93.8532 86.9148C93.4093 87.0852 92.9103 87.1705 92.3564 87.1705ZM100.98 87.1705C100.213 87.1705 99.5527 86.9893 98.9988 86.6271C98.4448 86.2649 98.0186 85.766 97.7203 85.1303C97.4221 84.4947 97.2729 83.7685 97.2729 82.9517C97.2729 82.1207 97.4256 81.3874 97.731 80.7518C98.04 80.1126 98.4696 79.6136 99.0201 79.255C99.574 78.8928 100.22 78.7116 100.959 78.7116C101.534 78.7116 102.053 78.8182 102.514 79.0312C102.976 79.2443 103.354 79.5426 103.649 79.9261C103.944 80.3097 104.127 80.7571 104.198 81.2685H102.941C102.845 80.8956 102.632 80.5653 102.301 80.2777C101.975 79.9865 101.534 79.8409 100.98 79.8409C100.49 79.8409 100.061 79.9687 99.6912 80.2244C99.3255 80.4766 99.0396 80.8335 98.8336 81.2951C98.6312 81.7532 98.53 82.2912 98.53 82.9091C98.53 83.5412 98.6294 84.0916 98.8283 84.5604C99.0307 85.0291 99.3148 85.3931 99.6806 85.6523C100.05 85.9116 100.483 86.0412 100.98 86.0412C101.307 86.0412 101.604 85.9844 101.87 85.8707C102.136 85.7571 102.362 85.5938 102.546 85.3807C102.731 85.1676 102.862 84.9119 102.941 84.6136H104.198C104.127 85.0966 103.951 85.5316 103.67 85.9187C103.393 86.3022 103.026 86.6076 102.568 86.8349C102.113 87.0586 101.584 87.1705 100.98 87.1705ZM107.207 84.017L107.186 82.4616H107.442L111.021 78.8182H112.577L108.763 82.6747H108.656L107.207 84.017ZM106.035 87V76.0909H107.292V87H106.035ZM111.234 87L108.038 82.9517L108.933 82.0781L112.832 87H111.234ZM114.195 87V78.8182H115.452V87H114.195ZM114.834 77.4545C114.589 77.4545 114.377 77.3711 114.2 77.2042C114.026 77.0373 113.939 76.8366 113.939 76.6023C113.939 76.3679 114.026 76.1673 114.2 76.0004C114.377 75.8335 114.589 75.75 114.834 75.75C115.079 75.75 115.288 75.8335 115.462 76.0004C115.64 76.1673 115.729 76.3679 115.729 76.6023C115.729 76.8366 115.64 77.0373 115.462 77.2042C115.288 77.3711 115.079 77.4545 114.834 77.4545ZM119.011 82.0781V87H117.754V78.8182H118.969V80.0966H119.075C119.267 79.6811 119.558 79.3473 119.949 79.0952C120.339 78.8395 120.844 78.7116 121.461 78.7116C122.015 78.7116 122.5 78.8253 122.916 79.0526C123.331 79.2763 123.654 79.6172 123.885 80.0753C124.116 80.5298 124.231 81.1051 124.231 81.8011V87H122.974V81.8864C122.974 81.2436 122.807 80.7429 122.474 80.3842C122.14 80.022 121.682 79.8409 121.099 79.8409C120.698 79.8409 120.339 79.9279 120.023 80.1019C119.711 80.2759 119.464 80.5298 119.283 80.8636C119.102 81.1974 119.011 81.6023 119.011 82.0781ZM129.831 90.2386C129.224 90.2386 128.702 90.1605 128.265 90.0043C127.828 89.8516 127.464 89.6491 127.173 89.397C126.885 89.1484 126.656 88.8821 126.486 88.598L127.487 87.8949C127.601 88.044 127.745 88.2145 127.919 88.4062C128.093 88.6016 128.331 88.7702 128.633 88.9123C128.938 89.0579 129.337 89.1307 129.831 89.1307C130.492 89.1307 131.037 88.9709 131.466 88.6513C131.896 88.3317 132.111 87.831 132.111 87.1491V85.4872H132.004C131.912 85.6364 131.781 85.821 131.61 86.0412C131.443 86.2578 131.202 86.4513 130.886 86.6218C130.573 86.7887 130.151 86.8722 129.618 86.8722C128.957 86.8722 128.364 86.7159 127.839 86.4034C127.317 86.0909 126.903 85.6364 126.598 85.0398C126.296 84.4432 126.145 83.7187 126.145 82.8665C126.145 82.0284 126.292 81.2987 126.587 80.6772C126.882 80.0522 127.292 79.5692 127.818 79.2283C128.343 78.8839 128.95 78.7116 129.639 78.7116C130.172 78.7116 130.595 78.8004 130.907 78.978C131.223 79.152 131.465 79.3509 131.631 79.5746C131.802 79.7947 131.933 79.9759 132.026 80.1179H132.153V78.8182H133.368V87.2344C133.368 87.9375 133.208 88.5092 132.889 88.9496C132.573 89.3935 132.146 89.7184 131.61 89.9244C131.078 90.1339 130.484 90.2386 129.831 90.2386ZM129.788 85.7429C130.293 85.7429 130.719 85.6275 131.067 85.3967C131.415 85.1658 131.679 84.8338 131.861 84.4006C132.042 83.9673 132.132 83.4489 132.132 82.8452C132.132 82.2557 132.043 81.7354 131.866 81.2844C131.688 80.8335 131.426 80.4801 131.078 80.2244C130.729 79.9687 130.3 79.8409 129.788 79.8409C129.256 79.8409 128.812 79.9759 128.457 80.2457C128.105 80.5156 127.841 80.8778 127.663 81.3324C127.489 81.7869 127.402 82.2912 127.402 82.8452C127.402 83.4134 127.491 83.9158 127.668 84.3526C127.85 84.7859 128.116 85.1268 128.467 85.3754C128.823 85.6204 129.263 85.7429 129.788 85.7429ZM143.212 87.1705C142.473 87.1705 141.825 86.9947 141.267 86.6431C140.714 86.2915 140.28 85.7997 139.968 85.1676C139.659 84.5355 139.504 83.7969 139.504 82.9517C139.504 82.0994 139.659 81.3555 139.968 80.7198C140.28 80.0842 140.714 79.5906 141.267 79.239C141.825 78.8874 142.473 78.7116 143.212 78.7116C143.95 78.7116 144.597 78.8874 145.151 79.239C145.708 79.5906 146.141 80.0842 146.45 80.7198C146.763 81.3555 146.919 82.0994 146.919 82.9517C146.919 83.7969 146.763 84.5355 146.45 85.1676C146.141 85.7997 145.708 86.2915 145.151 86.6431C144.597 86.9947 143.95 87.1705 143.212 87.1705ZM143.212 86.0412C143.773 86.0412 144.234 85.8974 144.597 85.6097C144.959 85.3221 145.227 84.9439 145.401 84.4751C145.575 84.0064 145.662 83.4986 145.662 82.9517C145.662 82.4048 145.575 81.8952 145.401 81.4229C145.227 80.9506 144.959 80.5689 144.597 80.2777C144.234 79.9865 143.773 79.8409 143.212 79.8409C142.651 79.8409 142.189 79.9865 141.827 80.2777C141.465 80.5689 141.196 80.9506 141.022 81.4229C140.848 81.8952 140.761 82.4048 140.761 82.9517C140.761 83.4986 140.848 84.0064 141.022 84.4751C141.196 84.9439 141.465 85.3221 141.827 85.6097C142.189 85.8974 142.651 86.0412 143.212 86.0412ZM148.838 87V78.8182H150.053V80.054H150.138C150.287 79.6491 150.557 79.3207 150.947 79.0685C151.338 78.8164 151.778 78.6903 152.268 78.6903C152.361 78.6903 152.476 78.6921 152.615 78.6957C152.753 78.6992 152.858 78.7045 152.929 78.7116V79.9901C152.886 79.9794 152.789 79.9634 152.636 79.9421C152.487 79.9173 152.329 79.9048 152.162 79.9048C151.764 79.9048 151.409 79.9883 151.097 80.1552C150.788 80.3185 150.543 80.5458 150.362 80.837C150.184 81.1246 150.095 81.4531 150.095 81.8224V87H148.838ZM164.433 80.6506L163.304 80.9702C163.233 80.782 163.128 80.5991 162.99 80.4215C162.855 80.2404 162.67 80.0913 162.436 79.9741C162.201 79.8569 161.901 79.7983 161.536 79.7983C161.035 79.7983 160.618 79.9137 160.284 80.1445C159.954 80.3718 159.788 80.6612 159.788 81.0128C159.788 81.3253 159.902 81.5721 160.129 81.7532C160.357 81.9343 160.712 82.0852 161.195 82.206L162.409 82.5043C163.141 82.6818 163.686 82.9535 164.044 83.3192C164.403 83.6815 164.582 84.1484 164.582 84.7202C164.582 85.1889 164.448 85.608 164.178 85.9773C163.911 86.3466 163.538 86.6378 163.059 86.8509C162.58 87.0639 162.022 87.1705 161.386 87.1705C160.552 87.1705 159.861 86.9893 159.314 86.6271C158.767 86.2649 158.421 85.7358 158.276 85.0398L159.469 84.7415C159.582 85.1818 159.797 85.5121 160.113 85.7322C160.433 85.9524 160.85 86.0625 161.365 86.0625C161.951 86.0625 162.416 85.9382 162.761 85.6896C163.109 85.4375 163.283 85.1357 163.283 84.7841C163.283 84.5 163.183 84.2621 162.984 84.0703C162.786 83.875 162.48 83.7294 162.068 83.6335L160.705 83.3139C159.955 83.1364 159.405 82.8612 159.053 82.4883C158.705 82.1119 158.531 81.6413 158.531 81.0767C158.531 80.6151 158.661 80.2067 158.92 79.8516C159.183 79.4964 159.54 79.2177 159.991 79.0153C160.445 78.8129 160.96 78.7116 161.536 78.7116C162.345 78.7116 162.981 78.8892 163.443 79.2443C163.908 79.5994 164.238 80.0682 164.433 80.6506ZM168.882 87.1918C168.364 87.1918 167.893 87.0941 167.471 86.8988C167.048 86.6999 166.713 86.4141 166.464 86.0412C166.216 85.6648 166.091 85.2102 166.091 84.6776C166.091 84.2088 166.184 83.8288 166.368 83.5376C166.553 83.2429 166.8 83.0121 167.109 82.8452C167.418 82.6783 167.759 82.554 168.131 82.4723C168.508 82.3871 168.886 82.3196 169.266 82.2699C169.763 82.206 170.166 82.158 170.475 82.1261C170.788 82.0906 171.015 82.032 171.157 81.9503C171.303 81.8686 171.375 81.7266 171.375 81.5241V81.4815C171.375 80.956 171.232 80.5476 170.944 80.2564C170.66 79.9652 170.228 79.8196 169.65 79.8196C169.049 79.8196 168.579 79.951 168.238 80.2138C167.897 80.4766 167.657 80.7571 167.519 81.0554L166.326 80.6293C166.539 80.1321 166.823 79.745 167.178 79.468C167.537 79.1875 167.927 78.9922 168.35 78.8821C168.776 78.7685 169.195 78.7116 169.607 78.7116C169.87 78.7116 170.172 78.7436 170.512 78.8075C170.857 78.8679 171.189 78.994 171.509 79.1857C171.832 79.3775 172.1 79.6669 172.313 80.054C172.526 80.4411 172.632 80.9595 172.632 81.6094V87H171.375V85.892H171.311C171.226 86.0696 171.084 86.2596 170.885 86.462C170.686 86.6644 170.422 86.8366 170.092 86.9787C169.761 87.1207 169.358 87.1918 168.882 87.1918ZM169.074 86.0625C169.571 86.0625 169.99 85.9648 170.331 85.7695C170.676 85.5742 170.935 85.3221 171.109 85.0131C171.287 84.7042 171.375 84.3793 171.375 84.0384V82.8878C171.322 82.9517 171.205 83.0103 171.024 83.0636C170.846 83.1133 170.64 83.1577 170.406 83.1967C170.175 83.2322 169.95 83.2642 169.729 83.2926C169.513 83.3175 169.337 83.3388 169.202 83.3565C168.875 83.3991 168.57 83.4684 168.286 83.5643C168.005 83.6566 167.778 83.7969 167.604 83.9851C167.434 84.1697 167.348 84.4219 167.348 84.7415C167.348 85.1783 167.51 85.5085 167.833 85.7322C168.16 85.9524 168.574 86.0625 169.074 86.0625ZM181.324 78.8182L178.299 87H177.02L173.995 78.8182H175.358L177.617 85.3381H177.702L179.961 78.8182H181.324ZM182.984 87V78.8182H184.241V87H182.984ZM183.623 77.4545C183.378 77.4545 183.166 77.3711 182.989 77.2042C182.815 77.0373 182.728 76.8366 182.728 76.6023C182.728 76.3679 182.815 76.1673 182.989 76.0004C183.166 75.8335 183.378 75.75 183.623 75.75C183.868 75.75 184.077 75.8335 184.251 76.0004C184.429 76.1673 184.518 76.3679 184.518 76.6023C184.518 76.8366 184.429 77.0373 184.251 77.2042C184.077 77.3711 183.868 77.4545 183.623 77.4545ZM187.8 82.0781V87H186.543V78.8182H187.758V80.0966H187.864C188.056 79.6811 188.347 79.3473 188.738 79.0952C189.128 78.8395 189.633 78.7116 190.251 78.7116C190.805 78.7116 191.289 78.8253 191.705 79.0526C192.12 79.2763 192.443 79.6172 192.674 80.0753C192.905 80.5298 193.02 81.1051 193.02 81.8011V87H191.763V81.8864C191.763 81.2436 191.596 80.7429 191.263 80.3842C190.929 80.022 190.471 79.8409 189.888 79.8409C189.487 79.8409 189.128 79.9279 188.812 80.1019C188.5 80.2759 188.253 80.5298 188.072 80.8636C187.891 81.1974 187.8 81.6023 187.8 82.0781ZM198.62 90.2386C198.013 90.2386 197.491 90.1605 197.054 90.0043C196.617 89.8516 196.253 89.6491 195.962 89.397C195.674 89.1484 195.445 88.8821 195.275 88.598L196.276 87.8949C196.39 88.044 196.534 88.2145 196.708 88.4062C196.882 88.6016 197.12 88.7702 197.422 88.9123C197.727 89.0579 198.127 89.1307 198.62 89.1307C199.281 89.1307 199.826 88.9709 200.255 88.6513C200.685 88.3317 200.9 87.831 200.9 87.1491V85.4872H200.793C200.701 85.6364 200.57 85.821 200.399 86.0412C200.232 86.2578 199.991 86.4513 199.675 86.6218C199.362 86.7887 198.94 86.8722 198.407 86.8722C197.747 86.8722 197.153 86.7159 196.628 86.4034C196.106 86.0909 195.692 85.6364 195.387 85.0398C195.085 84.4432 194.934 83.7187 194.934 82.8665C194.934 82.0284 195.081 81.2987 195.376 80.6772C195.671 80.0522 196.081 79.5692 196.607 79.2283C197.132 78.8839 197.739 78.7116 198.428 78.7116C198.961 78.7116 199.384 78.8004 199.696 78.978C200.012 79.152 200.254 79.3509 200.421 79.5746C200.591 79.7947 200.722 79.9759 200.815 80.1179H200.943V78.8182H202.157V87.2344C202.157 87.9375 201.997 88.5092 201.678 88.9496C201.362 89.3935 200.935 89.7184 200.399 89.9244C199.867 90.1339 199.274 90.2386 198.62 90.2386ZM198.578 85.7429C199.082 85.7429 199.508 85.6275 199.856 85.3967C200.204 85.1658 200.468 84.8338 200.65 84.4006C200.831 83.9673 200.921 83.4489 200.921 82.8452C200.921 82.2557 200.832 81.7354 200.655 81.2844C200.477 80.8335 200.215 80.4801 199.867 80.2244C199.519 79.9687 199.089 79.8409 198.578 79.8409C198.045 79.8409 197.601 79.9759 197.246 80.2457C196.894 80.5156 196.63 80.8778 196.452 81.3324C196.278 81.7869 196.191 82.2912 196.191 82.8452C196.191 83.4134 196.28 83.9158 196.457 84.3526C196.639 84.7859 196.905 85.1268 197.256 85.3754C197.612 85.6204 198.052 85.7429 198.578 85.7429ZM210.254 80.6506L209.124 80.9702C209.053 80.782 208.949 80.5991 208.81 80.4215C208.675 80.2404 208.491 80.0913 208.256 79.9741C208.022 79.8569 207.722 79.7983 207.356 79.7983C206.855 79.7983 206.438 79.9137 206.104 80.1445C205.774 80.3718 205.609 80.6612 205.609 81.0128C205.609 81.3253 205.722 81.5721 205.95 81.7532C206.177 81.9343 206.532 82.0852 207.015 82.206L208.229 82.5043C208.961 82.6818 209.506 82.9535 209.865 83.3192C210.223 83.6815 210.403 84.1484 210.403 84.7202C210.403 85.1889 210.268 85.608 209.998 85.9773C209.732 86.3466 209.359 86.6378 208.879 86.8509C208.4 87.0639 207.842 87.1705 207.207 87.1705C206.372 87.1705 205.682 86.9893 205.135 86.6271C204.588 86.2649 204.242 85.7358 204.096 85.0398L205.289 84.7415C205.403 85.1818 205.618 85.5121 205.934 85.7322C206.253 85.9524 206.671 86.0625 207.185 86.0625C207.771 86.0625 208.237 85.9382 208.581 85.6896C208.929 85.4375 209.103 85.1357 209.103 84.7841C209.103 84.5 209.004 84.2621 208.805 84.0703C208.606 83.875 208.301 83.7294 207.889 83.6335L206.525 83.3139C205.776 83.1364 205.225 82.8612 204.874 82.4883C204.526 82.1119 204.352 81.6413 204.352 81.0767C204.352 80.6151 204.481 80.2067 204.741 79.8516C205.003 79.4964 205.36 79.2177 205.811 79.0153C206.266 78.8129 206.781 78.7116 207.356 78.7116C208.166 78.7116 208.801 78.8892 209.263 79.2443C209.728 79.5994 210.058 80.0682 210.254 80.6506ZM218.922 87.1918C218.403 87.1918 217.933 87.0941 217.51 86.8988C217.087 86.6999 216.752 86.4141 216.503 86.0412C216.255 85.6648 216.13 85.2102 216.13 84.6776C216.13 84.2088 216.223 83.8288 216.407 83.5376C216.592 83.2429 216.839 83.0121 217.148 82.8452C217.457 82.6783 217.798 82.554 218.17 82.4723C218.547 82.3871 218.925 82.3196 219.305 82.2699C219.802 82.206 220.205 82.158 220.514 82.1261C220.827 82.0906 221.054 82.032 221.196 81.9503C221.342 81.8686 221.414 81.7266 221.414 81.5241V81.4815C221.414 80.956 221.271 80.5476 220.983 80.2564C220.699 79.9652 220.267 79.8196 219.689 79.8196C219.088 79.8196 218.618 79.951 218.277 80.2138C217.936 80.4766 217.696 80.7571 217.558 81.0554L216.365 80.6293C216.578 80.1321 216.862 79.745 217.217 79.468C217.576 79.1875 217.966 78.9922 218.389 78.8821C218.815 78.7685 219.234 78.7116 219.646 78.7116C219.909 78.7116 220.211 78.7436 220.551 78.8075C220.896 78.8679 221.228 78.994 221.548 79.1857C221.871 79.3775 222.139 79.6669 222.352 80.054C222.565 80.4411 222.672 80.9595 222.672 81.6094V87H221.414V85.892H221.35C221.265 86.0696 221.123 86.2596 220.924 86.462C220.725 86.6644 220.461 86.8366 220.131 86.9787C219.8 87.1207 219.397 87.1918 218.922 87.1918ZM219.113 86.0625C219.61 86.0625 220.029 85.9648 220.37 85.7695C220.715 85.5742 220.974 85.3221 221.148 85.0131C221.326 84.7042 221.414 84.3793 221.414 84.0384V82.8878C221.361 82.9517 221.244 83.0103 221.063 83.0636C220.885 83.1133 220.679 83.1577 220.445 83.1967C220.214 83.2322 219.989 83.2642 219.768 83.2926C219.552 83.3175 219.376 83.3388 219.241 83.3565C218.914 83.3991 218.609 83.4684 218.325 83.5643C218.044 83.6566 217.817 83.7969 217.643 83.9851C217.473 84.1697 217.387 84.4219 217.387 84.7415C217.387 85.1783 217.549 85.5085 217.872 85.7322C218.199 85.9524 218.613 86.0625 219.113 86.0625ZM228.29 87.1705C227.523 87.1705 226.862 86.9893 226.308 86.6271C225.754 86.2649 225.328 85.766 225.03 85.1303C224.732 84.4947 224.582 83.7685 224.582 82.9517C224.582 82.1207 224.735 81.3874 225.041 80.7518C225.35 80.1126 225.779 79.6136 226.33 79.255C226.884 78.8928 227.53 78.7116 228.269 78.7116C228.844 78.7116 229.362 78.8182 229.824 79.0312C230.286 79.2443 230.664 79.5426 230.959 79.9261C231.253 80.3097 231.436 80.7571 231.507 81.2685H230.25C230.154 80.8956 229.941 80.5653 229.611 80.2777C229.284 79.9865 228.844 79.8409 228.29 79.8409C227.8 79.8409 227.37 79.9687 227.001 80.2244C226.635 80.4766 226.349 80.8335 226.143 81.2951C225.941 81.7532 225.84 82.2912 225.84 82.9091C225.84 83.5412 225.939 84.0916 226.138 84.5604C226.34 85.0291 226.624 85.3931 226.99 85.6523C227.359 85.9116 227.793 86.0412 228.29 86.0412C228.617 86.0412 228.913 85.9844 229.179 85.8707C229.446 85.7571 229.671 85.5938 229.856 85.3807C230.041 85.1676 230.172 84.9119 230.25 84.6136H231.507C231.436 85.0966 231.26 85.5316 230.98 85.9187C230.703 86.3022 230.335 86.6076 229.877 86.8349C229.423 87.0586 228.894 87.1705 228.29 87.1705ZM236.669 87.1705C235.902 87.1705 235.241 86.9893 234.687 86.6271C234.133 86.2649 233.707 85.766 233.409 85.1303C233.111 84.4947 232.961 83.7685 232.961 82.9517C232.961 82.1207 233.114 81.3874 233.419 80.7518C233.728 80.1126 234.158 79.6136 234.709 79.255C235.263 78.8928 235.909 78.7116 236.647 78.7116C237.223 78.7116 237.741 78.8182 238.203 79.0312C238.665 79.2443 239.043 79.5426 239.337 79.9261C239.632 80.3097 239.815 80.7571 239.886 81.2685H238.629C238.533 80.8956 238.32 80.5653 237.99 80.2777C237.663 79.9865 237.223 79.8409 236.669 79.8409C236.179 79.8409 235.749 79.9687 235.38 80.2244C235.014 80.4766 234.728 80.8335 234.522 81.2951C234.32 81.7532 234.218 82.2912 234.218 82.9091C234.218 83.5412 234.318 84.0916 234.517 84.5604C234.719 85.0291 235.003 85.3931 235.369 85.6523C235.738 85.9116 236.172 86.0412 236.669 86.0412C236.995 86.0412 237.292 85.9844 237.558 85.8707C237.825 85.7571 238.05 85.5938 238.235 85.3807C238.419 85.1676 238.551 84.9119 238.629 84.6136H239.886C239.815 85.0966 239.639 85.5316 239.359 85.9187C239.082 86.3022 238.714 86.6076 238.256 86.8349C237.802 87.0586 237.272 87.1705 236.669 87.1705ZM245.048 87.1705C244.309 87.1705 243.661 86.9947 243.103 86.6431C242.549 86.2915 242.116 85.7997 241.804 85.1676C241.495 84.5355 241.34 83.7969 241.34 82.9517C241.34 82.0994 241.495 81.3555 241.804 80.7198C242.116 80.0842 242.549 79.5906 243.103 79.239C243.661 78.8874 244.309 78.7116 245.048 78.7116C245.786 78.7116 246.433 78.8874 246.987 79.239C247.544 79.5906 247.977 80.0842 248.286 80.7198C248.599 81.3555 248.755 82.0994 248.755 82.9517C248.755 83.7969 248.599 84.5355 248.286 85.1676C247.977 85.7997 247.544 86.2915 246.987 86.6431C246.433 86.9947 245.786 87.1705 245.048 87.1705ZM245.048 86.0412C245.609 86.0412 246.07 85.8974 246.433 85.6097C246.795 85.3221 247.063 84.9439 247.237 84.4751C247.411 84.0064 247.498 83.4986 247.498 82.9517C247.498 82.4048 247.411 81.8952 247.237 81.4229C247.063 80.9506 246.795 80.5689 246.433 80.2777C246.07 79.9865 245.609 79.8409 245.048 79.8409C244.487 79.8409 244.025 79.9865 243.663 80.2777C243.301 80.5689 243.032 80.9506 242.858 81.4229C242.684 81.8952 242.597 82.4048 242.597 82.9517C242.597 83.4986 242.684 84.0064 242.858 84.4751C243.032 84.9439 243.301 85.3221 243.663 85.6097C244.025 85.8974 244.487 86.0412 245.048 86.0412ZM255.83 83.6548V78.8182H257.087V87H255.83V85.6151H255.745C255.553 86.0305 255.255 86.3839 254.85 86.6751C254.445 86.9627 253.934 87.1065 253.316 87.1065C252.805 87.1065 252.35 86.9947 251.952 86.771C251.555 86.5437 251.242 86.2028 251.015 85.7482C250.788 85.2901 250.674 84.7131 250.674 84.017V78.8182H251.931V83.9318C251.931 84.5284 252.098 85.0043 252.432 85.3594C252.769 85.7145 253.199 85.892 253.721 85.892C254.033 85.892 254.351 85.8121 254.674 85.6523C255.001 85.4925 255.275 85.2475 255.495 84.9173C255.718 84.587 255.83 84.1662 255.83 83.6548ZM260.647 82.0781V87H259.39V78.8182H260.604V80.0966H260.711C260.903 79.6811 261.194 79.3473 261.584 79.0952C261.975 78.8395 262.479 78.7116 263.097 78.7116C263.651 78.7116 264.136 78.8253 264.551 79.0526C264.967 79.2763 265.29 79.6172 265.521 80.0753C265.752 80.5298 265.867 81.1051 265.867 81.8011V87H264.61V81.8864C264.61 81.2436 264.443 80.7429 264.109 80.3842C263.775 80.022 263.317 79.8409 262.735 79.8409C262.334 79.8409 261.975 79.9279 261.659 80.1019C261.347 80.2759 261.1 80.5298 260.919 80.8636C260.737 81.1974 260.647 81.6023 260.647 82.0781ZM271.722 78.8182V79.8835H267.482V78.8182H271.722ZM268.718 76.858H269.975V84.6562C269.975 85.0114 270.027 85.2777 270.13 85.4553C270.236 85.6293 270.371 85.7464 270.535 85.8068C270.702 85.8636 270.877 85.892 271.062 85.892C271.2 85.892 271.314 85.8849 271.403 85.8707C271.492 85.853 271.563 85.8388 271.616 85.8281L271.872 86.9574C271.786 86.9893 271.667 87.0213 271.515 87.0533C271.362 87.0888 271.169 87.1065 270.934 87.1065C270.579 87.1065 270.231 87.0302 269.89 86.8775C269.553 86.7248 269.272 86.4922 269.048 86.1797C268.828 85.8672 268.718 85.473 268.718 84.9972V76.858Z", fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M34.3206 88.3175C34.6178 87.5443 34.2319 86.6764 33.4586 86.3792L20.8573 81.5358C20.0841 81.2386 19.2163 81.6245 18.919 82.3978C18.6218 83.1711 19.0077 84.0389 19.781 84.3361L30.9821 88.6413L26.6769 99.8424C26.3796 100.616 26.7656 101.484 27.5388 101.781C28.3121 102.078 29.1799 101.692 29.4771 100.919L34.3206 88.3175ZM5.91527 124.875C5.83888 125.7 6.44567 126.43 7.27057 126.507C8.09547 126.583 8.8261 125.976 8.90249 125.151L7.40888 125.013L5.91527 124.875ZM7.40888 125.013L8.90249 125.151C10.1122 112.087 16.2742 103.092 22.1512 97.3433C25.093 94.4655 27.9591 92.4066 30.0844 91.07C31.1462 90.4022 32.0205 89.9164 32.6235 89.6002C32.9248 89.4422 33.1581 89.3266 33.3128 89.2521C33.3901 89.2148 33.4477 89.1878 33.4844 89.1708C33.5027 89.1623 33.5157 89.1564 33.5234 89.1529C33.5272 89.1512 33.5297 89.1501 33.5308 89.1496C33.5313 89.1493 33.5315 89.1492 33.5314 89.1493C33.5313 89.1493 33.531 89.1495 33.5309 89.1495C33.5305 89.1497 33.5299 89.15 32.9204 87.7794C32.3109 86.4088 32.3102 86.4091 32.3094 86.4095C32.309 86.4096 32.3081 86.41 32.3073 86.4104C32.3058 86.4111 32.3039 86.4119 32.3017 86.4129C32.2972 86.4149 32.2913 86.4176 32.2841 86.4209C32.2696 86.4274 32.2496 86.4366 32.2243 86.4483C32.1737 86.4717 32.1018 86.5054 32.01 86.5497C31.8264 86.6382 31.5628 86.7689 31.2301 86.9434C30.5648 87.2923 29.6219 87.8169 28.4873 88.5304C26.2199 89.9564 23.1769 92.1432 20.0533 95.1988C13.7997 101.316 7.20583 110.938 5.91527 124.875L7.40888 125.013Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("defs", null, /* @__PURE__ */ React$1.createElement("radialGradient", { id: "paint0_radial_4034_3757", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(170.5 77) rotate(90) scale(146 380.5)" }, /* @__PURE__ */ React$1.createElement("stop", { offset: 0.423077, stopColor: "#48515D" }), /* @__PURE__ */ React$1.createElement("stop", { offset: 1, stopOpacity: 0 })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip0_4034_3757" }, /* @__PURE__ */ React$1.createElement("rect", { width: 352, height: 112, rx: 8, fill: "white" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip1_4034_3757" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(40 72)" }))));
76554
-
76555
- const SvgIavWellsLight = (props) => /* @__PURE__ */ React$1.createElement("svg", { width: "100%", height: "auto", viewBox: "0 0 352 180", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "image", ...props }, /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip0_4011_3451)" }, /* @__PURE__ */ React$1.createElement("g", { filter: "url(#filter0_d_4011_3451)" }, /* @__PURE__ */ React$1.createElement("rect", { x: 24, y: 24, width: 303.003, height: 162, rx: 4, fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M24 28C24 25.7909 25.7909 24 28 24H323C325.209 24 327 25.7909 327 28V56H24V28Z", fill: "#D9181F" }), /* @__PURE__ */ React$1.createElement("rect", { y: 117, width: 352, height: 51, fill: "url(#paint0_linear_4011_3451)" }), /* @__PURE__ */ React$1.createElement("path", { d: "M126.815 45L123.736 34.0909H125.862L127.827 42.1076H127.928L130.027 34.0909H131.961L134.065 42.1129H134.161L136.126 34.0909H138.252L135.173 45H133.223L131.039 37.3455H130.954L128.765 45H126.815ZM139.622 45V34.0909H146.717V35.7475H141.598V38.7092H146.349V40.3658H141.598V43.3434H146.76V45H139.622ZM148.733 45V34.0909H150.709V43.3434H155.514V45H148.733ZM157.229 45V34.0909H159.205V43.3434H164.01V45H157.229ZM171.654 37.0898C171.604 36.6246 171.395 36.2624 171.025 36.0032C170.66 35.744 170.184 35.6143 169.598 35.6143C169.186 35.6143 168.833 35.6765 168.538 35.8008C168.243 35.9251 168.018 36.0937 167.861 36.3068C167.705 36.5199 167.625 36.7631 167.622 37.0366C167.622 37.2638 167.673 37.4609 167.776 37.6278C167.883 37.7947 168.026 37.9368 168.208 38.054C168.389 38.1676 168.589 38.2635 168.81 38.3416C169.03 38.4197 169.252 38.4854 169.475 38.5387L170.498 38.7944C170.91 38.8903 171.306 39.0199 171.686 39.1832C172.069 39.3466 172.412 39.5526 172.714 39.8011C173.019 40.0497 173.261 40.3498 173.438 40.7013C173.616 41.0529 173.705 41.4648 173.705 41.9371C173.705 42.5763 173.541 43.1392 173.215 43.6257C172.888 44.1087 172.416 44.4869 171.798 44.7603C171.183 45.0302 170.439 45.1651 169.566 45.1651C168.717 45.1651 167.98 45.0337 167.355 44.771C166.734 44.5082 166.247 44.1246 165.896 43.6204C165.548 43.1161 165.36 42.5018 165.331 41.7773H167.275C167.304 42.1573 167.421 42.4734 167.627 42.7255C167.833 42.9776 168.101 43.1658 168.431 43.2901C168.765 43.4144 169.138 43.4766 169.55 43.4766C169.98 43.4766 170.356 43.4126 170.679 43.2848C171.006 43.1534 171.262 42.9723 171.446 42.7415C171.631 42.5071 171.725 42.2337 171.729 41.9212C171.725 41.6371 171.642 41.4027 171.478 41.218C171.315 41.0298 171.086 40.8736 170.791 40.7493C170.5 40.6214 170.159 40.5078 169.768 40.4084L168.527 40.0888C167.629 39.858 166.919 39.5082 166.397 39.0394C165.878 38.5671 165.619 37.9403 165.619 37.1591C165.619 36.5163 165.793 35.9535 166.141 35.4705C166.492 34.9876 166.97 34.6129 167.574 34.3466C168.177 34.0767 168.861 33.9418 169.625 33.9418C170.399 33.9418 171.077 34.0767 171.659 34.3466C172.245 34.6129 172.705 34.984 173.039 35.4599C173.373 35.9322 173.545 36.4755 173.556 37.0898H171.654ZM179.187 45V34.0909H186.176V35.7475H181.163V38.7092H185.697V40.3658H181.163V45H179.187ZM188.015 45H185.906L189.746 34.0909H192.186L196.032 45H193.922L191.009 36.3281H190.923L188.015 45ZM188.084 40.7227H193.837V42.31H188.084V40.7227ZM197.469 45V34.0909H201.559C202.397 34.0909 203.101 34.2365 203.669 34.5277C204.241 34.8189 204.672 35.2273 204.963 35.7528C205.258 36.2749 205.405 36.8839 205.405 37.5799C205.405 38.2795 205.256 38.8867 204.958 39.4016C204.663 39.913 204.228 40.3089 203.653 40.5895C203.078 40.8665 202.371 41.005 201.533 41.005H198.619V39.3643H201.266C201.757 39.3643 202.158 39.2969 202.47 39.1619C202.783 39.0234 203.014 38.8228 203.163 38.56C203.315 38.2937 203.392 37.967 203.392 37.5799C203.392 37.1928 203.315 36.8626 203.163 36.5891C203.01 36.3121 202.777 36.1026 202.465 35.9606C202.152 35.815 201.749 35.7422 201.256 35.7422H199.445V45H197.469ZM203.104 40.0568L205.805 45H203.6L200.947 40.0568H203.104ZM214.533 37.5746C214.444 37.2869 214.321 37.0295 214.165 36.8022C214.012 36.5714 213.828 36.3743 213.611 36.2109C213.398 36.0476 213.153 35.9251 212.876 35.8434C212.599 35.7582 212.297 35.7156 211.97 35.7156C211.385 35.7156 210.863 35.8629 210.404 36.1577C209.946 36.4524 209.586 36.8857 209.323 37.4574C209.064 38.0256 208.934 38.718 208.934 39.5348C208.934 40.3587 209.064 41.0565 209.323 41.6282C209.582 42.1999 209.943 42.6349 210.404 42.9332C210.866 43.228 211.402 43.3754 212.013 43.3754C212.567 43.3754 213.046 43.2688 213.451 43.0558C213.86 42.8427 214.174 42.5408 214.394 42.1502C214.614 41.756 214.724 41.2944 214.724 40.7653L215.172 40.8345H212.21V39.2898H216.637V40.6001C216.637 41.5341 216.438 42.342 216.04 43.0238C215.642 43.7056 215.095 44.2312 214.399 44.6005C213.703 44.9663 212.904 45.1491 212.002 45.1491C210.997 45.1491 210.115 44.9237 209.355 44.4727C208.599 44.0181 208.007 43.3736 207.581 42.5391C207.159 41.701 206.947 40.7067 206.947 39.5561C206.947 38.6754 207.072 37.8888 207.32 37.1964C207.572 36.5039 207.924 35.9162 208.375 35.4332C208.826 34.9467 209.355 34.5774 209.962 34.3253C210.57 34.0696 211.23 33.9418 211.944 33.9418C212.548 33.9418 213.11 34.0305 213.632 34.2081C214.154 34.3821 214.618 34.6307 215.023 34.9538C215.431 35.277 215.767 35.6605 216.029 36.1044C216.292 36.5483 216.464 37.0384 216.546 37.5746H214.533ZM228.295 39.5455C228.295 40.7209 228.075 41.7276 227.635 42.5657C227.198 43.4002 226.602 44.0394 225.845 44.4833C225.092 44.9272 224.238 45.1491 223.283 45.1491C222.328 45.1491 221.472 44.9272 220.716 44.4833C219.963 44.0359 219.366 43.3949 218.926 42.5604C218.489 41.7223 218.271 40.7173 218.271 39.5455C218.271 38.37 218.489 37.3651 218.926 36.5305C219.366 35.6925 219.963 35.0515 220.716 34.6076C221.472 34.1637 222.328 33.9418 223.283 33.9418C224.238 33.9418 225.092 34.1637 225.845 34.6076C226.602 35.0515 227.198 35.6925 227.635 36.5305C228.075 37.3651 228.295 38.37 228.295 39.5455ZM226.309 39.5455C226.309 38.718 226.179 38.0202 225.92 37.4521C225.664 36.8803 225.309 36.4489 224.854 36.1577C224.4 35.8629 223.876 35.7156 223.283 35.7156C222.69 35.7156 222.166 35.8629 221.712 36.1577C221.257 36.4489 220.9 36.8803 220.641 37.4521C220.385 38.0202 220.257 38.718 220.257 39.5455C220.257 40.3729 220.385 41.0724 220.641 41.6442C220.9 42.2124 221.257 42.6438 221.712 42.9386C222.166 43.2298 222.69 43.3754 223.283 43.3754C223.876 43.3754 224.4 43.2298 224.854 42.9386C225.309 42.6438 225.664 42.2124 225.92 41.6442C226.179 41.0724 226.309 40.3729 226.309 39.5455Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip1_4011_3451)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.8848 82.875L47.6348 81.6458C47.482 81.4931 47.3084 81.4167 47.1139 81.4167C46.9195 81.4167 46.7459 81.4931 46.5931 81.6458C46.4403 81.7986 46.3639 81.9792 46.3639 82.1875C46.3639 82.3819 46.4403 82.5556 46.5931 82.7083L48.3639 84.4792C48.5167 84.6319 48.6903 84.7083 48.8848 84.7083C49.0792 84.7083 49.2528 84.6319 49.4056 84.4792L53.3014 80.5833C53.4542 80.4306 53.5306 80.2569 53.5306 80.0625C53.5306 79.8542 53.4542 79.6736 53.3014 79.5208C53.1487 79.3681 52.975 79.2917 52.7806 79.2917C52.5862 79.2917 52.4125 79.3681 52.2598 79.5208L48.8848 82.875ZM44.4473 89C44.0306 89 43.6764 88.8542 43.3848 88.5625C43.0931 88.2708 42.9473 87.9167 42.9473 87.5V76.5C42.9473 76.0833 43.0931 75.7292 43.3848 75.4375C43.6764 75.1458 44.0306 75 44.4473 75H55.4473C55.8639 75 56.2181 75.1458 56.5098 75.4375C56.8014 75.7292 56.9473 76.0833 56.9473 76.5V87.5C56.9473 87.9167 56.8014 88.2708 56.5098 88.5625C56.2181 88.8542 55.8639 89 55.4473 89H44.4473Z", fill: "#3B3331" })), /* @__PURE__ */ React$1.createElement("path", { d: "M78.0467 79.5H76.7257C76.6476 79.12 76.5108 78.7862 76.3155 78.4986C76.1238 78.2109 75.8894 77.9695 75.6124 77.7741C75.339 77.5753 75.0353 77.4261 74.7015 77.3267C74.3677 77.2273 74.0197 77.1776 73.6575 77.1776C72.997 77.1776 72.3986 77.3445 71.8624 77.6783C71.3297 78.0121 70.9054 78.5039 70.5893 79.1538C70.2768 79.8036 70.1206 80.6009 70.1206 81.5455C70.1206 82.4901 70.2768 83.2873 70.5893 83.9371C70.9054 84.587 71.3297 85.0788 71.8624 85.4126C72.3986 85.7464 72.997 85.9134 73.6575 85.9134C74.0197 85.9134 74.3677 85.8636 74.7015 85.7642C75.0353 85.6648 75.339 85.5174 75.6124 85.3221C75.8894 85.1232 76.1238 84.88 76.3155 84.5923C76.5108 84.3011 76.6476 83.9673 76.7257 83.5909H78.0467C77.9473 84.1484 77.7662 84.6474 77.5034 85.0877C77.2406 85.5281 76.9139 85.9027 76.5233 86.2116C76.1326 86.517 75.6941 86.7496 75.2076 86.9094C74.7246 87.0692 74.2079 87.1491 73.6575 87.1491C72.7271 87.1491 71.8997 86.9219 71.1752 86.4673C70.4508 86.0128 69.8809 85.3665 69.4654 84.5284C69.0499 83.6903 68.8422 82.696 68.8422 81.5455C68.8422 80.3949 69.0499 79.4006 69.4654 78.5625C69.8809 77.7244 70.4508 77.0781 71.1752 76.6236C71.8997 76.169 72.7271 75.9418 73.6575 75.9418C74.2079 75.9418 74.7246 76.0217 75.2076 76.1815C75.6941 76.3413 76.1326 76.5756 76.5233 76.8846C76.9139 77.19 77.2406 77.5629 77.5034 78.0032C77.7662 78.44 77.9473 78.9389 78.0467 79.5ZM81.268 82.0781V87H80.0109V76.0909H81.268V80.0966H81.3746C81.5663 79.674 81.854 79.3384 82.2375 79.0898C82.6246 78.8377 83.1395 78.7116 83.7822 78.7116C84.3398 78.7116 84.828 78.8235 85.2471 79.0472C85.6661 79.2674 85.991 79.6065 86.2219 80.0646C86.4562 80.5192 86.5734 81.098 86.5734 81.8011V87H85.3163V81.8864C85.3163 81.2365 85.1476 80.734 84.8103 80.3789C84.4765 80.0202 84.0131 79.8409 83.42 79.8409C83.0081 79.8409 82.6388 79.9279 82.3121 80.1019C81.9889 80.2759 81.7332 80.5298 81.545 80.8636C81.3604 81.1974 81.268 81.6023 81.268 82.0781ZM92.3036 87.1705C91.5153 87.1705 90.8352 86.9964 90.2635 86.6484C89.6953 86.2969 89.2567 85.8068 88.9478 85.1783C88.6424 84.5462 88.4897 83.8111 88.4897 82.973C88.4897 82.1349 88.6424 81.3963 88.9478 80.7571C89.2567 80.1143 89.6864 79.6136 90.2369 79.255C90.7908 78.8928 91.4371 78.7116 92.1758 78.7116C92.6019 78.7116 93.0227 78.7827 93.4382 78.9247C93.8537 79.0668 94.2319 79.2976 94.5728 79.6172C94.9137 79.9332 95.1854 80.3523 95.3878 80.8743C95.5902 81.3963 95.6914 82.0391 95.6914 82.8026V83.3352H89.3846V82.2486H94.413C94.413 81.7869 94.3207 81.375 94.136 81.0128C93.9549 80.6506 93.6957 80.3647 93.3583 80.1552C93.0245 79.9457 92.6303 79.8409 92.1758 79.8409C91.6751 79.8409 91.2418 79.9652 90.8761 80.2138C90.5138 80.4588 90.2351 80.7784 90.0398 81.1726C89.8445 81.5668 89.7468 81.9893 89.7468 82.4403V83.1648C89.7468 83.7827 89.8533 84.3065 90.0664 84.7362C90.283 85.1623 90.5831 85.4872 90.9666 85.7109C91.3501 85.9311 91.7958 86.0412 92.3036 86.0412C92.6339 86.0412 92.9322 85.995 93.1985 85.9027C93.4684 85.8068 93.701 85.6648 93.8963 85.4766C94.0916 85.2848 94.2425 85.0469 94.3491 84.7628L95.5636 85.1037C95.4357 85.5156 95.2209 85.8778 94.919 86.1903C94.6172 86.4993 94.2443 86.7408 93.8004 86.9148C93.3565 87.0852 92.8576 87.1705 92.3036 87.1705ZM100.928 87.1705C100.161 87.1705 99.5 86.9893 98.946 86.6271C98.392 86.2649 97.9659 85.766 97.6676 85.1303C97.3693 84.4947 97.2202 83.7685 97.2202 82.9517C97.2202 82.1207 97.3729 81.3874 97.6783 80.7518C97.9872 80.1126 98.4169 79.6136 98.9673 79.255C99.5213 78.8928 100.168 78.7116 100.906 78.7116C101.482 78.7116 102 78.8182 102.462 79.0312C102.923 79.2443 103.301 79.5426 103.596 79.9261C103.891 80.3097 104.074 80.7571 104.145 81.2685H102.888C102.792 80.8956 102.579 80.5653 102.249 80.2777C101.922 79.9865 101.482 79.8409 100.928 79.8409C100.438 79.8409 100.008 79.9687 99.6385 80.2244C99.2727 80.4766 98.9869 80.8335 98.7809 81.2951C98.5785 81.7532 98.4773 82.2912 98.4773 82.9091C98.4773 83.5412 98.5767 84.0916 98.7756 84.5604C98.978 85.0291 99.2621 85.3931 99.6278 85.6523C99.9972 85.9116 100.43 86.0412 100.928 86.0412C101.254 86.0412 101.551 85.9844 101.817 85.8707C102.083 85.7571 102.309 85.5938 102.494 85.3807C102.678 85.1676 102.81 84.9119 102.888 84.6136H104.145C104.074 85.0966 103.898 85.5316 103.618 85.9187C103.341 86.3022 102.973 86.6076 102.515 86.8349C102.06 87.0586 101.531 87.1705 100.928 87.1705ZM107.154 84.017L107.133 82.4616H107.389L110.968 78.8182H112.524L108.71 82.6747H108.603L107.154 84.017ZM105.983 87V76.0909H107.24V87H105.983ZM111.181 87L107.985 82.9517L108.88 82.0781L112.779 87H111.181ZM114.142 87V78.8182H115.399V87H114.142ZM114.781 77.4545C114.536 77.4545 114.325 77.3711 114.147 77.2042C113.973 77.0373 113.886 76.8366 113.886 76.6023C113.886 76.3679 113.973 76.1673 114.147 76.0004C114.325 75.8335 114.536 75.75 114.781 75.75C115.026 75.75 115.236 75.8335 115.41 76.0004C115.587 76.1673 115.676 76.3679 115.676 76.6023C115.676 76.8366 115.587 77.0373 115.41 77.2042C115.236 77.3711 115.026 77.4545 114.781 77.4545ZM118.958 82.0781V87H117.701V78.8182H118.916V80.0966H119.022C119.214 79.6811 119.505 79.3473 119.896 79.0952C120.287 78.8395 120.791 78.7116 121.409 78.7116C121.963 78.7116 122.447 78.8253 122.863 79.0526C123.278 79.2763 123.602 79.6172 123.832 80.0753C124.063 80.5298 124.179 81.1051 124.179 81.8011V87H122.922V81.8864C122.922 81.2436 122.755 80.7429 122.421 80.3842C122.087 80.022 121.629 79.8409 121.047 79.8409C120.645 79.8409 120.287 79.9279 119.971 80.1019C119.658 80.2759 119.411 80.5298 119.23 80.8636C119.049 81.1974 118.958 81.6023 118.958 82.0781ZM129.778 90.2386C129.171 90.2386 128.649 90.1605 128.212 90.0043C127.775 89.8516 127.411 89.6491 127.12 89.397C126.833 89.1484 126.604 88.8821 126.433 88.598L127.435 87.8949C127.548 88.044 127.692 88.2145 127.866 88.4062C128.04 88.6016 128.278 88.7702 128.58 88.9123C128.885 89.0579 129.285 89.1307 129.778 89.1307C130.439 89.1307 130.984 88.9709 131.414 88.6513C131.843 88.3317 132.058 87.831 132.058 87.1491V85.4872H131.952C131.859 85.6364 131.728 85.821 131.557 86.0412C131.391 86.2578 131.149 86.4513 130.833 86.6218C130.521 86.7887 130.098 86.8722 129.565 86.8722C128.905 86.8722 128.312 86.7159 127.786 86.4034C127.264 86.0909 126.85 85.6364 126.545 85.0398C126.243 84.4432 126.092 83.7187 126.092 82.8665C126.092 82.0284 126.24 81.2987 126.534 80.6772C126.829 80.0522 127.239 79.5692 127.765 79.2283C128.29 78.8839 128.898 78.7116 129.587 78.7116C130.119 78.7116 130.542 78.8004 130.854 78.978C131.17 79.152 131.412 79.3509 131.579 79.5746C131.749 79.7947 131.881 79.9759 131.973 80.1179H132.101V78.8182H133.315V87.2344C133.315 87.9375 133.155 88.5092 132.836 88.9496C132.52 89.3935 132.094 89.7184 131.557 89.9244C131.025 90.1339 130.432 90.2386 129.778 90.2386ZM129.736 85.7429C130.24 85.7429 130.666 85.6275 131.014 85.3967C131.362 85.1658 131.627 84.8338 131.808 84.4006C131.989 83.9673 132.079 83.4489 132.079 82.8452C132.079 82.2557 131.991 81.7354 131.813 81.2844C131.636 80.8335 131.373 80.4801 131.025 80.2244C130.677 79.9687 130.247 79.8409 129.736 79.8409C129.203 79.8409 128.759 79.9759 128.404 80.2457C128.052 80.5156 127.788 80.8778 127.61 81.3324C127.436 81.7869 127.349 82.2912 127.349 82.8452C127.349 83.4134 127.438 83.9158 127.616 84.3526C127.797 84.7859 128.063 85.1268 128.415 85.3754C128.77 85.6204 129.21 85.7429 129.736 85.7429ZM143.159 87.1705C142.42 87.1705 141.772 86.9947 141.215 86.6431C140.661 86.2915 140.228 85.7997 139.915 85.1676C139.606 84.5355 139.452 83.7969 139.452 82.9517C139.452 82.0994 139.606 81.3555 139.915 80.7198C140.228 80.0842 140.661 79.5906 141.215 79.239C141.772 78.8874 142.42 78.7116 143.159 78.7116C143.898 78.7116 144.544 78.8874 145.098 79.239C145.655 79.5906 146.089 80.0842 146.398 80.7198C146.71 81.3555 146.866 82.0994 146.866 82.9517C146.866 83.7969 146.71 84.5355 146.398 85.1676C146.089 85.7997 145.655 86.2915 145.098 86.6431C144.544 86.9947 143.898 87.1705 143.159 87.1705ZM143.159 86.0412C143.72 86.0412 144.182 85.8974 144.544 85.6097C144.906 85.3221 145.174 84.9439 145.348 84.4751C145.522 84.0064 145.609 83.4986 145.609 82.9517C145.609 82.4048 145.522 81.8952 145.348 81.4229C145.174 80.9506 144.906 80.5689 144.544 80.2777C144.182 79.9865 143.72 79.8409 143.159 79.8409C142.598 79.8409 142.136 79.9865 141.774 80.2777C141.412 80.5689 141.144 80.9506 140.97 81.4229C140.796 81.8952 140.709 82.4048 140.709 82.9517C140.709 83.4986 140.796 84.0064 140.97 84.4751C141.144 84.9439 141.412 85.3221 141.774 85.6097C142.136 85.8974 142.598 86.0412 143.159 86.0412ZM148.785 87V78.8182H150V80.054H150.085C150.234 79.6491 150.504 79.3207 150.895 79.0685C151.285 78.8164 151.726 78.6903 152.216 78.6903C152.308 78.6903 152.423 78.6921 152.562 78.6957C152.7 78.6992 152.805 78.7045 152.876 78.7116V79.9901C152.834 79.9794 152.736 79.9634 152.583 79.9421C152.434 79.9173 152.276 79.9048 152.109 79.9048C151.711 79.9048 151.356 79.9883 151.044 80.1552C150.735 80.3185 150.49 80.5458 150.309 80.837C150.131 81.1246 150.042 81.4531 150.042 81.8224V87H148.785ZM164.381 80.6506L163.251 80.9702C163.18 80.782 163.076 80.5991 162.937 80.4215C162.802 80.2404 162.617 80.0913 162.383 79.9741C162.149 79.8569 161.849 79.7983 161.483 79.7983C160.982 79.7983 160.565 79.9137 160.231 80.1445C159.901 80.3718 159.736 80.6612 159.736 81.0128C159.736 81.3253 159.849 81.5721 160.077 81.7532C160.304 81.9343 160.659 82.0852 161.142 82.206L162.356 82.5043C163.088 82.6818 163.633 82.9535 163.992 83.3192C164.35 83.6815 164.53 84.1484 164.53 84.7202C164.53 85.1889 164.395 85.608 164.125 85.9773C163.859 86.3466 163.486 86.6378 163.006 86.8509C162.527 87.0639 161.969 87.1705 161.334 87.1705C160.499 87.1705 159.809 86.9893 159.262 86.6271C158.715 86.2649 158.369 85.7358 158.223 85.0398L159.416 84.7415C159.53 85.1818 159.745 85.5121 160.061 85.7322C160.38 85.9524 160.797 86.0625 161.312 86.0625C161.898 86.0625 162.364 85.9382 162.708 85.6896C163.056 85.4375 163.23 85.1357 163.23 84.7841C163.23 84.5 163.131 84.2621 162.932 84.0703C162.733 83.875 162.427 83.7294 162.016 83.6335L160.652 83.3139C159.903 83.1364 159.352 82.8612 159.001 82.4883C158.653 82.1119 158.479 81.6413 158.479 81.0767C158.479 80.6151 158.608 80.2067 158.867 79.8516C159.13 79.4964 159.487 79.2177 159.938 79.0153C160.393 78.8129 160.908 78.7116 161.483 78.7116C162.293 78.7116 162.928 78.8892 163.39 79.2443C163.855 79.5994 164.185 80.0682 164.381 80.6506ZM168.83 87.1918C168.311 87.1918 167.841 87.0941 167.418 86.8988C166.996 86.6999 166.66 86.4141 166.411 86.0412C166.163 85.6648 166.039 85.2102 166.039 84.6776C166.039 84.2088 166.131 83.8288 166.316 83.5376C166.5 83.2429 166.747 83.0121 167.056 82.8452C167.365 82.6783 167.706 82.554 168.079 82.4723C168.455 82.3871 168.833 82.3196 169.213 82.2699C169.71 82.206 170.113 82.158 170.422 82.1261C170.735 82.0906 170.962 82.032 171.104 81.9503C171.25 81.8686 171.323 81.7266 171.323 81.5241V81.4815C171.323 80.956 171.179 80.5476 170.891 80.2564C170.607 79.9652 170.176 79.8196 169.597 79.8196C168.997 79.8196 168.526 79.951 168.185 80.2138C167.844 80.4766 167.605 80.7571 167.466 81.0554L166.273 80.6293C166.486 80.1321 166.77 79.745 167.125 79.468C167.484 79.1875 167.874 78.9922 168.297 78.8821C168.723 78.7685 169.142 78.7116 169.554 78.7116C169.817 78.7116 170.119 78.7436 170.46 78.8075C170.804 78.8679 171.136 78.994 171.456 79.1857C171.779 79.3775 172.047 79.6669 172.26 80.054C172.473 80.4411 172.58 80.9595 172.58 81.6094V87H171.323V85.892H171.259C171.173 86.0696 171.031 86.2596 170.833 86.462C170.634 86.6644 170.369 86.8366 170.039 86.9787C169.709 87.1207 169.306 87.1918 168.83 87.1918ZM169.021 86.0625C169.519 86.0625 169.938 85.9648 170.279 85.7695C170.623 85.5742 170.882 85.3221 171.056 85.0131C171.234 84.7042 171.323 84.3793 171.323 84.0384V82.8878C171.269 82.9517 171.152 83.0103 170.971 83.0636C170.794 83.1133 170.588 83.1577 170.353 83.1967C170.122 83.2322 169.897 83.2642 169.677 83.2926C169.46 83.3175 169.284 83.3388 169.149 83.3565C168.823 83.3991 168.517 83.4684 168.233 83.5643C167.953 83.6566 167.725 83.7969 167.551 83.9851C167.381 84.1697 167.296 84.4219 167.296 84.7415C167.296 85.1783 167.457 85.5085 167.78 85.7322C168.107 85.9524 168.521 86.0625 169.021 86.0625ZM181.272 78.8182L178.246 87H176.968L173.942 78.8182H175.306L177.564 85.3381H177.649L179.908 78.8182H181.272ZM182.931 87V78.8182H184.188V87H182.931ZM183.57 77.4545C183.325 77.4545 183.114 77.3711 182.936 77.2042C182.762 77.0373 182.675 76.8366 182.675 76.6023C182.675 76.3679 182.762 76.1673 182.936 76.0004C183.114 75.8335 183.325 75.75 183.57 75.75C183.815 75.75 184.025 75.8335 184.199 76.0004C184.376 76.1673 184.465 76.3679 184.465 76.6023C184.465 76.8366 184.376 77.0373 184.199 77.2042C184.025 77.3711 183.815 77.4545 183.57 77.4545ZM187.748 82.0781V87H186.49V78.8182H187.705V80.0966H187.811C188.003 79.6811 188.294 79.3473 188.685 79.0952C189.076 78.8395 189.58 78.7116 190.198 78.7116C190.752 78.7116 191.237 78.8253 191.652 79.0526C192.067 79.2763 192.391 79.6172 192.621 80.0753C192.852 80.5298 192.968 81.1051 192.968 81.8011V87H191.711V81.8864C191.711 81.2436 191.544 80.7429 191.21 80.3842C190.876 80.022 190.418 79.8409 189.836 79.8409C189.434 79.8409 189.076 79.9279 188.76 80.1019C188.447 80.2759 188.2 80.5298 188.019 80.8636C187.838 81.1974 187.748 81.6023 187.748 82.0781ZM198.567 90.2386C197.96 90.2386 197.438 90.1605 197.001 90.0043C196.565 89.8516 196.201 89.6491 195.909 89.397C195.622 89.1484 195.393 88.8821 195.222 88.598L196.224 87.8949C196.337 88.044 196.481 88.2145 196.655 88.4062C196.829 88.6016 197.067 88.7702 197.369 88.9123C197.674 89.0579 198.074 89.1307 198.567 89.1307C199.228 89.1307 199.773 88.9709 200.203 88.6513C200.632 88.3317 200.847 87.831 200.847 87.1491V85.4872H200.741C200.648 85.6364 200.517 85.821 200.347 86.0412C200.18 86.2578 199.938 86.4513 199.622 86.6218C199.31 86.7887 198.887 86.8722 198.354 86.8722C197.694 86.8722 197.101 86.7159 196.575 86.4034C196.053 86.0909 195.639 85.6364 195.334 85.0398C195.032 84.4432 194.881 83.7187 194.881 82.8665C194.881 82.0284 195.029 81.2987 195.323 80.6772C195.618 80.0522 196.028 79.5692 196.554 79.2283C197.079 78.8839 197.687 78.7116 198.376 78.7116C198.908 78.7116 199.331 78.8004 199.643 78.978C199.959 79.152 200.201 79.3509 200.368 79.5746C200.538 79.7947 200.67 79.9759 200.762 80.1179H200.89V78.8182H202.104V87.2344C202.104 87.9375 201.945 88.5092 201.625 88.9496C201.309 89.3935 200.883 89.7184 200.347 89.9244C199.814 90.1339 199.221 90.2386 198.567 90.2386ZM198.525 85.7429C199.029 85.7429 199.455 85.6275 199.803 85.3967C200.151 85.1658 200.416 84.8338 200.597 84.4006C200.778 83.9673 200.869 83.4489 200.869 82.8452C200.869 82.2557 200.78 81.7354 200.602 81.2844C200.425 80.8335 200.162 80.4801 199.814 80.2244C199.466 79.9687 199.036 79.8409 198.525 79.8409C197.992 79.8409 197.548 79.9759 197.193 80.2457C196.842 80.5156 196.577 80.8778 196.399 81.3324C196.225 81.7869 196.138 82.2912 196.138 82.8452C196.138 83.4134 196.227 83.9158 196.405 84.3526C196.586 84.7859 196.852 85.1268 197.204 85.3754C197.559 85.6204 197.999 85.7429 198.525 85.7429ZM210.201 80.6506L209.072 80.9702C209.001 80.782 208.896 80.5991 208.757 80.4215C208.622 80.2404 208.438 80.0913 208.203 79.9741C207.969 79.8569 207.669 79.7983 207.303 79.7983C206.802 79.7983 206.385 79.9137 206.051 80.1445C205.721 80.3718 205.556 80.6612 205.556 81.0128C205.556 81.3253 205.67 81.5721 205.897 81.7532C206.124 81.9343 206.479 82.0852 206.962 82.206L208.177 82.5043C208.908 82.6818 209.453 82.9535 209.812 83.3192C210.171 83.6815 210.35 84.1484 210.35 84.7202C210.35 85.1889 210.215 85.608 209.945 85.9773C209.679 86.3466 209.306 86.6378 208.827 86.8509C208.347 87.0639 207.79 87.1705 207.154 87.1705C206.32 87.1705 205.629 86.9893 205.082 86.6271C204.535 86.2649 204.189 85.7358 204.043 85.0398L205.236 84.7415C205.35 85.1818 205.565 85.5121 205.881 85.7322C206.201 85.9524 206.618 86.0625 207.133 86.0625C207.719 86.0625 208.184 85.9382 208.528 85.6896C208.876 85.4375 209.05 85.1357 209.05 84.7841C209.05 84.5 208.951 84.2621 208.752 84.0703C208.553 83.875 208.248 83.7294 207.836 83.6335L206.472 83.3139C205.723 83.1364 205.172 82.8612 204.821 82.4883C204.473 82.1119 204.299 81.6413 204.299 81.0767C204.299 80.6151 204.429 80.2067 204.688 79.8516C204.951 79.4964 205.307 79.2177 205.758 79.0153C206.213 78.8129 206.728 78.7116 207.303 78.7116C208.113 78.7116 208.748 78.8892 209.21 79.2443C209.675 79.5994 210.006 80.0682 210.201 80.6506ZM218.869 87.1918C218.35 87.1918 217.88 87.0941 217.457 86.8988C217.035 86.6999 216.699 86.4141 216.45 86.0412C216.202 85.6648 216.078 85.2102 216.078 84.6776C216.078 84.2088 216.17 83.8288 216.355 83.5376C216.539 83.2429 216.786 83.0121 217.095 82.8452C217.404 82.6783 217.745 82.554 218.118 82.4723C218.494 82.3871 218.872 82.3196 219.252 82.2699C219.749 82.206 220.153 82.158 220.461 82.1261C220.774 82.0906 221.001 82.032 221.143 81.9503C221.289 81.8686 221.362 81.7266 221.362 81.5241V81.4815C221.362 80.956 221.218 80.5476 220.93 80.2564C220.646 79.9652 220.215 79.8196 219.636 79.8196C219.036 79.8196 218.565 79.951 218.224 80.2138C217.883 80.4766 217.644 80.7571 217.505 81.0554L216.312 80.6293C216.525 80.1321 216.809 79.745 217.164 79.468C217.523 79.1875 217.914 78.9922 218.336 78.8821C218.762 78.7685 219.181 78.7116 219.593 78.7116C219.856 78.7116 220.158 78.7436 220.499 78.8075C220.843 78.8679 221.175 78.994 221.495 79.1857C221.818 79.3775 222.086 79.6669 222.299 80.054C222.512 80.4411 222.619 80.9595 222.619 81.6094V87H221.362V85.892H221.298C221.213 86.0696 221.07 86.2596 220.872 86.462C220.673 86.6644 220.408 86.8366 220.078 86.9787C219.748 87.1207 219.345 87.1918 218.869 87.1918ZM219.061 86.0625C219.558 86.0625 219.977 85.9648 220.318 85.7695C220.662 85.5742 220.921 85.3221 221.095 85.0131C221.273 84.7042 221.362 84.3793 221.362 84.0384V82.8878C221.308 82.9517 221.191 83.0103 221.01 83.0636C220.833 83.1133 220.627 83.1577 220.392 83.1967C220.161 83.2322 219.936 83.2642 219.716 83.2926C219.499 83.3175 219.323 83.3388 219.188 83.3565C218.862 83.3991 218.556 83.4684 218.272 83.5643C217.992 83.6566 217.764 83.7969 217.59 83.9851C217.42 84.1697 217.335 84.4219 217.335 84.7415C217.335 85.1783 217.496 85.5085 217.819 85.7322C218.146 85.9524 218.56 86.0625 219.061 86.0625ZM228.237 87.1705C227.47 87.1705 226.81 86.9893 226.256 86.6271C225.702 86.2649 225.275 85.766 224.977 85.1303C224.679 84.4947 224.53 83.7685 224.53 82.9517C224.53 82.1207 224.682 81.3874 224.988 80.7518C225.297 80.1126 225.726 79.6136 226.277 79.255C226.831 78.8928 227.477 78.7116 228.216 78.7116C228.791 78.7116 229.31 78.8182 229.771 79.0312C230.233 79.2443 230.611 79.5426 230.906 79.9261C231.201 80.3097 231.383 80.7571 231.454 81.2685H230.197C230.101 80.8956 229.888 80.5653 229.558 80.2777C229.231 79.9865 228.791 79.8409 228.237 79.8409C227.747 79.8409 227.317 79.9687 226.948 80.2244C226.582 80.4766 226.296 80.8335 226.09 81.2951C225.888 81.7532 225.787 82.2912 225.787 82.9091C225.787 83.5412 225.886 84.0916 226.085 84.5604C226.288 85.0291 226.572 85.3931 226.937 85.6523C227.307 85.9116 227.74 86.0412 228.237 86.0412C228.564 86.0412 228.86 85.9844 229.127 85.8707C229.393 85.7571 229.619 85.5938 229.803 85.3807C229.988 85.1676 230.119 84.9119 230.197 84.6136H231.454C231.383 85.0966 231.208 85.5316 230.927 85.9187C230.65 86.3022 230.283 86.6076 229.824 86.8349C229.37 87.0586 228.841 87.1705 228.237 87.1705ZM236.616 87.1705C235.849 87.1705 235.188 86.9893 234.634 86.6271C234.081 86.2649 233.654 85.766 233.356 85.1303C233.058 84.4947 232.909 83.7685 232.909 82.9517C232.909 82.1207 233.061 81.3874 233.367 80.7518C233.676 80.1126 234.105 79.6136 234.656 79.255C235.21 78.8928 235.856 78.7116 236.595 78.7116C237.17 78.7116 237.688 78.8182 238.15 79.0312C238.612 79.2443 238.99 79.5426 239.285 79.9261C239.579 80.3097 239.762 80.7571 239.833 81.2685H238.576C238.48 80.8956 238.267 80.5653 237.937 80.2777C237.61 79.9865 237.17 79.8409 236.616 79.8409C236.126 79.8409 235.696 79.9687 235.327 80.2244C234.961 80.4766 234.675 80.8335 234.469 81.2951C234.267 81.7532 234.166 82.2912 234.166 82.9091C234.166 83.5412 234.265 84.0916 234.464 84.5604C234.666 85.0291 234.951 85.3931 235.316 85.6523C235.686 85.9116 236.119 86.0412 236.616 86.0412C236.943 86.0412 237.239 85.9844 237.506 85.8707C237.772 85.7571 237.997 85.5938 238.182 85.3807C238.367 85.1676 238.498 84.9119 238.576 84.6136H239.833C239.762 85.0966 239.587 85.5316 239.306 85.9187C239.029 86.3022 238.661 86.6076 238.203 86.8349C237.749 87.0586 237.22 87.1705 236.616 87.1705ZM244.995 87.1705C244.256 87.1705 243.608 86.9947 243.051 86.6431C242.497 86.2915 242.063 85.7997 241.751 85.1676C241.442 84.5355 241.288 83.7969 241.288 82.9517C241.288 82.0994 241.442 81.3555 241.751 80.7198C242.063 80.0842 242.497 79.5906 243.051 79.239C243.608 78.8874 244.256 78.7116 244.995 78.7116C245.734 78.7116 246.38 78.8874 246.934 79.239C247.491 79.5906 247.925 80.0842 248.234 80.7198C248.546 81.3555 248.702 82.0994 248.702 82.9517C248.702 83.7969 248.546 84.5355 248.234 85.1676C247.925 85.7997 247.491 86.2915 246.934 86.6431C246.38 86.9947 245.734 87.1705 244.995 87.1705ZM244.995 86.0412C245.556 86.0412 246.018 85.8974 246.38 85.6097C246.742 85.3221 247.01 84.9439 247.184 84.4751C247.358 84.0064 247.445 83.4986 247.445 82.9517C247.445 82.4048 247.358 81.8952 247.184 81.4229C247.01 80.9506 246.742 80.5689 246.38 80.2777C246.018 79.9865 245.556 79.8409 244.995 79.8409C244.434 79.8409 243.972 79.9865 243.61 80.2777C243.248 80.5689 242.98 80.9506 242.806 81.4229C242.632 81.8952 242.545 82.4048 242.545 82.9517C242.545 83.4986 242.632 84.0064 242.806 84.4751C242.98 84.9439 243.248 85.3221 243.61 85.6097C243.972 85.8974 244.434 86.0412 244.995 86.0412ZM255.778 83.6548V78.8182H257.035V87H255.778V85.6151H255.692C255.501 86.0305 255.202 86.3839 254.797 86.6751C254.393 86.9627 253.881 87.1065 253.263 87.1065C252.752 87.1065 252.297 86.9947 251.9 86.771C251.502 86.5437 251.189 86.2028 250.962 85.7482C250.735 85.2901 250.621 84.7131 250.621 84.017V78.8182H251.878V83.9318C251.878 84.5284 252.045 85.0043 252.379 85.3594C252.716 85.7145 253.146 85.892 253.668 85.892C253.981 85.892 254.298 85.8121 254.622 85.6523C254.948 85.4925 255.222 85.2475 255.442 84.9173C255.666 84.587 255.778 84.1662 255.778 83.6548ZM260.594 82.0781V87H259.337V78.8182H260.552V80.0966H260.658C260.85 79.6811 261.141 79.3473 261.532 79.0952C261.922 78.8395 262.427 78.7116 263.044 78.7116C263.598 78.7116 264.083 78.8253 264.499 79.0526C264.914 79.2763 265.237 79.6172 265.468 80.0753C265.699 80.5298 265.814 81.1051 265.814 81.8011V87H264.557V81.8864C264.557 81.2436 264.39 80.7429 264.057 80.3842C263.723 80.022 263.265 79.8409 262.682 79.8409C262.281 79.8409 261.922 79.9279 261.606 80.1019C261.294 80.2759 261.047 80.5298 260.866 80.8636C260.685 81.1974 260.594 81.6023 260.594 82.0781ZM271.67 78.8182V79.8835H267.43V78.8182H271.67ZM268.665 76.858H269.923V84.6562C269.923 85.0114 269.974 85.2777 270.077 85.4553C270.184 85.6293 270.319 85.7464 270.482 85.8068C270.649 85.8636 270.825 85.892 271.009 85.892C271.148 85.892 271.261 85.8849 271.35 85.8707C271.439 85.853 271.51 85.8388 271.563 85.8281L271.819 86.9574C271.734 86.9893 271.615 87.0213 271.462 87.0533C271.309 87.0888 271.116 87.1065 270.881 87.1065C270.526 87.1065 270.178 87.0302 269.837 86.8775C269.5 86.7248 269.219 86.4922 268.996 86.1797C268.776 85.8672 268.665 85.473 268.665 84.9972V76.858Z", fill: "black", fillOpacity: 0.87 }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip2_4011_3451)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.8848 134.875L47.6348 133.646C47.482 133.493 47.3084 133.417 47.1139 133.417C46.9195 133.417 46.7459 133.493 46.5931 133.646C46.4403 133.799 46.3639 133.979 46.3639 134.187C46.3639 134.382 46.4403 134.556 46.5931 134.708L48.3639 136.479C48.5167 136.632 48.6903 136.708 48.8848 136.708C49.0792 136.708 49.2528 136.632 49.4056 136.479L53.3014 132.583C53.4542 132.431 53.5306 132.257 53.5306 132.062C53.5306 131.854 53.4542 131.674 53.3014 131.521C53.1487 131.368 52.975 131.292 52.7806 131.292C52.5862 131.292 52.4125 131.368 52.2598 131.521L48.8848 134.875ZM44.4473 141C44.0306 141 43.6764 140.854 43.3848 140.562C43.0931 140.271 42.9473 139.917 42.9473 139.5V128.5C42.9473 128.083 43.0931 127.729 43.3848 127.437C43.6764 127.146 44.0306 127 44.4473 127H55.4473C55.8639 127 56.2181 127.146 56.5098 127.437C56.8014 127.729 56.9473 128.083 56.9473 128.5V139.5C56.9473 139.917 56.8014 140.271 56.5098 140.562C56.2181 140.854 55.8639 141 55.4473 141H44.4473Z", fill: "#3B3331" })), /* @__PURE__ */ React$1.createElement("path", { d: "M69.2683 139V128.091H72.9544C73.8102 128.091 74.5098 128.245 75.0531 128.554C75.6 128.86 76.0048 129.273 76.2676 129.795C76.5304 130.317 76.6618 130.9 76.6618 131.543C76.6618 132.185 76.5304 132.77 76.2676 133.295C76.0083 133.821 75.6071 134.24 75.0637 134.552C74.5204 134.861 73.8244 135.016 72.9757 135.016H70.3336V133.844H72.9331C73.519 133.844 73.9895 133.743 74.3446 133.54C74.6998 133.338 74.9572 133.064 75.117 132.72C75.2804 132.372 75.362 131.979 75.362 131.543C75.362 131.106 75.2804 130.715 75.117 130.371C74.9572 130.026 74.698 129.756 74.3393 129.561C73.9806 129.362 73.5048 129.263 72.9118 129.263H70.5893V139H69.2683ZM78.6193 139V130.818H79.8338V132.054H79.919C80.0682 131.649 80.3381 131.321 80.7287 131.069C81.1193 130.816 81.5597 130.69 82.0497 130.69C82.142 130.69 82.2575 130.692 82.396 130.696C82.5344 130.699 82.6392 130.705 82.7102 130.712V131.99C82.6676 131.979 82.57 131.963 82.4173 131.942C82.2681 131.917 82.1101 131.905 81.9432 131.905C81.5455 131.905 81.1903 131.988 80.8778 132.155C80.5689 132.319 80.3239 132.546 80.1428 132.837C79.9652 133.125 79.8764 133.453 79.8764 133.822V139H78.6193ZM87.2752 139.17C86.5366 139.17 85.8885 138.995 85.331 138.643C84.777 138.292 84.3438 137.8 84.0312 137.168C83.7223 136.536 83.5678 135.797 83.5678 134.952C83.5678 134.099 83.7223 133.355 84.0312 132.72C84.3438 132.084 84.777 131.591 85.331 131.239C85.8885 130.887 86.5366 130.712 87.2752 130.712C88.0138 130.712 88.6602 130.887 89.2141 131.239C89.7717 131.591 90.2049 132.084 90.5138 132.72C90.8263 133.355 90.9826 134.099 90.9826 134.952C90.9826 135.797 90.8263 136.536 90.5138 137.168C90.2049 137.8 89.7717 138.292 89.2141 138.643C88.6602 138.995 88.0138 139.17 87.2752 139.17ZM87.2752 138.041C87.8363 138.041 88.2979 137.897 88.6602 137.61C89.0224 137.322 89.2905 136.944 89.4645 136.475C89.6385 136.006 89.7255 135.499 89.7255 134.952C89.7255 134.405 89.6385 133.895 89.4645 133.423C89.2905 132.951 89.0224 132.569 88.6602 132.278C88.2979 131.987 87.8363 131.841 87.2752 131.841C86.7141 131.841 86.2525 131.987 85.8903 132.278C85.5281 132.569 85.2599 132.951 85.0859 133.423C84.9119 133.895 84.8249 134.405 84.8249 134.952C84.8249 135.499 84.9119 136.006 85.0859 136.475C85.2599 136.944 85.5281 137.322 85.8903 137.61C86.2525 137.897 86.7141 138.041 87.2752 138.041ZM96.545 130.818V131.884H92.1345V130.818H96.545ZM93.4555 139V129.689C93.4555 129.22 93.5656 128.83 93.7858 128.517C94.0059 128.205 94.2918 127.97 94.6434 127.814C94.9949 127.658 95.366 127.58 95.7567 127.58C96.0656 127.58 96.3177 127.604 96.5131 127.654C96.7084 127.704 96.854 127.75 96.9498 127.793L96.5876 128.879C96.5237 128.858 96.4349 128.831 96.3213 128.799C96.2112 128.767 96.0656 128.751 95.8845 128.751C95.469 128.751 95.1689 128.856 94.9843 129.066C94.8032 129.275 94.7126 129.582 94.7126 129.987V139H93.4555ZM98.3068 139V130.818H99.5639V139H98.3068ZM98.946 129.455C98.701 129.455 98.4897 129.371 98.3121 129.204C98.1381 129.037 98.0511 128.837 98.0511 128.602C98.0511 128.368 98.1381 128.167 98.3121 128C98.4897 127.833 98.701 127.75 98.946 127.75C99.1911 127.75 99.4006 127.833 99.5746 128C99.7521 128.167 99.8409 128.368 99.8409 128.602C99.8409 128.837 99.7521 129.037 99.5746 129.204C99.4006 129.371 99.1911 129.455 98.946 129.455ZM103.123 128.091V139H101.866V128.091H103.123ZM108.856 139.17C108.068 139.17 107.388 138.996 106.816 138.648C106.248 138.297 105.809 137.807 105.501 137.178C105.195 136.546 105.042 135.811 105.042 134.973C105.042 134.135 105.195 133.396 105.501 132.757C105.809 132.114 106.239 131.614 106.79 131.255C107.344 130.893 107.99 130.712 108.729 130.712C109.155 130.712 109.575 130.783 109.991 130.925C110.406 131.067 110.785 131.298 111.126 131.617C111.466 131.933 111.738 132.352 111.941 132.874C112.143 133.396 112.244 134.039 112.244 134.803V135.335H105.937V134.249H110.966C110.966 133.787 110.873 133.375 110.689 133.013C110.508 132.651 110.248 132.365 109.911 132.155C109.577 131.946 109.183 131.841 108.729 131.841C108.228 131.841 107.795 131.965 107.429 132.214C107.067 132.459 106.788 132.778 106.593 133.173C106.397 133.567 106.3 133.989 106.3 134.44V135.165C106.3 135.783 106.406 136.306 106.619 136.736C106.836 137.162 107.136 137.487 107.519 137.711C107.903 137.931 108.349 138.041 108.856 138.041C109.187 138.041 109.485 137.995 109.751 137.903C110.021 137.807 110.254 137.665 110.449 137.477C110.644 137.285 110.795 137.047 110.902 136.763L112.116 137.104C111.988 137.516 111.774 137.878 111.472 138.19C111.17 138.499 110.797 138.741 110.353 138.915C109.909 139.085 109.41 139.17 108.856 139.17ZM118.375 139V130.818H119.632V139H118.375ZM119.014 129.455C118.769 129.455 118.558 129.371 118.381 129.204C118.206 129.037 118.119 128.837 118.119 128.602C118.119 128.368 118.206 128.167 118.381 128C118.558 127.833 118.769 127.75 119.014 127.75C119.259 127.75 119.469 127.833 119.643 128C119.82 128.167 119.909 128.368 119.909 128.602C119.909 128.837 119.82 129.037 119.643 129.204C119.469 129.371 119.259 129.455 119.014 129.455ZM123.192 134.078V139H121.935V130.818H123.149V132.097H123.256C123.448 131.681 123.739 131.347 124.129 131.095C124.52 130.839 125.024 130.712 125.642 130.712C126.196 130.712 126.681 130.825 127.096 131.053C127.512 131.276 127.835 131.617 128.066 132.075C128.297 132.53 128.412 133.105 128.412 133.801V139H127.155V133.886C127.155 133.244 126.988 132.743 126.654 132.384C126.32 132.022 125.862 131.841 125.28 131.841C124.879 131.841 124.52 131.928 124.204 132.102C123.891 132.276 123.645 132.53 123.464 132.864C123.282 133.197 123.192 133.602 123.192 134.078ZM134.353 130.818V131.884H129.942V130.818H134.353ZM131.263 139V129.689C131.263 129.22 131.373 128.83 131.593 128.517C131.814 128.205 132.099 127.97 132.451 127.814C132.803 127.658 133.174 127.58 133.564 127.58C133.873 127.58 134.125 127.604 134.321 127.654C134.516 127.704 134.662 127.75 134.757 127.793L134.395 128.879C134.331 128.858 134.243 128.831 134.129 128.799C134.019 128.767 133.873 128.751 133.692 128.751C133.277 128.751 132.977 128.856 132.792 129.066C132.611 129.275 132.52 129.582 132.52 129.987V139H131.263ZM139.101 139.17C138.363 139.17 137.715 138.995 137.157 138.643C136.603 138.292 136.17 137.8 135.857 137.168C135.548 136.536 135.394 135.797 135.394 134.952C135.394 134.099 135.548 133.355 135.857 132.72C136.17 132.084 136.603 131.591 137.157 131.239C137.715 130.887 138.363 130.712 139.101 130.712C139.84 130.712 140.486 130.887 141.04 131.239C141.598 131.591 142.031 132.084 142.34 132.72C142.653 133.355 142.809 134.099 142.809 134.952C142.809 135.797 142.653 136.536 142.34 137.168C142.031 137.8 141.598 138.292 141.04 138.643C140.486 138.995 139.84 139.17 139.101 139.17ZM139.101 138.041C139.662 138.041 140.124 137.897 140.486 137.61C140.849 137.322 141.117 136.944 141.291 136.475C141.465 136.006 141.552 135.499 141.552 134.952C141.552 134.405 141.465 133.895 141.291 133.423C141.117 132.951 140.849 132.569 140.486 132.278C140.124 131.987 139.662 131.841 139.101 131.841C138.54 131.841 138.079 131.987 137.716 132.278C137.354 132.569 137.086 132.951 136.912 133.423C136.738 133.895 136.651 134.405 136.651 134.952C136.651 135.499 136.738 136.006 136.912 136.475C137.086 136.944 137.354 137.322 137.716 137.61C138.079 137.897 138.54 138.041 139.101 138.041ZM144.728 139V130.818H145.942V132.054H146.027C146.177 131.649 146.446 131.321 146.837 131.069C147.228 130.816 147.668 130.69 148.158 130.69C148.25 130.69 148.366 130.692 148.504 130.696C148.643 130.699 148.748 130.705 148.819 130.712V131.99C148.776 131.979 148.678 131.963 148.526 131.942C148.377 131.917 148.218 131.905 148.052 131.905C147.654 131.905 147.299 131.988 146.986 132.155C146.677 132.319 146.432 132.546 146.251 132.837C146.074 133.125 145.985 133.453 145.985 133.822V139H144.728ZM150.309 139V130.818H151.523V132.097H151.63C151.8 131.66 152.075 131.321 152.455 131.079C152.835 130.834 153.292 130.712 153.824 130.712C154.364 130.712 154.813 130.834 155.172 131.079C155.534 131.321 155.817 131.66 156.019 132.097H156.104C156.314 131.674 156.628 131.338 157.047 131.09C157.466 130.838 157.969 130.712 158.555 130.712C159.286 130.712 159.884 130.941 160.35 131.399C160.815 131.853 161.047 132.562 161.047 133.524V139H159.79V133.524C159.79 132.92 159.625 132.489 159.295 132.23C158.965 131.971 158.576 131.841 158.128 131.841C157.553 131.841 157.107 132.015 156.791 132.363C156.475 132.707 156.317 133.144 156.317 133.673V139H155.039V133.396C155.039 132.931 154.888 132.556 154.586 132.272C154.284 131.985 153.895 131.841 153.42 131.841C153.093 131.841 152.787 131.928 152.503 132.102C152.223 132.276 151.996 132.517 151.822 132.826C151.651 133.132 151.566 133.485 151.566 133.886V139H150.309ZM165.754 139.192C165.235 139.192 164.765 139.094 164.342 138.899C163.919 138.7 163.584 138.414 163.335 138.041C163.087 137.665 162.962 137.21 162.962 136.678C162.962 136.209 163.055 135.829 163.239 135.538C163.424 135.243 163.671 135.012 163.98 134.845C164.289 134.678 164.63 134.554 165.002 134.472C165.379 134.387 165.757 134.32 166.137 134.27C166.634 134.206 167.037 134.158 167.346 134.126C167.659 134.091 167.886 134.032 168.028 133.95C168.174 133.869 168.246 133.727 168.246 133.524V133.482C168.246 132.956 168.103 132.548 167.815 132.256C167.531 131.965 167.099 131.82 166.521 131.82C165.92 131.82 165.45 131.951 165.109 132.214C164.768 132.477 164.528 132.757 164.39 133.055L163.197 132.629C163.41 132.132 163.694 131.745 164.049 131.468C164.408 131.187 164.798 130.992 165.221 130.882C165.647 130.768 166.066 130.712 166.478 130.712C166.741 130.712 167.043 130.744 167.384 130.808C167.728 130.868 168.06 130.994 168.38 131.186C168.703 131.377 168.971 131.667 169.184 132.054C169.397 132.441 169.504 132.96 169.504 133.609V139H168.246V137.892H168.183C168.097 138.07 167.955 138.26 167.756 138.462C167.558 138.664 167.293 138.837 166.963 138.979C166.632 139.121 166.229 139.192 165.754 139.192ZM165.945 138.062C166.442 138.062 166.862 137.965 167.202 137.77C167.547 137.574 167.806 137.322 167.98 137.013C168.158 136.704 168.246 136.379 168.246 136.038V134.888C168.193 134.952 168.076 135.01 167.895 135.064C167.717 135.113 167.511 135.158 167.277 135.197C167.046 135.232 166.821 135.264 166.6 135.293C166.384 135.317 166.208 135.339 166.073 135.357C165.746 135.399 165.441 135.468 165.157 135.564C164.876 135.657 164.649 135.797 164.475 135.985C164.305 136.17 164.219 136.422 164.219 136.741C164.219 137.178 164.381 137.509 164.704 137.732C165.031 137.952 165.445 138.062 165.945 138.062ZM175.356 130.818V131.884H171.116V130.818H175.356ZM172.352 128.858H173.609V136.656C173.609 137.011 173.661 137.278 173.764 137.455C173.87 137.629 174.005 137.746 174.168 137.807C174.335 137.864 174.511 137.892 174.696 137.892C174.834 137.892 174.948 137.885 175.037 137.871C175.125 137.853 175.196 137.839 175.25 137.828L175.505 138.957C175.42 138.989 175.301 139.021 175.149 139.053C174.996 139.089 174.802 139.107 174.568 139.107C174.213 139.107 173.865 139.03 173.524 138.877C173.187 138.725 172.906 138.492 172.682 138.18C172.462 137.867 172.352 137.473 172.352 136.997V128.858ZM177.247 139V130.818H178.504V139H177.247ZM177.886 129.455C177.641 129.455 177.43 129.371 177.253 129.204C177.079 129.037 176.992 128.837 176.992 128.602C176.992 128.368 177.079 128.167 177.253 128C177.43 127.833 177.641 127.75 177.886 127.75C178.131 127.75 178.341 127.833 178.515 128C178.693 128.167 178.781 128.368 178.781 128.602C178.781 128.837 178.693 129.037 178.515 129.204C178.341 129.371 178.131 129.455 177.886 129.455ZM184.131 139.17C183.392 139.17 182.744 138.995 182.186 138.643C181.632 138.292 181.199 137.8 180.887 137.168C180.578 136.536 180.423 135.797 180.423 134.952C180.423 134.099 180.578 133.355 180.887 132.72C181.199 132.084 181.632 131.591 182.186 131.239C182.744 130.887 183.392 130.712 184.131 130.712C184.869 130.712 185.516 130.887 186.07 131.239C186.627 131.591 187.06 132.084 187.369 132.72C187.682 133.355 187.838 134.099 187.838 134.952C187.838 135.797 187.682 136.536 187.369 137.168C187.06 137.8 186.627 138.292 186.07 138.643C185.516 138.995 184.869 139.17 184.131 139.17ZM184.131 138.041C184.692 138.041 185.153 137.897 185.516 137.61C185.878 137.322 186.146 136.944 186.32 136.475C186.494 136.006 186.581 135.499 186.581 134.952C186.581 134.405 186.494 133.895 186.32 133.423C186.146 132.951 185.878 132.569 185.516 132.278C185.153 131.987 184.692 131.841 184.131 131.841C183.57 131.841 183.108 131.987 182.746 132.278C182.384 132.569 182.115 132.951 181.941 133.423C181.767 133.895 181.68 134.405 181.68 134.952C181.68 135.499 181.767 136.006 181.941 136.475C182.115 136.944 182.384 137.322 182.746 137.61C183.108 137.897 183.57 138.041 184.131 138.041ZM191.014 134.078V139H189.757V130.818H190.972V132.097H191.078C191.27 131.681 191.561 131.347 191.952 131.095C192.342 130.839 192.847 130.712 193.464 130.712C194.018 130.712 194.503 130.825 194.919 131.053C195.334 131.276 195.657 131.617 195.888 132.075C196.119 132.53 196.234 133.105 196.234 133.801V139H194.977V133.886C194.977 133.244 194.81 132.743 194.476 132.384C194.143 132.022 193.685 131.841 193.102 131.841C192.701 131.841 192.342 131.928 192.026 132.102C191.714 132.276 191.467 132.53 191.286 132.864C191.105 133.197 191.014 133.602 191.014 134.078Z", fill: "black", fillOpacity: 0.87 }), /* @__PURE__ */ React$1.createElement("path", { d: "M39.9473 108H312.052", stroke: "black", strokeOpacity: 0.12 })), /* @__PURE__ */ React$1.createElement("path", { d: "M32.3206 141.318C32.6178 140.544 32.2319 139.676 31.4586 139.379L18.8573 134.536C18.0841 134.239 17.2163 134.625 16.919 135.398C16.6218 136.171 17.0077 137.039 17.781 137.336L28.9821 141.641L24.6769 152.842C24.3796 153.616 24.7656 154.484 25.5388 154.781C26.3121 155.078 27.1799 154.692 27.4771 153.919L32.3206 141.318ZM3.91527 177.875C3.83888 178.7 4.44567 179.43 5.27057 179.507C6.09547 179.583 6.8261 178.976 6.90249 178.151L5.40888 178.013L3.91527 177.875ZM5.40888 178.013L6.90249 178.151C8.11223 165.087 14.2742 156.092 20.1512 150.343C23.093 147.466 25.9591 145.407 28.0844 144.07C29.1462 143.402 30.0205 142.916 30.6235 142.6C30.9248 142.442 31.1581 142.327 31.3128 142.252C31.3901 142.215 31.4477 142.188 31.4844 142.171C31.5027 142.162 31.5157 142.156 31.5234 142.153C31.5272 142.151 31.5297 142.15 31.5308 142.15C31.5313 142.149 31.5315 142.149 31.5314 142.149C31.5313 142.149 31.531 142.149 31.5309 142.15C31.5305 142.15 31.5299 142.15 30.9204 140.779C30.3109 139.409 30.3102 139.409 30.3094 139.409C30.309 139.41 30.3081 139.41 30.3073 139.41C30.3058 139.411 30.3039 139.412 30.3017 139.413C30.2972 139.415 30.2913 139.418 30.2841 139.421C30.2696 139.427 30.2496 139.437 30.2243 139.448C30.1737 139.472 30.1018 139.505 30.01 139.55C29.8264 139.638 29.5628 139.769 29.2301 139.943C28.5648 140.292 27.6219 140.817 26.4873 141.53C24.2199 142.956 21.1769 145.143 18.0533 148.199C11.7997 154.316 5.20583 163.938 3.91527 177.875L5.40888 178.013Z", fill: "black", fillOpacity: 0.87 }), /* @__PURE__ */ React$1.createElement("defs", null, /* @__PURE__ */ React$1.createElement("filter", { id: "filter0_d_4011_3451", x: 16, y: 18, width: 319.003, height: 178, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ React$1.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React$1.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ React$1.createElement("feOffset", { dy: 2 }), /* @__PURE__ */ React$1.createElement("feGaussianBlur", { stdDeviation: 4 }), /* @__PURE__ */ React$1.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React$1.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), /* @__PURE__ */ React$1.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_4011_3451" }), /* @__PURE__ */ React$1.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_4011_3451", result: "shape" })), /* @__PURE__ */ React$1.createElement("linearGradient", { id: "paint0_linear_4011_3451", x1: 176, y1: 168, x2: 176.142, y2: 117, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React$1.createElement("stop", { offset: 0.25, stopColor: "#F9F9F9" }), /* @__PURE__ */ React$1.createElement("stop", { offset: 1, stopColor: "#F9F9F9", stopOpacity: 0 })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip0_4011_3451" }, /* @__PURE__ */ React$1.createElement("rect", { width: 352, height: 161, rx: 8, fill: "white" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip1_4011_3451" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(39.9473 72)" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip2_4011_3451" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(39.9473 124)" }))));
75061
+ const TouchIndicator = ({
75062
+ style,
75063
+ ...props
75064
+ }) => {
75065
+ const theme = useTheme();
75066
+ const { hover, selected } = theme.palette.action;
75067
+ const styles = {
75068
+ position: "absolute",
75069
+ height: "36px",
75070
+ width: "36px",
75071
+ background: `radial-gradient(circle, ${hover} 0%, ${selected} 100%)`,
75072
+ stroke: theme.palette.divider,
75073
+ filter: "drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12))",
75074
+ strokeWidth: "1px",
75075
+ border: `1px solid ${theme.palette.divider}`,
75076
+ borderRadius: "50%",
75077
+ ...style
75078
+ };
75079
+ return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { "aria-hidden": "true", className: "touch-indicator", style: styles, ...props });
75080
+ };
76556
75081
 
76557
- const SvgIavWellsDark = (props) => /* @__PURE__ */ React$1.createElement("svg", { width: "100%", height: "auto", viewBox: "0 0 352 177", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "image", ...props }, /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip0_4034_3804)" }, /* @__PURE__ */ React$1.createElement("ellipse", { opacity: 0.5, cx: 175.5, cy: 98, rx: 379.5, ry: 165, fill: "url(#paint0_radial_4034_3804)" }), /* @__PURE__ */ React$1.createElement("rect", { x: 24, y: 24, width: 303.003, height: 162, rx: 4, fill: "#2C3137" }), /* @__PURE__ */ React$1.createElement("path", { d: "M24 28C24 25.7909 25.7909 24 28 24H323C325.209 24 327 25.7909 327 28V56H24V28Z", fill: "#D9181F" }), /* @__PURE__ */ React$1.createElement("path", { d: "M126.815 45L123.736 34.0909H125.862L127.827 42.1076H127.928L130.027 34.0909H131.961L134.065 42.1129H134.161L136.126 34.0909H138.252L135.173 45H133.223L131.039 37.3455H130.954L128.765 45H126.815ZM139.622 45V34.0909H146.717V35.7475H141.598V38.7092H146.349V40.3658H141.598V43.3434H146.76V45H139.622ZM148.733 45V34.0909H150.709V43.3434H155.514V45H148.733ZM157.229 45V34.0909H159.205V43.3434H164.01V45H157.229ZM171.654 37.0898C171.604 36.6246 171.395 36.2624 171.025 36.0032C170.66 35.744 170.184 35.6143 169.598 35.6143C169.186 35.6143 168.833 35.6765 168.538 35.8008C168.243 35.9251 168.018 36.0937 167.861 36.3068C167.705 36.5199 167.625 36.7631 167.622 37.0366C167.622 37.2638 167.673 37.4609 167.776 37.6278C167.883 37.7947 168.026 37.9368 168.208 38.054C168.389 38.1676 168.589 38.2635 168.81 38.3416C169.03 38.4197 169.252 38.4854 169.475 38.5387L170.498 38.7944C170.91 38.8903 171.306 39.0199 171.686 39.1832C172.069 39.3466 172.412 39.5526 172.714 39.8011C173.019 40.0497 173.261 40.3498 173.438 40.7013C173.616 41.0529 173.705 41.4648 173.705 41.9371C173.705 42.5763 173.541 43.1392 173.215 43.6257C172.888 44.1087 172.416 44.4869 171.798 44.7603C171.183 45.0302 170.439 45.1651 169.566 45.1651C168.717 45.1651 167.98 45.0337 167.355 44.771C166.734 44.5082 166.247 44.1246 165.896 43.6204C165.548 43.1161 165.36 42.5018 165.331 41.7773H167.275C167.304 42.1573 167.421 42.4734 167.627 42.7255C167.833 42.9776 168.101 43.1658 168.431 43.2901C168.765 43.4144 169.138 43.4766 169.55 43.4766C169.98 43.4766 170.356 43.4126 170.679 43.2848C171.006 43.1534 171.262 42.9723 171.446 42.7415C171.631 42.5071 171.725 42.2337 171.729 41.9212C171.725 41.6371 171.642 41.4027 171.478 41.218C171.315 41.0298 171.086 40.8736 170.791 40.7493C170.5 40.6214 170.159 40.5078 169.768 40.4084L168.527 40.0888C167.629 39.858 166.919 39.5082 166.397 39.0394C165.878 38.5671 165.619 37.9403 165.619 37.1591C165.619 36.5163 165.793 35.9535 166.141 35.4705C166.492 34.9876 166.97 34.6129 167.574 34.3466C168.177 34.0767 168.861 33.9418 169.625 33.9418C170.399 33.9418 171.077 34.0767 171.659 34.3466C172.245 34.6129 172.705 34.984 173.039 35.4599C173.373 35.9322 173.545 36.4755 173.556 37.0898H171.654ZM179.187 45V34.0909H186.176V35.7475H181.163V38.7092H185.697V40.3658H181.163V45H179.187ZM188.015 45H185.906L189.746 34.0909H192.186L196.032 45H193.922L191.009 36.3281H190.923L188.015 45ZM188.084 40.7227H193.837V42.31H188.084V40.7227ZM197.469 45V34.0909H201.559C202.397 34.0909 203.101 34.2365 203.669 34.5277C204.241 34.8189 204.672 35.2273 204.963 35.7528C205.258 36.2749 205.405 36.8839 205.405 37.5799C205.405 38.2795 205.256 38.8867 204.958 39.4016C204.663 39.913 204.228 40.3089 203.653 40.5895C203.078 40.8665 202.371 41.005 201.533 41.005H198.619V39.3643H201.266C201.757 39.3643 202.158 39.2969 202.47 39.1619C202.783 39.0234 203.014 38.8228 203.163 38.56C203.315 38.2937 203.392 37.967 203.392 37.5799C203.392 37.1928 203.315 36.8626 203.163 36.5891C203.01 36.3121 202.777 36.1026 202.465 35.9606C202.152 35.815 201.749 35.7422 201.256 35.7422H199.445V45H197.469ZM203.104 40.0568L205.805 45H203.6L200.947 40.0568H203.104ZM214.533 37.5746C214.444 37.2869 214.321 37.0295 214.165 36.8022C214.012 36.5714 213.828 36.3743 213.611 36.2109C213.398 36.0476 213.153 35.9251 212.876 35.8434C212.599 35.7582 212.297 35.7156 211.97 35.7156C211.385 35.7156 210.863 35.8629 210.404 36.1577C209.946 36.4524 209.586 36.8857 209.323 37.4574C209.064 38.0256 208.934 38.718 208.934 39.5348C208.934 40.3587 209.064 41.0565 209.323 41.6282C209.582 42.1999 209.943 42.6349 210.404 42.9332C210.866 43.228 211.402 43.3754 212.013 43.3754C212.567 43.3754 213.046 43.2688 213.451 43.0558C213.86 42.8427 214.174 42.5408 214.394 42.1502C214.614 41.756 214.724 41.2944 214.724 40.7653L215.172 40.8345H212.21V39.2898H216.637V40.6001C216.637 41.5341 216.438 42.342 216.04 43.0238C215.642 43.7056 215.095 44.2312 214.399 44.6005C213.703 44.9663 212.904 45.1491 212.002 45.1491C210.997 45.1491 210.115 44.9237 209.355 44.4727C208.599 44.0181 208.007 43.3736 207.581 42.5391C207.159 41.701 206.947 40.7067 206.947 39.5561C206.947 38.6754 207.072 37.8888 207.32 37.1964C207.572 36.5039 207.924 35.9162 208.375 35.4332C208.826 34.9467 209.355 34.5774 209.962 34.3253C210.57 34.0696 211.23 33.9418 211.944 33.9418C212.548 33.9418 213.11 34.0305 213.632 34.2081C214.154 34.3821 214.618 34.6307 215.023 34.9538C215.431 35.277 215.767 35.6605 216.029 36.1044C216.292 36.5483 216.464 37.0384 216.546 37.5746H214.533ZM228.295 39.5455C228.295 40.7209 228.075 41.7276 227.635 42.5657C227.198 43.4002 226.602 44.0394 225.845 44.4833C225.092 44.9272 224.238 45.1491 223.283 45.1491C222.328 45.1491 221.472 44.9272 220.716 44.4833C219.963 44.0359 219.366 43.3949 218.926 42.5604C218.489 41.7223 218.271 40.7173 218.271 39.5455C218.271 38.37 218.489 37.3651 218.926 36.5305C219.366 35.6925 219.963 35.0515 220.716 34.6076C221.472 34.1637 222.328 33.9418 223.283 33.9418C224.238 33.9418 225.092 34.1637 225.845 34.6076C226.602 35.0515 227.198 35.6925 227.635 36.5305C228.075 37.3651 228.295 38.37 228.295 39.5455ZM226.309 39.5455C226.309 38.718 226.179 38.0202 225.92 37.4521C225.664 36.8803 225.309 36.4489 224.854 36.1577C224.4 35.8629 223.876 35.7156 223.283 35.7156C222.69 35.7156 222.166 35.8629 221.712 36.1577C221.257 36.4489 220.9 36.8803 220.641 37.4521C220.385 38.0202 220.257 38.718 220.257 39.5455C220.257 40.3729 220.385 41.0724 220.641 41.6442C220.9 42.2124 221.257 42.6438 221.712 42.9386C222.166 43.2298 222.69 43.3754 223.283 43.3754C223.876 43.3754 224.4 43.2298 224.854 42.9386C225.309 42.6438 225.664 42.2124 225.92 41.6442C226.179 41.0724 226.309 40.3729 226.309 39.5455Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip1_4034_3804)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.8848 82.875L47.6348 81.6458C47.482 81.4931 47.3084 81.4167 47.1139 81.4167C46.9195 81.4167 46.7459 81.4931 46.5931 81.6458C46.4403 81.7986 46.3639 81.9792 46.3639 82.1875C46.3639 82.3819 46.4403 82.5556 46.5931 82.7083L48.3639 84.4792C48.5167 84.6319 48.6903 84.7083 48.8848 84.7083C49.0792 84.7083 49.2528 84.6319 49.4056 84.4792L53.3014 80.5833C53.4542 80.4306 53.5306 80.2569 53.5306 80.0625C53.5306 79.8542 53.4542 79.6736 53.3014 79.5208C53.1487 79.3681 52.975 79.2917 52.7806 79.2917C52.5862 79.2917 52.4125 79.3681 52.2598 79.5208L48.8848 82.875ZM44.4473 89C44.0306 89 43.6764 88.8542 43.3848 88.5625C43.0931 88.2708 42.9473 87.9167 42.9473 87.5V76.5C42.9473 76.0833 43.0931 75.7292 43.3848 75.4375C43.6764 75.1458 44.0306 75 44.4473 75H55.4473C55.8639 75 56.2181 75.1458 56.5098 75.4375C56.8014 75.7292 56.9473 76.0833 56.9473 76.5V87.5C56.9473 87.9167 56.8014 88.2708 56.5098 88.5625C56.2181 88.8542 55.8639 89 55.4473 89H44.4473Z", fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M78.0467 79.5H76.7257C76.6476 79.12 76.5108 78.7862 76.3155 78.4986C76.1238 78.2109 75.8894 77.9695 75.6124 77.7741C75.339 77.5753 75.0353 77.4261 74.7015 77.3267C74.3677 77.2273 74.0197 77.1776 73.6575 77.1776C72.997 77.1776 72.3986 77.3445 71.8624 77.6783C71.3297 78.0121 70.9054 78.5039 70.5893 79.1538C70.2768 79.8036 70.1206 80.6009 70.1206 81.5455C70.1206 82.4901 70.2768 83.2873 70.5893 83.9371C70.9054 84.587 71.3297 85.0788 71.8624 85.4126C72.3986 85.7464 72.997 85.9134 73.6575 85.9134C74.0197 85.9134 74.3677 85.8636 74.7015 85.7642C75.0353 85.6648 75.339 85.5174 75.6124 85.3221C75.8894 85.1232 76.1238 84.88 76.3155 84.5923C76.5108 84.3011 76.6476 83.9673 76.7257 83.5909H78.0467C77.9473 84.1484 77.7662 84.6474 77.5034 85.0877C77.2406 85.5281 76.9139 85.9027 76.5233 86.2116C76.1326 86.517 75.6941 86.7496 75.2076 86.9094C74.7246 87.0692 74.2079 87.1491 73.6575 87.1491C72.7271 87.1491 71.8997 86.9219 71.1752 86.4673C70.4508 86.0128 69.8809 85.3665 69.4654 84.5284C69.0499 83.6903 68.8422 82.696 68.8422 81.5455C68.8422 80.3949 69.0499 79.4006 69.4654 78.5625C69.8809 77.7244 70.4508 77.0781 71.1752 76.6236C71.8997 76.169 72.7271 75.9418 73.6575 75.9418C74.2079 75.9418 74.7246 76.0217 75.2076 76.1815C75.6941 76.3413 76.1326 76.5756 76.5233 76.8846C76.9139 77.19 77.2406 77.5629 77.5034 78.0032C77.7662 78.44 77.9473 78.9389 78.0467 79.5ZM81.268 82.0781V87H80.0109V76.0909H81.268V80.0966H81.3746C81.5663 79.674 81.854 79.3384 82.2375 79.0898C82.6246 78.8377 83.1395 78.7116 83.7822 78.7116C84.3398 78.7116 84.828 78.8235 85.2471 79.0472C85.6661 79.2674 85.991 79.6065 86.2219 80.0646C86.4562 80.5192 86.5734 81.098 86.5734 81.8011V87H85.3163V81.8864C85.3163 81.2365 85.1476 80.734 84.8103 80.3789C84.4765 80.0202 84.0131 79.8409 83.42 79.8409C83.0081 79.8409 82.6388 79.9279 82.3121 80.1019C81.9889 80.2759 81.7332 80.5298 81.545 80.8636C81.3604 81.1974 81.268 81.6023 81.268 82.0781ZM92.3036 87.1705C91.5153 87.1705 90.8352 86.9964 90.2635 86.6484C89.6953 86.2969 89.2567 85.8068 88.9478 85.1783C88.6424 84.5462 88.4897 83.8111 88.4897 82.973C88.4897 82.1349 88.6424 81.3963 88.9478 80.7571C89.2567 80.1143 89.6864 79.6136 90.2369 79.255C90.7908 78.8928 91.4371 78.7116 92.1758 78.7116C92.6019 78.7116 93.0227 78.7827 93.4382 78.9247C93.8537 79.0668 94.2319 79.2976 94.5728 79.6172C94.9137 79.9332 95.1854 80.3523 95.3878 80.8743C95.5902 81.3963 95.6914 82.0391 95.6914 82.8026V83.3352H89.3846V82.2486H94.413C94.413 81.7869 94.3207 81.375 94.136 81.0128C93.9549 80.6506 93.6957 80.3647 93.3583 80.1552C93.0245 79.9457 92.6303 79.8409 92.1758 79.8409C91.6751 79.8409 91.2418 79.9652 90.8761 80.2138C90.5138 80.4588 90.2351 80.7784 90.0398 81.1726C89.8445 81.5668 89.7468 81.9893 89.7468 82.4403V83.1648C89.7468 83.7827 89.8533 84.3065 90.0664 84.7362C90.283 85.1623 90.5831 85.4872 90.9666 85.7109C91.3501 85.9311 91.7958 86.0412 92.3036 86.0412C92.6339 86.0412 92.9322 85.995 93.1985 85.9027C93.4684 85.8068 93.701 85.6648 93.8963 85.4766C94.0916 85.2848 94.2425 85.0469 94.3491 84.7628L95.5636 85.1037C95.4357 85.5156 95.2209 85.8778 94.919 86.1903C94.6172 86.4993 94.2443 86.7408 93.8004 86.9148C93.3565 87.0852 92.8576 87.1705 92.3036 87.1705ZM100.928 87.1705C100.161 87.1705 99.5 86.9893 98.946 86.6271C98.392 86.2649 97.9659 85.766 97.6676 85.1303C97.3693 84.4947 97.2202 83.7685 97.2202 82.9517C97.2202 82.1207 97.3729 81.3874 97.6783 80.7518C97.9872 80.1126 98.4169 79.6136 98.9673 79.255C99.5213 78.8928 100.168 78.7116 100.906 78.7116C101.482 78.7116 102 78.8182 102.462 79.0312C102.923 79.2443 103.301 79.5426 103.596 79.9261C103.891 80.3097 104.074 80.7571 104.145 81.2685H102.888C102.792 80.8956 102.579 80.5653 102.249 80.2777C101.922 79.9865 101.482 79.8409 100.928 79.8409C100.438 79.8409 100.008 79.9687 99.6385 80.2244C99.2727 80.4766 98.9869 80.8335 98.7809 81.2951C98.5785 81.7532 98.4773 82.2912 98.4773 82.9091C98.4773 83.5412 98.5767 84.0916 98.7756 84.5604C98.978 85.0291 99.2621 85.3931 99.6278 85.6523C99.9972 85.9116 100.43 86.0412 100.928 86.0412C101.254 86.0412 101.551 85.9844 101.817 85.8707C102.083 85.7571 102.309 85.5938 102.494 85.3807C102.678 85.1676 102.81 84.9119 102.888 84.6136H104.145C104.074 85.0966 103.898 85.5316 103.618 85.9187C103.341 86.3022 102.973 86.6076 102.515 86.8349C102.06 87.0586 101.531 87.1705 100.928 87.1705ZM107.154 84.017L107.133 82.4616H107.389L110.968 78.8182H112.524L108.71 82.6747H108.603L107.154 84.017ZM105.983 87V76.0909H107.24V87H105.983ZM111.181 87L107.985 82.9517L108.88 82.0781L112.779 87H111.181ZM114.142 87V78.8182H115.399V87H114.142ZM114.781 77.4545C114.536 77.4545 114.325 77.3711 114.147 77.2042C113.973 77.0373 113.886 76.8366 113.886 76.6023C113.886 76.3679 113.973 76.1673 114.147 76.0004C114.325 75.8335 114.536 75.75 114.781 75.75C115.026 75.75 115.236 75.8335 115.41 76.0004C115.587 76.1673 115.676 76.3679 115.676 76.6023C115.676 76.8366 115.587 77.0373 115.41 77.2042C115.236 77.3711 115.026 77.4545 114.781 77.4545ZM118.958 82.0781V87H117.701V78.8182H118.916V80.0966H119.022C119.214 79.6811 119.505 79.3473 119.896 79.0952C120.287 78.8395 120.791 78.7116 121.409 78.7116C121.963 78.7116 122.447 78.8253 122.863 79.0526C123.278 79.2763 123.602 79.6172 123.832 80.0753C124.063 80.5298 124.179 81.1051 124.179 81.8011V87H122.922V81.8864C122.922 81.2436 122.755 80.7429 122.421 80.3842C122.087 80.022 121.629 79.8409 121.047 79.8409C120.645 79.8409 120.287 79.9279 119.971 80.1019C119.658 80.2759 119.411 80.5298 119.23 80.8636C119.049 81.1974 118.958 81.6023 118.958 82.0781ZM129.778 90.2386C129.171 90.2386 128.649 90.1605 128.212 90.0043C127.775 89.8516 127.411 89.6491 127.12 89.397C126.833 89.1484 126.604 88.8821 126.433 88.598L127.435 87.8949C127.548 88.044 127.692 88.2145 127.866 88.4062C128.04 88.6016 128.278 88.7702 128.58 88.9123C128.885 89.0579 129.285 89.1307 129.778 89.1307C130.439 89.1307 130.984 88.9709 131.414 88.6513C131.843 88.3317 132.058 87.831 132.058 87.1491V85.4872H131.952C131.859 85.6364 131.728 85.821 131.557 86.0412C131.391 86.2578 131.149 86.4513 130.833 86.6218C130.521 86.7887 130.098 86.8722 129.565 86.8722C128.905 86.8722 128.312 86.7159 127.786 86.4034C127.264 86.0909 126.85 85.6364 126.545 85.0398C126.243 84.4432 126.092 83.7187 126.092 82.8665C126.092 82.0284 126.24 81.2987 126.534 80.6772C126.829 80.0522 127.239 79.5692 127.765 79.2283C128.29 78.8839 128.898 78.7116 129.587 78.7116C130.119 78.7116 130.542 78.8004 130.854 78.978C131.17 79.152 131.412 79.3509 131.579 79.5746C131.749 79.7947 131.881 79.9759 131.973 80.1179H132.101V78.8182H133.315V87.2344C133.315 87.9375 133.155 88.5092 132.836 88.9496C132.52 89.3935 132.094 89.7184 131.557 89.9244C131.025 90.1339 130.432 90.2386 129.778 90.2386ZM129.736 85.7429C130.24 85.7429 130.666 85.6275 131.014 85.3967C131.362 85.1658 131.627 84.8338 131.808 84.4006C131.989 83.9673 132.079 83.4489 132.079 82.8452C132.079 82.2557 131.991 81.7354 131.813 81.2844C131.636 80.8335 131.373 80.4801 131.025 80.2244C130.677 79.9687 130.247 79.8409 129.736 79.8409C129.203 79.8409 128.759 79.9759 128.404 80.2457C128.052 80.5156 127.788 80.8778 127.61 81.3324C127.436 81.7869 127.349 82.2912 127.349 82.8452C127.349 83.4134 127.438 83.9158 127.616 84.3526C127.797 84.7859 128.063 85.1268 128.415 85.3754C128.77 85.6204 129.21 85.7429 129.736 85.7429ZM143.159 87.1705C142.42 87.1705 141.772 86.9947 141.215 86.6431C140.661 86.2915 140.228 85.7997 139.915 85.1676C139.606 84.5355 139.452 83.7969 139.452 82.9517C139.452 82.0994 139.606 81.3555 139.915 80.7198C140.228 80.0842 140.661 79.5906 141.215 79.239C141.772 78.8874 142.42 78.7116 143.159 78.7116C143.898 78.7116 144.544 78.8874 145.098 79.239C145.655 79.5906 146.089 80.0842 146.398 80.7198C146.71 81.3555 146.866 82.0994 146.866 82.9517C146.866 83.7969 146.71 84.5355 146.398 85.1676C146.089 85.7997 145.655 86.2915 145.098 86.6431C144.544 86.9947 143.898 87.1705 143.159 87.1705ZM143.159 86.0412C143.72 86.0412 144.182 85.8974 144.544 85.6097C144.906 85.3221 145.174 84.9439 145.348 84.4751C145.522 84.0064 145.609 83.4986 145.609 82.9517C145.609 82.4048 145.522 81.8952 145.348 81.4229C145.174 80.9506 144.906 80.5689 144.544 80.2777C144.182 79.9865 143.72 79.8409 143.159 79.8409C142.598 79.8409 142.136 79.9865 141.774 80.2777C141.412 80.5689 141.144 80.9506 140.97 81.4229C140.796 81.8952 140.709 82.4048 140.709 82.9517C140.709 83.4986 140.796 84.0064 140.97 84.4751C141.144 84.9439 141.412 85.3221 141.774 85.6097C142.136 85.8974 142.598 86.0412 143.159 86.0412ZM148.785 87V78.8182H150V80.054H150.085C150.234 79.6491 150.504 79.3207 150.895 79.0685C151.285 78.8164 151.726 78.6903 152.216 78.6903C152.308 78.6903 152.423 78.6921 152.562 78.6957C152.7 78.6992 152.805 78.7045 152.876 78.7116V79.9901C152.834 79.9794 152.736 79.9634 152.583 79.9421C152.434 79.9173 152.276 79.9048 152.109 79.9048C151.711 79.9048 151.356 79.9883 151.044 80.1552C150.735 80.3185 150.49 80.5458 150.309 80.837C150.131 81.1246 150.042 81.4531 150.042 81.8224V87H148.785ZM164.381 80.6506L163.251 80.9702C163.18 80.782 163.076 80.5991 162.937 80.4215C162.802 80.2404 162.617 80.0913 162.383 79.9741C162.149 79.8569 161.849 79.7983 161.483 79.7983C160.982 79.7983 160.565 79.9137 160.231 80.1445C159.901 80.3718 159.736 80.6612 159.736 81.0128C159.736 81.3253 159.849 81.5721 160.077 81.7532C160.304 81.9343 160.659 82.0852 161.142 82.206L162.356 82.5043C163.088 82.6818 163.633 82.9535 163.992 83.3192C164.35 83.6815 164.53 84.1484 164.53 84.7202C164.53 85.1889 164.395 85.608 164.125 85.9773C163.859 86.3466 163.486 86.6378 163.006 86.8509C162.527 87.0639 161.969 87.1705 161.334 87.1705C160.499 87.1705 159.809 86.9893 159.262 86.6271C158.715 86.2649 158.369 85.7358 158.223 85.0398L159.416 84.7415C159.53 85.1818 159.745 85.5121 160.061 85.7322C160.38 85.9524 160.797 86.0625 161.312 86.0625C161.898 86.0625 162.364 85.9382 162.708 85.6896C163.056 85.4375 163.23 85.1357 163.23 84.7841C163.23 84.5 163.131 84.2621 162.932 84.0703C162.733 83.875 162.427 83.7294 162.016 83.6335L160.652 83.3139C159.903 83.1364 159.352 82.8612 159.001 82.4883C158.653 82.1119 158.479 81.6413 158.479 81.0767C158.479 80.6151 158.608 80.2067 158.867 79.8516C159.13 79.4964 159.487 79.2177 159.938 79.0153C160.393 78.8129 160.908 78.7116 161.483 78.7116C162.293 78.7116 162.928 78.8892 163.39 79.2443C163.855 79.5994 164.185 80.0682 164.381 80.6506ZM168.83 87.1918C168.311 87.1918 167.841 87.0941 167.418 86.8988C166.996 86.6999 166.66 86.4141 166.411 86.0412C166.163 85.6648 166.039 85.2102 166.039 84.6776C166.039 84.2088 166.131 83.8288 166.316 83.5376C166.5 83.2429 166.747 83.0121 167.056 82.8452C167.365 82.6783 167.706 82.554 168.079 82.4723C168.455 82.3871 168.833 82.3196 169.213 82.2699C169.71 82.206 170.113 82.158 170.422 82.1261C170.735 82.0906 170.962 82.032 171.104 81.9503C171.25 81.8686 171.323 81.7266 171.323 81.5241V81.4815C171.323 80.956 171.179 80.5476 170.891 80.2564C170.607 79.9652 170.176 79.8196 169.597 79.8196C168.997 79.8196 168.526 79.951 168.185 80.2138C167.844 80.4766 167.605 80.7571 167.466 81.0554L166.273 80.6293C166.486 80.1321 166.77 79.745 167.125 79.468C167.484 79.1875 167.874 78.9922 168.297 78.8821C168.723 78.7685 169.142 78.7116 169.554 78.7116C169.817 78.7116 170.119 78.7436 170.46 78.8075C170.804 78.8679 171.136 78.994 171.456 79.1857C171.779 79.3775 172.047 79.6669 172.26 80.054C172.473 80.4411 172.58 80.9595 172.58 81.6094V87H171.323V85.892H171.259C171.173 86.0696 171.031 86.2596 170.833 86.462C170.634 86.6644 170.369 86.8366 170.039 86.9787C169.709 87.1207 169.306 87.1918 168.83 87.1918ZM169.021 86.0625C169.519 86.0625 169.938 85.9648 170.279 85.7695C170.623 85.5742 170.882 85.3221 171.056 85.0131C171.234 84.7042 171.323 84.3793 171.323 84.0384V82.8878C171.269 82.9517 171.152 83.0103 170.971 83.0636C170.794 83.1133 170.588 83.1577 170.353 83.1967C170.122 83.2322 169.897 83.2642 169.677 83.2926C169.46 83.3175 169.284 83.3388 169.149 83.3565C168.823 83.3991 168.517 83.4684 168.233 83.5643C167.953 83.6566 167.725 83.7969 167.551 83.9851C167.381 84.1697 167.296 84.4219 167.296 84.7415C167.296 85.1783 167.457 85.5085 167.78 85.7322C168.107 85.9524 168.521 86.0625 169.021 86.0625ZM181.272 78.8182L178.246 87H176.968L173.942 78.8182H175.306L177.564 85.3381H177.649L179.908 78.8182H181.272ZM182.931 87V78.8182H184.188V87H182.931ZM183.57 77.4545C183.325 77.4545 183.114 77.3711 182.936 77.2042C182.762 77.0373 182.675 76.8366 182.675 76.6023C182.675 76.3679 182.762 76.1673 182.936 76.0004C183.114 75.8335 183.325 75.75 183.57 75.75C183.815 75.75 184.025 75.8335 184.199 76.0004C184.376 76.1673 184.465 76.3679 184.465 76.6023C184.465 76.8366 184.376 77.0373 184.199 77.2042C184.025 77.3711 183.815 77.4545 183.57 77.4545ZM187.748 82.0781V87H186.49V78.8182H187.705V80.0966H187.811C188.003 79.6811 188.294 79.3473 188.685 79.0952C189.076 78.8395 189.58 78.7116 190.198 78.7116C190.752 78.7116 191.237 78.8253 191.652 79.0526C192.067 79.2763 192.391 79.6172 192.621 80.0753C192.852 80.5298 192.968 81.1051 192.968 81.8011V87H191.711V81.8864C191.711 81.2436 191.544 80.7429 191.21 80.3842C190.876 80.022 190.418 79.8409 189.836 79.8409C189.434 79.8409 189.076 79.9279 188.76 80.1019C188.447 80.2759 188.2 80.5298 188.019 80.8636C187.838 81.1974 187.748 81.6023 187.748 82.0781ZM198.567 90.2386C197.96 90.2386 197.438 90.1605 197.001 90.0043C196.565 89.8516 196.201 89.6491 195.909 89.397C195.622 89.1484 195.393 88.8821 195.222 88.598L196.224 87.8949C196.337 88.044 196.481 88.2145 196.655 88.4062C196.829 88.6016 197.067 88.7702 197.369 88.9123C197.674 89.0579 198.074 89.1307 198.567 89.1307C199.228 89.1307 199.773 88.9709 200.203 88.6513C200.632 88.3317 200.847 87.831 200.847 87.1491V85.4872H200.741C200.648 85.6364 200.517 85.821 200.347 86.0412C200.18 86.2578 199.938 86.4513 199.622 86.6218C199.31 86.7887 198.887 86.8722 198.354 86.8722C197.694 86.8722 197.101 86.7159 196.575 86.4034C196.053 86.0909 195.639 85.6364 195.334 85.0398C195.032 84.4432 194.881 83.7187 194.881 82.8665C194.881 82.0284 195.029 81.2987 195.323 80.6772C195.618 80.0522 196.028 79.5692 196.554 79.2283C197.079 78.8839 197.687 78.7116 198.376 78.7116C198.908 78.7116 199.331 78.8004 199.643 78.978C199.959 79.152 200.201 79.3509 200.368 79.5746C200.538 79.7947 200.67 79.9759 200.762 80.1179H200.89V78.8182H202.104V87.2344C202.104 87.9375 201.945 88.5092 201.625 88.9496C201.309 89.3935 200.883 89.7184 200.347 89.9244C199.814 90.1339 199.221 90.2386 198.567 90.2386ZM198.525 85.7429C199.029 85.7429 199.455 85.6275 199.803 85.3967C200.151 85.1658 200.416 84.8338 200.597 84.4006C200.778 83.9673 200.869 83.4489 200.869 82.8452C200.869 82.2557 200.78 81.7354 200.602 81.2844C200.425 80.8335 200.162 80.4801 199.814 80.2244C199.466 79.9687 199.036 79.8409 198.525 79.8409C197.992 79.8409 197.548 79.9759 197.193 80.2457C196.842 80.5156 196.577 80.8778 196.399 81.3324C196.225 81.7869 196.138 82.2912 196.138 82.8452C196.138 83.4134 196.227 83.9158 196.405 84.3526C196.586 84.7859 196.852 85.1268 197.204 85.3754C197.559 85.6204 197.999 85.7429 198.525 85.7429ZM210.201 80.6506L209.072 80.9702C209.001 80.782 208.896 80.5991 208.757 80.4215C208.622 80.2404 208.438 80.0913 208.203 79.9741C207.969 79.8569 207.669 79.7983 207.303 79.7983C206.802 79.7983 206.385 79.9137 206.051 80.1445C205.721 80.3718 205.556 80.6612 205.556 81.0128C205.556 81.3253 205.67 81.5721 205.897 81.7532C206.124 81.9343 206.479 82.0852 206.962 82.206L208.177 82.5043C208.908 82.6818 209.453 82.9535 209.812 83.3192C210.171 83.6815 210.35 84.1484 210.35 84.7202C210.35 85.1889 210.215 85.608 209.945 85.9773C209.679 86.3466 209.306 86.6378 208.827 86.8509C208.347 87.0639 207.79 87.1705 207.154 87.1705C206.32 87.1705 205.629 86.9893 205.082 86.6271C204.535 86.2649 204.189 85.7358 204.043 85.0398L205.236 84.7415C205.35 85.1818 205.565 85.5121 205.881 85.7322C206.201 85.9524 206.618 86.0625 207.133 86.0625C207.719 86.0625 208.184 85.9382 208.528 85.6896C208.876 85.4375 209.05 85.1357 209.05 84.7841C209.05 84.5 208.951 84.2621 208.752 84.0703C208.553 83.875 208.248 83.7294 207.836 83.6335L206.472 83.3139C205.723 83.1364 205.172 82.8612 204.821 82.4883C204.473 82.1119 204.299 81.6413 204.299 81.0767C204.299 80.6151 204.429 80.2067 204.688 79.8516C204.951 79.4964 205.307 79.2177 205.758 79.0153C206.213 78.8129 206.728 78.7116 207.303 78.7116C208.113 78.7116 208.748 78.8892 209.21 79.2443C209.675 79.5994 210.006 80.0682 210.201 80.6506ZM218.869 87.1918C218.35 87.1918 217.88 87.0941 217.457 86.8988C217.035 86.6999 216.699 86.4141 216.45 86.0412C216.202 85.6648 216.078 85.2102 216.078 84.6776C216.078 84.2088 216.17 83.8288 216.355 83.5376C216.539 83.2429 216.786 83.0121 217.095 82.8452C217.404 82.6783 217.745 82.554 218.118 82.4723C218.494 82.3871 218.872 82.3196 219.252 82.2699C219.749 82.206 220.153 82.158 220.461 82.1261C220.774 82.0906 221.001 82.032 221.143 81.9503C221.289 81.8686 221.362 81.7266 221.362 81.5241V81.4815C221.362 80.956 221.218 80.5476 220.93 80.2564C220.646 79.9652 220.215 79.8196 219.636 79.8196C219.036 79.8196 218.565 79.951 218.224 80.2138C217.883 80.4766 217.644 80.7571 217.505 81.0554L216.312 80.6293C216.525 80.1321 216.809 79.745 217.164 79.468C217.523 79.1875 217.914 78.9922 218.336 78.8821C218.762 78.7685 219.181 78.7116 219.593 78.7116C219.856 78.7116 220.158 78.7436 220.499 78.8075C220.843 78.8679 221.175 78.994 221.495 79.1857C221.818 79.3775 222.086 79.6669 222.299 80.054C222.512 80.4411 222.619 80.9595 222.619 81.6094V87H221.362V85.892H221.298C221.213 86.0696 221.07 86.2596 220.872 86.462C220.673 86.6644 220.408 86.8366 220.078 86.9787C219.748 87.1207 219.345 87.1918 218.869 87.1918ZM219.061 86.0625C219.558 86.0625 219.977 85.9648 220.318 85.7695C220.662 85.5742 220.921 85.3221 221.095 85.0131C221.273 84.7042 221.362 84.3793 221.362 84.0384V82.8878C221.308 82.9517 221.191 83.0103 221.01 83.0636C220.833 83.1133 220.627 83.1577 220.392 83.1967C220.161 83.2322 219.936 83.2642 219.716 83.2926C219.499 83.3175 219.323 83.3388 219.188 83.3565C218.862 83.3991 218.556 83.4684 218.272 83.5643C217.992 83.6566 217.764 83.7969 217.59 83.9851C217.42 84.1697 217.335 84.4219 217.335 84.7415C217.335 85.1783 217.496 85.5085 217.819 85.7322C218.146 85.9524 218.56 86.0625 219.061 86.0625ZM228.237 87.1705C227.47 87.1705 226.81 86.9893 226.256 86.6271C225.702 86.2649 225.275 85.766 224.977 85.1303C224.679 84.4947 224.53 83.7685 224.53 82.9517C224.53 82.1207 224.682 81.3874 224.988 80.7518C225.297 80.1126 225.726 79.6136 226.277 79.255C226.831 78.8928 227.477 78.7116 228.216 78.7116C228.791 78.7116 229.31 78.8182 229.771 79.0312C230.233 79.2443 230.611 79.5426 230.906 79.9261C231.201 80.3097 231.383 80.7571 231.454 81.2685H230.197C230.101 80.8956 229.888 80.5653 229.558 80.2777C229.231 79.9865 228.791 79.8409 228.237 79.8409C227.747 79.8409 227.317 79.9687 226.948 80.2244C226.582 80.4766 226.296 80.8335 226.09 81.2951C225.888 81.7532 225.787 82.2912 225.787 82.9091C225.787 83.5412 225.886 84.0916 226.085 84.5604C226.288 85.0291 226.572 85.3931 226.937 85.6523C227.307 85.9116 227.74 86.0412 228.237 86.0412C228.564 86.0412 228.86 85.9844 229.127 85.8707C229.393 85.7571 229.619 85.5938 229.803 85.3807C229.988 85.1676 230.119 84.9119 230.197 84.6136H231.454C231.383 85.0966 231.208 85.5316 230.927 85.9187C230.65 86.3022 230.283 86.6076 229.824 86.8349C229.37 87.0586 228.841 87.1705 228.237 87.1705ZM236.616 87.1705C235.849 87.1705 235.188 86.9893 234.634 86.6271C234.081 86.2649 233.654 85.766 233.356 85.1303C233.058 84.4947 232.909 83.7685 232.909 82.9517C232.909 82.1207 233.061 81.3874 233.367 80.7518C233.676 80.1126 234.105 79.6136 234.656 79.255C235.21 78.8928 235.856 78.7116 236.595 78.7116C237.17 78.7116 237.688 78.8182 238.15 79.0312C238.612 79.2443 238.99 79.5426 239.285 79.9261C239.579 80.3097 239.762 80.7571 239.833 81.2685H238.576C238.48 80.8956 238.267 80.5653 237.937 80.2777C237.61 79.9865 237.17 79.8409 236.616 79.8409C236.126 79.8409 235.696 79.9687 235.327 80.2244C234.961 80.4766 234.675 80.8335 234.469 81.2951C234.267 81.7532 234.166 82.2912 234.166 82.9091C234.166 83.5412 234.265 84.0916 234.464 84.5604C234.666 85.0291 234.951 85.3931 235.316 85.6523C235.686 85.9116 236.119 86.0412 236.616 86.0412C236.943 86.0412 237.239 85.9844 237.506 85.8707C237.772 85.7571 237.997 85.5938 238.182 85.3807C238.367 85.1676 238.498 84.9119 238.576 84.6136H239.833C239.762 85.0966 239.587 85.5316 239.306 85.9187C239.029 86.3022 238.661 86.6076 238.203 86.8349C237.749 87.0586 237.22 87.1705 236.616 87.1705ZM244.995 87.1705C244.256 87.1705 243.608 86.9947 243.051 86.6431C242.497 86.2915 242.063 85.7997 241.751 85.1676C241.442 84.5355 241.288 83.7969 241.288 82.9517C241.288 82.0994 241.442 81.3555 241.751 80.7198C242.063 80.0842 242.497 79.5906 243.051 79.239C243.608 78.8874 244.256 78.7116 244.995 78.7116C245.734 78.7116 246.38 78.8874 246.934 79.239C247.491 79.5906 247.925 80.0842 248.234 80.7198C248.546 81.3555 248.702 82.0994 248.702 82.9517C248.702 83.7969 248.546 84.5355 248.234 85.1676C247.925 85.7997 247.491 86.2915 246.934 86.6431C246.38 86.9947 245.734 87.1705 244.995 87.1705ZM244.995 86.0412C245.556 86.0412 246.018 85.8974 246.38 85.6097C246.742 85.3221 247.01 84.9439 247.184 84.4751C247.358 84.0064 247.445 83.4986 247.445 82.9517C247.445 82.4048 247.358 81.8952 247.184 81.4229C247.01 80.9506 246.742 80.5689 246.38 80.2777C246.018 79.9865 245.556 79.8409 244.995 79.8409C244.434 79.8409 243.972 79.9865 243.61 80.2777C243.248 80.5689 242.98 80.9506 242.806 81.4229C242.632 81.8952 242.545 82.4048 242.545 82.9517C242.545 83.4986 242.632 84.0064 242.806 84.4751C242.98 84.9439 243.248 85.3221 243.61 85.6097C243.972 85.8974 244.434 86.0412 244.995 86.0412ZM255.778 83.6548V78.8182H257.035V87H255.778V85.6151H255.692C255.501 86.0305 255.202 86.3839 254.797 86.6751C254.393 86.9627 253.881 87.1065 253.263 87.1065C252.752 87.1065 252.297 86.9947 251.9 86.771C251.502 86.5437 251.189 86.2028 250.962 85.7482C250.735 85.2901 250.621 84.7131 250.621 84.017V78.8182H251.878V83.9318C251.878 84.5284 252.045 85.0043 252.379 85.3594C252.716 85.7145 253.146 85.892 253.668 85.892C253.981 85.892 254.298 85.8121 254.622 85.6523C254.948 85.4925 255.222 85.2475 255.442 84.9173C255.666 84.587 255.778 84.1662 255.778 83.6548ZM260.594 82.0781V87H259.337V78.8182H260.552V80.0966H260.658C260.85 79.6811 261.141 79.3473 261.532 79.0952C261.922 78.8395 262.427 78.7116 263.044 78.7116C263.598 78.7116 264.083 78.8253 264.499 79.0526C264.914 79.2763 265.237 79.6172 265.468 80.0753C265.699 80.5298 265.814 81.1051 265.814 81.8011V87H264.557V81.8864C264.557 81.2436 264.39 80.7429 264.057 80.3842C263.723 80.022 263.265 79.8409 262.682 79.8409C262.281 79.8409 261.922 79.9279 261.606 80.1019C261.294 80.2759 261.047 80.5298 260.866 80.8636C260.685 81.1974 260.594 81.6023 260.594 82.0781ZM271.67 78.8182V79.8835H267.43V78.8182H271.67ZM268.665 76.858H269.923V84.6562C269.923 85.0114 269.974 85.2777 270.077 85.4553C270.184 85.6293 270.319 85.7464 270.482 85.8068C270.649 85.8636 270.825 85.892 271.009 85.892C271.148 85.892 271.261 85.8849 271.35 85.8707C271.439 85.853 271.51 85.8388 271.563 85.8281L271.819 86.9574C271.734 86.9893 271.615 87.0213 271.462 87.0533C271.309 87.0888 271.116 87.1065 270.881 87.1065C270.526 87.1065 270.178 87.0302 269.837 86.8775C269.5 86.7248 269.219 86.4922 268.996 86.1797C268.776 85.8672 268.665 85.473 268.665 84.9972V76.858Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("path", { d: "M39.9473 108H312.052", stroke: "white", strokeOpacity: 0.24 }), /* @__PURE__ */ React$1.createElement("g", { clipPath: "url(#clip2_4034_3804)" }, /* @__PURE__ */ React$1.createElement("path", { d: "M48.8848 134.875L47.6348 133.646C47.482 133.493 47.3084 133.417 47.1139 133.417C46.9195 133.417 46.7459 133.493 46.5931 133.646C46.4403 133.799 46.3639 133.979 46.3639 134.187C46.3639 134.382 46.4403 134.556 46.5931 134.708L48.3639 136.479C48.5167 136.632 48.6903 136.708 48.8848 136.708C49.0792 136.708 49.2528 136.632 49.4056 136.479L53.3014 132.583C53.4542 132.431 53.5306 132.257 53.5306 132.062C53.5306 131.854 53.4542 131.674 53.3014 131.521C53.1487 131.368 52.975 131.292 52.7806 131.292C52.5862 131.292 52.4125 131.368 52.2598 131.521L48.8848 134.875ZM44.4473 141C44.0306 141 43.6764 140.854 43.3848 140.562C43.0931 140.271 42.9473 139.917 42.9473 139.5V128.5C42.9473 128.083 43.0931 127.729 43.3848 127.437C43.6764 127.146 44.0306 127 44.4473 127H55.4473C55.8639 127 56.2181 127.146 56.5098 127.437C56.8014 127.729 56.9473 128.083 56.9473 128.5V139.5C56.9473 139.917 56.8014 140.271 56.5098 140.562C56.2181 140.854 55.8639 141 55.4473 141H44.4473Z", fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M69.2683 139V128.091H72.9544C73.8102 128.091 74.5098 128.245 75.0531 128.554C75.6 128.86 76.0048 129.273 76.2676 129.795C76.5304 130.317 76.6618 130.9 76.6618 131.543C76.6618 132.185 76.5304 132.77 76.2676 133.295C76.0083 133.821 75.6071 134.24 75.0637 134.552C74.5204 134.861 73.8244 135.016 72.9757 135.016H70.3336V133.844H72.9331C73.519 133.844 73.9895 133.743 74.3446 133.54C74.6998 133.338 74.9572 133.064 75.117 132.72C75.2804 132.372 75.362 131.979 75.362 131.543C75.362 131.106 75.2804 130.715 75.117 130.371C74.9572 130.026 74.698 129.756 74.3393 129.561C73.9806 129.362 73.5048 129.263 72.9118 129.263H70.5893V139H69.2683ZM78.6193 139V130.818H79.8338V132.054H79.919C80.0682 131.649 80.3381 131.321 80.7287 131.069C81.1193 130.816 81.5597 130.69 82.0497 130.69C82.142 130.69 82.2575 130.692 82.396 130.696C82.5344 130.699 82.6392 130.705 82.7102 130.712V131.99C82.6676 131.979 82.57 131.963 82.4173 131.942C82.2681 131.917 82.1101 131.905 81.9432 131.905C81.5455 131.905 81.1903 131.988 80.8778 132.155C80.5689 132.319 80.3239 132.546 80.1428 132.837C79.9652 133.125 79.8764 133.453 79.8764 133.822V139H78.6193ZM87.2752 139.17C86.5366 139.17 85.8885 138.995 85.331 138.643C84.777 138.292 84.3438 137.8 84.0312 137.168C83.7223 136.536 83.5678 135.797 83.5678 134.952C83.5678 134.099 83.7223 133.355 84.0312 132.72C84.3438 132.084 84.777 131.591 85.331 131.239C85.8885 130.887 86.5366 130.712 87.2752 130.712C88.0138 130.712 88.6602 130.887 89.2141 131.239C89.7717 131.591 90.2049 132.084 90.5138 132.72C90.8263 133.355 90.9826 134.099 90.9826 134.952C90.9826 135.797 90.8263 136.536 90.5138 137.168C90.2049 137.8 89.7717 138.292 89.2141 138.643C88.6602 138.995 88.0138 139.17 87.2752 139.17ZM87.2752 138.041C87.8363 138.041 88.2979 137.897 88.6602 137.61C89.0224 137.322 89.2905 136.944 89.4645 136.475C89.6385 136.006 89.7255 135.499 89.7255 134.952C89.7255 134.405 89.6385 133.895 89.4645 133.423C89.2905 132.951 89.0224 132.569 88.6602 132.278C88.2979 131.987 87.8363 131.841 87.2752 131.841C86.7141 131.841 86.2525 131.987 85.8903 132.278C85.5281 132.569 85.2599 132.951 85.0859 133.423C84.9119 133.895 84.8249 134.405 84.8249 134.952C84.8249 135.499 84.9119 136.006 85.0859 136.475C85.2599 136.944 85.5281 137.322 85.8903 137.61C86.2525 137.897 86.7141 138.041 87.2752 138.041ZM96.545 130.818V131.884H92.1345V130.818H96.545ZM93.4555 139V129.689C93.4555 129.22 93.5656 128.83 93.7858 128.517C94.0059 128.205 94.2918 127.97 94.6434 127.814C94.9949 127.658 95.366 127.58 95.7567 127.58C96.0656 127.58 96.3177 127.604 96.5131 127.654C96.7084 127.704 96.854 127.75 96.9498 127.793L96.5876 128.879C96.5237 128.858 96.4349 128.831 96.3213 128.799C96.2112 128.767 96.0656 128.751 95.8845 128.751C95.469 128.751 95.1689 128.856 94.9843 129.066C94.8032 129.275 94.7126 129.582 94.7126 129.987V139H93.4555ZM98.3068 139V130.818H99.5639V139H98.3068ZM98.946 129.455C98.701 129.455 98.4897 129.371 98.3121 129.204C98.1381 129.037 98.0511 128.837 98.0511 128.602C98.0511 128.368 98.1381 128.167 98.3121 128C98.4897 127.833 98.701 127.75 98.946 127.75C99.1911 127.75 99.4006 127.833 99.5746 128C99.7521 128.167 99.8409 128.368 99.8409 128.602C99.8409 128.837 99.7521 129.037 99.5746 129.204C99.4006 129.371 99.1911 129.455 98.946 129.455ZM103.123 128.091V139H101.866V128.091H103.123ZM108.856 139.17C108.068 139.17 107.388 138.996 106.816 138.648C106.248 138.297 105.809 137.807 105.501 137.178C105.195 136.546 105.042 135.811 105.042 134.973C105.042 134.135 105.195 133.396 105.501 132.757C105.809 132.114 106.239 131.614 106.79 131.255C107.344 130.893 107.99 130.712 108.729 130.712C109.155 130.712 109.575 130.783 109.991 130.925C110.406 131.067 110.785 131.298 111.126 131.617C111.466 131.933 111.738 132.352 111.941 132.874C112.143 133.396 112.244 134.039 112.244 134.803V135.335H105.937V134.249H110.966C110.966 133.787 110.873 133.375 110.689 133.013C110.508 132.651 110.248 132.365 109.911 132.155C109.577 131.946 109.183 131.841 108.729 131.841C108.228 131.841 107.795 131.965 107.429 132.214C107.067 132.459 106.788 132.778 106.593 133.173C106.397 133.567 106.3 133.989 106.3 134.44V135.165C106.3 135.783 106.406 136.306 106.619 136.736C106.836 137.162 107.136 137.487 107.519 137.711C107.903 137.931 108.349 138.041 108.856 138.041C109.187 138.041 109.485 137.995 109.751 137.903C110.021 137.807 110.254 137.665 110.449 137.477C110.644 137.285 110.795 137.047 110.902 136.763L112.116 137.104C111.988 137.516 111.774 137.878 111.472 138.19C111.17 138.499 110.797 138.741 110.353 138.915C109.909 139.085 109.41 139.17 108.856 139.17ZM118.375 139V130.818H119.632V139H118.375ZM119.014 129.455C118.769 129.455 118.558 129.371 118.381 129.204C118.206 129.037 118.119 128.837 118.119 128.602C118.119 128.368 118.206 128.167 118.381 128C118.558 127.833 118.769 127.75 119.014 127.75C119.259 127.75 119.469 127.833 119.643 128C119.82 128.167 119.909 128.368 119.909 128.602C119.909 128.837 119.82 129.037 119.643 129.204C119.469 129.371 119.259 129.455 119.014 129.455ZM123.192 134.078V139H121.935V130.818H123.149V132.097H123.256C123.448 131.681 123.739 131.347 124.129 131.095C124.52 130.839 125.024 130.712 125.642 130.712C126.196 130.712 126.681 130.825 127.096 131.053C127.512 131.276 127.835 131.617 128.066 132.075C128.297 132.53 128.412 133.105 128.412 133.801V139H127.155V133.886C127.155 133.244 126.988 132.743 126.654 132.384C126.32 132.022 125.862 131.841 125.28 131.841C124.879 131.841 124.52 131.928 124.204 132.102C123.891 132.276 123.645 132.53 123.464 132.864C123.282 133.197 123.192 133.602 123.192 134.078ZM134.353 130.818V131.884H129.942V130.818H134.353ZM131.263 139V129.689C131.263 129.22 131.373 128.83 131.593 128.517C131.814 128.205 132.099 127.97 132.451 127.814C132.803 127.658 133.174 127.58 133.564 127.58C133.873 127.58 134.125 127.604 134.321 127.654C134.516 127.704 134.662 127.75 134.757 127.793L134.395 128.879C134.331 128.858 134.243 128.831 134.129 128.799C134.019 128.767 133.873 128.751 133.692 128.751C133.277 128.751 132.977 128.856 132.792 129.066C132.611 129.275 132.52 129.582 132.52 129.987V139H131.263ZM139.101 139.17C138.363 139.17 137.715 138.995 137.157 138.643C136.603 138.292 136.17 137.8 135.857 137.168C135.548 136.536 135.394 135.797 135.394 134.952C135.394 134.099 135.548 133.355 135.857 132.72C136.17 132.084 136.603 131.591 137.157 131.239C137.715 130.887 138.363 130.712 139.101 130.712C139.84 130.712 140.486 130.887 141.04 131.239C141.598 131.591 142.031 132.084 142.34 132.72C142.653 133.355 142.809 134.099 142.809 134.952C142.809 135.797 142.653 136.536 142.34 137.168C142.031 137.8 141.598 138.292 141.04 138.643C140.486 138.995 139.84 139.17 139.101 139.17ZM139.101 138.041C139.662 138.041 140.124 137.897 140.486 137.61C140.849 137.322 141.117 136.944 141.291 136.475C141.465 136.006 141.552 135.499 141.552 134.952C141.552 134.405 141.465 133.895 141.291 133.423C141.117 132.951 140.849 132.569 140.486 132.278C140.124 131.987 139.662 131.841 139.101 131.841C138.54 131.841 138.079 131.987 137.716 132.278C137.354 132.569 137.086 132.951 136.912 133.423C136.738 133.895 136.651 134.405 136.651 134.952C136.651 135.499 136.738 136.006 136.912 136.475C137.086 136.944 137.354 137.322 137.716 137.61C138.079 137.897 138.54 138.041 139.101 138.041ZM144.728 139V130.818H145.942V132.054H146.027C146.177 131.649 146.446 131.321 146.837 131.069C147.228 130.816 147.668 130.69 148.158 130.69C148.25 130.69 148.366 130.692 148.504 130.696C148.643 130.699 148.748 130.705 148.819 130.712V131.99C148.776 131.979 148.678 131.963 148.526 131.942C148.377 131.917 148.218 131.905 148.052 131.905C147.654 131.905 147.299 131.988 146.986 132.155C146.677 132.319 146.432 132.546 146.251 132.837C146.074 133.125 145.985 133.453 145.985 133.822V139H144.728ZM150.309 139V130.818H151.523V132.097H151.63C151.8 131.66 152.075 131.321 152.455 131.079C152.835 130.834 153.292 130.712 153.824 130.712C154.364 130.712 154.813 130.834 155.172 131.079C155.534 131.321 155.817 131.66 156.019 132.097H156.104C156.314 131.674 156.628 131.338 157.047 131.09C157.466 130.838 157.969 130.712 158.555 130.712C159.286 130.712 159.884 130.941 160.35 131.399C160.815 131.853 161.047 132.562 161.047 133.524V139H159.79V133.524C159.79 132.92 159.625 132.489 159.295 132.23C158.965 131.971 158.576 131.841 158.128 131.841C157.553 131.841 157.107 132.015 156.791 132.363C156.475 132.707 156.317 133.144 156.317 133.673V139H155.039V133.396C155.039 132.931 154.888 132.556 154.586 132.272C154.284 131.985 153.895 131.841 153.42 131.841C153.093 131.841 152.787 131.928 152.503 132.102C152.223 132.276 151.996 132.517 151.822 132.826C151.651 133.132 151.566 133.485 151.566 133.886V139H150.309ZM165.754 139.192C165.235 139.192 164.765 139.094 164.342 138.899C163.919 138.7 163.584 138.414 163.335 138.041C163.087 137.665 162.962 137.21 162.962 136.678C162.962 136.209 163.055 135.829 163.239 135.538C163.424 135.243 163.671 135.012 163.98 134.845C164.289 134.678 164.63 134.554 165.002 134.472C165.379 134.387 165.757 134.32 166.137 134.27C166.634 134.206 167.037 134.158 167.346 134.126C167.659 134.091 167.886 134.032 168.028 133.95C168.174 133.869 168.246 133.727 168.246 133.524V133.482C168.246 132.956 168.103 132.548 167.815 132.256C167.531 131.965 167.099 131.82 166.521 131.82C165.92 131.82 165.45 131.951 165.109 132.214C164.768 132.477 164.528 132.757 164.39 133.055L163.197 132.629C163.41 132.132 163.694 131.745 164.049 131.468C164.408 131.187 164.798 130.992 165.221 130.882C165.647 130.768 166.066 130.712 166.478 130.712C166.741 130.712 167.043 130.744 167.384 130.808C167.728 130.868 168.06 130.994 168.38 131.186C168.703 131.377 168.971 131.667 169.184 132.054C169.397 132.441 169.504 132.96 169.504 133.609V139H168.246V137.892H168.183C168.097 138.07 167.955 138.26 167.756 138.462C167.558 138.664 167.293 138.837 166.963 138.979C166.632 139.121 166.229 139.192 165.754 139.192ZM165.945 138.062C166.442 138.062 166.862 137.965 167.202 137.77C167.547 137.574 167.806 137.322 167.98 137.013C168.158 136.704 168.246 136.379 168.246 136.038V134.888C168.193 134.952 168.076 135.01 167.895 135.064C167.717 135.113 167.511 135.158 167.277 135.197C167.046 135.232 166.821 135.264 166.6 135.293C166.384 135.317 166.208 135.339 166.073 135.357C165.746 135.399 165.441 135.468 165.157 135.564C164.876 135.657 164.649 135.797 164.475 135.985C164.305 136.17 164.219 136.422 164.219 136.741C164.219 137.178 164.381 137.509 164.704 137.732C165.031 137.952 165.445 138.062 165.945 138.062ZM175.356 130.818V131.884H171.116V130.818H175.356ZM172.352 128.858H173.609V136.656C173.609 137.011 173.661 137.278 173.764 137.455C173.87 137.629 174.005 137.746 174.168 137.807C174.335 137.864 174.511 137.892 174.696 137.892C174.834 137.892 174.948 137.885 175.037 137.871C175.125 137.853 175.196 137.839 175.25 137.828L175.505 138.957C175.42 138.989 175.301 139.021 175.149 139.053C174.996 139.089 174.802 139.107 174.568 139.107C174.213 139.107 173.865 139.03 173.524 138.877C173.187 138.725 172.906 138.492 172.682 138.18C172.462 137.867 172.352 137.473 172.352 136.997V128.858ZM177.247 139V130.818H178.504V139H177.247ZM177.886 129.455C177.641 129.455 177.43 129.371 177.253 129.204C177.079 129.037 176.992 128.837 176.992 128.602C176.992 128.368 177.079 128.167 177.253 128C177.43 127.833 177.641 127.75 177.886 127.75C178.131 127.75 178.341 127.833 178.515 128C178.693 128.167 178.781 128.368 178.781 128.602C178.781 128.837 178.693 129.037 178.515 129.204C178.341 129.371 178.131 129.455 177.886 129.455ZM184.131 139.17C183.392 139.17 182.744 138.995 182.186 138.643C181.632 138.292 181.199 137.8 180.887 137.168C180.578 136.536 180.423 135.797 180.423 134.952C180.423 134.099 180.578 133.355 180.887 132.72C181.199 132.084 181.632 131.591 182.186 131.239C182.744 130.887 183.392 130.712 184.131 130.712C184.869 130.712 185.516 130.887 186.07 131.239C186.627 131.591 187.06 132.084 187.369 132.72C187.682 133.355 187.838 134.099 187.838 134.952C187.838 135.797 187.682 136.536 187.369 137.168C187.06 137.8 186.627 138.292 186.07 138.643C185.516 138.995 184.869 139.17 184.131 139.17ZM184.131 138.041C184.692 138.041 185.153 137.897 185.516 137.61C185.878 137.322 186.146 136.944 186.32 136.475C186.494 136.006 186.581 135.499 186.581 134.952C186.581 134.405 186.494 133.895 186.32 133.423C186.146 132.951 185.878 132.569 185.516 132.278C185.153 131.987 184.692 131.841 184.131 131.841C183.57 131.841 183.108 131.987 182.746 132.278C182.384 132.569 182.115 132.951 181.941 133.423C181.767 133.895 181.68 134.405 181.68 134.952C181.68 135.499 181.767 136.006 181.941 136.475C182.115 136.944 182.384 137.322 182.746 137.61C183.108 137.897 183.57 138.041 184.131 138.041ZM191.014 134.078V139H189.757V130.818H190.972V132.097H191.078C191.27 131.681 191.561 131.347 191.952 131.095C192.342 130.839 192.847 130.712 193.464 130.712C194.018 130.712 194.503 130.825 194.919 131.053C195.334 131.276 195.657 131.617 195.888 132.075C196.119 132.53 196.234 133.105 196.234 133.801V139H194.977V133.886C194.977 133.244 194.81 132.743 194.476 132.384C194.143 132.022 193.685 131.841 193.102 131.841C192.701 131.841 192.342 131.928 192.026 132.102C191.714 132.276 191.467 132.53 191.286 132.864C191.105 133.197 191.014 133.602 191.014 134.078Z", fill: "white" })), /* @__PURE__ */ React$1.createElement("path", { d: "M33.3206 138.318C33.6178 137.544 33.2319 136.676 32.4586 136.379L19.8573 131.536C19.0841 131.239 18.2163 131.625 17.919 132.398C17.6218 133.171 18.0077 134.039 18.781 134.336L29.9821 138.641L25.6769 149.842C25.3796 150.616 25.7656 151.484 26.5388 151.781C27.3121 152.078 28.1799 151.692 28.4771 150.919L33.3206 138.318ZM4.91527 174.875C4.83888 175.7 5.44567 176.43 6.27057 176.507C7.09547 176.583 7.8261 175.976 7.90249 175.151L6.40888 175.013L4.91527 174.875ZM6.40888 175.013L7.90249 175.151C9.11223 162.087 15.2742 153.092 21.1512 147.343C24.093 144.466 26.9591 142.407 29.0844 141.07C30.1462 140.402 31.0205 139.916 31.6235 139.6C31.9248 139.442 32.1581 139.327 32.3128 139.252C32.3901 139.215 32.4477 139.188 32.4844 139.171C32.5027 139.162 32.5157 139.156 32.5234 139.153C32.5272 139.151 32.5297 139.15 32.5308 139.15C32.5313 139.149 32.5315 139.149 32.5314 139.149C32.5313 139.149 32.531 139.149 32.5309 139.15C32.5305 139.15 32.5299 139.15 31.9204 137.779C31.3109 136.409 31.3102 136.409 31.3094 136.409C31.309 136.41 31.3081 136.41 31.3073 136.41C31.3058 136.411 31.3039 136.412 31.3017 136.413C31.2972 136.415 31.2913 136.418 31.2841 136.421C31.2696 136.427 31.2496 136.437 31.2243 136.448C31.1737 136.472 31.1018 136.505 31.01 136.55C30.8264 136.638 30.5628 136.769 30.2301 136.943C29.5648 137.292 28.6219 137.817 27.4873 138.53C25.2199 139.956 22.1769 142.143 19.0533 145.199C12.7997 151.316 6.20583 160.938 4.91527 174.875L6.40888 175.013Z", fill: "white" }), /* @__PURE__ */ React$1.createElement("defs", null, /* @__PURE__ */ React$1.createElement("radialGradient", { id: "paint0_radial_4034_3804", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(175.5 98) rotate(90) scale(165 379.5)" }, /* @__PURE__ */ React$1.createElement("stop", { offset: 0.423077, stopColor: "#48515D" }), /* @__PURE__ */ React$1.createElement("stop", { offset: 1, stopOpacity: 0 })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip0_4034_3804" }, /* @__PURE__ */ React$1.createElement("rect", { width: 352, height: 161, rx: 8, fill: "white" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip1_4034_3804" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(39.9473 72)" })), /* @__PURE__ */ React$1.createElement("clipPath", { id: "clip2_4034_3804" }, /* @__PURE__ */ React$1.createElement("rect", { width: 20, height: 20, fill: "white", transform: "translate(39.9473 124)" }))));
75082
+ const ExampleCheckbox = ({ id, showTouchIndicator, pseudoFocusColor }) => {
75083
+ const theme = useTheme();
75084
+ const checkboxSize = "1em";
75085
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { "aria-hidden": "true", style: { position: "relative" }, children: [
75086
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
75087
+ "input",
75088
+ {
75089
+ "aria-hidden": true,
75090
+ className: "example-checkbox",
75091
+ defaultChecked: true,
75092
+ id: "example-" + id,
75093
+ name: "example-name-" + id,
75094
+ style: {
75095
+ accentColor: theme.palette.text.primary,
75096
+ marginTop: "8px",
75097
+ marginBottom: "8px",
75098
+ marginRight: "12px",
75099
+ width: checkboxSize,
75100
+ height: checkboxSize
75101
+ },
75102
+ tabIndex: -1,
75103
+ type: "checkbox"
75104
+ }
75105
+ ),
75106
+ showTouchIndicator && /* @__PURE__ */ jsxRuntimeExports.jsx(TouchIndicator, { style: { left: "-9px", top: "-4px" } }),
75107
+ showTouchIndicator && /* @__PURE__ */ jsxRuntimeExports.jsx(
75108
+ "div",
75109
+ {
75110
+ "aria-hidden": "true",
75111
+ style: {
75112
+ display: "inline-block",
75113
+ height: `calc(${checkboxSize} + 2px)`,
75114
+ width: `calc(${checkboxSize} + 2px)`,
75115
+ border: `1px solid ${pseudoFocusColor}`,
75116
+ borderRadius: "3px",
75117
+ position: "absolute",
75118
+ top: "6px",
75119
+ left: "2px"
75120
+ }
75121
+ }
75122
+ )
75123
+ ] });
75124
+ };
75125
+ ExampleCheckbox.propTypes = {
75126
+ id: PropTypes$1.string
75127
+ };
76558
75128
 
76559
75129
  const WELLS_FARGO_INSTRUCTIONS_FEATURE_NAME = "WELLS_FARGO_INSTRUCTIONS";
76560
- function WellsFargoInstructions(props) {
75130
+ function PredirectInstructions(props) {
76561
75131
  const config = useSelector(selectConnectConfig);
76562
- const isLight = useSelector(getIsLightColorScheme);
76563
75132
  const products = config?.data_request?.products || [];
76564
75133
  const showProfileSelection = products.includes("account_verification") || products.includes("identity_verification");
76565
- let wellsFargoImage = null;
76566
- if (isLight && showProfileSelection) {
76567
- wellsFargoImage = /* @__PURE__ */ jsxRuntimeExports.jsx(SvgIavWellsLight, {});
76568
- } else if (isLight && !showProfileSelection) {
76569
- wellsFargoImage = /* @__PURE__ */ jsxRuntimeExports.jsx(SvgAggWellsLight, {});
76570
- } else if (!isLight && showProfileSelection) {
76571
- wellsFargoImage = /* @__PURE__ */ jsxRuntimeExports.jsx(SvgIavWellsDark, {});
76572
- } else {
76573
- wellsFargoImage = /* @__PURE__ */ jsxRuntimeExports.jsx(SvgAggWellsDark, {});
75134
+ const institutionColor = "#d9181f";
75135
+ const uiElementTypes = {
75136
+ CHECKING_OR_SAVINGS_ACCOUNT: "checking-or-savings-account",
75137
+ DIVIDER: "divider",
75138
+ PROFILE_INFORMATION: "profile"
75139
+ };
75140
+ const checkboxItems = [uiElementTypes.CHECKING_OR_SAVINGS_ACCOUNT];
75141
+ if (showProfileSelection) {
75142
+ checkboxItems.push(uiElementTypes.DIVIDER);
75143
+ checkboxItems.push(uiElementTypes.PROFILE_INFORMATION);
76574
75144
  }
76575
75145
  const instructionText = showProfileSelection ? __(
76576
75146
  "After logging in, share at least one account and %1profile information%2.",
@@ -76579,31 +75149,48 @@ function WellsFargoInstructions(props) {
76579
75149
  ) : __("After logging in, share at least one account.");
76580
75150
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
76581
75151
  /* @__PURE__ */ jsxRuntimeExports.jsx(D, { bold: true, component: "h2", sx: { mb: 12 }, truncate: false, variant: "H2", children: __("Log in at %1", props.institutionName) }),
76582
- /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
75152
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "predirect-instruction-text-wrapper", children: [
76583
75153
  /* @__PURE__ */ jsxRuntimeExports.jsx(
76584
75154
  D,
76585
75155
  {
75156
+ className: "predirect-instruction-text",
76586
75157
  color: "textSecondary",
76587
75158
  dangerouslySetInnerHTML: {
76588
75159
  __html: instructionText
76589
75160
  },
76590
- style: { display: "inline" },
76591
75161
  truncate: false,
76592
75162
  variant: "body1"
76593
75163
  }
76594
75164
  ),
76595
- showProfileSelection && /* @__PURE__ */ jsxRuntimeExports.jsx(
76596
- M,
76597
- {
76598
- color: "secondary",
76599
- name: "info",
76600
- size: 20,
76601
- sx: { position: "relative", bottom: "-2px" },
76602
- weight: Fe.Dark
76603
- }
76604
- )
75165
+ showProfileSelection && /* @__PURE__ */ jsxRuntimeExports.jsx(M, { color: "secondary", name: "info", size: 20, weight: Fe.Dark })
76605
75166
  ] }),
76606
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { width: "100%", marginTop: "12px" }, children: wellsFargoImage })
75167
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "institution-panel-wrapper", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Paper$1, { className: "institution-panel", elevation: 2, children: [
75168
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "institution-panel-header", style: { backgroundColor: institutionColor }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { "aria-hidden": "true", sx: { fontWeight: 600, color: "white" }, uppercase: true, children: props.institutionName }) }),
75169
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "institution-panel-body", children: /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { "aria-label": __("Information to select on the %1 site", props.institutionName), children: checkboxItems.map((item, index) => {
75170
+ if (item === uiElementTypes.DIVIDER) {
75171
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(Divider, {}, `divider-${index}`);
75172
+ } else {
75173
+ let text = "";
75174
+ if (item === uiElementTypes.CHECKING_OR_SAVINGS_ACCOUNT) {
75175
+ text = __("Checking or savings account");
75176
+ } else if (item === uiElementTypes.PROFILE_INFORMATION) {
75177
+ text = __("Profile information");
75178
+ }
75179
+ const isLastItem = index === checkboxItems.length - 1;
75180
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("li", { children: [
75181
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
75182
+ ExampleCheckbox,
75183
+ {
75184
+ id: item,
75185
+ pseudoFocusColor: institutionColor,
75186
+ showTouchIndicator: isLastItem
75187
+ }
75188
+ ),
75189
+ /* @__PURE__ */ jsxRuntimeExports.jsx(D, { className: "psuedo-checkbox-label", variant: "body1", children: text })
75190
+ ] }, item);
75191
+ }
75192
+ }) }) })
75193
+ ] }) })
76607
75194
  ] });
76608
75195
  }
76609
75196
 
@@ -76631,7 +75218,7 @@ const OAuthDefault = (props) => {
76631
75218
  const tokens = useTokens();
76632
75219
  const styles = getStyles$X(tokens);
76633
75220
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { role: "alert", children: [
76634
- isWellsFargoInstructionsFeatureEnabled ? /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(WellsFargoInstructions, { institutionName: props?.institution?.name }) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
75221
+ isWellsFargoInstructionsFeatureEnabled ? /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(PredirectInstructions, { institutionName: props?.institution?.name }) }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
76635
75222
  /* @__PURE__ */ jsxRuntimeExports.jsx(InstitutionBlock, { institution: props.institution }),
76636
75223
  /* @__PURE__ */ jsxRuntimeExports.jsx(
76637
75224
  ViewTitle,
@@ -77532,6 +76119,9 @@ const DisclosureInterstitial = React__default.forwardRef((props, interstitialNav
77532
76119
  const getNextDelay = getDelay();
77533
76120
  const institution = useSelector(getSelectedInstitution);
77534
76121
  const appName = useSelector((state) => state.profiles.client.oauth_app_name || null);
76122
+ const showExternalLinkPopup = useSelector(
76123
+ (state) => state.profiles.clientProfile.show_external_link_popup
76124
+ );
77535
76125
  const [currentView, setCurrentView] = useState(VIEWS$1.INTERSTITIAL_DISCLOSURE);
77536
76126
  useImperativeHandle(interstitialNavRef, () => {
77537
76127
  return {
@@ -77550,7 +76140,7 @@ const DisclosureInterstitial = React__default.forwardRef((props, interstitialNav
77550
76140
  }
77551
76141
  };
77552
76142
  if (currentView === VIEWS$1.PRIVACY_POLICY) {
77553
- return /* @__PURE__ */ jsxRuntimeExports.jsx(PrivacyPolicy, {});
76143
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(PrivacyPolicy, { onCancel: () => setCurrentView(VIEWS$1.INTERSTITIAL_DISCLOSURE) });
77554
76144
  } else if (currentView === VIEWS$1.DATA_REQUESTED) {
77555
76145
  return /* @__PURE__ */ jsxRuntimeExports.jsx(DataRequested, { setCurrentView });
77556
76146
  } else if (currentView === VIEWS$1.AVAILABLE_DATA) {
@@ -77669,8 +76259,12 @@ const DisclosureInterstitial = React__default.forwardRef((props, interstitialNav
77669
76259
  {
77670
76260
  "data-test": "privacy-policy-button",
77671
76261
  onClick: () => {
77672
- scrollToTop();
77673
- setCurrentView(VIEWS$1.PRIVACY_POLICY);
76262
+ if (showExternalLinkPopup) {
76263
+ scrollToTop();
76264
+ setCurrentView(VIEWS$1.PRIVACY_POLICY);
76265
+ } else {
76266
+ goToUrlLink("https://www.mx.com/privacy/", true);
76267
+ }
77674
76268
  },
77675
76269
  style: styles.link,
77676
76270
  variant: "ParagraphSmall",
@@ -78521,7 +77115,7 @@ const Credentials = React__default.forwardRef(
78521
77115
  {
78522
77116
  InputProps: { endAdornment: /* @__PURE__ */ jsxRuntimeExports.jsx(PasswordShowButton, {}) },
78523
77117
  autoCapitalize: "none",
78524
- autoComplete: "new-password",
77118
+ autoComplete: "off",
78525
77119
  disabled: isProcessingMember,
78526
77120
  error: validations.isError || !!errors[field.field_name],
78527
77121
  fullWidth: true,
@@ -78533,7 +77127,6 @@ const Credentials = React__default.forwardRef(
78533
77127
  },
78534
77128
  inputRef: (el) => inputRefs.current[field.field_name] = el,
78535
77129
  label: field.label,
78536
- name: field.field_name,
78537
77130
  onBlur: handleBlur,
78538
77131
  onChange: (e) => {
78539
77132
  handleSpaceValidation(e);
@@ -78546,11 +77139,11 @@ const Credentials = React__default.forwardRef(
78546
77139
  type: validations.showPassword ? "text" : "password",
78547
77140
  value: values[field.field_name] || ""
78548
77141
  }
78549
- ) }) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: errors[field.field_name] ? styles.inputError : styles.input, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
77142
+ ) }) : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: errors[field.field_name] && styles.inputError, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
78550
77143
  ProtectedTextField,
78551
77144
  {
78552
77145
  autoCapitalize: "none",
78553
- autoComplete: "new-password",
77146
+ autoComplete: "off",
78554
77147
  disabled: isProcessingMember,
78555
77148
  error: !!errors[field.field_name],
78556
77149
  fullWidth: true,
@@ -78562,14 +77155,13 @@ const Credentials = React__default.forwardRef(
78562
77155
  },
78563
77156
  inputRef: (el) => inputRefs.current[field.field_name] = el,
78564
77157
  label: field.label,
78565
- name: field.field_name,
78566
77158
  onChange: handleUserNameTextChange,
78567
77159
  required: true,
78568
77160
  spellCheck: "false",
78569
77161
  value: values[field.field_name] || ""
78570
77162
  }
78571
77163
  ) }) }, field.guid)),
78572
- /* @__PURE__ */ jsxRuntimeExports.jsx(RequiredFieldNote, {}),
77164
+ /* @__PURE__ */ jsxRuntimeExports.jsx(RequiredFieldNote, { styles: { marginTop: "0px", marginBottom: "12px" } }),
78573
77165
  /* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
78574
77166
  Button$2,
78575
77167
  {
@@ -78633,10 +77225,10 @@ const getStyles$L = (tokens) => {
78633
77225
  paddingBottom: tokens.Spacing.XSmall
78634
77226
  },
78635
77227
  form: {
78636
- paddingTop: tokens.Spacing.Medium
78637
- },
78638
- input: {
78639
- marginBottom: tokens.Spacing.Large
77228
+ paddingTop: tokens.Spacing.Large,
77229
+ flexDirection: "column",
77230
+ gap: tokens.Spacing.Large,
77231
+ display: "flex"
78640
77232
  },
78641
77233
  inputError: {
78642
77234
  marginBottom: tokens.Spacing.Large,
@@ -82345,7 +80937,7 @@ AccountInfo.propTypes = {
82345
80937
  onContinue: PropTypes$1.func.isRequired
82346
80938
  };
82347
80939
 
82348
- const ProtectedText = withProtection(Text);
80940
+ const ProtectedText = withProtection(D);
82349
80941
 
82350
80942
  const Edit = createSvgIcon$2(({ color }) => /* @__PURE__ */ jsxRuntimeExports.jsx(
82351
80943
  "path",
@@ -82367,17 +80959,18 @@ const DetailReviewItem = (props) => {
82367
80959
  "data-test": `${props.label.replace(/\s+/g, "-")}-row`,
82368
80960
  style: styles.rowHeader,
82369
80961
  truncate: false,
82370
- variant: "Small",
80962
+ variant: "body2",
82371
80963
  children: props.label
82372
80964
  }
82373
80965
  ),
82374
80966
  /* @__PURE__ */ jsxRuntimeExports.jsx(
82375
80967
  ProtectedText,
82376
80968
  {
80969
+ bold: true,
82377
80970
  "data-test": `${props.value.replace(/\s+/g, "-")}-row`,
82378
- style: styles.bold,
80971
+ style: styles.rowValue,
82379
80972
  truncate: false,
82380
- variant: "Body",
80973
+ variant: "body1",
82381
80974
  children: props.value
82382
80975
  }
82383
80976
  )
@@ -82418,8 +81011,7 @@ const getStyles$n = (tokens) => ({
82418
81011
  rowHeader: {
82419
81012
  color: tokens.TextColor.InputLabel
82420
81013
  },
82421
- bold: {
82422
- fontWeight: tokens.FontWeight.Bold,
81014
+ rowValue: {
82423
81015
  overflowWrap: "anywhere"
82424
81016
  },
82425
81017
  editIcon: {
@@ -82672,17 +81264,18 @@ const ComeBack = ({ microdeposit, onDone }) => {
82672
81264
  "data-test": "title-header",
82673
81265
  style: styles.title,
82674
81266
  truncate: false,
82675
- variant: "H2",
81267
+ variant: "h2",
82676
81268
  children: __("Check back soon")
82677
81269
  }
82678
81270
  ),
82679
81271
  /* @__PURE__ */ jsxRuntimeExports.jsx(
82680
81272
  ProtectedText,
82681
81273
  {
81274
+ component: "p",
82682
81275
  "data-test": "thanks-paragraph",
82683
81276
  role: "text",
82684
81277
  truncate: false,
82685
- variant: "Paragraph",
81278
+ variant: "subtitle1",
82686
81279
  /* --TR: Full string "Thanks for submitting your account info. Check back soon! In the next few days you should find two small deposits less than a dollar each in your {accountName} account. When you see them, come back here and enter the amounts." */
82687
81280
  children: __(
82688
81281
  "Thanks for submitting your account info. Check back soon! In the next few days you should find two small deposits less than a dollar each in your %1 account. When you see them, come back here and enter the amounts.",
@@ -82808,7 +81401,7 @@ const VerifyDeposits = ({ microdeposit, onSuccess }) => {
82808
81401
  "data-test": "title-header",
82809
81402
  style: styles.title,
82810
81403
  truncate: false,
82811
- variant: "H2",
81404
+ variant: "h2",
82812
81405
  children: __("Enter deposit amounts")
82813
81406
  }
82814
81407
  ),
@@ -82819,7 +81412,7 @@ const VerifyDeposits = ({ microdeposit, onSuccess }) => {
82819
81412
  "data-test": "deposit-paragraph",
82820
81413
  style: styles.subtitle,
82821
81414
  truncate: false,
82822
- variant: "Paragraph",
81415
+ variant: "subtitle1",
82823
81416
  /* --TR: Full string "Please find the two small deposits less than a dollar each in your {accountName} account, and enter the amounts here." */
82824
81417
  children: __(
82825
81418
  "Please find the two small deposits less than a dollar each in your %1 account, and enter the amounts here.",
@@ -82835,7 +81428,7 @@ const VerifyDeposits = ({ microdeposit, onSuccess }) => {
82835
81428
  role: "alert",
82836
81429
  style: styles.messageBox,
82837
81430
  variant: "error",
82838
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { "data-test": "input-error-text", truncate: false, variant: "ParagraphSmall", children: state.submittingError ? __("We're unable to submit your deposit amounts. Please try again.") : __("One or more of the amounts was incorrect. Please try again.") })
81431
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { "data-test": "input-error-text", truncate: false, variant: "subtitle1", children: state.submittingError ? __("We're unable to submit your deposit amounts. Please try again.") : __("One or more of the amounts was incorrect. Please try again.") })
82839
81432
  }
82840
81433
  ) }),
82841
81434
  /* @__PURE__ */ jsxRuntimeExports.jsxs("form", { onSubmit: (e) => e.preventDefault(), children: [
@@ -82991,21 +81584,21 @@ const MicrodepositErrors = ({
82991
81584
  };
82992
81585
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { ref: containerRef, children: [
82993
81586
  /* @__PURE__ */ jsxRuntimeExports.jsxs(SlideDown, { children: [
82994
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.header, children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "h2", style: styles.title, truncate: false, variant: "H2", children: getTitle() }) }),
82995
- /* @__PURE__ */ jsxRuntimeExports.jsx(MessageBox, { style: styles.messageBox, variant: "error", children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "p", role: "alert", truncate: false, variant: "ParagraphSmall", children: getMessage() }) })
81587
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.header, children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "h2", style: styles.title, truncate: false, variant: "h2", children: getTitle() }) }),
81588
+ /* @__PURE__ */ jsxRuntimeExports.jsx(MessageBox, { style: styles.messageBox, variant: "error", children: /* @__PURE__ */ jsxRuntimeExports.jsx(D, { component: "p", role: "alert", truncate: false, variant: "subtitle1", children: getMessage() }) })
82996
81589
  ] }),
82997
81590
  /* @__PURE__ */ jsxRuntimeExports.jsxs(SlideDown, { delay: 100, children: [
82998
81591
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: dist.css(styles.infoRow), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.textGroup, children: [
82999
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "Small", children: __("Account type") }),
83000
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.bold, truncate: false, variant: "Body", children: accountType ? AccountTypeLabels[accountType] : "-" })
81592
+ /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "body2", children: __("Account type") }),
81593
+ /* @__PURE__ */ jsxRuntimeExports.jsx(D, { bold: true, style: styles.rowValue, truncate: false, variant: "body1", children: accountType ? AccountTypeLabels[accountType] : "-" })
83001
81594
  ] }) }),
83002
81595
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: dist.css(styles.infoRow), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.textGroup, children: [
83003
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "Small", children: __("Routing number") }),
83004
- /* @__PURE__ */ jsxRuntimeExports.jsx(ProtectedText, { style: styles.bold, truncate: false, variant: "Body", children: routingNumber || "-" })
81596
+ /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "body2", children: __("Routing number") }),
81597
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ProtectedText, { bold: true, style: styles.rowValue, truncate: false, variant: "body1", children: routingNumber || "-" })
83005
81598
  ] }) }),
83006
81599
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: dist.css(styles.infoRow), children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.textGroup, children: [
83007
- /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "Small", children: __("Account number") }),
83008
- /* @__PURE__ */ jsxRuntimeExports.jsx(ProtectedText, { style: styles.bold, truncate: false, variant: "Body", children: accountNumber ? `•••• ${accountNumber.substr(-4)}` : "-" })
81600
+ /* @__PURE__ */ jsxRuntimeExports.jsx(D, { style: styles.rowHeader, truncate: false, variant: "body2", children: __("Account number") }),
81601
+ /* @__PURE__ */ jsxRuntimeExports.jsx(ProtectedText, { bold: true, style: styles.rowValue, truncate: false, variant: "body1", children: accountNumber ? `•••• ${accountNumber.substr(-4)}` : "-" })
83009
81602
  ] }) })
83010
81603
  ] }),
83011
81604
  /* @__PURE__ */ jsxRuntimeExports.jsxs(SlideDown, { delay: 200, children: [
@@ -83052,8 +81645,7 @@ const getStyles$j = (tokens) => ({
83052
81645
  rowHeader: {
83053
81646
  color: tokens.TextColor.InputLabel
83054
81647
  },
83055
- bold: {
83056
- fontWeight: tokens.FontWeight.Bold,
81648
+ rowValue: {
83057
81649
  overflowWrap: "anywhere"
83058
81650
  },
83059
81651
  button: {
@@ -88460,6 +87052,9 @@ const frCa = {
88460
87052
  "I don't want this account connected here": "Je ne veux pas ce compte connecté ici",
88461
87053
  "We're working on it. Stick around!": "Nous y travaillons. Rester dans les parages!",
88462
87054
  "We're getting closer. Hang tight!": "Nous nous rapprochons. Tenir fermement!",
87055
+ "Information to select on the %1 site": "Informations à sélectionner sur le site %1.",
87056
+ "Checking or savings account": "Compte courant ou compte d'épargne",
87057
+ "Profile information": "Informations de profil",
88463
87058
  "connect/disclosure/policy/text\u0004By clicking Continue, you agree to the ": "En cliquant sur Continuer, vous acceptez la ",
88464
87059
  "connect/disclosure/policy/link\u0004MX Privacy Policy.": "Politique de confidentialité de MX.",
88465
87060
  "connect/disclosure/policy/link\u0004MX Privacy Policy": "Politique de confidentialité de MX.",
@@ -88970,6 +87565,9 @@ const es = {
88970
87565
  "I don't want this account connected here": "No quiero esta cuenta conectada aquí",
88971
87566
  "We're working on it. Stick around!": "Estamos trabajando en ello. ¡Quedarse!",
88972
87567
  "We're getting closer. Hang tight!": "Nos estamos acercando. ¡Aguanta!",
87568
+ "Information to select on the %1 site": "Información para seleccionar en el sitio %1",
87569
+ "Checking or savings account": "Cuenta corriente o de ahorros",
87570
+ "Profile information": "Información del perfil",
88973
87571
  "connect/disclosure/button\u0004Continue": "Continuar",
88974
87572
  "connect/disclosure/policy/text\u0004By clicking Continue, you agree to the ": "Al hacer clic en Continuar, tu aceptas la ",
88975
87573
  "connect/disclosure/policy/link\u0004MX Privacy Policy.": "Política de privacidad de Money Experience.",