@sinco/react 1.0.14-rc.44 → 1.0.14-rc.45

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -6199,7 +6199,7 @@ const internal_processStyles = (tag, processor) => {
6199
6199
  }
6200
6200
  };
6201
6201
 
6202
- const _excluded$s = ["values", "unit", "step"];
6202
+ const _excluded$q = ["values", "unit", "step"];
6203
6203
  const sortBreakpointsValues = values => {
6204
6204
  const breakpointsAsArray = Object.keys(values).map(key => ({
6205
6205
  key,
@@ -6234,7 +6234,7 @@ function createBreakpoints(breakpoints) {
6234
6234
  unit = 'px',
6235
6235
  step = 5
6236
6236
  } = breakpoints,
6237
- other = _objectWithoutPropertiesLoose(breakpoints, _excluded$s);
6237
+ other = _objectWithoutPropertiesLoose(breakpoints, _excluded$q);
6238
6238
  const sortedValues = sortBreakpointsValues(values);
6239
6239
  const keys = Object.keys(sortedValues);
6240
6240
  function up(key) {
@@ -7318,7 +7318,7 @@ const styleFunctionSx = unstable_createStyleFunctionSx();
7318
7318
  styleFunctionSx.filterProps = ['sx'];
7319
7319
  var styleFunctionSx$1 = styleFunctionSx;
7320
7320
 
7321
- const _excluded$r = ["breakpoints", "palette", "spacing", "shape"];
7321
+ const _excluded$p = ["breakpoints", "palette", "spacing", "shape"];
7322
7322
  function createTheme$1(options = {}, ...args) {
7323
7323
  const {
7324
7324
  breakpoints: breakpointsInput = {},
@@ -7326,7 +7326,7 @@ function createTheme$1(options = {}, ...args) {
7326
7326
  spacing: spacingInput,
7327
7327
  shape: shapeInput = {}
7328
7328
  } = options,
7329
- other = _objectWithoutPropertiesLoose(options, _excluded$r);
7329
+ other = _objectWithoutPropertiesLoose(options, _excluded$p);
7330
7330
  const breakpoints = createBreakpoints(breakpointsInput);
7331
7331
  const spacing = createSpacing(spacingInput);
7332
7332
  let muiTheme = deepmerge({
@@ -7364,7 +7364,7 @@ function useTheme$2(defaultTheme = systemDefaultTheme$1) {
7364
7364
  return useTheme$3(defaultTheme);
7365
7365
  }
7366
7366
 
7367
- const _excluded$q = ["sx"];
7367
+ const _excluded$o = ["sx"];
7368
7368
  const splitProps = props => {
7369
7369
  var _props$theme$unstable, _props$theme;
7370
7370
  const result = {
@@ -7385,7 +7385,7 @@ function extendSxProp(props) {
7385
7385
  const {
7386
7386
  sx: inSx
7387
7387
  } = props,
7388
- other = _objectWithoutPropertiesLoose(props, _excluded$q);
7388
+ other = _objectWithoutPropertiesLoose(props, _excluded$o);
7389
7389
  const {
7390
7390
  systemProps,
7391
7391
  otherProps
@@ -7411,7 +7411,7 @@ function extendSxProp(props) {
7411
7411
 
7412
7412
  function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
7413
7413
 
7414
- const _excluded$p = ["className", "component"];
7414
+ const _excluded$n = ["className", "component"];
7415
7415
  function createBox(options = {}) {
7416
7416
  const {
7417
7417
  themeId,
@@ -7429,7 +7429,7 @@ function createBox(options = {}) {
7429
7429
  className,
7430
7430
  component = 'div'
7431
7431
  } = _extendSxProp,
7432
- other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$p);
7432
+ other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$n);
7433
7433
  return /*#__PURE__*/jsx(BoxRoot, _extends({
7434
7434
  as: component,
7435
7435
  ref: ref,
@@ -7440,7 +7440,7 @@ function createBox(options = {}) {
7440
7440
  return Box;
7441
7441
  }
7442
7442
 
7443
- const _excluded$o = ["variant"];
7443
+ const _excluded$m = ["variant"];
7444
7444
  function isEmpty$1(string) {
7445
7445
  return string.length === 0;
7446
7446
  }
@@ -7454,7 +7454,7 @@ function propsToClassKey(props) {
7454
7454
  const {
7455
7455
  variant
7456
7456
  } = props,
7457
- other = _objectWithoutPropertiesLoose(props, _excluded$o);
7457
+ other = _objectWithoutPropertiesLoose(props, _excluded$m);
7458
7458
  let classKey = variant || '';
7459
7459
  Object.keys(other).sort().forEach(key => {
7460
7460
  if (key === 'color') {
@@ -7466,7 +7466,7 @@ function propsToClassKey(props) {
7466
7466
  return classKey;
7467
7467
  }
7468
7468
 
7469
- const _excluded$n = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
7469
+ const _excluded$l = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
7470
7470
  function isEmpty(obj) {
7471
7471
  return Object.keys(obj).length === 0;
7472
7472
  }
@@ -7561,7 +7561,7 @@ function createStyled(input = {}) {
7561
7561
  skipSx: inputSkipSx,
7562
7562
  overridesResolver
7563
7563
  } = inputOptions,
7564
- options = _objectWithoutPropertiesLoose(inputOptions, _excluded$n);
7564
+ options = _objectWithoutPropertiesLoose(inputOptions, _excluded$l);
7565
7565
 
7566
7566
  // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.
7567
7567
  const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;
@@ -8091,7 +8091,7 @@ if (process.env.NODE_ENV !== 'production') {
8091
8091
  process.env.NODE_ENV !== "production" ? ThemeProvider$1.propTypes = exactProp(ThemeProvider$1.propTypes) : void 0;
8092
8092
  }
8093
8093
 
8094
- const _excluded$m = ["component", "direction", "spacing", "divider", "children", "className", "useFlexGap"];
8094
+ const _excluded$k = ["component", "direction", "spacing", "divider", "children", "className", "useFlexGap"];
8095
8095
  const defaultTheme$3 = createTheme$1();
8096
8096
  // widening Theme to any so that the consumer can own the theme structure.
8097
8097
  const defaultCreateStyledComponent = systemStyled('div', {
@@ -8220,7 +8220,7 @@ function createStack(options = {}) {
8220
8220
  className,
8221
8221
  useFlexGap = false
8222
8222
  } = props,
8223
- other = _objectWithoutPropertiesLoose(props, _excluded$m);
8223
+ other = _objectWithoutPropertiesLoose(props, _excluded$k);
8224
8224
  const ownerState = {
8225
8225
  direction,
8226
8226
  spacing,
@@ -8394,7 +8394,7 @@ const green = {
8394
8394
  };
8395
8395
  var green$1 = green;
8396
8396
 
8397
- const _excluded$l = ["mode", "contrastThreshold", "tonalOffset"];
8397
+ const _excluded$j = ["mode", "contrastThreshold", "tonalOffset"];
8398
8398
  const light = {
8399
8399
  // The colors used to style the text.
8400
8400
  text: {
@@ -8563,7 +8563,7 @@ function createPalette(palette) {
8563
8563
  contrastThreshold = 3,
8564
8564
  tonalOffset = 0.2
8565
8565
  } = palette,
8566
- other = _objectWithoutPropertiesLoose(palette, _excluded$l);
8566
+ other = _objectWithoutPropertiesLoose(palette, _excluded$j);
8567
8567
  const primary = palette.primary || getDefaultPrimary(mode);
8568
8568
  const secondary = palette.secondary || getDefaultSecondary(mode);
8569
8569
  const error = palette.error || getDefaultError(mode);
@@ -8687,7 +8687,7 @@ const theme2 = createTheme({ palette: {
8687
8687
  return paletteOutput;
8688
8688
  }
8689
8689
 
8690
- const _excluded$k = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
8690
+ const _excluded$i = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
8691
8691
  function round(value) {
8692
8692
  return Math.round(value * 1e5) / 1e5;
8693
8693
  }
@@ -8718,7 +8718,7 @@ function createTypography(palette, typography) {
8718
8718
  allVariants,
8719
8719
  pxToRem: pxToRem2
8720
8720
  } = _ref,
8721
- other = _objectWithoutPropertiesLoose(_ref, _excluded$k);
8721
+ other = _objectWithoutPropertiesLoose(_ref, _excluded$i);
8722
8722
  if (process.env.NODE_ENV !== 'production') {
8723
8723
  if (typeof fontSize !== 'number') {
8724
8724
  console.error('MUI: `fontSize` is required to be a number.');
@@ -8785,7 +8785,7 @@ function createShadow(...px) {
8785
8785
  const shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
8786
8786
  var shadows$1 = shadows;
8787
8787
 
8788
- const _excluded$j = ["duration", "easing", "delay"];
8788
+ const _excluded$h = ["duration", "easing", "delay"];
8789
8789
  // Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
8790
8790
  // to learn the context in which each easing should be used.
8791
8791
  const easing = {
@@ -8836,7 +8836,7 @@ function createTransitions(inputTransitions) {
8836
8836
  easing: easingOption = mergedEasing.easeInOut,
8837
8837
  delay = 0
8838
8838
  } = options,
8839
- other = _objectWithoutPropertiesLoose(options, _excluded$j);
8839
+ other = _objectWithoutPropertiesLoose(options, _excluded$h);
8840
8840
  if (process.env.NODE_ENV !== 'production') {
8841
8841
  const isString = value => typeof value === 'string';
8842
8842
  // IE11 support, replace with Number.isNaN
@@ -8883,7 +8883,7 @@ const zIndex = {
8883
8883
  };
8884
8884
  var zIndex$1 = zIndex;
8885
8885
 
8886
- const _excluded$i = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
8886
+ const _excluded$g = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
8887
8887
  function createTheme(options = {}, ...args) {
8888
8888
  const {
8889
8889
  mixins: mixinsInput = {},
@@ -8891,7 +8891,7 @@ function createTheme(options = {}, ...args) {
8891
8891
  transitions: transitionsInput = {},
8892
8892
  typography: typographyInput = {}
8893
8893
  } = options,
8894
- other = _objectWithoutPropertiesLoose(options, _excluded$i);
8894
+ other = _objectWithoutPropertiesLoose(options, _excluded$g);
8895
8895
  if (options.vars) {
8896
8896
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: \`vars\` is a private field used for CSS variables support.
8897
8897
  Please use another name.` : formatMuiErrorMessage(18));
@@ -8981,12 +8981,12 @@ const styled = createStyled({
8981
8981
  });
8982
8982
  var styled$1 = styled;
8983
8983
 
8984
- const _excluded$h = ["theme"];
8984
+ const _excluded$f = ["theme"];
8985
8985
  function ThemeProvider(_ref) {
8986
8986
  let {
8987
8987
  theme: themeInput
8988
8988
  } = _ref,
8989
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8989
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
8990
8990
  const scopedTheme = themeInput[THEME_ID];
8991
8991
  return /*#__PURE__*/jsx(ThemeProvider$1, _extends({}, props, {
8992
8992
  themeId: scopedTheme ? THEME_ID : undefined,
@@ -9182,7 +9182,7 @@ function mergeSlotProps(parameters) {
9182
9182
  };
9183
9183
  }
9184
9184
 
9185
- const _excluded$g = ["elementType", "externalSlotProps", "ownerState"];
9185
+ const _excluded$e = ["elementType", "externalSlotProps", "ownerState"];
9186
9186
  /**
9187
9187
  * @ignore - do not document.
9188
9188
  * Builds the props to be passed into the slot of an unstyled component.
@@ -9198,7 +9198,7 @@ function useSlotProps(parameters) {
9198
9198
  externalSlotProps,
9199
9199
  ownerState
9200
9200
  } = parameters,
9201
- rest = _objectWithoutPropertiesLoose(parameters, _excluded$g);
9201
+ rest = _objectWithoutPropertiesLoose(parameters, _excluded$e);
9202
9202
  const resolvedComponentsProps = resolveComponentProps(externalSlotProps, ownerState);
9203
9203
  const {
9204
9204
  props: mergedProps,
@@ -9836,8 +9836,8 @@ function getModalUtilityClass(slot) {
9836
9836
  }
9837
9837
  generateUtilityClasses('MuiModal', ['root', 'hidden', 'backdrop']);
9838
9838
 
9839
- const _excluded$f = ["children", "closeAfterTransition", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
9840
- const useUtilityClasses$b = ownerState => {
9839
+ const _excluded$d = ["children", "closeAfterTransition", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
9840
+ const useUtilityClasses$9 = ownerState => {
9841
9841
  const {
9842
9842
  open,
9843
9843
  exited
@@ -9905,7 +9905,7 @@ const Modal$2 = /*#__PURE__*/React.forwardRef(function Modal(props, forwardedRef
9905
9905
  slotProps = {},
9906
9906
  slots = {}
9907
9907
  } = props,
9908
- other = _objectWithoutPropertiesLoose(props, _excluded$f);
9908
+ other = _objectWithoutPropertiesLoose(props, _excluded$d);
9909
9909
  // TODO: `modal`` must change its type in this file to match the type of methods
9910
9910
  // provided by `ModalManager`
9911
9911
  const manager = managerProp;
@@ -9980,7 +9980,7 @@ const Modal$2 = /*#__PURE__*/React.forwardRef(function Modal(props, forwardedRef
9980
9980
  hideBackdrop,
9981
9981
  keepMounted
9982
9982
  });
9983
- const classes = useUtilityClasses$b(ownerState);
9983
+ const classes = useUtilityClasses$9(ownerState);
9984
9984
  const handleEnter = () => {
9985
9985
  setExited(false);
9986
9986
  if (onTransitionEnter) {
@@ -10200,8 +10200,8 @@ function getSvgIconUtilityClass(slot) {
10200
10200
  }
10201
10201
  generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
10202
10202
 
10203
- const _excluded$e = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
10204
- const useUtilityClasses$a = ownerState => {
10203
+ const _excluded$c = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
10204
+ const useUtilityClasses$8 = ownerState => {
10205
10205
  const {
10206
10206
  color,
10207
10207
  fontSize,
@@ -10266,7 +10266,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
10266
10266
  titleAccess,
10267
10267
  viewBox = '0 0 24 24'
10268
10268
  } = props,
10269
- other = _objectWithoutPropertiesLoose(props, _excluded$e);
10269
+ other = _objectWithoutPropertiesLoose(props, _excluded$c);
10270
10270
  const ownerState = _extends({}, props, {
10271
10271
  color,
10272
10272
  component,
@@ -10279,7 +10279,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
10279
10279
  if (!inheritViewBox) {
10280
10280
  more.viewBox = viewBox;
10281
10281
  }
10282
- const classes = useUtilityClasses$a(ownerState);
10282
+ const classes = useUtilityClasses$8(ownerState);
10283
10283
  return /*#__PURE__*/jsxs(SvgIconRoot, _extends({
10284
10284
  as: component,
10285
10285
  className: clsx(classes.root, className),
@@ -10545,16 +10545,10 @@ const components = {
10545
10545
  MuiDrawer: {
10546
10546
  styleOverrides: {
10547
10547
  root: {
10548
- boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)"
10549
- }
10550
- }
10551
- },
10552
- MuiBackdrop: {
10553
- styleOverrides: {
10554
- root: {
10555
- '.MuiDrawer-root > .MuiModal-backdrop': {
10556
- backgroundColor: '#f0f0f099 !important',
10557
- backdropFilter: 'blur(4px) !important'
10548
+ boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)",
10549
+ "&.MuiBackdrop-root": {
10550
+ backgroundColor: "#f0f0f099",
10551
+ backdropFilter: "blur(2px) !important"
10558
10552
  }
10559
10553
  }
10560
10554
  }
@@ -10581,50 +10575,60 @@ const components = {
10581
10575
  MuiCheckbox: {
10582
10576
  variants: [{
10583
10577
  props: {
10584
- size: "small"
10578
+ size: "xsmall"
10585
10579
  },
10586
10580
  style: {
10587
10581
  padding: 2
10588
10582
  }
10589
10583
  }, {
10590
10584
  props: {
10591
- size: "medium"
10585
+ size: "small"
10592
10586
  },
10593
10587
  style: {
10594
10588
  padding: 4
10595
10589
  }
10590
+ }, {
10591
+ props: {
10592
+ size: "medium"
10593
+ },
10594
+ style: {
10595
+ padding: 11
10596
+ }
10596
10597
  }],
10597
10598
  defaultProps: {
10598
10599
  size: "small"
10599
10600
  }
10600
10601
  },
10601
10602
  MuiChip: {
10602
- defaultProps: {
10603
- size: "small"
10604
- },
10603
+ variants: [{
10604
+ props: {
10605
+ size: "xsmall"
10606
+ },
10607
+ style: {
10608
+ height: 16
10609
+ }
10610
+ }],
10605
10611
  styleOverrides: {
10606
10612
  sizeSmall: {
10607
- height: 16
10613
+ height: 24
10608
10614
  },
10609
10615
  sizeMedium: {
10610
- height: 24
10616
+ height: 30
10611
10617
  },
10612
10618
  root: {
10613
10619
  height: "inherit",
10614
10620
  borderRadius: 4,
10615
- fontFamily: "Roboto",
10616
- fontSize: "10px",
10617
- fontStyle: "normal",
10618
- fontWeight: 400,
10619
- lineHeight: "10px",
10620
- letterSpacing: "0.15px",
10621
- ".MuiChip-deleteIconSmall": {
10621
+ ".MuiChip-deleteIconXsmall": {
10622
10622
  height: 12,
10623
10623
  width: 12
10624
10624
  },
10625
- ".MuiChip-deleteIconMedium": {
10625
+ ".MuiChip-deleteIconSmall": {
10626
10626
  height: 16,
10627
10627
  widht: 16
10628
+ },
10629
+ ".MuiChip-deleteIconMedium": {
10630
+ height: 20,
10631
+ widht: 20
10628
10632
  }
10629
10633
  }
10630
10634
  }
@@ -11047,20 +11051,20 @@ const palette = {
11047
11051
  contrastText: "#ffffff"
11048
11052
  },
11049
11053
  grey: {
11050
- 50: "#f7f7f8",
11051
- 100: "#eaebec",
11052
- 200: "#dcdee0",
11053
- 300: "#ced1d4",
11054
- 400: "#c4c7ca",
11055
- 500: "#b9bdc1",
11056
- 600: "#b2b7bb",
11057
- 700: "#aaaeb3",
11058
- 800: "#a2a6ab",
11059
- 900: "#93989e",
11060
- A100: "#ffffff",
11061
- A200: "#ffffff",
11062
- A400: "#d4eaff",
11063
- A700: "#bbddff"
11054
+ 50: "#FAFBFF",
11055
+ 100: "#F4F6FA",
11056
+ 200: "#EDEFF5",
11057
+ 300: "#E6E8F0",
11058
+ 400: "#D8DAE5",
11059
+ 500: "#C1C4D6",
11060
+ 600: "#8F95B2",
11061
+ 700: "#696F8C",
11062
+ 800: "#474D66",
11063
+ 900: "#101840",
11064
+ A100: "#D8DAE5",
11065
+ A200: "#C1C4D6",
11066
+ A400: "#696F8C",
11067
+ A700: "#101840"
11064
11068
  },
11065
11069
  text: {
11066
11070
  primary: "#101840de",
@@ -12758,8 +12762,8 @@ function getPaperUtilityClass(slot) {
12758
12762
  }
12759
12763
  generateUtilityClasses('MuiPaper', ['root', 'rounded', 'outlined', 'elevation', 'elevation0', 'elevation1', 'elevation2', 'elevation3', 'elevation4', 'elevation5', 'elevation6', 'elevation7', 'elevation8', 'elevation9', 'elevation10', 'elevation11', 'elevation12', 'elevation13', 'elevation14', 'elevation15', 'elevation16', 'elevation17', 'elevation18', 'elevation19', 'elevation20', 'elevation21', 'elevation22', 'elevation23', 'elevation24']);
12760
12764
 
12761
- const _excluded$d = ["className", "component", "elevation", "square", "variant"];
12762
- const useUtilityClasses$9 = ownerState => {
12765
+ const _excluded$b = ["className", "component", "elevation", "square", "variant"];
12766
+ const useUtilityClasses$7 = ownerState => {
12763
12767
  const {
12764
12768
  square,
12765
12769
  elevation,
@@ -12813,14 +12817,14 @@ const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
12813
12817
  square = false,
12814
12818
  variant = 'elevation'
12815
12819
  } = props,
12816
- other = _objectWithoutPropertiesLoose(props, _excluded$d);
12820
+ other = _objectWithoutPropertiesLoose(props, _excluded$b);
12817
12821
  const ownerState = _extends({}, props, {
12818
12822
  component,
12819
12823
  elevation,
12820
12824
  square,
12821
12825
  variant
12822
12826
  });
12823
- const classes = useUtilityClasses$9(ownerState);
12827
+ const classes = useUtilityClasses$7(ownerState);
12824
12828
  if (process.env.NODE_ENV !== 'production') {
12825
12829
  // eslint-disable-next-line react-hooks/rules-of-hooks
12826
12830
  const theme = useTheme();
@@ -12971,7 +12975,7 @@ process.env.NODE_ENV !== "production" ? Ripple.propTypes = {
12971
12975
  const touchRippleClasses = generateUtilityClasses('MuiTouchRipple', ['root', 'ripple', 'rippleVisible', 'ripplePulsate', 'child', 'childLeaving', 'childPulsate']);
12972
12976
  var touchRippleClasses$1 = touchRippleClasses;
12973
12977
 
12974
- const _excluded$c = ["center", "classes", "className"];
12978
+ const _excluded$a = ["center", "classes", "className"];
12975
12979
  let _ = t => t,
12976
12980
  _t,
12977
12981
  _t2,
@@ -13100,7 +13104,7 @@ const TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps,
13100
13104
  classes = {},
13101
13105
  className
13102
13106
  } = props,
13103
- other = _objectWithoutPropertiesLoose(props, _excluded$c);
13107
+ other = _objectWithoutPropertiesLoose(props, _excluded$a);
13104
13108
  const [ripples, setRipples] = React.useState([]);
13105
13109
  const nextKey = React.useRef(0);
13106
13110
  const rippleCallback = React.useRef(null);
@@ -13301,8 +13305,8 @@ function getButtonBaseUtilityClass(slot) {
13301
13305
  const buttonBaseClasses = generateUtilityClasses('MuiButtonBase', ['root', 'disabled', 'focusVisible']);
13302
13306
  var buttonBaseClasses$1 = buttonBaseClasses;
13303
13307
 
13304
- const _excluded$b = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
13305
- const useUtilityClasses$8 = ownerState => {
13308
+ const _excluded$9 = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
13309
+ const useUtilityClasses$6 = ownerState => {
13306
13310
  const {
13307
13311
  disabled,
13308
13312
  focusVisible,
@@ -13403,7 +13407,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13403
13407
  touchRippleRef,
13404
13408
  type
13405
13409
  } = props,
13406
- other = _objectWithoutPropertiesLoose(props, _excluded$b);
13410
+ other = _objectWithoutPropertiesLoose(props, _excluded$9);
13407
13411
  const buttonRef = React.useRef(null);
13408
13412
  const rippleRef = React.useRef(null);
13409
13413
  const handleRippleRef = useForkRef(rippleRef, touchRippleRef);
@@ -13570,7 +13574,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13570
13574
  tabIndex,
13571
13575
  focusVisible
13572
13576
  });
13573
- const classes = useUtilityClasses$8(ownerState);
13577
+ const classes = useUtilityClasses$6(ownerState);
13574
13578
  return /*#__PURE__*/jsxs(ButtonBaseRoot, _extends({
13575
13579
  as: ComponentProp,
13576
13580
  className: clsx(classes.root, className),
@@ -13767,8 +13771,8 @@ function getIconButtonUtilityClass(slot) {
13767
13771
  const iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
13768
13772
  var iconButtonClasses$1 = iconButtonClasses;
13769
13773
 
13770
- const _excluded$a = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13771
- const useUtilityClasses$7 = ownerState => {
13774
+ const _excluded$8 = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13775
+ const useUtilityClasses$5 = ownerState => {
13772
13776
  const {
13773
13777
  classes,
13774
13778
  disabled,
@@ -13868,7 +13872,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
13868
13872
  disableFocusRipple = false,
13869
13873
  size = 'medium'
13870
13874
  } = props,
13871
- other = _objectWithoutPropertiesLoose(props, _excluded$a);
13875
+ other = _objectWithoutPropertiesLoose(props, _excluded$8);
13872
13876
  const ownerState = _extends({}, props, {
13873
13877
  edge,
13874
13878
  color,
@@ -13876,7 +13880,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
13876
13880
  disableFocusRipple,
13877
13881
  size
13878
13882
  });
13879
- const classes = useUtilityClasses$7(ownerState);
13883
+ const classes = useUtilityClasses$5(ownerState);
13880
13884
  return /*#__PURE__*/jsx(IconButtonRoot, _extends({
13881
13885
  className: clsx(classes.root, className),
13882
13886
  centerRipple: true,
@@ -13962,8 +13966,8 @@ function getTypographyUtilityClass(slot) {
13962
13966
  }
13963
13967
  generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
13964
13968
 
13965
- const _excluded$9 = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
13966
- const useUtilityClasses$6 = ownerState => {
13969
+ const _excluded$7 = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
13970
+ const useUtilityClasses$4 = ownerState => {
13967
13971
  const {
13968
13972
  align,
13969
13973
  gutterBottom,
@@ -14046,7 +14050,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14046
14050
  variant = 'body1',
14047
14051
  variantMapping = defaultVariantMapping
14048
14052
  } = props,
14049
- other = _objectWithoutPropertiesLoose(props, _excluded$9);
14053
+ other = _objectWithoutPropertiesLoose(props, _excluded$7);
14050
14054
  const ownerState = _extends({}, props, {
14051
14055
  align,
14052
14056
  color,
@@ -14059,7 +14063,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14059
14063
  variantMapping
14060
14064
  });
14061
14065
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
14062
- const classes = useUtilityClasses$6(ownerState);
14066
+ const classes = useUtilityClasses$4(ownerState);
14063
14067
  return /*#__PURE__*/jsx(TypographyRoot, _extends({
14064
14068
  as: Component,
14065
14069
  ref: ref,
@@ -14149,8 +14153,8 @@ function getAppBarUtilityClass(slot) {
14149
14153
  }
14150
14154
  generateUtilityClasses('MuiAppBar', ['root', 'positionFixed', 'positionAbsolute', 'positionSticky', 'positionStatic', 'positionRelative', 'colorDefault', 'colorPrimary', 'colorSecondary', 'colorInherit', 'colorTransparent']);
14151
14155
 
14152
- const _excluded$8 = ["className", "color", "enableColorOnDark", "position"];
14153
- const useUtilityClasses$5 = ownerState => {
14156
+ const _excluded$6 = ["className", "color", "enableColorOnDark", "position"];
14157
+ const useUtilityClasses$3 = ownerState => {
14154
14158
  const {
14155
14159
  color,
14156
14160
  position,
@@ -14255,13 +14259,13 @@ const AppBar = /*#__PURE__*/React.forwardRef(function AppBar(inProps, ref) {
14255
14259
  enableColorOnDark = false,
14256
14260
  position = 'fixed'
14257
14261
  } = props,
14258
- other = _objectWithoutPropertiesLoose(props, _excluded$8);
14262
+ other = _objectWithoutPropertiesLoose(props, _excluded$6);
14259
14263
  const ownerState = _extends({}, props, {
14260
14264
  color,
14261
14265
  position,
14262
14266
  enableColorOnDark
14263
14267
  });
14264
- const classes = useUtilityClasses$5(ownerState);
14268
+ const classes = useUtilityClasses$3(ownerState);
14265
14269
  return /*#__PURE__*/jsx(AppBarRoot, _extends({
14266
14270
  square: true,
14267
14271
  component: "header",
@@ -14314,7 +14318,7 @@ process.env.NODE_ENV !== "production" ? AppBar.propTypes /* remove-proptypes */
14314
14318
  } : void 0;
14315
14319
  var AppBar$1 = AppBar;
14316
14320
 
14317
- const _excluded$7 = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14321
+ const _excluded$5 = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14318
14322
  const styles = {
14319
14323
  entering: {
14320
14324
  opacity: 1
@@ -14351,7 +14355,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
14351
14355
  // eslint-disable-next-line react/prop-types
14352
14356
  TransitionComponent = Transition$1
14353
14357
  } = props,
14354
- other = _objectWithoutPropertiesLoose(props, _excluded$7);
14358
+ other = _objectWithoutPropertiesLoose(props, _excluded$5);
14355
14359
  const nodeRef = React.useRef(null);
14356
14360
  const handleRef = useForkRef(nodeRef, children.ref, ref);
14357
14361
  const normalizedTransitionCallback = callback => maybeIsAppearing => {
@@ -14512,8 +14516,8 @@ function getBackdropUtilityClass(slot) {
14512
14516
  }
14513
14517
  generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
14514
14518
 
14515
- const _excluded$6 = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14516
- const useUtilityClasses$4 = ownerState => {
14519
+ const _excluded$4 = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14520
+ const useUtilityClasses$2 = ownerState => {
14517
14521
  const {
14518
14522
  classes,
14519
14523
  invisible
@@ -14567,12 +14571,12 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
14567
14571
  TransitionComponent = Fade$1,
14568
14572
  transitionDuration
14569
14573
  } = props,
14570
- other = _objectWithoutPropertiesLoose(props, _excluded$6);
14574
+ other = _objectWithoutPropertiesLoose(props, _excluded$4);
14571
14575
  const ownerState = _extends({}, props, {
14572
14576
  component,
14573
14577
  invisible
14574
14578
  });
14575
- const classes = useUtilityClasses$4(ownerState);
14579
+ const classes = useUtilityClasses$2(ownerState);
14576
14580
  const rootSlotProps = (_slotProps$root = slotProps.root) != null ? _slotProps$root : componentsProps.root;
14577
14581
  return /*#__PURE__*/jsx(TransitionComponent, _extends({
14578
14582
  in: open,
@@ -14716,162 +14720,6 @@ process.env.NODE_ENV !== "production" ? Box$1.propTypes /* remove-proptypes */ =
14716
14720
  } : void 0;
14717
14721
  var Box$2 = Box$1;
14718
14722
 
14719
- function getCardUtilityClass(slot) {
14720
- return generateUtilityClass('MuiCard', slot);
14721
- }
14722
- generateUtilityClasses('MuiCard', ['root']);
14723
-
14724
- const _excluded$5 = ["className", "raised"];
14725
- const useUtilityClasses$3 = ownerState => {
14726
- const {
14727
- classes
14728
- } = ownerState;
14729
- const slots = {
14730
- root: ['root']
14731
- };
14732
- return composeClasses(slots, getCardUtilityClass, classes);
14733
- };
14734
- const CardRoot = styled$1(Paper$1, {
14735
- name: 'MuiCard',
14736
- slot: 'Root',
14737
- overridesResolver: (props, styles) => styles.root
14738
- })(() => {
14739
- return {
14740
- overflow: 'hidden'
14741
- };
14742
- });
14743
- const Card = /*#__PURE__*/React.forwardRef(function Card(inProps, ref) {
14744
- const props = useThemeProps({
14745
- props: inProps,
14746
- name: 'MuiCard'
14747
- });
14748
- const {
14749
- className,
14750
- raised = false
14751
- } = props,
14752
- other = _objectWithoutPropertiesLoose(props, _excluded$5);
14753
- const ownerState = _extends({}, props, {
14754
- raised
14755
- });
14756
- const classes = useUtilityClasses$3(ownerState);
14757
- return /*#__PURE__*/jsx(CardRoot, _extends({
14758
- className: clsx(classes.root, className),
14759
- elevation: raised ? 8 : undefined,
14760
- ref: ref,
14761
- ownerState: ownerState
14762
- }, other));
14763
- });
14764
- process.env.NODE_ENV !== "production" ? Card.propTypes /* remove-proptypes */ = {
14765
- // ----------------------------- Warning --------------------------------
14766
- // | These PropTypes are generated from the TypeScript type definitions |
14767
- // | To update them edit the d.ts file and run "yarn proptypes" |
14768
- // ----------------------------------------------------------------------
14769
- /**
14770
- * The content of the component.
14771
- */
14772
- children: PropTypes.node,
14773
- /**
14774
- * Override or extend the styles applied to the component.
14775
- */
14776
- classes: PropTypes.object,
14777
- /**
14778
- * @ignore
14779
- */
14780
- className: PropTypes.string,
14781
- /**
14782
- * If `true`, the card will use raised styling.
14783
- * @default false
14784
- */
14785
- raised: chainPropTypes(PropTypes.bool, props => {
14786
- if (props.raised && props.variant === 'outlined') {
14787
- return new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.');
14788
- }
14789
- return null;
14790
- }),
14791
- /**
14792
- * The system prop that allows defining system overrides as well as additional CSS styles.
14793
- */
14794
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
14795
- } : void 0;
14796
- var Card$1 = Card;
14797
-
14798
- function getCardContentUtilityClass(slot) {
14799
- return generateUtilityClass('MuiCardContent', slot);
14800
- }
14801
- generateUtilityClasses('MuiCardContent', ['root']);
14802
-
14803
- const _excluded$4 = ["className", "component"];
14804
- const useUtilityClasses$2 = ownerState => {
14805
- const {
14806
- classes
14807
- } = ownerState;
14808
- const slots = {
14809
- root: ['root']
14810
- };
14811
- return composeClasses(slots, getCardContentUtilityClass, classes);
14812
- };
14813
- const CardContentRoot = styled$1('div', {
14814
- name: 'MuiCardContent',
14815
- slot: 'Root',
14816
- overridesResolver: (props, styles) => styles.root
14817
- })(() => {
14818
- return {
14819
- padding: 16,
14820
- '&:last-child': {
14821
- paddingBottom: 24
14822
- }
14823
- };
14824
- });
14825
- const CardContent = /*#__PURE__*/React.forwardRef(function CardContent(inProps, ref) {
14826
- const props = useThemeProps({
14827
- props: inProps,
14828
- name: 'MuiCardContent'
14829
- });
14830
- const {
14831
- className,
14832
- component = 'div'
14833
- } = props,
14834
- other = _objectWithoutPropertiesLoose(props, _excluded$4);
14835
- const ownerState = _extends({}, props, {
14836
- component
14837
- });
14838
- const classes = useUtilityClasses$2(ownerState);
14839
- return /*#__PURE__*/jsx(CardContentRoot, _extends({
14840
- as: component,
14841
- className: clsx(classes.root, className),
14842
- ownerState: ownerState,
14843
- ref: ref
14844
- }, other));
14845
- });
14846
- process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptypes */ = {
14847
- // ----------------------------- Warning --------------------------------
14848
- // | These PropTypes are generated from the TypeScript type definitions |
14849
- // | To update them edit the d.ts file and run "yarn proptypes" |
14850
- // ----------------------------------------------------------------------
14851
- /**
14852
- * The content of the component.
14853
- */
14854
- children: PropTypes.node,
14855
- /**
14856
- * Override or extend the styles applied to the component.
14857
- */
14858
- classes: PropTypes.object,
14859
- /**
14860
- * @ignore
14861
- */
14862
- className: PropTypes.string,
14863
- /**
14864
- * The component used for the root node.
14865
- * Either a string to use a HTML element or a component.
14866
- */
14867
- component: PropTypes.elementType,
14868
- /**
14869
- * The system prop that allows defining system overrides as well as additional CSS styles.
14870
- */
14871
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
14872
- } : void 0;
14873
- var CardContent$1 = CardContent;
14874
-
14875
14723
  const _excluded$3 = ["BackdropComponent", "BackdropProps", "classes", "className", "closeAfterTransition", "children", "container", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "onBackdropClick", "onClose", "open", "slotProps", "slots", "theme"];
14876
14724
  const ModalRoot = styled$1('div', {
14877
14725
  name: 'MuiModal',
@@ -15950,7 +15798,7 @@ process.env.NODE_ENV !== "production" ? Toolbar.propTypes /* remove-proptypes */
15950
15798
  } : void 0;
15951
15799
  var Toolbar$1 = Toolbar;
15952
15800
 
15953
- var img = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3csvg xmlns='http://www.w3.org/2000/svg'%3e %3csymbol id='create' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M111.051 151.884L131.834 178.147C132.913 179.511 135.091 178.965 135.404 177.252L141.462 143.805' stroke='%23455A64' stroke-width='3' stroke-miterlimit='10'/%3e %3cpath d='M51.5779 109.002H157L140.363 142.002H70.9327L50.3481 111.51C49.5227 110.497 50.2582 109.002 51.5779 109.002Z' fill='%2383ABDE' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M60.5 160.167C60.5 148.753 69.7512 139.502 81.1644 139.502C92.5777 139.502 101.829 148.753 101.829 160.167C101.829 171.58 92.5777 180.831 81.1644 180.831C69.7512 180.831 60.5 171.58 60.5 160.167ZM71.3017 160.167C71.3017 165.614 75.7175 170.029 81.1644 170.029C86.6114 170.029 91.0272 165.614 91.0272 160.167C91.0272 154.72 86.6114 150.304 81.1644 150.304C75.7175 150.304 71.3017 154.72 71.3017 160.167Z' fill='%23455A64' stroke='%23263238' stroke-miterlimit='10'/%3e %3cpath d='M82.2108 163.688L82.3783 163.641L144.616 146.301L169.744 98.2155L169.884 97.9471H170.187H178.247C180.028 97.9471 181.469 96.5025 181.469 94.7244C181.469 92.943 180.025 91.5018 178.247 91.5018H165.712L140.624 139.511L140.524 139.703L140.315 139.761L80.3764 156.461C80.3763 156.461 80.3763 156.461 80.3762 156.461C78.4234 157.006 77.2636 159.008 77.7621 160.971L82.2108 163.688ZM82.2108 163.688C80.2481 164.14 78.2645 162.945 77.7622 160.971L82.2108 163.688Z' fill='%23F4F7F9' stroke='%23263238'/%3e %3cpath d='M26 183.144L33.2302 176.88L35.4503 173.386L40.5175 170.632L48.5844 168.002L55.6288 170.632L59.2357 174.417L63.7183 174.261L70.1131 176.275L75.6746 179.927L78.5669 183.868L26 183.144Z' fill='%23EEE4B0'/%3e %3cpath d='M46.1618 174.674C46.0308 174.646 45.9023 174.607 45.7777 174.558C45.532 174.476 45.1817 174.352 44.7411 174.23C44.228 174.081 43.6965 174.005 43.1622 174.004C42.5116 174.003 41.876 174.2 41.3403 174.569C41.0778 174.783 40.8375 175.022 40.6229 175.284C40.5072 175.408 40.3728 175.514 40.2247 175.597C40.0776 175.674 39.9158 175.718 39.7501 175.727C39.4338 175.75 39.1457 175.699 38.883 175.704C38.638 175.711 38.3965 175.763 38.1712 175.86C37.8403 175.997 37.549 176.214 37.3238 176.493C37.1657 176.693 37.1064 176.823 37.0951 176.817C37.0838 176.812 37.0951 176.781 37.129 176.718C37.1714 176.628 37.2215 176.541 37.2787 176.459C37.494 176.156 37.7866 175.916 38.126 175.764C38.3617 175.656 38.6158 175.595 38.8745 175.583C39.157 175.583 39.4394 175.617 39.7219 175.583C39.8729 175.571 40.02 175.529 40.1544 175.459C40.2888 175.389 40.4078 175.293 40.5043 175.176C40.7212 174.906 40.9664 174.66 41.2358 174.442C41.7988 174.061 42.4657 173.864 43.1452 173.877C43.6911 173.883 44.2329 173.972 44.7524 174.14C45.1958 174.275 45.5433 174.422 45.7805 174.513C45.9125 174.554 46.0402 174.608 46.1618 174.674Z' fill='%231E62A1'/%3e %3cpath d='M66.0544 179.718C65.8911 179.66 65.7308 179.594 65.5743 179.52C65.1884 179.379 64.7787 179.315 64.3682 179.331C63.9573 179.348 63.5535 179.443 63.179 179.613C63.029 179.7 62.8743 179.778 62.7158 179.848C62.8279 179.709 62.9699 179.598 63.131 179.523C63.509 179.316 63.9298 179.199 64.3605 179.181C64.7912 179.164 65.2201 179.246 65.6138 179.421C65.7822 179.484 65.9332 179.585 66.0544 179.718Z' fill='%231E62A1'/%3e %3cmask id='path-15-inside-1_1144_129382' fill='white'%3e %3cpath d='M100.738 99.8354C101.631 100.403 103.05 101.43 103.794 101.975C103.176 101.537 102.031 100.726 100.738 99.8354Z'/%3e %3c/mask%3e %3cpath d='M100.738 99.8354C101.631 100.403 103.05 101.43 103.794 101.975C103.176 101.537 102.031 100.726 100.738 99.8354Z' fill='%23FFFBC7'/%3e %3cpath d='M100.738 99.8354L101.275 98.9917L100.171 100.659L100.738 99.8354ZM103.794 101.975L103.216 102.791L104.385 101.168L103.794 101.975ZM100.201 100.679C101.062 101.227 102.455 102.233 103.203 102.782L104.385 101.168C103.645 100.626 102.2 99.5803 101.275 98.9917L100.201 100.679ZM104.372 101.159C103.754 100.721 102.604 99.9065 101.306 99.0118L100.171 100.659C101.458 101.545 102.598 102.353 103.216 102.791L104.372 101.159Z' fill='%231E62A1' mask='url(%23path-15-inside-1_1144_129382)'/%3e %3cpath d='M146.805 109.48L146.813 109.48L146.805 109.48ZM146.805 109.48L146.817 109.98M146.805 109.48L146.817 109.98M146.817 109.98C146.805 109.48 146.805 109.48 146.804 109.48L146.804 109.48L146.801 109.48L146.792 109.481L146.753 109.482L146.602 109.486C146.469 109.489 146.272 109.495 146.016 109.503C145.504 109.518 144.755 109.542 143.811 109.577C141.921 109.645 139.244 109.755 136.095 109.919C129.797 110.247 121.604 110.792 114.034 111.661C106.519 112.524 99.4772 112.375 94.3123 112.009C91.7307 111.826 89.62 111.59 88.1561 111.399C87.4242 111.304 86.8541 111.22 86.4678 111.16C86.2746 111.13 86.1274 111.106 86.0289 111.09C86.0054 111.086 85.9848 111.082 85.9669 111.079C85.9472 111.076 85.9309 111.073 85.918 111.071L85.8906 111.066L85.884 111.065L85.8825 111.065L85.8823 111.065L85.3689 110.974M146.817 109.98L85.3689 110.974M85.3689 110.974L85.3002 111.485M85.3689 110.974L85.3002 111.485M55.4109 99.9256C55.9033 100.013 55.9032 100.013 55.9032 100.013L55.9033 100.013L55.4109 99.9256ZM55.4109 99.9256L55.451 100.424L55.4512 100.424C55.4511 100.424 55.451 100.424 55.4109 99.9256ZM85.4193 86.7107C85.6678 87.1446 85.6675 87.1447 85.6673 87.1448L85.6678 87.1446L85.4193 86.7107ZM85.4193 86.7107L85.274 87.1892L85.2744 87.1893C85.2742 87.1892 85.274 87.1892 85.4193 86.7107ZM131.687 88.2917C133.891 89.2989 135.825 90.435 137.506 91.6363L137.507 91.6377C141.135 94.2059 143.628 97.0331 145.268 99.3535L145.268 99.3537C146.26 100.756 146.94 101.972 147.371 102.834C147.587 103.265 147.74 103.608 147.839 103.84C147.888 103.956 147.924 104.045 147.947 104.104C147.958 104.133 147.967 104.155 147.972 104.169L147.977 104.184L147.979 104.187L147.979 104.187L147.979 104.188L147.979 104.188L148.05 104.386L148.243 104.474L148.243 104.474L148.244 104.474L148.248 104.476L148.263 104.483L148.326 104.512C148.381 104.537 148.463 104.575 148.565 104.624C148.77 104.722 149.061 104.863 149.401 105.036C150.084 105.383 150.957 105.855 151.738 106.361C152.539 106.881 153.17 107.391 153.441 107.8C153.575 108.002 153.56 108.088 153.557 108.1C153.556 108.103 153.53 108.204 153.239 108.33C151.884 108.916 150.286 109.207 149.006 109.349C148.371 109.419 147.822 109.452 147.432 109.467C147.238 109.475 147.084 109.478 146.979 109.479C146.927 109.48 146.887 109.48 146.86 109.48L146.831 109.48L146.824 109.48L146.822 109.48L146.822 109.48L131.687 88.2917ZM131.687 88.2917L131.895 87.8366L131.687 88.2914C131.687 88.2915 131.687 88.2916 131.687 88.2917ZM85.3002 111.485C85.3 111.486 85.2997 111.488 85.2993 111.49C85.2977 111.498 85.2943 111.514 85.2884 111.537C85.2764 111.583 85.2541 111.655 85.2155 111.743C85.1384 111.919 84.9964 112.161 84.738 112.398C84.2328 112.862 83.199 113.381 81.094 113.211C80.6284 113.173 79.9032 113.057 78.966 112.878C75.2638 112.154 68.5612 110.43 62.5791 108.536C59.588 107.589 56.7892 106.603 54.6413 105.683C53.5665 105.223 52.6663 104.784 51.9903 104.379C51.2909 103.961 50.9089 103.624 50.7737 103.393L50.7676 103.382M85.3002 111.485L50.7676 103.382M50.7676 103.382L50.761 103.372M50.7676 103.382L50.761 103.372M50.761 103.372C50.7453 103.348 50.7276 103.316 50.7152 103.291L50.7153 103.291M50.761 103.372L50.7153 103.291M50.7153 103.291L50.7102 103.281L50.7153 103.291ZM55.9028 100.015L55.8359 100.393L55.9028 100.015ZM55.9028 100.015C55.9028 100.015 55.9028 100.015 55.9029 100.015M55.9028 100.015L55.9029 100.015M55.9029 100.015C55.903 100.014 55.9031 100.014 55.9033 100.013M55.9029 100.015L55.9033 100.013M55.9033 100.013L55.9073 99.994M55.9033 100.013L55.9073 99.994M55.9073 99.994C55.9114 99.9751 55.9187 99.9437 55.9301 99.9007M55.9073 99.994L55.9301 99.9007M55.9301 99.9007C55.953 99.8146 55.9923 99.6817 56.0557 99.5077M55.9301 99.9007L56.0557 99.5077M56.0557 99.5077C56.1822 99.1605 56.405 98.6489 56.7856 98.0185L56.0557 99.5077ZM137.796 91.2296C141.477 93.8356 144.009 96.7059 145.676 99.065L137.796 91.2296ZM66.691 90.1171C66.6917 90.1168 66.6923 90.1165 66.6929 90.1162L66.4759 89.6658L66.6891 90.1181C66.6897 90.1178 66.6904 90.1175 66.691 90.1171ZM58.1184 96.219L57.7375 95.895L58.115 96.223C58.1155 96.2223 58.1161 96.2216 58.1167 96.221C58.1172 96.2203 58.1178 96.2197 58.1184 96.219ZM57.3664 97.1597C57.3669 97.1589 57.3674 97.1582 57.368 97.1574L56.9635 96.8635L57.3648 97.1617C57.3653 97.161 57.3658 97.1604 57.3664 97.1597Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M120.968 99.244C121.036 99.3139 121.103 99.3847 121.166 99.4555C121.404 99.7188 121.587 99.961 121.701 100.156C121.66 100.123 121.615 100.083 121.566 100.035C121.37 99.8403 121.165 99.5611 120.968 99.244Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='path-19-inside-2_1144_129382' fill='white'%3e %3cpath d='M120.699 96.3469C120.699 96.3469 123.018 99.9863 123.648 99.9927C124.278 99.9991 122.26 97.3039 120.699 96.3469Z'/%3e %3c/mask%3e %3cpath d='M120.699 96.3469C120.699 96.3469 123.018 99.9863 123.648 99.9927C124.278 99.9991 122.26 97.3039 120.699 96.3469Z' fill='%231E62A1'/%3e %3cpath d='M120.699 96.3469L121.222 95.4944L119.856 96.8843L120.699 96.3469ZM120.699 96.3469C119.856 96.8843 119.856 96.8844 119.856 96.8844C119.856 96.8845 119.856 96.8846 119.856 96.8847C119.856 96.8848 119.856 96.8851 119.857 96.8854C119.857 96.8859 119.857 96.8867 119.858 96.8878C119.859 96.8898 119.861 96.8927 119.864 96.8964C119.868 96.9039 119.875 96.9147 119.884 96.9286C119.902 96.9565 119.928 96.9969 119.961 97.048C120.028 97.1502 120.123 97.2956 120.239 97.4699C120.47 97.8175 120.788 98.2841 121.127 98.7533C121.463 99.2177 121.836 99.7061 122.176 100.087C122.344 100.275 122.527 100.463 122.711 100.611C122.803 100.686 122.917 100.768 123.047 100.837C123.166 100.899 123.375 100.99 123.638 100.993L123.658 98.9928C123.842 98.9946 123.959 99.0566 123.975 99.0648C124.002 99.079 124.001 99.0827 123.97 99.057C123.906 99.0056 123.805 98.9078 123.667 98.7537C123.396 98.4503 123.07 98.0278 122.748 97.5815C122.429 97.1401 122.127 96.6964 121.904 96.3614C121.793 96.1944 121.702 96.0555 121.639 95.9586C121.607 95.9102 121.583 95.8724 121.567 95.847C121.558 95.8343 121.552 95.8246 121.548 95.8183C121.546 95.8152 121.545 95.8128 121.544 95.8114C121.543 95.8106 121.543 95.8101 121.543 95.8098C121.543 95.8097 121.543 95.8096 121.543 95.8095C121.543 95.8095 121.543 95.8095 121.543 95.8095C121.543 95.8095 121.543 95.8095 120.699 96.3469ZM123.638 100.993C123.848 100.995 124.176 100.939 124.446 100.667C124.708 100.403 124.761 100.089 124.766 99.9045C124.775 99.5786 124.649 99.287 124.578 99.1361C124.406 98.7683 124.11 98.3328 123.782 97.9145C123.128 97.0786 122.147 96.0616 121.222 95.4944L120.177 97.1995C120.812 97.5892 121.621 98.3983 122.208 99.1477C122.501 99.522 122.689 99.8189 122.767 99.9846C122.821 100.1 122.762 100.026 122.766 99.8498C122.769 99.7403 122.803 99.4844 123.025 99.2596C123.256 99.0265 123.526 98.9914 123.658 98.9928L123.638 100.993Z' fill='%231E62A1' mask='url(%23path-19-inside-2_1144_129382)'/%3e %3cpath d='M135.778 108.44C135.917 108.667 136.043 108.798 136.138 108.767L135.778 108.44Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='path-22-inside-3_1144_129382' fill='white'%3e %3cpath d='M136.332 104.998C136.332 104.998 136.931 107.99 137.559 108.152C138.187 108.314 136.332 104.998 136.332 104.998Z'/%3e %3c/mask%3e %3cpath d='M136.332 104.998C136.332 104.998 136.931 107.99 137.559 108.152C138.187 108.314 136.332 104.998 136.332 104.998Z' fill='%231E62A1'/%3e %3cpath d='M136.332 104.998L137.205 104.51L135.351 105.194L136.332 104.998ZM136.332 104.998C135.351 105.194 135.352 105.194 135.352 105.194C135.352 105.195 135.352 105.195 135.352 105.195C135.352 105.195 135.352 105.195 135.352 105.196C135.352 105.196 135.352 105.197 135.352 105.198C135.353 105.2 135.353 105.203 135.354 105.206C135.355 105.213 135.357 105.222 135.36 105.234C135.365 105.258 135.372 105.293 135.381 105.336C135.4 105.424 135.427 105.547 135.462 105.695C135.53 105.99 135.63 106.389 135.752 106.799C135.871 107.201 136.022 107.648 136.2 108.021C136.288 108.205 136.399 108.409 136.54 108.588C136.662 108.743 136.911 109.017 137.309 109.12L137.809 107.184C138.051 107.246 138.144 107.392 138.112 107.352C138.1 107.336 138.062 107.279 138.005 107.161C137.894 106.927 137.778 106.596 137.669 106.229C137.562 105.871 137.473 105.512 137.409 105.241C137.378 105.106 137.353 104.994 137.337 104.917C137.329 104.879 137.322 104.849 137.318 104.829C137.316 104.819 137.315 104.812 137.314 104.807C137.313 104.805 137.313 104.803 137.313 104.802C137.313 104.802 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.802 136.332 104.998ZM137.309 109.12C137.5 109.17 137.883 109.213 138.242 108.949C138.582 108.699 138.659 108.347 138.679 108.187C138.717 107.885 138.635 107.59 138.591 107.443C138.481 107.074 138.279 106.614 138.084 106.206C137.882 105.783 137.663 105.359 137.495 105.044C137.411 104.885 137.339 104.753 137.288 104.66C137.262 104.613 137.242 104.576 137.227 104.55C137.22 104.538 137.215 104.528 137.211 104.521C137.209 104.517 137.208 104.515 137.207 104.513C137.206 104.512 137.206 104.511 137.205 104.511C137.205 104.51 137.205 104.51 137.205 104.51C137.205 104.51 137.205 104.51 137.205 104.51C137.205 104.51 137.205 104.51 136.332 104.998C135.459 105.486 135.459 105.486 135.459 105.486C135.459 105.486 135.459 105.486 135.459 105.486C135.459 105.486 135.459 105.486 135.459 105.486C135.46 105.487 135.46 105.487 135.46 105.488C135.461 105.489 135.462 105.491 135.464 105.494C135.467 105.5 135.472 105.508 135.478 105.52C135.491 105.543 135.51 105.577 135.534 105.621C135.581 105.708 135.649 105.833 135.729 105.983C135.89 106.285 136.095 106.68 136.278 107.066C136.469 107.466 136.612 107.805 136.674 108.012C136.716 108.154 136.676 108.091 136.695 107.939C136.705 107.855 136.758 107.557 137.056 107.338C137.374 107.105 137.697 107.155 137.809 107.184L137.309 109.12Z' fill='%231E62A1' mask='url(%23path-22-inside-3_1144_129382)'/%3e %3cmask id='path-24-inside-4_1144_129382' fill='white'%3e %3cpath d='M137.63 101.233C137.63 101.233 141.261 99.6989 141.096 100.638C140.931 101.578 137.63 101.233 137.63 101.233Z'/%3e %3c/mask%3e %3cpath d='M137.63 101.233C137.63 101.233 141.261 99.6989 141.096 100.638C140.931 101.578 137.63 101.233 137.63 101.233Z' fill='%231E62A1'/%3e %3cpath d='M137.63 101.233L137.241 100.311L137.526 102.227L137.63 101.233ZM137.63 101.233C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.02 102.154 138.02 102.153C138.022 102.153 138.024 102.152 138.027 102.151C138.032 102.148 138.042 102.144 138.054 102.139C138.078 102.129 138.115 102.114 138.161 102.095C138.255 102.057 138.39 102.003 138.552 101.942C138.878 101.817 139.301 101.664 139.712 101.541C140.147 101.411 140.481 101.341 140.661 101.334C140.777 101.33 140.667 101.359 140.497 101.261C140.385 101.197 140.249 101.078 140.167 100.888C140.088 100.706 140.097 100.547 140.111 100.465L142.081 100.811C142.116 100.612 142.116 100.355 142.002 100.092C141.885 99.8218 141.688 99.6391 141.493 99.527C141.156 99.3332 140.789 99.3281 140.588 99.3355C140.133 99.3522 139.59 99.4897 139.138 99.6252C138.662 99.7681 138.188 99.9398 137.838 100.073C137.662 100.141 137.514 100.199 137.41 100.242C137.358 100.263 137.317 100.28 137.288 100.292C137.274 100.298 137.262 100.302 137.255 100.306C137.251 100.307 137.247 100.309 137.245 100.31C137.244 100.31 137.243 100.31 137.242 100.311C137.242 100.311 137.242 100.311 137.242 100.311C137.241 100.311 137.241 100.311 137.241 100.311C137.241 100.311 137.241 100.311 137.63 101.233ZM140.111 100.465C140.18 100.076 140.505 100.077 140.198 100.17C139.988 100.233 139.66 100.274 139.264 100.288C138.883 100.302 138.499 100.29 138.205 100.273C138.059 100.265 137.939 100.256 137.856 100.249C137.814 100.246 137.783 100.243 137.762 100.241C137.751 100.24 137.744 100.239 137.739 100.238C137.737 100.238 137.735 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.63 101.233C137.526 102.227 137.526 102.227 137.526 102.227C137.527 102.227 137.527 102.227 137.527 102.227C137.527 102.227 137.528 102.227 137.528 102.227C137.529 102.227 137.53 102.227 137.531 102.228C137.533 102.228 137.536 102.228 137.54 102.229C137.548 102.229 137.559 102.23 137.573 102.232C137.6 102.234 137.64 102.238 137.689 102.242C137.787 102.25 137.926 102.261 138.092 102.27C138.422 102.289 138.873 102.304 139.338 102.287C139.788 102.27 140.317 102.222 140.772 102.085C141.13 101.978 141.93 101.67 142.081 100.811L140.111 100.465Z' fill='%231E62A1' mask='url(%23path-24-inside-4_1144_129382)'/%3e %3cpath d='M141.994 98.4307C141.985 98.3594 141.965 98.2562 141.929 98.1181C141.842 97.7927 141.68 97.3318 141.432 96.7528C140.938 95.5981 140.121 94.0129 138.946 92.1701C137.871 90.4932 136.511 88.6089 134.828 86.6436L134.827 86.6421C134.351 86.0826 133.847 85.5659 133.326 85.0724L133.301 85.0596L133.25 85.0129C128.05 80.1932 121.068 78.9534 114.988 78.7506C111.636 78.6392 108.907 78.8446 107.021 79.0771C106.077 79.1933 105.344 79.3162 104.849 79.4096C104.602 79.4563 104.414 79.4956 104.289 79.523C104.227 79.5366 104.18 79.5473 104.149 79.5545L104.115 79.5625L104.108 79.5643L104.106 79.5647L104.106 79.5647L104.106 79.5648L104.029 79.5839L103.949 79.578L103.986 79.0793C103.949 79.578 103.949 79.578 103.949 79.578L103.948 79.5779L103.946 79.5777L103.936 79.577L103.894 79.574C103.857 79.5714 103.802 79.5676 103.729 79.5627C103.583 79.5529 103.367 79.539 103.087 79.5226C102.527 79.4896 101.712 79.4463 100.691 79.4053C98.65 79.3232 95.7905 79.2498 92.5187 79.2852C85.9653 79.356 77.7952 79.8625 71.2334 81.5901L71.2332 81.5902C64.6626 83.3166 58.3065 86.2577 53.8304 88.8853C51.59 90.2005 49.8395 91.4262 48.7733 92.3696C48.232 92.8487 47.9052 93.2221 47.7644 93.4731C47.7535 93.4926 47.7444 93.51 47.737 93.5253C48.5775 93.9379 49.4181 94.1553 50.062 94.2691C50.3977 94.3285 50.6766 94.3591 50.8697 94.3748C50.9662 94.3827 51.041 94.3868 51.0904 94.3889C51.1151 94.39 51.1335 94.3906 51.145 94.3909L51.1571 94.3912L51.1586 94.3912L51.1589 94.3912L51.159 94.3912L51.1592 94.3912L51.1593 94.3912L51.4601 94.3943L51.5976 94.6615L51.5978 94.6618L51.5979 94.662L51.598 94.6622L51.5981 94.6623L51.5998 94.6656L51.611 94.6863C51.6216 94.7057 51.6386 94.7362 51.6624 94.7771C51.71 94.8588 51.7847 94.9818 51.889 95.1397C52.0977 95.4555 52.4252 95.9107 52.8929 96.4539L52.8929 96.454C54.5569 98.3874 58.0166 101.441 64.2465 103.196C67.2989 104.048 70.2792 104.634 72.9334 105.034C75.8754 105.472 78.4224 105.684 80.2329 105.787C81.1381 105.838 81.8587 105.862 82.352 105.874C82.5987 105.879 82.7885 105.882 82.9161 105.883C82.9799 105.883 83.0281 105.883 83.0601 105.883L83.0959 105.883L83.1045 105.883L83.1064 105.883L83.1069 105.883L83.5366 105.88L83.6034 106.303L83.6034 106.303L83.6035 106.304L83.6036 106.304L83.6037 106.305L83.6038 106.305L83.6049 106.311C83.6065 106.319 83.6094 106.334 83.6139 106.354C83.6231 106.394 83.6385 106.455 83.6624 106.53C83.7106 106.681 83.791 106.882 83.9183 107.086C84.1671 107.483 84.5872 107.883 85.3354 107.952L141.994 98.4307ZM141.994 98.4307C141.992 98.4325 141.989 98.4345 141.987 98.4364C141.936 98.4743 141.858 98.5222 141.742 98.5769C141.507 98.6873 141.149 98.8116 140.615 98.9396C139.548 99.1953 137.846 99.451 135.183 99.6599C132.544 99.8632 127.115 99.6912 122.313 99.4649C119.919 99.3521 117.692 99.2264 116.063 99.1289C115.249 99.0802 114.584 99.0385 114.124 99.009C113.893 98.9942 113.714 98.9825 113.592 98.9745L113.453 98.9654L113.418 98.963L113.409 98.9624L113.407 98.9623L113.406 98.9622C113.406 98.9622 113.406 98.9622 113.372 99.4611L113.406 98.9622L113.254 98.952L113.123 99.0278L113.123 99.0278L113.122 99.0282L113.119 99.0298L113.107 99.037L113.056 99.0658C113.011 99.0914 112.943 99.1293 112.855 99.1781C112.678 99.2758 112.418 99.417 112.089 99.59C111.431 99.936 110.496 100.409 109.391 100.913C107.173 101.926 104.296 103.057 101.6 103.57L141.994 98.4307ZM89.7935 103.821L89.7932 103.821L89.7919 103.823L89.7861 103.832L89.7618 103.868C89.7401 103.899 89.7077 103.946 89.6656 104.006C89.5813 104.127 89.4582 104.299 89.3045 104.505C88.9964 104.919 88.5682 105.467 88.0844 106.007C87.598 106.55 87.069 107.07 86.5602 107.44C86.0307 107.825 85.6162 107.978 85.3356 107.952L89.7935 103.821ZM89.7935 103.821L89.7935 103.821M89.7935 103.821L89.7935 103.821M90.2916 103.606L90.2916 103.606L90.2921 103.606L90.2947 103.607L90.3064 103.609L90.3549 103.617C90.3982 103.623 90.4631 103.633 90.5482 103.646C90.7184 103.671 90.9689 103.705 91.2874 103.743C91.9243 103.82 92.8319 103.912 93.9102 103.971C96.071 104.091 98.8972 104.08 101.6 103.57L90.2916 103.606ZM90.2916 103.606L90.2915 103.606M90.2916 103.606L90.2915 103.606M90.2915 103.606L89.9732 103.553M90.2915 103.606L89.9732 103.553M89.9732 103.553L89.7935 103.821M89.9732 103.553L89.7935 103.821M89.7935 103.821L89.7935 103.821M89.7935 103.821L89.7935 103.821' fill='%23FFFBC7' stroke='%231E62A1'/%3e %3cpath opacity='0.5' d='M56.6898 96.2217C56.6555 96.2042 56.622 96.1872 56.5893 96.1705C57.1759 96.186 58.0282 96.3086 59.0884 96.5241C61.4559 97.0053 64.7092 97.9171 67.9563 98.9315C71.2005 99.9449 74.422 101.055 76.7211 101.929C77.269 102.138 77.7618 102.332 78.1885 102.507C78.0055 102.489 77.8133 102.47 77.6127 102.448C76.3956 102.313 74.8897 102.093 73.3168 101.822C70.1615 101.279 66.7837 100.542 64.9455 99.9076C63.0951 99.2685 60.8083 98.233 58.973 97.3508C58.0577 96.9109 57.2593 96.5112 56.6898 96.2217Z' fill='%23B89E09' stroke='%23B89E09'/%3e %3cpath d='M142.102 87.8866C142.093 87.8153 142.073 87.7121 142.036 87.574C141.95 87.2486 141.787 86.7877 141.54 86.2087C141.046 85.054 140.228 83.4688 139.054 81.626C137.979 79.9491 136.618 78.0648 134.935 76.0995L134.934 76.098C134.459 75.5385 133.955 75.0218 133.433 74.5283L133.408 74.5155L133.358 74.4688C128.158 69.6491 121.175 68.4093 115.095 68.2065C111.743 68.0951 109.015 68.3005 107.128 68.533C106.185 68.6492 105.452 68.7721 104.957 68.8655C104.709 68.9122 104.521 68.9515 104.396 68.9789C104.334 68.9926 104.287 69.0032 104.257 69.0104L104.223 69.0184L104.215 69.0202L104.214 69.0206L104.213 69.0206L104.213 69.0207L104.136 69.0398L104.056 69.0339L104.093 68.5352C104.056 69.0339 104.056 69.0339 104.056 69.0339L104.056 69.0338L104.053 69.0336L104.043 69.0329L104.001 69.0299C103.965 69.0273 103.909 69.0235 103.836 69.0186C103.691 69.0088 103.475 68.9949 103.195 68.9785C102.635 68.9455 101.819 68.9023 100.799 68.8612C98.7574 68.7791 95.898 68.7057 92.6261 68.7411C86.0727 68.8119 77.9027 69.3184 71.3409 71.046L71.3406 71.0461C64.77 72.7725 58.4139 75.7136 53.9378 78.3412C51.6974 79.6564 49.9469 80.8821 48.8807 81.8255C48.3394 82.3046 48.0126 82.678 47.8718 82.929C47.8609 82.9485 47.8519 82.9659 47.8444 82.9812C48.6849 83.3938 49.5255 83.6112 50.1694 83.725C50.5051 83.7844 50.784 83.815 50.9771 83.8307C51.0736 83.8386 51.1484 83.8427 51.1978 83.8449C51.2225 83.8459 51.2409 83.8465 51.2524 83.8468L51.2645 83.8471L51.2661 83.8471L51.2663 83.8471L51.2665 83.8471L51.2666 83.8471L51.2667 83.8471L51.5675 83.8502L51.7051 84.1174L51.7052 84.1177L51.7053 84.1179L51.7054 84.1181L51.7055 84.1182L51.7073 84.1216L51.7184 84.1422C51.729 84.1616 51.7461 84.1921 51.7699 84.233C51.8175 84.3147 51.8921 84.4377 51.9964 84.5956C52.2051 84.9114 52.5326 85.3666 53.0003 85.9098L53.0004 85.9099C54.6643 87.8433 58.1241 90.8973 64.3539 92.6517C67.4064 93.5043 70.3866 94.09 73.0409 94.4898C75.9828 94.9277 78.5298 95.1401 80.3403 95.2429C81.2455 95.2943 81.9661 95.3183 82.4595 95.3295C82.7061 95.3351 82.8959 95.3375 83.0235 95.3384C83.0873 95.3389 83.1355 95.3391 83.1675 95.3391L83.2033 95.3391L83.2119 95.339L83.2139 95.339L83.2143 95.339L83.6441 95.3364L83.7108 95.7586L83.7108 95.7588L83.7109 95.7594L83.711 95.7601L83.7111 95.7605L83.7112 95.7609L83.7123 95.7667C83.7139 95.7751 83.7168 95.7898 83.7214 95.8097C83.7305 95.8498 83.7459 95.9106 83.7698 95.9855C83.818 96.1369 83.8984 96.3383 84.0257 96.5417C84.2745 96.9392 84.6947 97.3386 85.4428 97.4083L142.102 87.8866ZM142.102 87.8866C142.099 87.8884 142.097 87.8904 142.094 87.8923C142.043 87.9302 141.965 87.9781 141.849 88.0328C141.615 88.1432 141.256 88.2675 140.722 88.3955C139.656 88.6512 137.953 88.9069 135.291 89.1158C132.651 89.3191 127.223 89.1471 122.42 88.9208C120.027 88.808 117.8 88.6823 116.171 88.5848C115.356 88.5361 114.692 88.4944 114.231 88.4649C114 88.4501 113.821 88.4384 113.699 88.4304L113.56 88.4213L113.525 88.4189L113.516 88.4183L113.514 88.4182L113.513 88.4181C113.513 88.4181 113.513 88.4181 113.48 88.917L113.513 88.4181L113.362 88.4079L113.23 88.4837L113.23 88.4837L113.23 88.4841L113.227 88.4857L113.214 88.4929L113.163 88.5217C113.118 88.5473 113.05 88.5852 112.962 88.6341C112.785 88.7317 112.526 88.8729 112.197 89.0459C111.539 89.3919 110.604 89.8645 109.498 90.3694C107.281 91.3822 104.404 92.513 101.708 93.0257L142.102 87.8866ZM89.9009 93.2771L89.9007 93.2774L89.8993 93.2793L89.8935 93.288L89.8692 93.3237C89.8475 93.3553 89.8151 93.4022 89.773 93.4623C89.6887 93.5824 89.5656 93.7547 89.4119 93.9612C89.1038 94.3752 88.6756 94.9227 88.1918 95.4627C87.7054 96.0057 87.1764 96.5258 86.6676 96.8957C86.1381 97.2807 85.7236 97.4342 85.443 97.4083L89.9009 93.2771ZM89.9009 93.2771L89.9009 93.277M89.9009 93.2771L89.9009 93.277M90.399 93.0623L90.399 93.0623L90.3995 93.0623L90.4022 93.0628L90.4138 93.0647L90.4623 93.0724C90.5056 93.0792 90.5706 93.0892 90.6556 93.1016C90.8258 93.1264 91.0764 93.161 91.3948 93.1993C92.0318 93.2759 92.9393 93.3676 94.0176 93.4271C96.1784 93.5464 99.0046 93.5355 101.707 93.0259L90.399 93.0623ZM90.399 93.0623L90.399 93.0623M90.399 93.0623L90.399 93.0623M90.399 93.0623L90.0806 93.0088M90.399 93.0623L90.0806 93.0088M90.0806 93.0088L89.9009 93.277M90.0806 93.0088L89.9009 93.277M89.9009 93.277L89.9009 93.277M89.9009 93.277L89.9009 93.277' fill='white' stroke='%231E62A1'/%3e %3cpath d='M103.214 86.3691L88.3869 73.5215L99.5547 72.6528L112.742 84.418L103.214 86.3691Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3c/symbol%3e %3csymbol id='error' viewBox='0 0 208 187' fill='none'%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cellipse cx='103.685' cy='166.565' rx='91.6854' ry='19.9551' fill='%23EEE4B0' fill-opacity='0.75'/%3e %3cellipse cx='103.788' cy='166.994' rx='57.2783' ry='9.01007' fill='%23212529'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.889 170.743C159.213 169.601 161.066 168.332 161.066 166.994C161.066 162.018 135.422 157.984 103.788 157.984C72.1541 157.984 46.5098 162.018 46.5098 166.994C46.5098 168.716 49.5793 170.325 54.9046 171.693C63.9467 168.588 83.8752 166.431 107.006 166.431C127.695 166.431 145.823 168.156 155.889 170.743Z' fill='%23566370'/%3e %3cpath d='M33.47 139.691L40.0626 162.62H22.749L29.3416 139.691C29.4963 139.27 29.7762 138.906 30.1438 138.648C30.5136 138.389 30.9542 138.25 31.4058 138.25C31.8574 138.25 32.298 138.389 32.6679 138.648C33.0354 138.906 33.3153 139.27 33.47 139.691Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M34.2958 142.554L35.56 146.957H27.2518L28.516 142.554H34.2958Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M36.6296 150.687L37.8982 155.095H24.9138L26.1781 150.687H36.6296Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M19.25 163.788V162.74H43.559V163.788H19.25Z' fill='%2304447F' stroke='%2304447F' stroke-width='0.5'/%3e %3cpath d='M85.935 111.841L82.0625 111.811L81.5123 182.236L85.3848 182.266L85.935 111.841Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='mask0_1144_129378' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='69' y='116' width='61' height='51'%3e %3cpath d='M108.573 154.883L102.052 166.742L69.2255 166.201L69.4485 116.803L129.442 116.918L108.573 154.883Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask0_1144_129378)'%3e %3cpath d='M117.673 137.5L109.574 137.492L119.435 119.767L119.444 119.767L127.324 119.772L117.673 137.5Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M119.435 119.767L109.574 137.492L109.565 137.491L96.4862 137.468L106.347 119.752L106.356 119.753L119.435 119.767Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M106.347 119.752L96.4865 137.468L83.3984 137.444L93.2587 119.738L106.347 119.752Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M93.2586 119.738L83.3983 137.444L70.7394 137.427L70.7524 136.64L80.1703 119.724L93.2586 119.738Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M80.1707 119.724L70.7528 136.64L71.0318 119.717L80.1707 119.724Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M91.8762 145.75L82.0157 163.465L70.3109 163.445L70.3531 160.884L78.7879 145.736L91.8762 145.75Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M104.964 145.764L95.094 163.489L82.0155 163.465L91.8759 145.75L104.964 145.764Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M103.183 163.498L95.0937 163.489L104.964 145.764L112.882 145.77L103.183 163.498Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M78.7873 145.736L70.3525 160.884L70.6024 145.726L78.7873 145.736Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3cpath d='M83.9716 112.56C85.8415 112.591 87.3824 111.091 87.4134 109.211C87.4445 107.33 85.9538 105.78 84.0839 105.749C82.2141 105.718 80.6731 107.218 80.6421 109.099C80.6111 110.98 82.1017 112.53 83.9716 112.56Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M165.492 102.808L161.62 102.891L163.137 173.302L167.008 173.218L165.492 102.808Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cpath d='M163.55 103.589C165.42 103.565 166.916 102.021 166.892 100.14C166.867 98.2589 165.332 96.7535 163.462 96.7775C161.592 96.8016 160.096 98.346 160.12 100.227C160.144 102.108 161.68 103.613 163.55 103.589Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cmask id='mask1_1144_129378' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='113' y='106' width='68' height='53'%3e %3cpath d='M180.284 157.139L179.639 106.971L139.046 108.165L113.13 158.771L180.284 157.139Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask1_1144_129378)'%3e %3cpath d='M168.385 110.196L159.03 128.222L145.947 128.583L155.292 110.566L168.385 110.196Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M155.292 110.566L145.947 128.583L132.863 128.943L142.209 110.936L155.292 110.566Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M137.566 111.063L142.21 110.936L132.864 128.943L128.344 129.068L137.566 111.063Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M132.864 128.943L128.63 129.074L137.852 111.069L142.21 110.936L132.864 128.943Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M124.579 137.455L128.508 137.347L119.162 155.354L115.224 155.462L124.579 137.455Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M141.591 136.987L132.245 154.994L119.162 155.354L128.508 137.347L141.591 136.987Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M154.674 136.617L145.328 154.633L132.245 154.994L141.591 136.987L141.6 136.977L154.674 136.617Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M167.757 136.247L158.411 154.264L145.328 154.633L154.674 136.617L167.757 136.247Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.736 141.531L177.736 141.541L171.322 153.906L171.313 153.906L158.411 154.264L167.756 136.247L177.645 135.967L177.736 141.531Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.941 153.725L171.323 153.906L177.736 141.541L177.941 153.725Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.437 117.593L172.113 127.862L159.03 128.222L168.385 110.196L177.31 109.947L177.437 117.593Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.606 127.705L172.114 127.862L177.438 117.593L177.606 127.705Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3c/symbol%3e %3csymbol id='noresult' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M151.701 84.1542C142.393 65.8799 126.53 55.2934 114.345 61.4939L63.7267 87.267C50.3644 94.1295 48.9028 114.083 57.9659 131.875C67.2738 150.157 84.6932 159.949 96.8789 153.741L146.836 128.258C158.083 121.466 160.724 101.89 151.694 84.1535L151.701 84.1542Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M95.2056 150.459C86.1888 155.052 73.9976 149.92 65.2976 138.809C75.7797 134.482 80.9485 118.619 76.9047 101.821C75.7861 97.1777 74.0743 92.9148 71.9369 89.2006C81.8315 89.1291 93.1953 97.4013 99.8937 110.557C108.271 127.018 106.171 144.879 95.2056 150.459Z' fill='%23DBC765'/%3e %3cpath d='M65.2985 138.809C63.3986 136.4 61.6777 133.711 60.1853 130.783C51.8081 114.322 53.9077 96.461 64.8734 90.8805C67.0719 89.7558 69.4606 89.2142 71.9377 89.2005C74.0751 92.9146 75.787 97.1775 76.9056 101.821C80.9493 118.619 75.7806 134.482 65.2985 138.809Z' fill='%23EEE4B0'/%3e %3cpath d='M144.409 129.537C155.655 122.745 158.297 103.169 149.267 85.4327C139.959 67.1508 124.103 56.5651 111.918 62.7655' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M102.092 109.44C92.7899 91.1739 75.3767 81.3982 63.1993 87.5994C51.0144 93.7999 48.6775 113.633 57.9793 131.899C67.281 150.165 84.6943 159.941 96.8716 153.74C109.057 147.539 111.393 127.706 102.092 109.44ZM95.2058 150.459C84.2401 156.04 68.5633 147.228 60.1854 130.775C51.8067 114.33 53.907 96.4611 64.8727 90.8806C75.8384 85.3001 91.5228 94.1124 99.8931 110.565C108.271 127.018 106.171 144.879 95.2051 150.467L95.2058 150.459Z' fill='%2383ABDE' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M124.008 120.221C125.476 120.039 126.485 118.428 126.262 116.622C126.038 114.817 124.667 113.5 123.199 113.682C121.731 113.863 120.722 115.475 120.946 117.28C121.169 119.086 122.54 120.402 124.008 120.221Z' fill='%2304447F'/%3e %3cpath d='M123.608 116.948C125.764 110.203 125.958 102.961 125.434 95.9513C124.91 88.9412 124.055 81.3118 121.238 74.7147C118.904 69.2553 115.129 63.6844 110.242 60.2031C105.226 56.6258 99.0372 55.6365 93.0158 56.3746C88.6177 56.9123 84.2907 58.3279 80.5902 60.8104C74.4193 64.9578 70.8027 72.1171 68.6291 79.044C67.9866 81.1008 67.4988 83.3019 67.4121 84.4782' stroke='%231E62A1' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M101.85 144.003C100.93 145.598 99.7777 147.057 98.3952 148.281C97.8368 148.779 97.2363 149.319 96.5894 149.702C96.2093 149.926 95.7604 150.152 95.3837 150.423C94.9421 150.733 94.6517 151.226 94.2047 151.513C93.6528 151.858 93.0586 152.086 92.4327 152.241C91.5257 152.463 90.605 152.667 89.6816 152.818C89.1772 152.901 88.6899 153.047 88.2127 153.247C87.5763 153.516 87.1358 153.979 86.4784 153.49C86.0142 153.141 85.799 152.663 85.9057 152.092C86.1058 151.01 87.237 150.023 88.1817 149.561C89.3665 148.983 90.6811 148.815 91.9185 148.411C95.3556 147.279 98.4173 144.271 101.85 144.003Z' fill='%231E62A1'/%3e %3cpath d='M89.1121 183.41L89.0794 183.409C88.6797 183.398 88.4072 183.416 88.0981 183.439C88.0836 183.44 88.069 183.441 88.0544 183.442C87.7488 183.465 87.404 183.49 86.9001 183.491C86.6641 183.491 86.4837 183.501 86.3464 183.521C86.3304 183.523 86.3154 183.525 86.3012 183.528C86.5389 183.612 86.8874 183.679 87.3165 183.728C88.0934 183.817 88.9845 183.831 89.648 183.841C89.7679 183.843 89.8804 183.845 89.9834 183.847L89.1121 183.41ZM89.1121 183.41L89.1447 183.408M89.1121 183.41L89.1447 183.408M89.1447 183.408C89.7547 183.363 90.4677 183.377 91.2404 183.392C91.6555 183.401 92.0878 183.409 92.5306 183.409C92.9504 183.409 93.3231 183.373 93.6056 183.345M89.1447 183.408L93.6056 183.345M93.6056 183.345C93.6858 183.337 93.7587 183.33 93.8234 183.324M93.6056 183.345L93.8234 183.324M93.8234 183.324C93.9379 183.314 94.0202 183.311 94.0786 183.312M93.8234 183.324L94.0786 183.312M94.0786 183.312L94.1001 183.358C94.1026 183.373 94.1026 183.383 94.1022 183.388C94.0978 183.395 94.0797 183.42 94.0248 183.457C93.8573 183.572 93.5305 183.68 93.0377 183.754C92.131 183.89 90.9879 183.867 90.1374 183.85C90.085 183.849 90.0337 183.848 89.9836 183.847L94.0786 183.312ZM86.0787 183.421C86.0795 183.421 86.0846 183.424 86.0916 183.432C86.0814 183.425 86.0779 183.421 86.0787 183.421Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M78.2542 180.552L78.2029 180.549C77.8274 180.533 77.4254 180.561 76.9664 180.596C76.9306 180.599 76.8945 180.602 76.858 180.604C76.4387 180.637 75.9775 180.673 75.5016 180.674C75.2879 180.674 75.1201 180.691 74.9933 180.72C74.8652 180.748 74.8039 180.783 74.78 180.801C74.7664 180.811 74.7656 180.814 74.7637 180.82C74.7636 180.821 74.7634 180.821 74.7632 180.822C74.7579 180.84 74.7448 180.905 74.7728 181.046C74.8078 181.22 74.9049 181.356 75.1073 181.481C75.3274 181.616 75.6478 181.718 76.0549 181.784C76.6639 181.884 77.3126 181.888 77.8926 181.891C78.1061 181.892 78.3103 181.893 78.4997 181.899L78.2542 180.552ZM78.2542 180.552L78.3052 180.546M78.2542 180.552L78.3052 180.546M78.3052 180.546C78.655 180.505 78.9778 180.447 79.2735 180.393C79.392 180.372 79.5061 180.351 79.616 180.333C80.0117 180.266 80.4221 180.214 80.9605 180.214C81.4643 180.214 81.8108 180.215 82.0788 180.25M78.3052 180.546L82.0788 180.25M82.0788 180.25C82.2073 180.267 82.2944 180.289 82.3548 180.312M82.0788 180.25L82.3548 180.312M82.3548 180.312L82.4463 180.62C82.4861 180.954 82.394 181.141 82.2612 181.279C82.0928 181.453 81.795 181.608 81.3537 181.72C80.4698 181.945 79.3306 181.925 78.5 181.899L82.3548 180.312Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M87.6858 156.809C87.6944 157.103 87.7048 157.479 87.7096 157.918C88.0299 161.989 90.5603 169.187 88.787 170.779C88.0165 171.47 84.0887 171.916 86.1874 167.393C87.6003 164.347 87.7348 160.248 87.7096 157.918C87.6779 157.515 87.6678 157.142 87.6858 156.809Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3c/symbol%3e %3csymbol id='search' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M57 182.5L80.5338 166.94L85.1873 171.043L92.0257 164.472L95.0363 171.043L98.8725 172.961L103.251 170.493L105.188 166.94L113.375 170.768L118.304 166.665L143.844 182.5' fill='%23EEE4B0'/%3e %3cpath d='M57 182.5L80.5338 166.94L85.1873 171.043L92.0257 164.472L95.0363 171.043L98.8725 172.961L103.251 170.493L105.188 166.94L113.375 170.768L118.304 166.665L143.844 182.5' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M76.707 177.581L83.5204 173.929V177.581L90.6924 170.042' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M95.8043 172.961L92.5186 175.88H95.8043L92.5186 180.742' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M106.776 173.498L108.594 176.542L110.304 173.498L117.109 181.162' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M105.483 163.314L114.199 153.866' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M93.6852 161.634L88.1924 150.162' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M78.1359 70.9966L88.0434 72.4075L87.3273 77.4356L77.4199 76.0247C76.0328 75.8272 75.0699 74.5444 75.2674 73.1574C75.4649 71.7703 76.7476 70.8074 78.1347 71.0049L78.1359 70.9966Z' fill='%23455A64'/%3e %3cpath d='M135.905 79.2232L145.813 80.6341C147.2 80.8316 148.163 82.1143 147.965 83.5014C147.768 84.8884 146.485 85.8514 145.098 85.6539L135.19 84.243L135.906 79.2149L135.905 79.2232Z' fill='%23455A64'/%3e %3cpath d='M98.9383 144.44L105.329 145.35L100.656 168.641L99.4375 169.268C98.9105 169.538 98.2724 169.464 97.824 169.064L96.8459 168.183L98.9395 144.432L98.9383 144.44Z' fill='%23D1D1DA' stroke='%23727272' stroke-miterlimit='10'/%3e %3cpath d='M99.1055 130.649L109.013 132.06L107.251 144.436C107.159 145.08 106.565 145.526 105.921 145.434L98.3497 144.356C97.7057 144.265 97.2596 143.67 97.3513 143.026L99.1137 130.65L99.1055 130.649Z' fill='%2304447F' stroke='%2304447F'/%3e %3cpath d='M125.392 64.3664L121.903 63.3136L105.776 61.3877L102.495 61.2995C98.9206 61.2032 95.8471 63.7981 95.3427 67.34L92.2411 89.12C92.0624 90.3749 92.471 91.6461 93.3501 92.5715L98.9005 98.374C99.4952 98.9894 100.271 99.3948 101.122 99.5159L102.129 99.6593L99.1909 120.292C99.1309 120.713 98.7348 121.01 98.3137 120.95L98.0743 120.916C97.6532 120.856 97.2571 121.153 97.1971 121.575L96.0778 129.434C96.0179 129.856 96.3153 130.252 96.7363 130.312L111.276 132.382C111.697 132.442 112.093 132.145 112.153 131.724L113.272 123.864C113.332 123.443 113.035 123.046 112.614 122.987C112.192 122.927 111.895 122.53 111.955 122.109L114.893 101.477L115.669 101.588C116.511 101.707 117.369 101.543 118.102 101.125L125.137 97.0981C126.246 96.4643 127.003 95.3506 127.183 94.0874L130.315 72.0928C130.805 68.6499 128.711 65.3698 125.384 64.3653L125.392 64.3664Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M93.3124 69.1903L95.0545 69.4384L93.1956 82.4915L91.4536 82.2435C88.8529 81.8731 87.032 79.4573 87.4035 76.8484L87.9173 73.2404C88.2877 70.6397 90.7034 68.8188 93.3124 69.1903Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M130.003 74.4153L131.745 74.6633C134.346 75.0337 136.167 77.4494 135.795 80.0584L135.281 83.6664C134.911 86.2671 132.495 88.088 129.886 87.7165L128.144 87.4684L130.003 74.4153Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M92.9679 131.502C90.1595 128.213 90.5501 123.281 93.8393 120.473' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M89.6291 129.03C87.8237 126.92 88.0724 123.754 90.1827 121.949' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M114.665 134.592C118.28 132.217 119.281 127.373 116.907 123.758' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M118.567 133.151C120.89 131.629 121.535 128.52 120.012 126.197' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M102.872 86.6409C107.55 83.129 114.172 84.0719 117.684 88.7502' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M102.485 89.3574C107.164 85.8455 113.785 86.7884 117.297 91.4667' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M103.259 83.9245C107.937 80.4125 114.559 81.3555 118.071 86.0337' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3c/symbol%3e%3c/svg%3e";
15801
+ var img = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3csvg xmlns='http://www.w3.org/2000/svg'%3e %3csymbol id='create' viewBox='0 0 208 187' preserveAspectRatio='none' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80.8994 100.622H126.307C126.785 100.622 127.172 100.235 127.172 99.7569V83.0885C127.172 82.6108 126.785 82.2235 126.307 82.2235H80.8994C80.4216 82.2235 80.0343 82.6108 80.0343 83.0885V99.7569C80.0343 100.235 80.4216 100.622 80.8994 100.622Z' fill='%23EEE4B0' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M104.465 119.861H149.872C150.35 119.861 150.737 119.474 150.737 118.996V102.328C150.737 101.85 150.35 101.463 149.872 101.463H104.465C103.987 101.463 103.6 101.85 103.6 102.328V118.996C103.6 119.474 103.987 119.861 104.465 119.861Z' fill='%23EEE4B0' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M56.4297 119.861H101.837C102.315 119.861 102.702 119.474 102.702 118.996V102.328C102.702 101.85 102.315 101.463 101.837 101.463H56.4297C55.9519 101.463 55.5646 101.85 55.5646 102.328V118.996C55.5646 119.474 55.9519 119.861 56.4297 119.861Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M128.927 139.085H174.334C174.812 139.085 175.199 138.698 175.199 138.22V121.552C175.199 121.074 174.812 120.686 174.334 120.686H128.927C128.449 120.686 128.062 121.074 128.062 121.552V138.22C128.062 138.698 128.449 139.085 128.927 139.085Z' fill='%23EEE4B0' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M80.8994 139.085H126.307C126.785 139.085 127.172 138.698 127.172 138.22V121.552C127.172 121.074 126.785 120.686 126.307 120.686H80.8994C80.4216 120.686 80.0343 121.074 80.0343 121.552V138.22C80.0343 138.698 80.4216 139.085 80.8994 139.085Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M152.491 119.861H174.334C174.812 119.861 175.199 119.474 175.199 118.996V102.328C175.199 101.85 174.812 101.463 174.334 101.463H152.491C152.014 101.463 151.626 101.85 151.626 102.328V118.996C151.626 119.474 152.014 119.861 152.491 119.861Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M104.465 158.308H149.872C150.35 158.308 150.737 157.921 150.737 157.443V140.775C150.737 140.297 150.35 139.91 149.872 139.91H104.465C103.987 139.91 103.6 140.297 103.6 140.775V157.443C103.6 157.921 103.987 158.308 104.465 158.308Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M56.4297 158.308H101.837C102.315 158.308 102.702 157.921 102.702 157.443V140.775C102.702 140.297 102.315 139.91 101.837 139.91H56.4297C55.9519 139.91 55.5646 140.297 55.5646 140.775V157.443C55.5646 157.921 55.9519 158.308 56.4297 158.308Z' fill='%23EEE4B0' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M80.8994 177.54H126.307C126.785 177.54 127.172 177.153 127.172 176.675V160.007C127.172 159.529 126.785 159.142 126.307 159.142H80.8994C80.4216 159.142 80.0343 159.529 80.0343 160.007V176.675C80.0343 177.153 80.4216 177.54 80.8994 177.54Z' fill='%23EEE4B0' fill-opacity='0.9' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M32.8651 177.54H78.2726C78.7504 177.54 79.1377 177.153 79.1377 176.675V160.007C79.1377 159.529 78.7504 159.142 78.2726 159.142H32.8651C32.3874 159.142 32.0001 159.529 32.0001 160.007V176.675C32.0001 177.153 32.3874 177.54 32.8651 177.54Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M128.927 177.54H174.334C174.812 177.54 175.199 177.153 175.199 176.675V160.007C175.199 159.529 174.812 159.142 174.334 159.142H128.927C128.449 159.142 128.062 159.529 128.062 160.007V176.675C128.062 177.153 128.449 177.54 128.927 177.54Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.7' stroke-miterlimit='10'/%3e %3cpath d='M81.9102 94.7096C83.9717 94.2536 86.1784 94.6105 88.429 96.136C90.246 97.3703 91.96 98.9043 94.2072 99.276C98.3233 99.9669 102.122 96.5967 106.319 95.9789C111.432 95.2207 116.169 98.9216 117.677 103.371C119.184 107.82 118.157 112.748 116.614 117.307C114.623 123.178 111.234 128.94 113.589 134.894C116.247 141.616 121.571 147.174 123.495 154.223C126.041 163.544 117.726 169.113 108.215 170.471C99.8139 171.675 91.0732 169.659 84.5276 165.012C76.9575 159.627 71.2828 150.202 74.403 141.171C75.3526 138.433 77.2018 135.764 77.514 132.885C77.8635 129.653 76.347 126.462 74.8518 123.703C72.872 120.038 70.3467 116.093 70.2716 111.824C70.1675 106.089 75.2478 96.1725 81.91 94.7016L81.9102 94.7096Z' fill='%23F4F7F9' fill-opacity='0.95' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3cpath d='M75.2321 106.342C75.0803 104.792 75.8281 103.311 76.5323 101.975C78.4199 98.2065 82.794 96.5976 86.5895 98.5885C87.2735 98.9442 87.9533 99.4201 88.3032 100.115C87.8046 99.5369 87.1363 99.1728 86.4404 98.9537C82.7599 97.5763 79.0918 98.9472 77.0711 102.295C76.2926 103.561 75.4015 104.814 75.2321 106.342Z' fill='%231E62A1'/%3e %3cpath d='M107.622 99.2885C109.907 99.042 112.064 100.394 113.447 102.131C116.275 105.738 116.381 111 114.567 115.094C112.84 119.146 109.523 122.534 109.067 127.003C108.132 134.893 110.8 139.058 115.715 144.869C110.379 139.432 107.44 134.826 108.344 126.929C108.723 122.31 112.101 118.816 113.901 114.802C116.61 109.326 114.941 99.6245 107.622 99.2805L107.622 99.2885Z' fill='%231E62A1'/%3e %3cpath d='M78.2541 144.963C81.7929 146.946 87.0386 146.841 88.9314 142.719C88.0034 147.724 81.3735 148.161 78.2541 144.963Z' fill='%231E62A1'/%3e %3cpath d='M68.1487 134.089L62.7433 138.149L63.3879 139.007L68.7933 134.947L68.1487 134.089Z' fill='%2304447F' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M66.7487 130.925L64.2545 121.835C63.4189 118.775 65.1204 115.59 68.1376 114.601L101.564 103.581C106.178 101.647 110.341 107.119 107.558 111.419C107.837 111.461 92.6246 132.61 86.3821 141.266C84.9055 143.321 82.0963 143.877 79.9397 142.557L71.6745 137.483C69.2591 136.001 67.5002 133.654 66.7487 130.925Z' fill='%2395959F' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3cpath d='M67.8543 132.713L78.6519 124.653C79.4923 124.018 80.6961 124.198 81.3062 125.061C81.9015 125.892 81.7159 127.04 80.9004 127.652L70.0093 135.635L69.0691 134.592C68.8456 134.343 68.6392 134.063 68.4735 133.769L67.8546 132.705L67.8543 132.713Z' fill='white' fill-opacity='0.45'/%3e %3cpath d='M65.2075 141.466L60.8802 135.652L42.5206 149.61C40.9302 150.819 40.6552 153.118 41.9221 154.662C43.1195 156.132 45.2661 156.394 46.7899 155.254L65.2078 141.458L65.2075 141.466Z' fill='%2304447F'/%3e %3cpath d='M70.4204 115.517C79.3136 112.27 89.1865 108.97 98.246 106.226C89.3528 109.473 79.4798 112.773 70.4204 115.517Z' fill='%231E62A1'/%3e %3c/symbol%3e %3csymbol id='error' viewBox='0 0 208 187' preserveAspectRatio='none' fill='none'%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cellipse cx='103.685' cy='166.565' rx='91.6854' ry='19.9551' fill='%23F7F2DD' fill-opacity='0.88'/%3e %3cellipse cx='103.788' cy='166.994' rx='57.2783' ry='9.01007' fill='%2364676A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.889 170.743C159.213 169.601 161.066 168.332 161.066 166.994C161.066 162.018 135.422 157.984 103.788 157.984C72.1539 157.984 46.5095 162.018 46.5095 166.994C46.5095 168.716 49.5791 170.325 54.9043 171.693C63.9465 168.588 83.8749 166.431 107.006 166.431C127.695 166.431 145.822 168.156 155.889 170.743Z' fill='%23B0B2B5'/%3e %3cpath d='M33.3275 139.738L39.8635 162.47H22.9483L29.4844 139.738C29.6289 139.347 29.8889 139.01 30.23 138.771C30.5746 138.53 30.9851 138.4 31.4059 138.4C31.8267 138.4 32.2373 138.53 32.5819 138.771C32.9229 139.01 33.1829 139.347 33.3275 139.738Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.8'/%3e %3cpath d='M34.1832 142.704L35.3612 146.807H27.4513L28.6293 142.704H34.1832Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.8'/%3e %3cpath d='M36.5164 150.837L37.6987 154.945H25.1127L26.2909 150.837H36.5164Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.8'/%3e %3cpath d='M19.4 163.638V162.89H43.409V163.638H19.4Z' fill='%2304447F' stroke='%2304447F' stroke-width='0.8'/%3e %3cpath d='M84.1852 110.843L84.1872 110.593L83.9372 110.591L80.0647 110.561L79.8147 110.559L79.8128 110.809L79.2626 181.234L79.2606 181.484L79.5106 181.486L83.3831 181.516L83.6331 181.518L83.6351 181.268L84.1852 110.843Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='0.5'/%3e %3cmask id='mask0_13965_57906' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='67' y='115' width='61' height='51'%3e %3cpath d='M106.573 153.883L100.052 165.742L67.2256 165.201L67.4486 115.803L127.442 115.918L106.573 153.883Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask0_13965_57906)'%3e %3cpath d='M115.674 136.5L107.575 136.492L117.435 118.767L117.445 118.767L125.325 118.772L115.674 136.5Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M117.436 118.767L107.575 136.492L107.565 136.491L94.4869 136.468L104.347 118.752L104.357 118.753L117.436 118.767Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M104.347 118.752L94.4869 136.468L81.3988 136.444L91.2591 118.738L104.347 118.752Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M91.2591 118.738L81.3988 136.444L68.7399 136.427L68.7529 135.64L78.1708 118.724L91.2591 118.738Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M78.1709 118.724L68.7529 135.64L69.0319 118.717L78.1709 118.724Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M89.8762 144.75L80.0157 162.465L68.3109 162.445L68.3531 159.884L76.7879 144.736L89.8762 144.75Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M102.964 144.764L93.0942 162.489L80.0157 162.465L89.8761 144.75L102.964 144.764Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M101.184 162.498L93.0943 162.489L102.964 144.764L110.882 144.77L101.184 162.498Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M76.7879 144.736L68.3531 159.884L68.603 144.726L76.7879 144.736Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3cpath d='M81.9712 111.56C83.8411 111.591 85.3821 110.091 85.4131 108.211C85.4441 106.33 83.9534 104.78 82.0836 104.749C80.2137 104.718 78.6727 106.218 78.6417 108.099C78.6107 109.98 80.1014 111.53 81.9712 111.56Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M165.492 100.808L161.62 100.891L163.137 171.302L167.008 171.218L165.492 100.808Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M163.55 101.589C165.42 101.565 166.917 100.021 166.893 98.1399C166.868 96.2589 165.333 94.7535 163.463 94.7775C161.593 94.8016 160.097 96.346 160.121 98.227C160.145 100.108 161.681 101.613 163.55 101.589Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cmask id='mask1_13965_57906' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='113' y='104' width='68' height='53'%3e %3cpath d='M180.284 155.139L179.639 104.971L139.046 106.165L113.13 156.771L180.284 155.139Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask1_13965_57906)'%3e %3cpath d='M168.386 108.196L159.031 126.222L145.948 126.583L155.293 108.566L168.386 108.196Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M155.293 108.566L145.948 126.583L132.865 126.943L142.21 108.936L155.293 108.566Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M137.566 109.063L142.21 108.936L132.865 126.943L128.345 127.068L137.566 109.063Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M132.865 126.943L128.631 127.074L137.853 109.069L142.21 108.936L132.865 126.943Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M124.58 135.455L128.508 135.347L119.163 153.354L115.224 153.462L124.58 135.455Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M141.592 134.987L132.246 152.994L119.163 153.354L128.508 135.347L141.592 134.987Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M154.675 134.617L145.329 152.633L132.246 152.994L141.592 134.987L141.601 134.977L154.675 134.617Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M167.758 134.247L158.412 152.264L145.329 152.633L154.675 134.617L167.758 134.247Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.737 139.531L177.737 139.541L171.323 151.906L171.314 151.906L158.412 152.264L167.758 134.247L177.646 133.967L177.737 139.531Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.941 151.725L171.323 151.906L177.737 139.541L177.941 151.725Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.438 115.593L172.114 125.862L159.031 126.222L168.386 108.196L177.312 107.947L177.438 115.593Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.607 125.705L172.114 125.862L177.438 115.593L177.607 125.705Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3c/symbol%3e %3csymbol id='noResult' viewBox='0 0 208 187' preserveAspectRatio='none' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M151.701 84.1542C142.393 65.8799 126.53 55.2934 114.345 61.4939L63.7267 87.267C50.3644 94.1295 48.9028 114.083 57.9659 131.875C67.2738 150.157 84.6932 159.949 96.8789 153.741L146.836 128.258C158.083 121.466 160.724 101.89 151.694 84.1535L151.701 84.1542Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M95.2061 150.459C86.1893 155.052 73.998 149.92 65.2981 138.809C75.7802 134.482 80.949 118.619 76.9052 101.821C75.7866 97.1777 74.0748 92.9148 71.9374 89.2006C81.832 89.1291 93.1958 97.4013 99.8942 110.557C108.271 127.018 106.172 144.879 95.2061 150.459Z' fill='%23DBC765'/%3e %3cpath d='M65.2979 138.809C63.398 136.4 61.6771 133.711 60.1848 130.783C51.8075 114.322 53.9072 96.461 64.8728 90.8805C67.0714 89.7558 69.4601 89.2142 71.9372 89.2005C74.0746 92.9146 75.7864 97.1775 76.905 101.821C80.9488 118.619 75.78 134.482 65.2979 138.809Z' fill='%23EEE4B0'/%3e %3cpath d='M144.409 129.537C155.655 122.745 158.297 103.169 149.267 85.4327C139.959 67.1508 124.103 56.5651 111.918 62.7655' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M102.092 109.44C92.7899 91.1739 75.3767 81.3982 63.1993 87.5994C51.0144 93.7999 48.6775 113.633 57.9793 131.899C67.281 150.165 84.6943 159.941 96.8716 153.74C109.057 147.539 111.393 127.706 102.092 109.44ZM95.2058 150.459C84.2401 156.04 68.5633 147.228 60.1854 130.775C51.8067 114.33 53.907 96.4611 64.8727 90.8806C75.8384 85.3001 91.5228 94.1124 99.8931 110.565C108.271 127.018 106.171 144.879 95.2051 150.467L95.2058 150.459Z' fill='%2383ABDE' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M124.009 120.221C125.477 120.039 126.486 118.428 126.262 116.622C126.039 114.817 124.668 113.5 123.2 113.682C121.732 113.863 120.723 115.475 120.947 117.28C121.17 119.086 122.541 120.402 124.009 120.221Z' fill='%2304447F'/%3e %3cpath d='M123.607 116.948C125.763 110.203 125.957 102.961 125.433 95.9513C124.909 88.9412 124.054 81.3118 121.237 74.7147C118.903 69.2553 115.128 63.6844 110.241 60.2031C105.225 56.6258 99.0362 55.6365 93.0148 56.3746C88.6167 56.9123 84.2897 58.3279 80.5893 60.8104C74.4183 64.9578 70.8017 72.1171 68.6281 79.044C67.9856 81.1008 67.4978 83.3019 67.4112 84.4782' stroke='%231E62A1' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M101.85 144.003C100.93 145.598 99.7777 147.057 98.3952 148.281C97.8368 148.779 97.2363 149.319 96.5894 149.702C96.2093 149.926 95.7604 150.152 95.3837 150.423C94.9421 150.733 94.6517 151.226 94.2047 151.513C93.6528 151.858 93.0586 152.086 92.4327 152.241C91.5257 152.463 90.605 152.667 89.6816 152.818C89.1772 152.901 88.6899 153.047 88.2128 153.247C87.5764 153.516 87.1358 153.979 86.4784 153.49C86.0142 153.141 85.799 152.663 85.9057 152.092C86.1058 151.01 87.237 150.023 88.1817 149.561C89.3665 148.983 90.7626 147.904 91.9999 147.5C95.437 146.368 97.9999 143 101.85 144.003Z' fill='%231E62A1'/%3e %3cpath d='M89.1122 183.41L89.0795 183.409C88.6797 183.398 88.4073 183.416 88.0981 183.439C88.0837 183.44 88.0691 183.441 88.0545 183.442C87.7488 183.465 87.404 183.49 86.9002 183.491C86.6641 183.491 86.4838 183.501 86.3465 183.521C86.3305 183.523 86.3154 183.525 86.3013 183.528C86.5389 183.612 86.8874 183.679 87.3166 183.728C88.0935 183.817 88.9846 183.831 89.6481 183.841C89.768 183.843 89.8805 183.845 89.9835 183.847L89.1122 183.41ZM89.1122 183.41L89.1448 183.408M89.1122 183.41L89.1448 183.408M89.1448 183.408C89.7548 183.363 90.4678 183.377 91.2404 183.392C91.6555 183.401 92.0878 183.409 92.5306 183.409C92.9505 183.409 93.3231 183.373 93.6057 183.345M89.1448 183.408L93.6057 183.345M93.6057 183.345C93.6858 183.337 93.7588 183.33 93.8234 183.324M93.6057 183.345L93.8234 183.324M93.8234 183.324C93.938 183.314 94.0202 183.311 94.0787 183.312M93.8234 183.324L94.0787 183.312M94.0787 183.312L94.1002 183.358C94.1027 183.373 94.1027 183.383 94.1022 183.388C94.0978 183.395 94.0797 183.42 94.0249 183.457C93.8574 183.571 93.5305 183.68 93.0377 183.754C92.1311 183.89 90.9879 183.867 90.1374 183.85C90.085 183.849 90.0337 183.848 89.9837 183.847L94.0787 183.312ZM86.0788 183.421C86.0796 183.421 86.0847 183.424 86.0916 183.432C86.0815 183.425 86.078 183.421 86.0788 183.421Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M78.2542 180.552L78.2029 180.549C77.8274 180.533 77.4254 180.561 76.9664 180.596C76.9306 180.599 76.8945 180.602 76.858 180.604C76.4387 180.637 75.9775 180.673 75.5016 180.674C75.2879 180.674 75.1201 180.691 74.9933 180.72C74.8652 180.748 74.8039 180.783 74.78 180.801C74.7664 180.811 74.7656 180.814 74.7637 180.82C74.7636 180.821 74.7634 180.821 74.7632 180.822C74.7579 180.84 74.7448 180.905 74.7728 181.046C74.8078 181.22 74.9049 181.356 75.1073 181.481C75.3274 181.616 75.6478 181.718 76.0549 181.784C76.6639 181.884 77.3126 181.888 77.8926 181.891C78.1061 181.892 78.3103 181.893 78.4997 181.899L78.2542 180.552ZM78.2542 180.552L78.3052 180.546M78.2542 180.552L78.3052 180.546M78.3052 180.546C78.655 180.505 78.9778 180.447 79.2735 180.393C79.392 180.372 79.5061 180.351 79.616 180.333C80.0117 180.266 80.4221 180.214 80.9605 180.214C81.4643 180.214 81.8108 180.215 82.0788 180.25M78.3052 180.546L82.0788 180.25M82.0788 180.25C82.2073 180.267 82.2944 180.289 82.3548 180.312M82.0788 180.25L82.3548 180.312M82.3548 180.312L82.4463 180.62C82.4861 180.954 82.394 181.141 82.2612 181.279C82.0928 181.453 81.795 181.608 81.3537 181.72C80.4698 181.945 79.3306 181.925 78.5 181.899L82.3548 180.312Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M87.6864 156.809C87.695 157.103 87.7054 157.479 87.7102 157.918C88.0305 161.989 90.5609 169.187 88.7875 170.779C88.0171 171.47 84.0892 171.916 86.188 167.393C87.6009 164.347 87.7354 160.248 87.7102 157.918C87.6784 157.515 87.6684 157.142 87.6864 156.809Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3c/symbol%3e %3csymbol id='search' viewBox='0 0 208 196' preserveAspectRatio='none' fill='none'%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M196.5 166.521H81.5L74.5 176C69.5 180.5 44.9999 194.5 26 195C21.5 194.007 22.9999 190.479 14.4999 181C7.46402 173.154 9.99994 167 9.99992 165' stroke='%2395959F' stroke-width='1.3' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M160.967 140.101H129.137V146.687H160.967V140.101Z' fill='%2383ABDE' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M101.115 159.793C103.218 159.793 104.923 158.087 104.923 155.984C104.923 153.88 103.218 152.175 101.115 152.175C99.0111 152.175 97.3058 153.88 97.3058 155.984C97.3058 158.087 99.0111 159.793 101.115 159.793Z' fill='%23263238'/%3e %3cpath d='M145.513 159.793C147.617 159.793 149.322 158.087 149.322 155.984C149.322 153.88 147.617 152.175 145.513 152.175C143.409 152.175 141.704 153.88 141.704 155.984C141.704 158.087 143.409 159.793 145.513 159.793Z' fill='%23263238'/%3e %3cpath d='M189.911 159.793C192.015 159.793 193.72 158.087 193.72 155.984C193.72 153.88 192.015 152.175 189.911 152.175C187.808 152.175 186.103 153.88 186.103 155.984C186.103 158.087 187.808 159.793 189.911 159.793Z' fill='%23263238'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.933 146.687H189.403C194.436 146.687 198.517 150.768 198.517 155.802C198.517 160.836 194.436 164.916 189.403 164.916H100.933C95.899 164.916 91.8182 160.836 91.8182 155.802C91.8182 150.768 95.899 146.687 100.933 146.687ZM100.557 150.086H189.773C192.93 150.086 195.489 152.645 195.489 155.802C195.489 158.958 192.93 161.517 189.773 161.517H100.557C97.4007 161.517 94.8418 158.958 94.8418 155.802C94.8418 152.645 97.4007 150.086 100.557 150.086Z' fill='%2395959F'/%3e %3cpath d='M189.403 146.187H100.933V147.187H189.403V146.187ZM199.017 155.802C199.017 150.492 194.713 146.187 189.403 146.187V147.187C194.16 147.187 198.017 151.044 198.017 155.802H199.017ZM189.403 165.416C194.713 165.416 199.017 161.112 199.017 155.802H198.017C198.017 160.56 194.16 164.416 189.403 164.416V165.416ZM100.933 165.416H189.403V164.416H100.933V165.416ZM91.3182 155.802C91.3182 161.112 95.6229 165.416 100.933 165.416V164.416C96.1752 164.416 92.3182 160.56 92.3182 155.802H91.3182ZM100.933 146.187C95.6229 146.187 91.3182 150.492 91.3182 155.802H92.3182C92.3182 151.044 96.1752 147.187 100.933 147.187V146.187ZM189.773 149.586H100.557V150.586H189.773V149.586ZM195.989 155.802C195.989 152.369 193.206 149.586 189.773 149.586V150.586C192.653 150.586 194.989 152.921 194.989 155.802H195.989ZM189.773 162.017C193.206 162.017 195.989 159.234 195.989 155.802H194.989C194.989 158.682 192.653 161.017 189.773 161.017V162.017ZM100.557 162.017H189.773V161.017H100.557V162.017ZM94.3418 155.802C94.3418 159.234 97.1245 162.017 100.557 162.017V161.017C97.6768 161.017 95.3418 158.682 95.3418 155.802H94.3418ZM100.557 149.586C97.1245 149.586 94.3418 152.369 94.3418 155.802H95.3418C95.3418 152.921 97.6768 150.586 100.557 150.586V149.586Z' fill='%23263238'/%3e %3cpath d='M153.284 121.026L198.286 113.759V137.906H154.523L153.284 121.026Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3cpath d='M175.403 126.933H197.188V133.516H175.403C173.494 133.516 171.943 132.04 171.943 130.223C171.943 128.406 173.494 126.93 175.403 126.93V126.933Z' fill='%2383ABDE'/%3e %3cpath d='M26.1108 150.145L31.7037 71.8781L39.561 61.3743L50.6975 78.2476L33.6429 151.221L26.1108 150.145Z' fill='%23E5D050' stroke='%231E62A1' stroke-miterlimit='10' stroke-linejoin='round'/%3e %3cpath d='M112.089 49L146.322 97.3507H133.113L98.2445 69.6565L50.6973 78.2474L39.5608 61.3742L112.089 49Z' fill='%23E5D050' stroke='%231E62A1' stroke-miterlimit='10' stroke-linejoin='round'/%3e %3cpath d='M46.4446 77.83C50.8402 77.83 54.4036 74.2667 54.4036 69.8711C54.4036 65.4755 50.8402 61.9121 46.4446 61.9121C42.0491 61.9121 38.4857 65.4755 38.4857 69.8711C38.4857 74.2667 42.0491 77.83 46.4446 77.83Z' fill='white' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M105.117 67.9244C108.707 67.9244 111.618 65.0142 111.618 61.4242C111.618 57.8343 108.707 54.924 105.117 54.924C101.527 54.924 98.6172 57.8343 98.6172 61.4242C98.6172 65.0142 101.527 67.9244 105.117 67.9244Z' fill='white' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M114.868 137.926H160.766L158.254 99.1932C158.186 98.1568 157.328 97.3506 156.288 97.3506H133.341C128.802 97.3506 124.704 100.068 122.938 104.248L115.742 121.279C115.162 122.648 114.868 124.119 114.868 125.604V137.922V137.926Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3cpath d='M153.107 122.196L152.003 101.701H135.97C132.024 101.701 128.463 104.064 126.927 107.698L120.675 122.503C120.171 123.693 119.911 124.973 119.911 126.265V133.576H142.325C142.325 127.489 147.098 122.516 153.107 122.196Z' fill='%23DFEBFB' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3cpath d='M64.9398 171.231L61.4091 162.667C61.3807 162.598 61.3614 162.526 61.3489 162.443L60.7942 158.405C60.7747 158.252 60.7243 158.125 60.6495 158.033L57.7654 154.398C57.7453 154.371 57.7243 154.349 57.7024 154.331L53.2437 150.659C53.0175 150.472 52.7452 150.424 52.4615 150.513L47.5995 152.107C47.5126 152.134 47.4317 152.194 47.3537 152.281L43.8911 156.122C43.7518 156.277 43.5844 156.341 43.4396 156.297L40.6977 155.482C40.6412 155.465 40.5811 155.466 40.5184 155.48L35.866 156.665C35.8164 156.677 35.7691 156.698 35.7242 156.729L30.7563 160.058C30.6763 160.114 30.6001 160.192 30.5366 160.291L28.2945 163.776C27.9595 164.295 28.0516 165.082 28.4572 165.167L64.2917 172.654C64.7711 172.754 65.1934 171.818 64.9357 171.23L64.9398 171.231Z' fill='%23D9C979'/%3e %3cpath d='M25.8999 150.457L17.2202 163.102C15.2882 165.918 15.0596 169.578 16.6256 172.604L21.1793 181.383C22.7968 184.501 26.0449 186.416 29.545 186.309L35.0247 186.143C43.3705 185.89 51.4256 182.968 58.0305 177.81L64.9852 172.379C65.2077 172.203 65.1342 171.847 64.8573 171.779L56.05 169.665C48.9242 167.952 37.2475 165.676 36.3443 163.699C35.0052 160.773 33.8598 155.889 33.1992 152.736L25.8956 150.456L25.8999 150.457Z' fill='%23BEC7CD' stroke='%2304447F' stroke-miterlimit='10' stroke-linejoin='round'/%3e %3cpath d='M28.8398 154.257C30.8472 154.82 32.9305 153.648 33.4929 151.641C34.0553 149.634 32.8839 147.55 30.8765 146.988C28.869 146.425 26.7858 147.597 26.2234 149.604C25.6609 151.612 26.8324 153.695 28.8398 154.257Z' fill='white' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M198.286 137.906H114.868V142.296H198.286V137.906Z' fill='%2304447F' stroke='%231E62A1' stroke-miterlimit='10'/%3e %3c/symbol%3e%3c/svg%3e";
15954
15802
  var sincoIconos = img;
15955
15803
 
15956
15804
  var EmptyStateImageUrls;
@@ -15964,29 +15812,26 @@ const EmptyStateComponent = ({
15964
15812
  state: _state = 'create',
15965
15813
  title,
15966
15814
  content,
15815
+ imageWidth: _imageWidth = '205px',
15816
+ imageHeight: _imageHeight = '185px',
15967
15817
  actions
15968
15818
  }) => {
15969
15819
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
15970
15820
  theme: SincoTheme
15971
- }, /*#__PURE__*/React__default.createElement(Card$1, {
15972
- elevation: 1
15973
- }, /*#__PURE__*/React__default.createElement(CardContent$1, {
15974
- sx: {
15975
- display: 'flex',
15976
- alignItems: 'center',
15977
- justifyContent: 'center',
15978
- flexDirection: 'column',
15979
- gap: 4
15980
- }
15981
- }, /*#__PURE__*/React__default.createElement("svg", {
15821
+ }, /*#__PURE__*/React__default.createElement(Stack$1, {
15822
+ alignItems: "center",
15823
+ justifyContent: "center",
15824
+ padding: 1,
15825
+ spacing: 2,
15826
+ height: "100%"
15827
+ }, /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement("svg", {
15982
15828
  style: {
15983
- width: 206,
15984
- height: 187
15829
+ width: _imageWidth,
15830
+ height: _imageHeight
15985
15831
  }
15986
15832
  }, /*#__PURE__*/React__default.createElement("use", {
15987
15833
  xlinkHref: `${sincoIconos}#${EmptyStateImageUrls[_state]}`
15988
- })), /*#__PURE__*/React__default.createElement(Stack$1, {
15989
- direction: "column",
15834
+ }))), /*#__PURE__*/React__default.createElement(Stack$1, {
15990
15835
  spacing: 2
15991
15836
  }, title && /*#__PURE__*/React__default.createElement(Typography$1, {
15992
15837
  variant: "h6",
@@ -15995,11 +15840,12 @@ const EmptyStateComponent = ({
15995
15840
  variant: "body1",
15996
15841
  textAlign: "center",
15997
15842
  color: "text.secondary"
15998
- }, content), _state === 'create' && actions && /*#__PURE__*/React__default.createElement(Stack$1, {
15843
+ }, content), actions && /*#__PURE__*/React__default.createElement(Stack$1, {
15999
15844
  direction: "row",
16000
15845
  spacing: 2,
15846
+ alignItems: "center",
16001
15847
  justifyContent: "center"
16002
- }, actions)))));
15848
+ }, actions))));
16003
15849
  };
16004
15850
 
16005
15851
  var wellKnownSymbol$a = wellKnownSymbol$f;
@@ -16514,14 +16360,15 @@ const DrawerComponent = ({
16514
16360
  position,
16515
16361
  width,
16516
16362
  open,
16517
- onClose,
16518
- sx
16363
+ onClose
16519
16364
  }) => {
16520
16365
  const [stateActions, setActionsState] = useState(showActions);
16521
16366
  const handleDrawerActions = () => {
16522
16367
  setActionsState(true);
16523
16368
  };
16524
- return /*#__PURE__*/React__default.createElement(Drawer$1, {
16369
+ return /*#__PURE__*/React__default.createElement(ThemeProvider, {
16370
+ theme: SincoTheme
16371
+ }, /*#__PURE__*/React__default.createElement(Drawer$1, {
16525
16372
  anchor: position,
16526
16373
  open: open,
16527
16374
  onClose: onClose
@@ -16531,9 +16378,6 @@ const DrawerComponent = ({
16531
16378
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16532
16379
  sx: DrawerHeader
16533
16380
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
16534
- sx: Object.assign({}, SincoTheme.typography.h6, {
16535
- color: sx
16536
- }),
16537
16381
  variant: "h6"
16538
16382
  }, title), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
16539
16383
  onClick: onClose,
@@ -16545,7 +16389,7 @@ const DrawerComponent = ({
16545
16389
  onClick: handleDrawerActions
16546
16390
  }, children), stateActions && /*#__PURE__*/React__default.createElement(Box$2, {
16547
16391
  sx: DrawerActions
16548
- }, renderActions)));
16392
+ }, renderActions))));
16549
16393
  };
16550
16394
 
16551
16395
  const FooterActionComponent = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.44",
3
+ "version": "1.0.14-rc.45",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export type handleDrawerPosition = 'left' | 'right';
3
3
  export interface DrawerComponentProperties {
4
4
  title: string;
@@ -9,6 +9,5 @@ export interface DrawerComponentProperties {
9
9
  width: string;
10
10
  open: boolean;
11
11
  onClose: () => void;
12
- sx: React.CSSProperties;
13
12
  }
14
- export declare const DrawerComponent: ({ title, children, renderActions, showActions, position, width, open, onClose, sx, }: DrawerComponentProperties) => JSX.Element;
13
+ export declare const DrawerComponent: ({ title, children, renderActions, showActions, position, width, open, onClose, }: DrawerComponentProperties) => JSX.Element;
@@ -10,6 +10,8 @@ export interface EmptyStateProperties {
10
10
  state?: EmptyStateStates;
11
11
  title?: string;
12
12
  content?: string;
13
+ imageWidth?: string;
14
+ imageHeight?: string;
13
15
  actions?: ReactNode;
14
16
  }
15
- export declare const EmptyStateComponent: ({ state, title, content, actions, }: EmptyStateProperties) => JSX.Element;
17
+ export declare const EmptyStateComponent: ({ state, title, content, imageWidth, imageHeight, actions, }: EmptyStateProperties) => JSX.Element;
@@ -1,2 +1,12 @@
1
1
  import { Components } from '@mui/material';
2
+ declare module '@mui/material/Chip' {
3
+ interface ChipPropsSizeOverrides {
4
+ xsmall: true;
5
+ }
6
+ }
7
+ declare module "@mui/material/Checkbox" {
8
+ interface CheckboxPropsSizeOverrides {
9
+ xsmall: true;
10
+ }
11
+ }
2
12
  export declare const components: Components;