(globalThis.TURBOPACK = globalThis.TURBOPACK || []).push(["object" == typeof document ? document.currentScript : void 0, {
  348637: C => {
    "use strict";
    C.s({
      PrerenderScript: () => o,
      useShiki: () => a
    });
    var e, t = C.i(269235);
    C.i(19987);
    var i = C.i(378469),
      s = C.i(892988);

    function l(t) {
      return t.engine ? t : (e || (e = C.r(230882)(C.i).then(C => C.createJavaScriptRegexEngine())), {
        ...t,
        engine: e
      })
    }
    var r = new Map;

    function a(C, {
      defaultValue: e,
      scriptKey: a,
      ...o
    }, d) {
      let n = (0, i.useMemo)(() => d ? JSON.stringify(d) : `${o.lang}:${C}`, [C, d, o.lang]),
        H = l(o),
        x = (0, i.useRef)({
          key: n,
          aborted: !1
        }),
        [L, h] = (0, i.useState)(() => {
          if (e) return e;
          let i = r.get(n);
          if (i) return i;
          let l = globalThis._use_shiki?.get(a);
          if (l) {
            let C = (0, t._renderHighlight)(l, H);
            return r.set(n, C), C
          }
          x.current = void 0;
          let d = o.components?.pre ?? "pre",
            L = o.components?.code ?? "code";
          return (0, s.jsx)(d, {
            children: (0, s.jsx)(L, {
              children: C
            })
          })
        });
      if ("undefined" == typeof window) return (0, i.use)((0, t.highlight)(C, H));
      if (!x.current || x.current.key !== n) {
        x.current && (x.current.aborted = !0);
        let e = {
          key: n,
          aborted: !1
        };
        x.current = e, (0, t.highlight)(C, H).then(C => {
          r.set(n, C), e.aborted || h(C)
        })
      }
      return L
    }

    function o({
      scriptKey: C,
      code: e,
      options: r
    }) {
      let [a, o] = (0, i.useState)(!1);
      (0, i.useEffect)(() => {
        o(!0)
      }, []);
      let d = "undefined" == typeof window ? (0, i.use)((0, t._highlight)(e, l(r))) : globalThis._use_shiki?.get(C);
      return a || !d ? null : (0, s.jsx)("script", {
        children: `if (typeof globalThis._use_shiki === "undefined") globalThis._use_shiki = new Map()
globalThis._use_shiki.set(${JSON.stringify(C)}, ${JSON.stringify(d)})`
      })
    }
  },
  443273: C => {
    "use strict";
    C.s({
      DynamicCodeBlock: () => a
    });
    var e = C.i(892988),
      t = C.i(885718),
      i = C.i(348637),
      s = C.i(378469);
    C.i(806681);
    var l = C.i(81805);
    let r = {
      pre: C => (0, e.jsx)(t.CodeBlock, {
        ...C,
        className: (0, l.cn)("my-0", C.className),
        children: (0, e.jsx)(t.Pre, {
          children: C.children
        })
      })
    };

    function a({
      lang: C,
      code: t,
      options: l
    }) {
      let a = (0, s.useId)(),
        o = {
          lang: C,
          scriptKey: a,
          ...l,
          components: {
            ...r,
            ...l?.components
          }
        },
        d = (0, i.useShiki)(t, o);
      return (0, e.jsxs)(e.Fragment, {
        children: [(0, e.jsx)(i.PrerenderScript, {
          scriptKey: a,
          code: t,
          options: o
        }), d]
      })
    }
  },
  761713: C => {
    "use strict";
    C.s({
      Snippet: () => r
    });
    var e = C.i(892988),
      t = C.i(378469),
      i = C.i(103142),
      s = C.i(295118),
      l = C.i(13680);

    function r({
      code: C,
      className: r
    }) {
      let [a, o] = (0, t.useState)(!1), d = async () => {
        try {
          await navigator.clipboard.writeText(C), o(!0), setTimeout(() => {
            o(!1)
          }, 2e3)
        } catch (C) {
          console.error("Failed to copy text: ", C)
        }
      };
      return (0, e.jsxs)("div", {
        className: (0, l.cn)("snippet relative rounded-md bg-[var(--ds-background-100)] text-black dark:text-white overflow-hidden", r),
        children: [(0, e.jsxs)("pre", {
          className: "geist-overflow-scroll-y !bg-[var(--ds-background-100)] p-2.5 sm:pl-4 pr-12 text-sm font-mono",
          children: ["$ ", C]
        }), (0, e.jsx)("button", {
          type: "button",
          "aria-label": "Copy to clipboard",
          onClick: () => void d(),
          className: "absolute right-2 top-2 p-1 sm:p-2 rounded-md hover:bg-gray-800 transition-colors",
          children: (0, e.jsx)("span", {
            className: "flex items-center justify-center",
            children: a ? (0, e.jsx)(i.Check, {
              size: 16,
              className: "text-green-800"
            }) : (0, e.jsx)(s.Copy, {
              size: 16
            })
          })
        })]
      })
    }
  },
  109570: C => {
    "use strict";
    C.s({
      sizingString: () => e
    });
    let e = "mx-auto h-[160px] xs:w-[326px] sm:w-[542px] md:w-[194px] lg:w-[255px] xl:w-[298px] xs:w-full"
  },
  918065: C => {
    "use strict";
    C.s({
      CiProviders: () => l,
      ProvidersDark: () => a
    });
    var e = C.i(892988),
      t = C.i(246108),
      i = C.i(378469),
      s = C.i(109570);
    let l = () => {
        let {
          resolvedTheme: C
        } = (0, t.useTheme)(), [l, o] = (0, i.useState)(!1);
        return ((0, i.useEffect)(() => {
          o(!0)
        }, []), l) ? "dark" === C ? (0, e.jsx)(a, {}) : (0, e.jsx)(r, {}) : (0, e.jsx)("div", {
          className: s.sizingString
        })
      },
      r = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 307 200",
          fill: "none",
          xmlns: "http://www.w3.org/2000/svg",
          children: [(0, e.jsx)("path", {
            d: "M153.75 142.5C153.945 108.329 154.055 89.1709 154.25 55",
            stroke: "#8657A7",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M97.125 49.5L97.125 81.5C97.125 94.7548 107.87 105.5 121.125 105.5L129.125 105.5C142.38 105.5 153.125 116.245 153.125 129.5L153.125 161.5",
            stroke: "#CD3678",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M211.125 49.5L211.125 81.5C211.125 94.7548 200.38 105.5 187.125 105.5L179.125 105.5C165.87 105.5 155.125 116.245 155.125 129.5L155.125 141.5",
            stroke: "#3F79D5",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M42.125 62.5002L42.125 81.5002C42.125 94.7551 52.8702 105.5 66.125 105.5L129.125 105.5C142.38 105.5 153.125 116.245 153.125 129.5L153.125 149",
            stroke: "#FF1E56",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M266.125 62.5002L266.125 81.5002C266.125 94.7551 255.38 105.5 242.125 105.5L179.125 105.5C165.87 105.5 155.125 116.245 155.125 129.5L155.125 149",
            stroke: "#0196FF",
            strokeWidth: "2"
          }), (0, e.jsxs)("g", {
            filter: "url(#filter0_d_16_1331)",
            children: [(0, e.jsx)("rect", {
              x: "126",
              y: "131",
              width: "54",
              height: "54",
              rx: "27",
              fill: "#FAFAFA"
            }), (0, e.jsx)("rect", {
              x: "125.569",
              y: "130.569",
              width: "54.8621",
              height: "54.8621",
              rx: "27.431",
              stroke: "black",
              strokeOpacity: "0.08",
              strokeWidth: "0.862069"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M24 51C24 44.3726 29.3726 39 36 39H48C54.6274 39 60 44.3726 60 51V63C60 69.6274 54.6274 75 48 75H36C29.3726 75 24 69.6274 24 63V51Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M48 38.5C54.9036 38.5 60.5 44.0964 60.5 51V63C60.5 69.9036 54.9036 75.5 48 75.5H36C29.0964 75.5 23.5 69.9036 23.5 63V51C23.5 44.0964 29.0964 38.5 36 38.5H48Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("g", {
              clipPath: "url(#clip0_16_1331)",
              children: (0, e.jsx)("path", {
                fillRule: "evenodd",
                clipRule: "evenodd",
                d: "M42 49C37.58 49 34 52.5788 34 56.9973C34 60.5361 36.29 63.5251 39.47 64.5847C39.87 64.6547 40.02 64.4148 40.02 64.2049C40.02 64.0149 40.01 63.3851 40.01 62.7154C38 63.0852 37.48 62.2255 37.32 61.7757C37.23 61.5458 36.84 60.836 36.5 60.6461C36.22 60.4961 35.82 60.1262 36.49 60.1162C37.12 60.1062 37.57 60.696 37.72 60.936C38.44 62.1455 39.59 61.8057 40.05 61.5957C40.12 61.0759 40.33 60.726 40.56 60.5261C38.78 60.3262 36.92 59.6364 36.92 56.5774C36.92 55.7077 37.23 54.988 37.74 54.4282C37.66 54.2282 37.38 53.4085 37.82 52.3089C37.82 52.3089 38.49 52.099 40.02 53.1286C40.66 52.9487 41.34 52.8587 42.02 52.8587C42.7 52.8587 43.38 52.9487 44.02 53.1286C45.55 52.089 46.22 52.3089 46.22 52.3089C46.66 53.4085 46.38 54.2282 46.3 54.4282C46.81 54.988 47.12 55.6977 47.12 56.5774C47.12 59.6464 45.25 60.3262 43.47 60.5261C43.76 60.776 44.01 61.2558 44.01 62.0056C44.01 63.0752 44 63.9349 44 64.2049C44 64.4148 44.15 64.6647 44.55 64.5847C46.1381 64.0488 47.5182 63.0284 48.4958 61.6673C49.4735 60.3062 49.9996 58.6729 50 56.9973C50 52.5788 46.42 49 42 49Z",
                fill: "black"
              })
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter2_d_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M80 51C80 44.3726 85.3726 39 92 39H104C110.627 39 116 44.3726 116 51V63C116 69.6274 110.627 75 104 75H92C85.3726 75 80 69.6274 80 63V51Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M104 38.5C110.904 38.5 116.5 44.0964 116.5 51V63C116.5 69.9036 110.904 75.5 104 75.5H92C85.0964 75.5 79.5 69.9036 79.5 63V51C79.5 44.0964 85.0964 38.5 92 38.5H104Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip1_16_1331)",
              children: [(0, e.jsx)("path", {
                d: "M105.528 55.6866L105.506 55.6307L103.386 50.0989C103.343 49.9905 103.267 49.8985 103.168 49.8362C103.069 49.7749 102.954 49.7454 102.838 49.7516C102.722 49.7579 102.611 49.7995 102.519 49.871C102.429 49.9446 102.363 50.0443 102.331 50.1565L100.9 54.5352H95.1048L93.6736 50.1565C93.6426 50.0436 93.5767 49.9435 93.4855 49.8702C93.3939 49.7987 93.2826 49.7571 93.1666 49.7508C93.0506 49.7446 92.9355 49.7741 92.8368 49.8354C92.7384 49.8979 92.6621 49.9898 92.6187 50.0981L90.495 55.6274L90.4739 55.6834C90.1688 56.4806 90.1311 57.3555 90.3666 58.176C90.6021 58.9966 91.0979 59.7183 91.7794 60.2324L91.7867 60.2381L91.8062 60.2519L95.0351 62.6699L96.6325 63.8789L97.6055 64.6136C97.7194 64.7 97.8583 64.7468 98.0012 64.7468C98.1442 64.7468 98.2831 64.7 98.397 64.6136L99.37 63.8789L100.967 62.6699L104.216 60.2373L104.224 60.2308C104.904 59.7166 105.399 58.9956 105.634 58.1762C105.869 57.3567 105.832 56.4831 105.528 55.6866Z",
                fill: "#E24329"
              }), (0, e.jsx)("path", {
                d: "M105.527 55.6866L105.505 55.6307C104.473 55.8427 103.499 56.2802 102.655 56.9119L98 60.4319C99.5853 61.6311 100.965 62.6731 100.965 62.6731L104.214 60.2405L104.222 60.234C104.903 59.7198 105.398 58.9984 105.634 58.1782C105.869 57.3581 105.832 56.4837 105.527 55.6866Z",
                fill: "#FC6D26"
              }), (0, e.jsx)("path", {
                d: "M95.0342 62.6731L96.6316 63.8821L97.6047 64.6167C97.7185 64.7032 97.8575 64.7499 98.0004 64.7499C98.1433 64.7499 98.2822 64.7032 98.3961 64.6167L99.3691 63.8821L100.967 62.6731C100.967 62.6731 99.5848 61.6279 97.9995 60.4318C96.4143 61.6279 95.0342 62.6731 95.0342 62.6731Z",
                fill: "#FCA326"
              }), (0, e.jsx)("path", {
                d: "M93.3444 56.9119C92.5009 56.2789 91.5279 55.8402 90.495 55.6274L90.4739 55.6834C90.1688 56.4806 90.1311 57.3555 90.3666 58.176C90.6021 58.9966 91.0979 59.7183 91.7794 60.2324L91.7867 60.2381L91.8062 60.2519L95.0351 62.6699C95.0351 62.6699 96.4136 61.6279 98.0004 60.4286L93.3444 56.9119Z",
                fill: "#FC6D26"
              })]
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter3_d_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M136 51C136 44.3726 141.373 39 148 39H160C166.627 39 172 44.3726 172 51V63C172 69.6274 166.627 75 160 75H148C141.373 75 136 69.6274 136 63V51Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M160 38.5C166.904 38.5 172.5 44.0964 172.5 51V63C172.5 69.9036 166.904 75.5 160 75.5H148C141.096 75.5 135.5 69.9036 135.5 63V51C135.5 44.0964 141.096 38.5 148 38.5H160Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("path", {
              fillRule: "evenodd",
              clipRule: "evenodd",
              d: "M154 50L162 64H146L154 50Z",
              fill: "black"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter4_d_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M192 51C192 44.3726 197.373 39 204 39H216C222.627 39 228 44.3726 228 51V63C228 69.6274 222.627 75 216 75H204C197.373 75 192 69.6274 192 63V51Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M216 38.5C222.904 38.5 228.5 44.0964 228.5 51V63C228.5 69.9036 222.904 75.5 216 75.5H204C197.096 75.5 191.5 69.9036 191.5 63V51C191.5 44.0964 197.096 38.5 204 38.5H216Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("path", {
              d: "M219.029 54.3223C219.021 54.2562 219.011 54.1901 218.997 54.1254C218.985 54.0574 218.969 53.9901 218.95 53.9237L218.9 53.8435C218.691 53.68 218.467 53.5565 218.239 53.4473C218.05 53.3584 217.859 53.2809 217.666 53.2096C217.126 51.7131 216.2 50.3861 214.981 49.4615C213.721 48.5059 212.239 48 210.696 48C209.153 48 207.672 48.5059 206.412 49.4616C205.193 50.3861 204.266 51.7131 203.727 53.21C203.534 53.2811 203.342 53.3588 203.154 53.4473C202.926 53.5565 202.701 53.68 202.493 53.8435L202.442 53.9237C202.424 53.9903 202.409 54.0576 202.395 54.1253C202.382 54.1902 202.373 54.2561 202.363 54.3223C202.345 54.4532 202.332 54.5849 202.325 54.7169C202.312 54.9813 202.32 55.2463 202.349 55.5095C202.377 55.7732 202.426 56.0344 202.495 56.2904C202.532 56.4193 202.574 56.5463 202.623 56.6711C202.647 56.734 202.674 56.7966 202.704 56.8591C202.718 56.8902 202.734 56.9205 202.751 56.9523C202.787 57.0157 202.793 57.0281 202.809 57.0506L202.877 57.1136C202.922 57.1365 202.958 57.1539 202.999 57.173L203.117 57.2258C203.138 57.2348 203.159 57.2436 203.181 57.2526C202.646 57.7471 202.065 58.3896 201.562 59.1837L200.927 60.186L201.819 59.4031C201.834 59.3899 202.582 58.7424 203.829 58.0089L203.847 58.1523C203.765 58.1947 203.373 58.4005 203.256 58.4981C203.063 58.6585 203.054 58.9075 203.105 59.3721C203.132 59.6102 203.221 60.0725 203.342 60.4963C203.549 61.2256 203.701 61.3546 203.835 61.3848C203.895 61.3992 203.973 61.4058 204.06 61.4058C204.299 61.4058 204.605 61.3593 204.805 61.299C205.039 62.0274 205.371 62.685 205.775 63.2621C205.756 63.2674 205.736 63.2737 205.717 63.2792C205.473 63.1664 204.623 62.7724 204.337 62.6438L203.739 62.3748L204.093 62.9266C204.119 62.9664 204.729 63.9176 205.227 64.5587C205.692 65.1566 206.33 65.7686 207.534 65.7686C207.679 65.7686 207.83 65.7592 207.986 65.742C208.345 65.7008 208.615 65.6684 208.82 65.6421C210.083 66.1063 211.476 66.1349 212.799 65.6339C213.145 65.5023 213.478 65.3379 213.793 65.1429C214.302 65.0205 214.86 64.8877 215.135 64.8103C215.18 64.7983 215.235 64.7852 215.292 64.7716C215.676 64.6834 216.317 64.5345 216.659 63.8504C217.004 63.1602 217.566 62.1026 217.572 62.0918L217.835 61.5985L217.323 61.8211C217.295 61.8335 216.647 62.116 216.309 62.2927C216.544 61.7535 216.682 61.3072 216.73 61.1358C216.918 61.1813 217.198 61.1755 217.404 61.1755C217.505 61.1755 217.609 61.1579 217.677 61.1407C217.811 61.1067 217.914 61.0178 218.108 60.2653C218.221 59.8278 218.302 59.3516 218.325 59.1067C218.368 58.6303 218.354 58.3749 218.159 58.2138C218.062 58.1337 217.778 57.9806 217.633 57.9052C217.714 57.8706 217.754 57.8808 217.757 57.8816L217.888 57.3838C217.935 57.364 217.983 57.3442 218.039 57.3229C218.118 57.2913 218.198 57.26 218.277 57.2258L218.394 57.1729C218.435 57.1538 218.471 57.1365 218.516 57.1135L218.585 57.0505C218.599 57.028 218.607 57.0156 218.616 56.9984C218.66 56.9204 218.675 56.8901 218.689 56.8591C218.719 56.7965 218.745 56.734 218.77 56.671C218.819 56.5462 218.861 56.4192 218.898 56.2904C218.967 56.0343 219.016 55.7732 219.045 55.5094C219.074 55.2464 219.081 54.9814 219.067 54.7169C219.061 54.5848 219.048 54.4532 219.029 54.3223Z",
              fill: "#0E0F0D"
            }), (0, e.jsx)("path", {
              d: "M211.523 64.5744C211.427 64.5889 211.33 64.6007 211.235 64.6084C211.172 64.6114 211.107 64.6176 211.048 64.6176L211.025 64.6182C211.1 64.4518 211.157 64.3224 211.199 64.2245C211.287 64.3224 211.398 64.4435 211.523 64.5744Z",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M211.407 57.1365C211.255 57.2592 211.096 57.3735 210.93 57.4737L210.377 57.8074C210.03 57.8498 209.729 57.9355 209.712 57.9407C209.702 57.9429 209.692 57.9476 209.683 57.953C209.656 57.9692 209.636 57.995 209.626 58.0254L209.063 59.8816L206.052 60.5512L205.103 59.8869L204.827 57.6518C205.366 57.5529 206.086 57.4387 206.951 57.3416C206.857 57.4543 206.768 57.5709 206.683 57.6912L206.168 58.4305L206.918 57.9305C206.93 57.9227 207.407 57.6085 208.188 57.2262C209.039 57.1624 209.893 57.1304 210.746 57.1302C210.971 57.1302 211.191 57.1329 211.407 57.1366V57.1365ZM206.72 59.6545C206.934 59.5388 207.175 59.5558 207.554 59.5567C207.594 59.5574 207.636 59.557 207.68 59.5558C207.717 59.5558 207.754 59.5551 207.794 59.554C208.184 59.5501 208.508 59.587 208.502 58.9752C208.496 58.3633 208.224 57.8685 207.834 57.8723C207.445 57.8758 207.068 58.3772 207.091 58.9888C207.097 59.1481 207.121 59.2632 207.158 59.3458C206.819 59.4312 206.725 59.6413 206.72 59.6545ZM216.626 57.6445L216.354 59.545L215.398 60.2148L212.391 59.873L211.83 58.0253C211.824 58.0052 211.813 57.9869 211.798 57.9721C211.783 57.9573 211.764 57.9465 211.744 57.9407C211.725 57.9351 211.353 57.8286 210.958 57.7945L211.031 57.7898C211.093 57.7851 212.13 57.6581 213.369 57.2313C214.74 57.3365 215.86 57.5048 216.626 57.6445ZM214.704 59.4036C214.7 59.3888 214.618 59.143 214.256 59.1862C214.297 59.0952 214.316 58.9724 214.303 58.8039C214.255 58.1933 213.9 57.7079 213.51 57.7217C213.121 57.7352 212.871 58.2414 212.893 58.8541C212.914 59.4653 213.241 59.4611 213.631 59.4472C214.154 59.4373 214.441 59.2766 214.704 59.4036Z",
              fill: "#A89983"
            }), (0, e.jsx)("path", {
              d: "M213.676 58.3042C213.677 58.357 213.657 58.408 213.62 58.446C213.583 58.484 213.533 58.5059 213.48 58.5069C213.454 58.5074 213.428 58.5027 213.404 58.4931C213.38 58.4836 213.357 58.4693 213.339 58.4511C213.32 58.433 213.305 58.4113 213.294 58.3873C213.284 58.3633 213.278 58.3375 213.278 58.3114C213.277 58.2853 213.282 58.2593 213.292 58.235C213.301 58.2107 213.315 58.1885 213.333 58.1697C213.352 58.1508 213.373 58.1358 213.397 58.1253C213.421 58.1149 213.447 58.1093 213.473 58.1088C213.499 58.1082 213.525 58.1128 213.55 58.1224C213.574 58.1319 213.596 58.1462 213.615 58.1644C213.634 58.1825 213.649 58.2042 213.659 58.2283C213.67 58.2523 213.675 58.2781 213.676 58.3043M208.094 58.4507C208.095 58.5034 208.076 58.5544 208.039 58.5927C208.003 58.6309 207.953 58.6532 207.9 58.6547C207.874 58.6555 207.848 58.6511 207.824 58.6418C207.799 58.6324 207.777 58.6184 207.758 58.6004C207.739 58.5823 207.723 58.5608 207.713 58.5368C207.702 58.5129 207.696 58.4871 207.695 58.4608C207.695 58.4347 207.699 58.4087 207.709 58.3842C207.718 58.3598 207.732 58.3375 207.75 58.3185C207.768 58.2996 207.79 58.2844 207.814 58.2738C207.838 58.2632 207.863 58.2574 207.89 58.2568C207.942 58.2555 207.994 58.2751 208.032 58.3115C208.07 58.3478 208.092 58.3979 208.094 58.4507Z",
              fill: "white"
            }), (0, e.jsx)("path", {
              d: "M217.938 58.4806C217.891 58.4417 217.734 58.352 217.581 58.2693L217.329 60.0359C217.327 60.0529 217.321 60.0692 217.312 60.0839C217.302 60.0985 217.291 60.1112 217.276 60.1212L216.916 60.3734C216.907 60.416 216.901 60.4517 216.894 60.485C217.249 60.5722 217.593 60.3167 217.786 60.1324C217.875 59.7843 217.953 59.3712 217.98 59.0754C218.021 58.6171 217.985 58.5186 217.938 58.4806ZM212.369 65.1919C212.135 65.1087 211.921 64.9729 211.734 64.7884C211.718 64.7725 211.704 64.7573 211.688 64.7418C211.542 64.7716 211.394 64.7928 211.246 64.8053C211.182 64.8082 211.122 64.8136 211.056 64.8136L210.958 64.8144L210.92 64.8136C210.696 65.1457 210.321 65.3282 210.026 65.4254C210.901 65.5756 211.864 65.3458 212.369 65.1919ZM204.665 60.8655C204.658 60.8389 204.649 60.8125 204.642 60.7858L204.173 60.4578C204.159 60.4476 204.147 60.4345 204.138 60.4194C204.128 60.4042 204.123 60.3873 204.12 60.3698L203.892 58.5148C203.723 58.605 203.527 58.7163 203.476 58.7599C203.43 58.7972 203.396 58.8923 203.445 59.3343C203.482 59.6666 203.599 60.1771 203.718 60.5596C203.955 60.7411 204.304 60.9324 204.665 60.8655ZM211.669 60.7809C211.644 60.7781 211.621 60.7681 211.602 60.7523C211.583 60.7365 211.569 60.7154 211.562 60.6918L210.984 58.7867C210.887 58.774 210.801 58.7669 210.729 58.7669C210.656 58.7669 210.57 58.774 210.473 58.7867L209.911 60.637C209.905 60.6583 209.893 60.6775 209.876 60.6926C209.86 60.7078 209.84 60.7183 209.818 60.7231L209.549 60.783C209.527 60.8779 209.449 61.0172 209.2 61.0935C208.798 61.2162 206.253 61.9749 205.962 61.9336C205.793 61.9098 205.47 61.7319 205.232 61.5881C205.136 61.3633 205.084 61.2105 205.071 61.1743V61.1736L205.071 61.1743C205.105 61.273 205.437 62.229 206.112 63.1642C206.835 62.951 207.46 62.7523 207.66 62.6891C208.067 62.0615 208.646 61.4388 209.058 61.4176C209.131 61.4139 209.203 61.412 209.276 61.4119C209.478 61.4119 209.67 61.4262 209.849 61.4473C209.697 61.3095 209.666 61.1483 209.644 61.0767C209.644 61.0767 210.17 61.4881 210.839 61.4016C211.509 61.3158 211.924 60.93 211.924 60.93L211.938 60.8114L211.669 60.7809",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M212.212 61.022C212.073 60.9861 211.986 60.9289 211.93 60.8692L211.923 60.9301C211.923 60.9301 211.921 61.2112 211.63 61.429C212.191 61.2591 212.423 61.2015 212.582 61.2015C212.757 61.2015 212.843 61.2746 212.919 61.3387C212.933 61.3506 212.948 61.3632 212.965 61.3766C213.333 61.6665 213.7 61.9575 214.066 62.2496C214.242 62.2699 214.799 62.3336 215.15 62.3656C215.352 62.3845 215.535 62.3997 215.714 62.3997C215.772 62.3997 215.826 62.3977 215.878 62.3942C216.063 62.0399 216.233 61.6481 216.384 61.216C216.177 61.3615 215.704 61.68 215.483 61.721C215.195 61.775 212.618 61.1274 212.212 61.022Z",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M218.696 54.3596C218.691 54.2987 218.684 54.238 218.677 54.1774C218.672 54.1341 218.665 54.091 218.658 54.0481C218.495 53.9112 218.31 53.7893 218.117 53.679C217.909 53.5566 217.69 53.4477 217.468 53.3464C217.247 53.2419 217.019 53.1474 216.791 53.0554C216.677 53.0088 216.562 52.9641 216.446 52.9214C216.331 52.8764 216.215 52.8344 216.098 52.792C216.343 52.8326 216.585 52.8885 216.825 52.9502C216.982 52.9902 217.137 53.0356 217.292 53.0842C216.192 50.2117 213.565 48.3413 210.696 48.3413C207.827 48.3413 205.2 50.2118 204.101 53.0842C204.256 53.0356 204.411 52.9902 204.567 52.9502C204.807 52.8884 205.05 52.8326 205.295 52.7921C205.177 52.8344 205.062 52.8764 204.946 52.9215C204.83 52.9643 204.716 53.009 204.602 53.0554C204.373 53.1474 204.146 53.2419 203.925 53.3464C203.702 53.4477 203.484 53.5566 203.275 53.679C203.083 53.7893 202.898 53.9112 202.735 54.0481C202.728 54.0911 202.722 54.1342 202.716 54.1774C202.708 54.238 202.702 54.2988 202.697 54.3596C202.686 54.4821 202.681 54.605 202.681 54.728C202.678 54.9742 202.695 55.2204 202.726 55.4638C202.76 55.7081 202.805 55.9508 202.871 56.1856C202.903 56.3024 202.94 56.4176 202.983 56.5308C203.005 56.5868 203.028 56.6423 203.053 56.6957C203.065 56.7224 203.077 56.7488 203.09 56.7741L203.106 56.8039C203.124 56.813 203.143 56.8226 203.161 56.8312L203.27 56.8833C203.331 56.9113 203.415 56.9513 203.485 56.9824C203.489 56.9789 203.493 56.9753 203.496 56.9719L203.293 56.1995C203.336 56.1879 203.721 56.0884 204.385 55.9618C204.331 55.9518 204.278 55.9404 204.225 55.9277C204.074 55.8899 203.924 55.8441 203.78 55.7858C203.708 55.7554 203.638 55.7225 203.57 55.6844C203.503 55.6456 203.437 55.602 203.386 55.5438C204.115 55.7819 205.621 55.6743 206.961 55.5357C208.185 55.4094 209.413 55.3278 210.647 55.3251C211.881 55.3278 213.11 55.4094 214.334 55.5357C215.673 55.6743 217.18 55.7819 217.909 55.5438C217.858 55.6021 217.791 55.6456 217.725 55.6844C217.657 55.7224 217.586 55.7555 217.515 55.7858C217.37 55.8441 217.222 55.8899 217.07 55.9277C217.048 55.933 217.025 55.9377 217.003 55.9428C217.731 56.0777 218.154 56.1875 218.199 56.1995L218.006 56.9352C218.045 56.9182 218.084 56.9011 218.122 56.8832L218.232 56.8311C218.25 56.8225 218.269 56.8129 218.287 56.8039L218.302 56.774C218.315 56.7488 218.328 56.7223 218.34 56.6956C218.364 56.6423 218.388 56.5867 218.409 56.5307C218.452 56.4174 218.489 56.3023 218.522 56.1855C218.588 55.9507 218.633 55.7079 218.666 55.4637C218.698 55.2203 218.715 54.9741 218.712 54.7279C218.712 54.605 218.706 54.4821 218.696 54.3596",
              fill: "#E0D896"
            }), (0, e.jsx)("path", {
              d: "M213.715 52.9307C213.726 53.2593 213.718 53.8556 213.565 54.4135C213.559 54.4348 213.56 54.4571 213.565 54.4777C213.37 54.4573 213.175 54.4393 212.98 54.4237C213.199 53.9651 213.247 53.4769 213.257 53.3048C213.425 53.1856 213.592 53.0422 213.715 52.9307ZM208.137 53.3048C208.147 53.4768 208.194 53.9639 208.413 54.4225C208.218 54.438 208.023 54.4559 207.828 54.4766C207.834 54.4568 207.834 54.4349 207.828 54.4136C207.676 53.8565 207.668 53.2602 207.678 52.9308C207.801 53.0422 207.968 53.1856 208.137 53.3048ZM216.11 54.9329C216.109 54.9384 216.108 54.9439 216.106 54.9492C216.127 54.9554 216.148 54.9617 216.17 54.9686C216.35 55.0277 216.53 55.0895 216.703 55.1691C216.415 54.9821 216.233 54.4428 216.131 54.0305C216.159 54.5702 216.113 54.9125 216.11 54.9329ZM207.438 52.827L205.577 53.3564C205.465 54.0804 205.499 54.6334 205.517 54.8253L205.527 54.8196C205.527 54.8196 205.587 54.0309 205.711 53.7282C205.775 53.5728 206.164 53.4737 206.461 53.4027C206.759 53.332 207.234 53.1903 207.326 53.6082C207.383 53.8665 207.461 54.0812 207.536 54.2396C207.416 53.6654 207.424 53.104 207.438 52.827ZM213.955 52.827C213.97 53.1148 213.977 53.7096 213.842 54.3067C213.927 54.1445 214.021 53.9052 214.086 53.6082C214.178 53.1903 214.653 53.332 214.95 53.4028C215.248 53.4738 215.637 53.5728 215.701 53.7282C215.806 53.9844 215.865 54.5884 215.881 54.7681C215.899 54.5371 215.918 54.018 215.817 53.3563L213.955 52.827ZM208.122 52.9882C208.187 53.0408 208.255 53.0908 208.324 53.1382C208.357 53.1608 208.377 53.1976 208.377 53.2373C208.378 53.2434 208.392 53.8567 208.663 54.379C208.667 54.3868 208.67 54.3953 208.672 54.4034C209.346 54.3576 210.022 54.339 210.697 54.3386C211.371 54.339 212.047 54.3588 212.721 54.405C212.724 54.3961 212.726 54.3875 212.731 54.379C213.002 53.8567 213.016 53.2434 213.016 53.2373C213.017 53.2177 213.022 53.1985 213.031 53.1813C213.04 53.164 213.053 53.1493 213.07 53.1382C213.136 53.0924 213.201 53.0441 213.265 52.9933L213.273 52.9695C213.414 51.5977 213.155 50.3335 212.991 49.7089C212.983 50.136 212.881 53.7955 211.973 53.7955H209.467C208.502 53.7955 208.425 49.6695 208.425 49.6695L208.375 49.816C208.211 50.4739 207.985 51.6832 208.122 52.9882ZM205.287 54.9489C205.287 54.9435 205.285 54.9384 205.284 54.9329C205.281 54.9125 205.234 54.5698 205.262 54.0295C205.161 54.4422 204.978 54.9824 204.689 55.1693C204.862 55.0893 205.043 55.0274 205.224 54.9683C205.245 54.9617 205.266 54.9554 205.287 54.9489Z",
              fill: "#D7C184"
            }), (0, e.jsx)("path", {
              d: "M216.894 60.485C216.879 60.5662 216.861 60.647 216.841 60.7271C217.048 60.7753 217.386 60.8127 217.547 60.7812C217.616 60.706 217.706 60.4454 217.786 60.1323C217.593 60.3167 217.248 60.5722 216.894 60.4849M209.486 65.5447C209.98 65.6799 210.484 65.7386 210.981 65.7057C211.48 65.6718 212.127 65.5642 212.814 65.2853C212.662 65.2743 212.512 65.2429 212.369 65.192C211.864 65.3459 210.901 65.5757 210.026 65.4256C209.794 65.5018 209.613 65.5255 209.595 65.5277C209.558 65.5319 209.528 65.537 209.486 65.5448M204.698 60.9762C204.687 60.9395 204.676 60.9024 204.665 60.8655C204.304 60.9324 203.955 60.7411 203.718 60.5598C203.795 60.8053 203.872 60.9983 203.93 61.057C204.109 61.0883 204.504 61.0334 204.698 60.9762ZM205.232 61.5881C205.47 61.7319 205.793 61.9099 205.962 61.9336C206.252 61.9748 208.798 61.2162 209.2 61.0935C209.449 61.0172 209.526 60.8779 209.549 60.783L205.877 61.6007C205.868 61.6024 205.859 61.6033 205.849 61.6034H205.849C205.824 61.6034 205.798 61.5956 205.777 61.5806L205.634 61.4808L205.205 61.1804V61.1798L205.032 61.0589C205.035 61.0687 205.038 61.0785 205.041 61.0881C205.051 61.1166 205.061 61.1455 205.071 61.1735V61.1742C205.083 61.2105 205.136 61.3633 205.232 61.5879M216.496 60.8827C216.52 60.7959 216.543 60.7081 216.564 60.6195L216.436 60.7091L216.093 60.9494L215.722 61.2095C215.703 61.2227 215.681 61.2306 215.658 61.2323C215.65 61.2328 215.643 61.2326 215.635 61.2318L211.937 60.8114L211.931 60.869C211.986 60.9288 212.074 60.986 212.213 61.0219C212.619 61.1273 215.195 61.7748 215.483 61.7207C215.705 61.6798 216.178 61.3613 216.385 61.2158C216.387 61.2107 216.389 61.2058 216.39 61.2009C216.427 61.0953 216.462 60.9892 216.496 60.8827Z",
              fill: "#9F8F78"
            }), (0, e.jsx)("path", {
              d: "M212.583 55.9008C212.554 55.9384 212.522 55.9797 212.488 56.0227C212.313 56.2446 212.069 56.5277 211.781 56.8054C211.436 56.7946 211.091 56.7892 210.746 56.7892C210.16 56.7892 209.598 56.8046 209.064 56.8303C209.819 56.5176 210.725 56.2119 211.706 56.0285C211.996 55.9731 212.289 55.9306 212.583 55.9008ZM208.17 56.2384C207.9 56.4276 207.596 56.6687 207.302 56.9616C206.647 57.027 205.994 57.1119 205.345 57.2164C206.18 56.8327 207.133 56.4792 208.17 56.2384ZM217.394 57.797L217.087 59.9451L215.616 60.9759L211.779 60.5396L211.202 58.6376C211.195 58.6149 211.182 58.5947 211.164 58.5791C211.146 58.5635 211.124 58.5532 211.101 58.5494C210.959 58.5265 210.833 58.5153 210.728 58.5153C210.623 58.5153 210.498 58.5265 210.355 58.5494C210.332 58.5534 210.31 58.5638 210.292 58.5794C210.274 58.5949 210.261 58.6151 210.254 58.6376L209.691 60.4934L205.876 61.3422L204.364 60.2831L204.066 57.8723C204.132 57.8356 204.198 57.7991 204.264 57.7627C204.357 57.7425 204.463 57.7212 204.579 57.6991L204.86 59.974C204.864 60.0094 204.884 60.0409 204.913 60.0612L205.953 60.7901C205.974 60.8045 206 60.8127 206.025 60.8127C206.034 60.8127 206.043 60.8114 206.053 60.8096L209.19 60.1117C209.2 60.1091 209.211 60.1052 209.221 60.1003C209.25 60.0847 209.273 60.0581 209.282 60.0252L209.848 58.1655C209.999 58.1268 210.387 58.0358 210.728 58.0358C211.069 58.0358 211.457 58.1268 211.609 58.1655L212.174 60.0252C212.188 60.0733 212.23 60.1084 212.28 60.1141L215.417 60.4705C215.447 60.4741 215.478 60.4657 215.503 60.4482L216.544 59.7207C216.572 59.7004 216.591 59.669 216.596 59.6348L216.874 57.6909C217.082 57.7308 217.257 57.7674 217.394 57.797ZM217.781 56.4496L217.511 57.4741C216.959 57.3523 215.746 57.1132 214.095 56.9523C214.634 56.7223 215.184 56.4342 215.685 56.0732C216.668 56.212 217.389 56.361 217.781 56.4496ZM203.712 56.4496L203.787 56.7333C203.97 56.5875 204.158 56.4485 204.352 56.3166C204.087 56.3673 203.872 56.4135 203.712 56.4496Z",
              fill: "#6E6A67"
            }), (0, e.jsx)("path", {
              d: "M214.304 55.8783C213.891 55.8548 213.478 55.8351 213.064 55.8179C213.018 55.8862 212.97 55.9536 212.921 56.02C212.7 56.3199 212.263 56.8666 211.703 57.3356C212.124 57.2021 213.796 56.6413 214.643 55.8991C214.53 55.8918 214.417 55.8848 214.304 55.8783ZM211.275 55.7691L211.276 55.7687C211.067 55.766 210.857 55.7637 210.647 55.7629H210.647C210.339 55.7638 210.031 55.7677 209.722 55.773L209.154 56.0426C209.151 56.0438 209.148 56.0454 209.145 56.0473C209.06 56.0889 208.313 56.4656 207.61 57.1378C207.672 57.1054 207.737 57.0718 207.804 57.0378C208.189 56.7794 209.214 56.1677 210.808 55.7645C210.964 55.7655 211.119 55.7664 211.275 55.7691ZM207.78 55.8378C207.516 55.8499 207.253 55.8634 206.99 55.8783C206.685 55.8954 206.381 55.916 206.077 55.9389C205.925 55.9505 205.774 55.9635 205.623 55.9792C205.58 55.9835 205.537 55.9882 205.494 55.9937C205.097 56.231 203.577 57.1851 202.533 58.4337C202.551 58.4121 202.57 58.3907 202.588 58.3693C204.521 56.72 206.641 56.0781 207.78 55.8378ZM216.525 62.6201L216.491 62.638C216.297 62.74 216.043 62.7898 215.714 62.7898C215.519 62.7898 215.327 62.7735 215.115 62.7543C214.691 62.7155 213.973 62.631 213.966 62.6296L213.911 62.6239L213.867 62.5888C213.861 62.5845 213.232 62.083 212.724 61.6834C212.703 61.6667 212.684 61.6507 212.667 61.6372C212.614 61.5914 212.614 61.5914 212.582 61.5914C212.418 61.5914 211.945 61.7385 210.907 62.0601L210.843 62.0805L210.78 62.0565C210.773 62.0547 210.092 61.8022 209.276 61.8022C209.209 61.8022 209.142 61.8039 209.077 61.8071C208.996 61.8113 208.537 62.0292 207.95 62.9573L207.912 63.0172L207.845 63.0388C207.835 63.042 206.825 63.3678 205.754 63.6742L205.685 63.6937L205.618 63.6632C205.612 63.6609 205.193 63.4663 204.795 63.2836C204.824 63.2972 204.854 63.3106 204.883 63.3243C205.277 63.6639 206.03 64.3172 206.114 64.4077C206.125 64.4207 206.142 64.4367 206.161 64.4547C206.141 64.4326 206.122 64.4102 206.104 64.3873L206.103 64.3865L206.103 64.3866C206.277 64.5512 206.471 64.6934 206.682 64.7935C206.788 64.8432 206.899 64.8816 207.011 64.9003C207.068 64.9096 207.123 64.9142 207.181 64.9142C207.239 64.9142 207.299 64.9125 207.358 64.9096C207.593 64.8975 207.831 64.8795 208.068 64.8565C208.305 64.8352 208.542 64.8115 208.778 64.7828C209.015 64.7574 209.251 64.7276 209.485 64.6913C209.602 64.6742 209.719 64.6548 209.833 64.6296C209.889 64.6164 209.947 64.6018 209.991 64.5819C210.032 64.5626 210.081 64.5237 210.124 64.4866C210.212 64.4108 210.297 64.3267 210.381 64.2428C210.466 64.1583 210.549 64.0724 210.63 63.9852C210.769 63.8399 210.888 63.6857 211.022 63.5362C211.039 63.5176 211.057 63.4978 211.075 63.4786C211.075 63.479 211.075 63.479 211.075 63.479L211.077 63.4807C211.105 63.5008 211.133 63.5212 211.16 63.5427C211.322 63.6632 211.488 63.7937 211.649 63.9063C211.857 64.0521 212.067 64.1982 212.284 64.3197C212.339 64.3499 212.395 64.3782 212.448 64.3959C212.455 64.3984 212.461 64.3996 212.466 64.4004C212.47 64.4028 212.485 64.4051 212.486 64.4051C212.497 64.4067 212.511 64.4074 212.525 64.4083C212.554 64.4087 212.584 64.4074 212.615 64.406C212.737 64.3974 212.861 64.3796 212.986 64.3601C213.234 64.3214 213.484 64.2766 213.731 64.227C213.979 64.1795 214.227 64.1286 214.474 64.0738C214.721 64.0212 214.967 63.9639 215.213 63.9019C215.334 63.8692 215.456 63.8389 215.565 63.7868C215.675 63.7352 215.778 63.6644 215.873 63.5832C216.064 63.4204 216.225 63.2185 216.359 62.9986L216.358 62.9993C216.424 62.8775 216.48 62.7507 216.525 62.6201ZM211.891 50.9385H212.329V50.0506H209.132V50.9385H209.57V50.4876H210.473V53.2299H210.101V53.7389H211.36V53.2299H210.987V50.4876H211.891V50.9385Z",
              fill: "#93232C"
            }), (0, e.jsx)("path", {
              d: "M215.198 55.9384C215.198 55.9379 215.197 55.9377 215.196 55.9376C215.015 55.924 214.834 55.9114 214.653 55.8997L214.642 55.8991C213.796 56.6413 212.124 57.2021 211.703 57.3356C211.694 57.3426 211.686 57.3495 211.678 57.3564C212.221 57.2587 213.031 57.065 213.872 56.6926C214.286 56.5095 214.707 56.2833 215.107 56.0038C215.138 55.9823 215.168 55.9598 215.198 55.9384ZM210.808 55.7645C209.214 56.1675 208.189 56.7793 207.804 57.0376C208.159 56.857 208.521 56.6896 208.888 56.5357C208.932 56.5173 208.977 56.499 209.021 56.4808C209.035 56.4751 209.049 56.4695 209.063 56.4638C209.1 56.4489 209.137 56.4342 209.175 56.4192C209.195 56.4111 209.216 56.4028 209.237 56.3947C209.271 56.3815 209.305 56.3684 209.339 56.3553C209.365 56.3455 209.39 56.3357 209.416 56.3261C209.448 56.3141 209.479 56.3023 209.511 56.2906C209.541 56.2796 209.571 56.2687 209.601 56.2579C209.631 56.2471 209.66 56.2366 209.69 56.2259C209.724 56.214 209.758 56.2022 209.792 56.1901C209.82 56.1808 209.847 56.1714 209.874 56.1621C209.914 56.1486 209.955 56.1351 209.995 56.1217C210.018 56.1143 210.04 56.1069 210.062 56.0996C210.126 56.079 210.191 56.0585 210.255 56.0387C210.397 55.9952 210.541 55.9538 210.688 55.9139C210.883 55.8609 211.078 55.8126 211.275 55.769C211.119 55.7664 210.964 55.7655 210.808 55.7645ZM207.78 55.8378C206.641 56.078 204.521 56.72 202.588 58.3693C202.57 58.3906 202.551 58.412 202.533 58.4337C203.516 57.7506 205.205 56.7351 207.293 56.1174C207.36 56.0974 207.428 56.078 207.497 56.0588C207.85 55.9599 208.206 55.8754 208.566 55.8056C208.304 55.8149 208.042 55.8258 207.78 55.8378ZM216.902 62.438C216.882 62.4472 216.862 62.4565 216.842 62.4659C216.831 62.4709 216.821 62.4759 216.81 62.4808L216.784 62.4931L216.744 62.512C216.739 62.5148 216.733 62.5173 216.727 62.5202C216.712 62.5273 216.698 62.5342 216.683 62.5414L216.673 62.5462C216.658 62.5541 216.642 62.5617 216.627 62.5693L216.622 62.5716C216.588 62.5884 216.556 62.6046 216.525 62.62C216.48 62.7507 216.424 62.8777 216.358 62.9996L216.358 62.9987C216.358 62.9991 216.358 62.9994 216.358 63C216.224 63.219 216.064 63.4203 215.873 63.5829C215.778 63.6641 215.675 63.7349 215.564 63.7865C215.456 63.8387 215.334 63.8688 215.212 63.9016C214.968 63.9632 214.721 64.0211 214.474 64.0735C214.227 64.1282 213.979 64.1793 213.731 64.2267C213.483 64.2765 213.234 64.3211 212.986 64.3598C212.861 64.3793 212.737 64.3971 212.614 64.4056C212.584 64.4073 212.554 64.4081 212.524 64.4079C212.512 64.4074 212.499 64.4063 212.486 64.4047C212.479 64.4041 212.473 64.4026 212.466 64.4001C212.46 64.3993 212.454 64.3978 212.448 64.3955C212.394 64.378 212.338 64.3495 212.284 64.3194C212.067 64.1977 211.857 64.0518 211.649 63.906C211.488 63.7933 211.321 63.6628 211.16 63.5424L211.146 63.5623L211.147 63.5634C211.157 63.5725 211.167 63.5809 211.177 63.5897L211.176 63.5893C211.169 63.5837 211.162 63.5783 211.155 63.5733L211.29 63.7349C211.291 63.7354 211.296 63.7416 211.306 63.7532C211.375 63.8344 211.664 64.1699 212.007 64.5105C212.269 64.7696 212.584 64.9005 212.946 64.9005C213.069 64.9005 213.199 64.8843 213.33 64.8531C213.452 64.8233 213.584 64.7919 213.719 64.7592C214.12 64.6638 214.564 64.5574 214.859 64.4808C214.879 64.4756 214.898 64.4707 214.916 64.4658C214.958 64.4548 214.996 64.4447 215.03 64.4353C215.087 64.4193 215.145 64.405 215.204 64.3923C215.561 64.3093 216.05 64.1959 216.309 63.6767C216.387 63.5219 216.465 63.3675 216.545 63.2135C216.674 62.9615 216.805 62.71 216.937 62.459C216.937 62.4589 216.937 62.4589 216.937 62.4589L216.963 62.4097L216.902 62.438ZM211.046 63.5579L211.022 63.5359C210.888 63.6855 210.769 63.8397 210.63 63.985C210.549 64.0723 210.466 64.1581 210.381 64.2426C210.297 64.3265 210.212 64.4109 210.124 64.4864C210.081 64.5235 210.032 64.5625 209.991 64.5817C209.947 64.6016 209.889 64.6162 209.833 64.6294C209.719 64.6547 209.602 64.674 209.485 64.6912C209.251 64.7274 209.015 64.7573 208.778 64.7826C208.542 64.8113 208.305 64.835 208.068 64.8563C207.831 64.8793 207.593 64.8973 207.358 64.9095C207.299 64.9122 207.239 64.9141 207.181 64.9141C207.123 64.9141 207.068 64.9095 207.011 64.9001C206.899 64.8815 206.788 64.8429 206.682 64.7934C206.471 64.6933 206.277 64.551 206.103 64.3865L206.104 64.387C206.127 64.4159 206.153 64.443 206.178 64.4705C206.172 64.465 206.166 64.4595 206.161 64.4544C206.142 64.4364 206.125 64.4205 206.114 64.4075C206.03 64.3169 205.276 63.6637 204.883 63.324C204.853 63.3103 204.824 63.297 204.795 63.2833C204.869 63.3935 204.944 63.5033 205.02 63.6125C205.136 63.78 205.254 63.9457 205.375 64.1096C205.427 64.18 205.48 64.2498 205.534 64.319C205.962 64.8694 206.5 65.3781 207.533 65.3781C207.663 65.3781 207.8 65.3701 207.942 65.3541C207.975 65.3506 208.007 65.3469 208.038 65.3431C208.069 65.3397 208.098 65.3364 208.127 65.333C209.026 65.2297 209.272 65.1856 209.409 65.162C209.444 65.1559 209.475 65.1505 209.507 65.1457C209.52 65.1439 209.533 65.1419 209.547 65.14C209.552 65.1396 209.856 65.1006 210.153 64.956C210.357 64.8567 210.559 64.7072 210.657 64.4863C210.906 63.9301 210.956 63.7971 210.958 63.7922L211.046 63.5579Z",
              fill: "#731B2A"
            }), (0, e.jsx)("path", {
              d: "M213.48 58.507C213.533 58.5059 213.583 58.484 213.62 58.446C213.656 58.4081 213.676 58.3571 213.676 58.3044C213.675 58.2782 213.67 58.2524 213.659 58.2283C213.649 58.2043 213.634 58.1826 213.615 58.1644C213.596 58.1462 213.574 58.132 213.549 58.1225C213.525 58.1129 213.499 58.1083 213.473 58.1089C213.447 58.1094 213.421 58.115 213.397 58.1254C213.373 58.1359 213.351 58.1509 213.333 58.1698C213.315 58.1886 213.301 58.2108 213.291 58.2352C213.282 58.2595 213.277 58.2855 213.278 58.3117C213.279 58.3644 213.3 58.4146 213.338 58.4513C213.376 58.4879 213.427 58.508 213.48 58.507ZM214.704 59.4037C214.442 59.2766 214.154 59.4374 213.631 59.4472C213.241 59.4612 212.915 59.4654 212.893 58.8541C212.872 58.2414 213.121 57.7351 213.51 57.7216C213.9 57.708 214.255 58.1933 214.303 58.8039C214.316 58.9724 214.298 59.0952 214.256 59.1862C214.618 59.143 214.701 59.3888 214.704 59.4037ZM207.9 58.6547C207.953 58.6533 208.003 58.631 208.039 58.5927C208.076 58.5545 208.095 58.5034 208.094 58.4507C208.092 58.3979 208.07 58.3478 208.032 58.3114C207.994 58.2751 207.942 58.2554 207.89 58.2568C207.863 58.2575 207.838 58.2633 207.814 58.274C207.79 58.2846 207.768 58.2999 207.75 58.3189C207.733 58.3378 207.718 58.3602 207.709 58.3846C207.7 58.409 207.695 58.435 207.696 58.4611C207.697 58.4872 207.703 58.513 207.713 58.5368C207.724 58.5607 207.739 58.5822 207.758 58.6002C207.777 58.6182 207.799 58.6322 207.824 58.6416C207.848 58.6509 207.874 58.6554 207.9 58.6547V58.6547ZM208.502 58.9751C208.508 59.5869 208.184 59.5501 207.794 59.5539C207.754 59.5552 207.717 59.5557 207.68 59.5557C207.636 59.5569 207.594 59.5574 207.554 59.5566C207.175 59.5557 206.934 59.5389 206.72 59.6545C206.725 59.6412 206.819 59.4312 207.158 59.3456C207.121 59.2629 207.097 59.1479 207.091 58.9887C207.068 58.3772 207.445 57.8757 207.835 57.8722C208.224 57.8683 208.496 58.3633 208.502 58.9751ZM215.881 54.7681C215.878 54.8058 215.875 54.8434 215.87 54.8809C215.716 54.8392 215.561 54.8004 215.405 54.7643C214.89 54.6513 214.369 54.5674 213.846 54.5077C213.828 54.5053 213.809 54.5041 213.791 54.5018C213.794 54.494 213.798 54.4863 213.8 54.4785C213.816 54.4214 213.829 54.3641 213.842 54.3068C213.977 53.7097 213.97 53.1149 213.955 52.8271L215.817 53.3565C215.918 54.0181 215.899 54.5372 215.881 54.7681ZM213.565 54.4135C213.559 54.4349 213.56 54.4571 213.565 54.4777C213.37 54.4573 213.175 54.4393 212.98 54.4237C213.199 53.9652 213.247 53.4769 213.257 53.3048C213.425 53.1856 213.592 53.0422 213.715 52.9308C213.726 53.2593 213.718 53.8556 213.565 54.4135H213.565ZM207.829 54.4765C207.834 54.4568 207.834 54.4349 207.829 54.4135C207.676 53.8564 207.668 53.2602 207.678 52.9308C207.801 53.0422 207.968 53.1856 208.137 53.3048C208.147 53.4769 208.194 53.964 208.413 54.4226C208.218 54.4379 208.023 54.4558 207.829 54.4765ZM207.547 54.5072C207.286 54.5391 207.025 54.572 206.765 54.6151C206.505 54.6596 206.245 54.7068 205.988 54.7639C205.832 54.8002 205.678 54.8386 205.523 54.8805C205.521 54.8682 205.519 54.8494 205.517 54.8251C205.499 54.6332 205.465 54.0804 205.577 53.3563L207.438 52.8268C207.424 53.1039 207.416 53.6653 207.536 54.2394C207.553 54.3191 207.572 54.3989 207.593 54.4782C207.596 54.486 207.599 54.4939 207.602 54.5008C207.584 54.5032 207.566 54.5048 207.547 54.5072L207.547 54.5072ZM216.879 55.2589C216.863 55.2513 216.847 55.2436 216.832 55.2362C216.809 55.2251 216.784 55.2124 216.755 55.1982C216.737 55.1896 216.719 55.1799 216.703 55.1691C216.53 55.0895 216.35 55.0278 216.17 54.9686C216.148 54.9616 216.127 54.9554 216.106 54.9491C216.108 54.9438 216.109 54.9384 216.11 54.9328C216.113 54.9124 216.159 54.5701 216.131 54.0304C216.119 53.8 216.094 53.5335 216.045 53.2407C216.042 53.2179 216.031 53.1967 216.016 53.1794C216.001 53.1621 215.981 53.1496 215.959 53.1432L215.693 53.0681C215.636 51.0146 214.791 50.0496 214.764 50.0197C215.519 51.2353 215.513 52.677 215.5 53.0129L213.854 52.5452C213.853 52.5452 213.852 52.5452 213.85 52.5445C213.844 52.543 213.836 52.542 213.829 52.5414C213.828 52.5414 213.826 52.5411 213.823 52.5411C213.814 52.5407 213.805 52.5414 213.796 52.5434C213.795 52.5434 213.794 52.5446 213.792 52.5446C213.785 52.5461 213.778 52.5486 213.771 52.5519C213.768 52.5531 213.766 52.5548 213.763 52.5555C213.758 52.5592 213.753 52.5624 213.747 52.5663C213.746 52.5671 213.744 52.5678 213.743 52.569C213.742 52.5701 213.741 52.5713 213.74 52.5721C213.738 52.5737 213.737 52.5748 213.735 52.576C213.734 52.5777 213.689 52.621 213.621 52.686C213.625 52.5321 213.627 52.2966 213.609 52.009L213.604 51.926C213.552 51.2036 213.381 50.1888 212.871 49.3004C212.875 49.3132 212.926 49.4605 212.991 49.7088C213.155 50.3334 213.414 51.5976 213.273 52.9694C213.272 52.9757 213.272 52.9819 213.271 52.9882C213.269 52.99 213.267 52.9916 213.265 52.9933C213.201 53.044 213.136 53.0923 213.07 53.1381C213.053 53.1492 213.04 53.164 213.031 53.1812C213.022 53.1985 213.016 53.2176 213.016 53.2372C213.016 53.2434 213.001 53.8567 212.731 54.3789C212.726 54.3874 212.724 54.396 212.721 54.4049C212.047 54.3587 211.371 54.339 210.697 54.3385C210.022 54.339 209.346 54.3575 208.672 54.4034C208.67 54.3952 208.667 54.3867 208.663 54.3788C208.392 53.8567 208.378 53.2434 208.377 53.2372C208.377 53.2176 208.372 53.1984 208.363 53.1812C208.354 53.164 208.34 53.1492 208.324 53.1381C208.255 53.0908 208.187 53.0408 208.122 52.9881C207.985 51.6831 208.211 50.4739 208.375 49.8159C208.453 49.5035 208.518 49.3147 208.523 49.3003C207.782 50.5889 207.757 52.1437 207.773 52.6859C207.703 52.6209 207.659 52.5777 207.658 52.5759C207.657 52.5747 207.655 52.5737 207.653 52.572L207.651 52.5688C207.649 52.5678 207.648 52.5671 207.646 52.5662C207.641 52.5625 207.636 52.5592 207.63 52.5562C207.627 52.5547 207.625 52.5531 207.622 52.5518C207.616 52.5485 207.609 52.5462 207.602 52.5452C207.6 52.5445 207.598 52.5433 207.597 52.5433C207.588 52.5414 207.579 52.5407 207.57 52.541C207.568 52.541 207.565 52.5413 207.563 52.5413C207.556 52.542 207.55 52.5428 207.543 52.5445C207.541 52.5452 207.54 52.5452 207.539 52.5452L205.894 53.0129C205.881 52.6768 205.874 51.2352 206.629 50.0196C206.603 50.0497 205.758 51.0148 205.7 53.0682L205.436 53.1432C205.413 53.1494 205.393 53.1619 205.378 53.1792C205.362 53.1965 205.352 53.2179 205.348 53.2409C205.305 53.502 205.276 53.7654 205.262 54.0297C205.235 54.5699 205.281 54.9126 205.284 54.933C205.285 54.9384 205.287 54.9437 205.287 54.949C205.266 54.9555 205.245 54.9618 205.224 54.9684C205.043 55.0275 204.862 55.0895 204.69 55.1694C204.674 55.1795 204.658 55.1887 204.641 55.1969L204.638 55.1984C204.609 55.2126 204.583 55.2252 204.56 55.2363L204.52 55.2561C204.511 55.2611 204.503 55.2653 204.494 55.2704C204.616 55.2225 204.742 55.1875 204.869 55.1565C204.995 55.125 205.122 55.0972 205.25 55.0729C205.506 55.0253 205.763 54.9839 206.021 54.9525C206.279 54.9186 206.538 54.8907 206.797 54.869C207.056 54.8469 207.315 54.8251 207.574 54.8101C208.613 54.7486 209.655 54.7292 210.697 54.7288C211.739 54.7295 212.78 54.7459 213.819 54.8097C214.079 54.8247 214.338 54.8464 214.597 54.8684C214.857 54.8904 215.114 54.9187 215.372 54.9525C215.63 54.9836 215.888 55.0248 216.143 55.0727C216.271 55.0968 216.398 55.1247 216.524 55.1565C216.651 55.1876 216.777 55.2225 216.899 55.2704C216.892 55.2663 216.886 55.2628 216.879 55.2589Z",
              fill: "#0E0F0D"
            }), (0, e.jsx)("path", {
              d: "M210.988 50.4875V53.2298H211.36V53.7388H210.102V53.2298H210.474V50.4875H209.57V50.9385H209.133V50.0506H212.329V50.9385H211.892V50.4874L210.988 50.4875ZM212.658 51.2668V49.7218H208.805V51.2668H209.899V50.8158H210.145V52.9008H209.774V54.0666H211.689V52.9007H211.316V50.8157H211.563V51.2667L212.658 51.2668Z",
              fill: "#0E0F0D"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter5_d_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M248 51C248 44.3726 253.373 39 260 39H272C278.627 39 284 44.3726 284 51V63C284 69.6274 278.627 75 272 75H260C253.373 75 248 69.6274 248 63V51Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M272 38.5C278.904 38.5 284.5 44.0964 284.5 51V63C284.5 69.9036 278.904 75.5 272 75.5H260C253.096 75.5 247.5 69.9036 247.5 63V51C247.5 44.0964 253.096 38.5 260 38.5H272Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip2_16_1331)",
              children: [(0, e.jsx)("path", {
                d: "M265.825 55.116C264.769 55.116 263.903 55.9765 263.903 57.0252C263.903 58.1008 264.742 58.9344 265.825 58.9344C266.88 58.9344 267.746 58.0739 267.746 57.0252C267.746 55.9765 266.88 55.116 265.825 55.116Z",
                fill: "black"
              }), (0, e.jsx)("path", {
                d: "M258.003 55.0622C258.896 51.5933 262.063 49.0386 265.825 49.0386C270.263 49.0386 273.863 52.6151 273.863 57.0521C273.863 61.4621 270.263 65.0386 265.825 65.0386C262.063 65.0386 258.896 62.484 258.003 59.0151V58.9344C258.003 58.7193 258.165 58.558 258.382 58.5849H261.63C261.792 58.5849 261.927 58.6656 261.981 58.8C262.658 60.2521 264.12 61.247 265.825 61.247C268.152 61.247 270.047 59.3647 270.047 57.0521C270.047 54.7395 268.152 52.8571 265.825 52.8571C264.12 52.8571 262.658 53.8521 261.981 55.3042C261.927 55.4386 261.792 55.5193 261.63 55.5193H258.382C258.165 55.5193 258.003 55.3579 258.003 55.1428V55.0622Z",
                fill: "black"
              })]
            })]
          }), (0, e.jsxs)("g", {
            clipPath: "url(#clip3_16_1331)",
            children: [(0, e.jsx)("path", {
              d: "M152.987 147.594C147.254 147.594 142.59 152.262 142.59 158C142.59 163.738 147.254 168.406 152.987 168.406C158.721 168.406 163.385 163.738 163.385 158C163.385 152.262 158.721 147.594 152.987 147.594ZM152.987 163.385C150.015 163.385 147.607 160.974 147.607 158C147.607 155.026 150.015 152.615 152.987 152.615C155.959 152.615 158.368 155.026 158.368 158C158.368 160.974 155.959 163.385 152.987 163.385Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              fillRule: "evenodd",
              clipRule: "evenodd",
              d: "M153.859 145.885V142C162.297 142.451 169 149.443 169 158C169 166.557 162.297 173.547 153.859 174V170.115C160.148 169.665 165.128 164.406 165.128 158C165.128 151.594 160.148 146.335 153.859 145.885ZM143.817 165.945C142.15 164.019 141.076 161.565 140.884 158.872H137C137.201 162.641 138.708 166.061 141.068 168.694L143.816 165.945H143.817ZM152.116 174V170.115C149.423 169.923 146.972 168.85 145.047 167.179L142.299 169.929C144.933 172.293 148.35 173.798 152.114 174H152.116Z",
              fill: "url(#paint0_linear_16_1331)"
            })]
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_16_1331",
              x: "123.414",
              y: "129.276",
              width: "59.1729",
              height: "59.1724",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "0.862069"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "0.862069"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_16_1331",
              x: "21",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter2_d_16_1331",
              x: "77",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter3_d_16_1331",
              x: "133",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter4_d_16_1331",
              x: "189",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter5_d_16_1331",
              x: "245",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1331"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1331",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_16_1331",
              x1: "154.486",
              y1: "144.25",
              x2: "138.736",
              y2: "159.988",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#0096FF"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "#FF1E56"
              })]
            }), (0, e.jsx)("clipPath", {
              id: "clip0_16_1331",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(34 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip1_16_1331",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(90 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip2_16_1331",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(258 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip3_16_1331",
              children: (0, e.jsx)("rect", {
                width: "32",
                height: "32",
                fill: "white",
                transform: "translate(137 142)"
              })
            })]
          })]
        })
      }),
      a = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 307 200",
          fill: "none",
          children: [(0, e.jsx)("path", {
            d: "M153.75 142.5C153.945 108.329 154.055 89.1709 154.25 55",
            stroke: "#8657A7",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M97.125 49.5L97.125 81.5C97.125 94.7548 107.87 105.5 121.125 105.5L129.125 105.5C142.38 105.5 153.125 116.245 153.125 129.5L153.125 161.5",
            stroke: "#CD3678",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M211.125 49.5L211.125 81.5C211.125 94.7548 200.38 105.5 187.125 105.5L179.125 105.5C165.87 105.5 155.125 116.245 155.125 129.5L155.125 141.5",
            stroke: "#3F79D5",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M42.125 62.5002L42.125 81.5002C42.125 94.7551 52.8702 105.5 66.125 105.5L129.125 105.5C142.38 105.5 153.125 116.245 153.125 129.5L153.125 149",
            stroke: "#FF1E56",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M266.125 62.5002L266.125 81.5002C266.125 94.7551 255.38 105.5 242.125 105.5L179.125 105.5C165.87 105.5 155.125 116.245 155.125 129.5L155.125 149",
            stroke: "#0196FF",
            strokeWidth: "2"
          }), (0, e.jsxs)("g", {
            filter: "url(#filter0_d_17_1136)",
            children: [(0, e.jsx)("rect", {
              x: "126",
              y: "131",
              width: "54",
              height: "54",
              rx: "27",
              fill: "black"
            }), (0, e.jsx)("rect", {
              x: "125.569",
              y: "130.569",
              width: "54.8621",
              height: "54.8621",
              rx: "27.431",
              stroke: "white",
              strokeOpacity: "0.145",
              strokeWidth: "0.862069"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M24 51C24 44.3726 29.3726 39 36 39H48C54.6274 39 60 44.3726 60 51V63C60 69.6274 54.6274 75 48 75H36C29.3726 75 24 69.6274 24 63V51Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M48 38.5C54.9036 38.5 60.5 44.0964 60.5 51V63C60.5 69.9036 54.9036 75.5 48 75.5H36C29.0964 75.5 23.5 69.9036 23.5 63V51C23.5 44.0964 29.0964 38.5 36 38.5H48Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("g", {
              clipPath: "url(#clip0_17_1136)",
              children: (0, e.jsx)("path", {
                fillRule: "evenodd",
                clipRule: "evenodd",
                d: "M42 49C37.58 49 34 52.5788 34 56.9973C34 60.5361 36.29 63.5251 39.47 64.5847C39.87 64.6547 40.02 64.4148 40.02 64.2049C40.02 64.0149 40.01 63.3851 40.01 62.7154C38 63.0852 37.48 62.2255 37.32 61.7757C37.23 61.5458 36.84 60.836 36.5 60.6461C36.22 60.4961 35.82 60.1262 36.49 60.1162C37.12 60.1062 37.57 60.696 37.72 60.936C38.44 62.1455 39.59 61.8057 40.05 61.5957C40.12 61.0759 40.33 60.726 40.56 60.5261C38.78 60.3262 36.92 59.6364 36.92 56.5774C36.92 55.7077 37.23 54.988 37.74 54.4282C37.66 54.2282 37.38 53.4085 37.82 52.3089C37.82 52.3089 38.49 52.099 40.02 53.1286C40.66 52.9487 41.34 52.8587 42.02 52.8587C42.7 52.8587 43.38 52.9487 44.02 53.1286C45.55 52.089 46.22 52.3089 46.22 52.3089C46.66 53.4085 46.38 54.2282 46.3 54.4282C46.81 54.988 47.12 55.6977 47.12 56.5774C47.12 59.6464 45.25 60.3262 43.47 60.5261C43.76 60.776 44.01 61.2558 44.01 62.0056C44.01 63.0752 44 63.9349 44 64.2049C44 64.4148 44.15 64.6647 44.55 64.5847C46.1381 64.0488 47.5182 63.0284 48.4958 61.6673C49.4735 60.3062 49.9996 58.6729 50 56.9973C50 52.5788 46.42 49 42 49Z",
                fill: "white"
              })
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter2_d_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M80 51C80 44.3726 85.3726 39 92 39H104C110.627 39 116 44.3726 116 51V63C116 69.6274 110.627 75 104 75H92C85.3726 75 80 69.6274 80 63V51Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M104 38.5C110.904 38.5 116.5 44.0964 116.5 51V63C116.5 69.9036 110.904 75.5 104 75.5H92C85.0964 75.5 79.5 69.9036 79.5 63V51C79.5 44.0964 85.0964 38.5 92 38.5H104Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip1_17_1136)",
              children: [(0, e.jsx)("path", {
                d: "M105.528 55.6866L105.506 55.6307L103.386 50.0989C103.343 49.9905 103.267 49.8985 103.168 49.8362C103.069 49.7749 102.954 49.7454 102.838 49.7516C102.722 49.7579 102.611 49.7995 102.519 49.871C102.429 49.9446 102.363 50.0443 102.331 50.1565L100.9 54.5352H95.1048L93.6736 50.1565C93.6426 50.0436 93.5767 49.9435 93.4855 49.8702C93.3939 49.7987 93.2826 49.7571 93.1666 49.7508C93.0506 49.7446 92.9355 49.7741 92.8368 49.8354C92.7384 49.8979 92.6621 49.9898 92.6187 50.0981L90.495 55.6274L90.4739 55.6834C90.1688 56.4806 90.1311 57.3555 90.3666 58.176C90.6021 58.9966 91.0979 59.7183 91.7794 60.2324L91.7867 60.2381L91.8062 60.2519L95.0351 62.6699L96.6325 63.8789L97.6055 64.6136C97.7194 64.7 97.8583 64.7468 98.0012 64.7468C98.1442 64.7468 98.2831 64.7 98.397 64.6136L99.37 63.8789L100.967 62.6699L104.216 60.2373L104.224 60.2308C104.904 59.7166 105.399 58.9956 105.634 58.1762C105.869 57.3567 105.832 56.4831 105.528 55.6866Z",
                fill: "#E24329"
              }), (0, e.jsx)("path", {
                d: "M105.527 55.6866L105.505 55.6307C104.473 55.8427 103.499 56.2802 102.655 56.9119L98 60.4319C99.5853 61.6311 100.965 62.6731 100.965 62.6731L104.214 60.2405L104.222 60.234C104.903 59.7198 105.398 58.9984 105.634 58.1782C105.869 57.3581 105.832 56.4837 105.527 55.6866Z",
                fill: "#FC6D26"
              }), (0, e.jsx)("path", {
                d: "M95.0342 62.6731L96.6316 63.8821L97.6047 64.6167C97.7185 64.7032 97.8575 64.7499 98.0004 64.7499C98.1433 64.7499 98.2822 64.7032 98.3961 64.6167L99.3691 63.8821L100.967 62.6731C100.967 62.6731 99.5848 61.6279 97.9995 60.4318C96.4143 61.6279 95.0342 62.6731 95.0342 62.6731Z",
                fill: "#FCA326"
              }), (0, e.jsx)("path", {
                d: "M93.3444 56.9119C92.5009 56.2789 91.5279 55.8402 90.495 55.6274L90.4739 55.6834C90.1688 56.4806 90.1311 57.3555 90.3666 58.176C90.6021 58.9966 91.0979 59.7183 91.7794 60.2324L91.7867 60.2381L91.8062 60.2519L95.0351 62.6699C95.0351 62.6699 96.4136 61.6279 98.0004 60.4286L93.3444 56.9119Z",
                fill: "#FC6D26"
              })]
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter3_d_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M136 51C136 44.3726 141.373 39 148 39H160C166.627 39 172 44.3726 172 51V63C172 69.6274 166.627 75 160 75H148C141.373 75 136 69.6274 136 63V51Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M160 38.5C166.904 38.5 172.5 44.0964 172.5 51V63C172.5 69.9036 166.904 75.5 160 75.5H148C141.096 75.5 135.5 69.9036 135.5 63V51C135.5 44.0964 141.096 38.5 148 38.5H160Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("path", {
              fillRule: "evenodd",
              clipRule: "evenodd",
              d: "M154 50L162 64H146L154 50Z",
              fill: "white"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter4_d_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M192 51C192 44.3726 197.373 39 204 39H216C222.627 39 228 44.3726 228 51V63C228 69.6274 222.627 75 216 75H204C197.373 75 192 69.6274 192 63V51Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M216 38.5C222.904 38.5 228.5 44.0964 228.5 51V63C228.5 69.9036 222.904 75.5 216 75.5H204C197.096 75.5 191.5 69.9036 191.5 63V51C191.5 44.0964 197.096 38.5 204 38.5H216Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("path", {
              d: "M219.029 54.3223C219.021 54.2562 219.011 54.1901 218.997 54.1254C218.985 54.0574 218.969 53.9901 218.95 53.9237L218.9 53.8435C218.691 53.68 218.467 53.5565 218.239 53.4473C218.05 53.3584 217.859 53.2809 217.666 53.2096C217.126 51.7131 216.2 50.3861 214.981 49.4615C213.721 48.5059 212.239 48 210.696 48C209.153 48 207.672 48.5059 206.412 49.4616C205.193 50.3861 204.266 51.7131 203.727 53.21C203.534 53.2811 203.342 53.3588 203.154 53.4473C202.926 53.5565 202.701 53.68 202.493 53.8435L202.442 53.9237C202.424 53.9903 202.409 54.0576 202.395 54.1253C202.382 54.1902 202.373 54.2561 202.363 54.3223C202.345 54.4532 202.332 54.5849 202.325 54.7169C202.312 54.9813 202.32 55.2463 202.349 55.5095C202.377 55.7732 202.426 56.0344 202.495 56.2904C202.532 56.4193 202.574 56.5463 202.623 56.6711C202.647 56.734 202.674 56.7966 202.704 56.8591C202.718 56.8902 202.734 56.9205 202.751 56.9523C202.787 57.0157 202.793 57.0281 202.809 57.0506L202.877 57.1136C202.922 57.1365 202.958 57.1539 202.999 57.173L203.117 57.2258C203.138 57.2348 203.159 57.2436 203.181 57.2526C202.646 57.7471 202.065 58.3896 201.562 59.1837L200.927 60.186L201.819 59.4031C201.834 59.3899 202.582 58.7424 203.829 58.0089L203.847 58.1523C203.765 58.1947 203.373 58.4005 203.256 58.4981C203.063 58.6585 203.054 58.9075 203.105 59.3721C203.132 59.6102 203.221 60.0725 203.342 60.4963C203.549 61.2256 203.701 61.3546 203.835 61.3848C203.895 61.3992 203.973 61.4058 204.06 61.4058C204.299 61.4058 204.605 61.3593 204.805 61.299C205.039 62.0274 205.371 62.685 205.775 63.2621C205.756 63.2674 205.736 63.2737 205.717 63.2792C205.473 63.1664 204.623 62.7724 204.337 62.6438L203.739 62.3748L204.093 62.9266C204.119 62.9664 204.729 63.9176 205.227 64.5587C205.692 65.1566 206.33 65.7686 207.534 65.7686C207.679 65.7686 207.83 65.7592 207.986 65.742C208.345 65.7008 208.615 65.6684 208.82 65.6421C210.083 66.1063 211.476 66.1349 212.799 65.6339C213.145 65.5023 213.478 65.3379 213.793 65.1429C214.302 65.0205 214.86 64.8877 215.135 64.8103C215.18 64.7983 215.235 64.7852 215.292 64.7716C215.676 64.6834 216.317 64.5345 216.659 63.8504C217.004 63.1602 217.566 62.1026 217.572 62.0918L217.835 61.5985L217.323 61.8211C217.295 61.8335 216.647 62.116 216.309 62.2927C216.544 61.7535 216.682 61.3072 216.73 61.1358C216.918 61.1813 217.198 61.1755 217.404 61.1755C217.505 61.1755 217.609 61.1579 217.677 61.1407C217.811 61.1067 217.914 61.0178 218.108 60.2653C218.221 59.8278 218.302 59.3516 218.325 59.1067C218.368 58.6303 218.354 58.3749 218.159 58.2138C218.062 58.1337 217.778 57.9806 217.633 57.9052C217.714 57.8706 217.754 57.8808 217.757 57.8816L217.888 57.3838C217.935 57.364 217.983 57.3442 218.039 57.3229C218.118 57.2913 218.198 57.26 218.277 57.2258L218.394 57.1729C218.435 57.1538 218.471 57.1365 218.516 57.1135L218.585 57.0505C218.599 57.028 218.607 57.0156 218.616 56.9984C218.66 56.9204 218.675 56.8901 218.689 56.8591C218.719 56.7965 218.745 56.734 218.77 56.671C218.819 56.5462 218.861 56.4192 218.898 56.2904C218.967 56.0343 219.016 55.7732 219.045 55.5094C219.074 55.2464 219.081 54.9814 219.067 54.7169C219.061 54.5848 219.048 54.4532 219.029 54.3223Z",
              fill: "#0E0F0D"
            }), (0, e.jsx)("path", {
              d: "M211.523 64.5744C211.427 64.5889 211.33 64.6007 211.235 64.6084C211.172 64.6114 211.107 64.6176 211.048 64.6176L211.025 64.6182C211.1 64.4518 211.157 64.3224 211.199 64.2245C211.287 64.3224 211.398 64.4435 211.523 64.5744Z",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M211.407 57.1365C211.255 57.2592 211.096 57.3735 210.93 57.4737L210.377 57.8074C210.03 57.8498 209.729 57.9355 209.712 57.9407C209.702 57.9429 209.692 57.9476 209.683 57.953C209.656 57.9692 209.636 57.995 209.626 58.0254L209.063 59.8816L206.052 60.5512L205.103 59.8869L204.827 57.6518C205.366 57.5529 206.086 57.4387 206.951 57.3416C206.857 57.4543 206.768 57.5709 206.683 57.6912L206.168 58.4305L206.918 57.9305C206.93 57.9227 207.407 57.6085 208.188 57.2262C209.039 57.1624 209.893 57.1304 210.746 57.1302C210.971 57.1302 211.191 57.1329 211.407 57.1366V57.1365ZM206.72 59.6545C206.934 59.5388 207.175 59.5558 207.554 59.5567C207.594 59.5574 207.636 59.557 207.68 59.5558C207.717 59.5558 207.754 59.5551 207.794 59.554C208.184 59.5501 208.508 59.587 208.502 58.9752C208.496 58.3633 208.224 57.8685 207.834 57.8723C207.445 57.8758 207.068 58.3772 207.091 58.9888C207.097 59.1481 207.121 59.2632 207.158 59.3458C206.819 59.4312 206.725 59.6413 206.72 59.6545ZM216.626 57.6445L216.354 59.545L215.398 60.2148L212.391 59.873L211.83 58.0253C211.824 58.0052 211.813 57.9869 211.798 57.9721C211.783 57.9573 211.764 57.9465 211.744 57.9407C211.725 57.9351 211.353 57.8286 210.958 57.7945L211.031 57.7898C211.093 57.7851 212.13 57.6581 213.369 57.2313C214.74 57.3365 215.86 57.5048 216.626 57.6445ZM214.704 59.4036C214.7 59.3888 214.618 59.143 214.256 59.1862C214.297 59.0952 214.316 58.9724 214.303 58.8039C214.255 58.1933 213.9 57.7079 213.51 57.7217C213.121 57.7352 212.871 58.2414 212.893 58.8541C212.914 59.4653 213.241 59.4611 213.631 59.4472C214.154 59.4373 214.441 59.2766 214.704 59.4036Z",
              fill: "#A89983"
            }), (0, e.jsx)("path", {
              d: "M213.676 58.3042C213.677 58.357 213.657 58.408 213.62 58.446C213.583 58.484 213.533 58.5059 213.48 58.5069C213.454 58.5074 213.428 58.5027 213.404 58.4931C213.38 58.4836 213.357 58.4693 213.339 58.4511C213.32 58.433 213.305 58.4113 213.294 58.3873C213.284 58.3633 213.278 58.3375 213.278 58.3114C213.277 58.2853 213.282 58.2593 213.292 58.235C213.301 58.2107 213.315 58.1885 213.333 58.1697C213.352 58.1508 213.373 58.1358 213.397 58.1253C213.421 58.1149 213.447 58.1093 213.473 58.1088C213.499 58.1082 213.525 58.1128 213.55 58.1224C213.574 58.1319 213.596 58.1462 213.615 58.1644C213.634 58.1825 213.649 58.2042 213.659 58.2283C213.67 58.2523 213.675 58.2781 213.676 58.3043M208.094 58.4507C208.095 58.5034 208.076 58.5544 208.039 58.5927C208.003 58.6309 207.953 58.6532 207.9 58.6547C207.874 58.6555 207.848 58.6511 207.824 58.6418C207.799 58.6324 207.777 58.6184 207.758 58.6004C207.739 58.5823 207.723 58.5608 207.713 58.5368C207.702 58.5129 207.696 58.4871 207.695 58.4608C207.695 58.4347 207.699 58.4087 207.709 58.3842C207.718 58.3598 207.732 58.3375 207.75 58.3185C207.768 58.2996 207.79 58.2844 207.814 58.2738C207.838 58.2632 207.863 58.2574 207.89 58.2568C207.942 58.2555 207.994 58.2751 208.032 58.3115C208.07 58.3478 208.092 58.3979 208.094 58.4507Z",
              fill: "white"
            }), (0, e.jsx)("path", {
              d: "M217.938 58.4806C217.891 58.4417 217.734 58.352 217.581 58.2693L217.329 60.0359C217.327 60.0529 217.321 60.0692 217.312 60.0839C217.302 60.0985 217.291 60.1112 217.276 60.1212L216.916 60.3734C216.907 60.416 216.901 60.4517 216.894 60.485C217.249 60.5722 217.593 60.3167 217.786 60.1324C217.875 59.7843 217.953 59.3712 217.98 59.0754C218.021 58.6171 217.985 58.5186 217.938 58.4806ZM212.369 65.1919C212.135 65.1087 211.921 64.9729 211.734 64.7884C211.718 64.7725 211.704 64.7573 211.688 64.7418C211.542 64.7716 211.394 64.7928 211.246 64.8053C211.182 64.8082 211.122 64.8136 211.056 64.8136L210.958 64.8144L210.92 64.8136C210.696 65.1457 210.321 65.3282 210.026 65.4254C210.901 65.5756 211.864 65.3458 212.369 65.1919ZM204.665 60.8655C204.658 60.8389 204.649 60.8125 204.642 60.7858L204.173 60.4578C204.159 60.4476 204.147 60.4345 204.138 60.4194C204.128 60.4042 204.123 60.3873 204.12 60.3698L203.892 58.5148C203.723 58.605 203.527 58.7163 203.476 58.7599C203.43 58.7972 203.396 58.8923 203.445 59.3343C203.482 59.6666 203.599 60.1771 203.718 60.5596C203.955 60.7411 204.304 60.9324 204.665 60.8655ZM211.669 60.7809C211.644 60.7781 211.621 60.7681 211.602 60.7523C211.583 60.7365 211.569 60.7154 211.562 60.6918L210.984 58.7867C210.887 58.774 210.801 58.7669 210.729 58.7669C210.656 58.7669 210.57 58.774 210.473 58.7867L209.911 60.637C209.905 60.6583 209.893 60.6775 209.876 60.6926C209.86 60.7078 209.84 60.7183 209.818 60.7231L209.549 60.783C209.527 60.8779 209.449 61.0172 209.2 61.0935C208.798 61.2162 206.253 61.9749 205.962 61.9336C205.793 61.9098 205.47 61.7319 205.232 61.5881C205.136 61.3633 205.084 61.2105 205.071 61.1743V61.1736L205.071 61.1743C205.105 61.273 205.437 62.229 206.112 63.1642C206.835 62.951 207.46 62.7523 207.66 62.6891C208.067 62.0615 208.646 61.4388 209.058 61.4176C209.131 61.4139 209.203 61.412 209.276 61.4119C209.478 61.4119 209.67 61.4262 209.849 61.4473C209.697 61.3095 209.666 61.1483 209.644 61.0767C209.644 61.0767 210.17 61.4881 210.839 61.4016C211.509 61.3158 211.924 60.93 211.924 60.93L211.938 60.8114L211.669 60.7809",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M212.212 61.022C212.073 60.9861 211.986 60.9289 211.93 60.8692L211.923 60.9301C211.923 60.9301 211.921 61.2112 211.63 61.429C212.191 61.2591 212.423 61.2015 212.582 61.2015C212.757 61.2015 212.843 61.2746 212.919 61.3387C212.933 61.3506 212.948 61.3632 212.965 61.3766C213.333 61.6665 213.7 61.9575 214.066 62.2496C214.242 62.2699 214.799 62.3336 215.15 62.3656C215.352 62.3845 215.535 62.3997 215.714 62.3997C215.772 62.3997 215.826 62.3977 215.878 62.3942C216.063 62.0399 216.233 61.6481 216.384 61.216C216.177 61.3615 215.704 61.68 215.483 61.721C215.195 61.775 212.618 61.1274 212.212 61.022Z",
              fill: "#E1C5A2"
            }), (0, e.jsx)("path", {
              d: "M218.696 54.3596C218.691 54.2987 218.684 54.238 218.677 54.1774C218.672 54.1341 218.665 54.091 218.658 54.0481C218.495 53.9112 218.31 53.7893 218.117 53.679C217.909 53.5566 217.69 53.4477 217.468 53.3464C217.247 53.2419 217.019 53.1474 216.791 53.0554C216.677 53.0088 216.562 52.9641 216.446 52.9214C216.331 52.8764 216.215 52.8344 216.098 52.792C216.343 52.8326 216.585 52.8885 216.825 52.9502C216.982 52.9902 217.137 53.0356 217.292 53.0842C216.192 50.2117 213.565 48.3413 210.696 48.3413C207.827 48.3413 205.2 50.2118 204.101 53.0842C204.256 53.0356 204.411 52.9902 204.567 52.9502C204.807 52.8884 205.05 52.8326 205.295 52.7921C205.177 52.8344 205.062 52.8764 204.946 52.9215C204.83 52.9643 204.716 53.009 204.602 53.0554C204.373 53.1474 204.146 53.2419 203.925 53.3464C203.702 53.4477 203.484 53.5566 203.275 53.679C203.083 53.7893 202.898 53.9112 202.735 54.0481C202.728 54.0911 202.722 54.1342 202.716 54.1774C202.708 54.238 202.702 54.2988 202.697 54.3596C202.686 54.4821 202.681 54.605 202.681 54.728C202.678 54.9742 202.695 55.2204 202.726 55.4638C202.76 55.7081 202.805 55.9508 202.871 56.1856C202.903 56.3024 202.94 56.4176 202.983 56.5308C203.005 56.5868 203.028 56.6423 203.053 56.6957C203.065 56.7224 203.077 56.7488 203.09 56.7741L203.106 56.8039C203.124 56.813 203.143 56.8226 203.161 56.8312L203.27 56.8833C203.331 56.9113 203.415 56.9513 203.485 56.9824C203.489 56.9789 203.493 56.9753 203.496 56.9719L203.293 56.1995C203.336 56.1879 203.721 56.0884 204.385 55.9618C204.331 55.9518 204.278 55.9404 204.225 55.9277C204.074 55.8899 203.924 55.8441 203.78 55.7858C203.708 55.7554 203.638 55.7225 203.57 55.6844C203.503 55.6456 203.437 55.602 203.386 55.5438C204.115 55.7819 205.621 55.6743 206.961 55.5357C208.185 55.4094 209.413 55.3278 210.647 55.3251C211.881 55.3278 213.11 55.4094 214.334 55.5357C215.673 55.6743 217.18 55.7819 217.909 55.5438C217.858 55.6021 217.791 55.6456 217.725 55.6844C217.657 55.7224 217.586 55.7555 217.515 55.7858C217.37 55.8441 217.222 55.8899 217.07 55.9277C217.048 55.933 217.025 55.9377 217.003 55.9428C217.731 56.0777 218.154 56.1875 218.199 56.1995L218.006 56.9352C218.045 56.9182 218.084 56.9011 218.122 56.8832L218.232 56.8311C218.25 56.8225 218.269 56.8129 218.287 56.8039L218.302 56.774C218.315 56.7488 218.328 56.7223 218.34 56.6956C218.364 56.6423 218.388 56.5867 218.409 56.5307C218.452 56.4174 218.489 56.3023 218.522 56.1855C218.588 55.9507 218.633 55.7079 218.666 55.4637C218.698 55.2203 218.715 54.9741 218.712 54.7279C218.712 54.605 218.706 54.4821 218.696 54.3596",
              fill: "#E0D896"
            }), (0, e.jsx)("path", {
              d: "M213.715 52.9307C213.726 53.2593 213.718 53.8556 213.565 54.4135C213.559 54.4348 213.56 54.4571 213.565 54.4777C213.37 54.4573 213.175 54.4393 212.98 54.4237C213.199 53.9651 213.247 53.4769 213.257 53.3048C213.425 53.1856 213.592 53.0422 213.715 52.9307ZM208.137 53.3048C208.147 53.4768 208.194 53.9639 208.413 54.4225C208.218 54.438 208.023 54.4559 207.828 54.4766C207.834 54.4568 207.834 54.4349 207.828 54.4136C207.676 53.8565 207.668 53.2602 207.678 52.9308C207.801 53.0422 207.968 53.1856 208.137 53.3048ZM216.11 54.9329C216.109 54.9384 216.108 54.9439 216.106 54.9492C216.127 54.9554 216.148 54.9617 216.17 54.9686C216.35 55.0277 216.53 55.0895 216.703 55.1691C216.415 54.9821 216.233 54.4428 216.131 54.0305C216.159 54.5702 216.113 54.9125 216.11 54.9329ZM207.438 52.827L205.577 53.3564C205.465 54.0804 205.499 54.6334 205.517 54.8253L205.527 54.8196C205.527 54.8196 205.587 54.0309 205.711 53.7282C205.775 53.5728 206.164 53.4737 206.461 53.4027C206.759 53.332 207.234 53.1903 207.326 53.6082C207.383 53.8665 207.461 54.0812 207.536 54.2396C207.416 53.6654 207.424 53.104 207.438 52.827ZM213.955 52.827C213.97 53.1148 213.977 53.7096 213.842 54.3067C213.927 54.1445 214.021 53.9052 214.086 53.6082C214.178 53.1903 214.653 53.332 214.95 53.4028C215.248 53.4738 215.637 53.5728 215.701 53.7282C215.806 53.9844 215.865 54.5884 215.881 54.7681C215.899 54.5371 215.918 54.018 215.817 53.3563L213.955 52.827ZM208.122 52.9882C208.187 53.0408 208.255 53.0908 208.324 53.1382C208.357 53.1608 208.377 53.1976 208.377 53.2373C208.378 53.2434 208.392 53.8567 208.663 54.379C208.667 54.3868 208.67 54.3953 208.672 54.4034C209.346 54.3576 210.022 54.339 210.697 54.3386C211.371 54.339 212.047 54.3588 212.721 54.405C212.724 54.3961 212.726 54.3875 212.731 54.379C213.002 53.8567 213.016 53.2434 213.016 53.2373C213.017 53.2177 213.022 53.1985 213.031 53.1813C213.04 53.164 213.053 53.1493 213.07 53.1382C213.136 53.0924 213.201 53.0441 213.265 52.9933L213.273 52.9695C213.414 51.5977 213.155 50.3335 212.991 49.7089C212.983 50.136 212.881 53.7955 211.973 53.7955H209.467C208.502 53.7955 208.425 49.6695 208.425 49.6695L208.375 49.816C208.211 50.4739 207.985 51.6832 208.122 52.9882ZM205.287 54.9489C205.287 54.9435 205.285 54.9384 205.284 54.9329C205.281 54.9125 205.234 54.5698 205.262 54.0295C205.161 54.4422 204.978 54.9824 204.689 55.1693C204.862 55.0893 205.043 55.0274 205.224 54.9683C205.245 54.9617 205.266 54.9554 205.287 54.9489Z",
              fill: "#D7C184"
            }), (0, e.jsx)("path", {
              d: "M216.894 60.485C216.879 60.5662 216.861 60.647 216.841 60.7271C217.048 60.7753 217.386 60.8127 217.547 60.7812C217.616 60.706 217.706 60.4454 217.786 60.1323C217.593 60.3167 217.248 60.5722 216.894 60.4849M209.486 65.5447C209.98 65.6799 210.484 65.7386 210.981 65.7057C211.48 65.6718 212.127 65.5642 212.814 65.2853C212.662 65.2743 212.512 65.2429 212.369 65.192C211.864 65.3459 210.901 65.5757 210.026 65.4256C209.794 65.5018 209.613 65.5255 209.595 65.5277C209.558 65.5319 209.528 65.537 209.486 65.5448M204.698 60.9762C204.687 60.9395 204.676 60.9024 204.665 60.8655C204.304 60.9324 203.955 60.7411 203.718 60.5598C203.795 60.8053 203.872 60.9983 203.93 61.057C204.109 61.0883 204.504 61.0334 204.698 60.9762ZM205.232 61.5881C205.47 61.7319 205.793 61.9099 205.962 61.9336C206.252 61.9748 208.798 61.2162 209.2 61.0935C209.449 61.0172 209.526 60.8779 209.549 60.783L205.877 61.6007C205.868 61.6024 205.859 61.6033 205.849 61.6034H205.849C205.824 61.6034 205.798 61.5956 205.777 61.5806L205.634 61.4808L205.205 61.1804V61.1798L205.032 61.0589C205.035 61.0687 205.038 61.0785 205.041 61.0881C205.051 61.1166 205.061 61.1455 205.071 61.1735V61.1742C205.083 61.2105 205.136 61.3633 205.232 61.5879M216.496 60.8827C216.52 60.7959 216.543 60.7081 216.564 60.6195L216.436 60.7091L216.093 60.9494L215.722 61.2095C215.703 61.2227 215.681 61.2306 215.658 61.2323C215.65 61.2328 215.643 61.2326 215.635 61.2318L211.937 60.8114L211.931 60.869C211.986 60.9288 212.074 60.986 212.213 61.0219C212.619 61.1273 215.195 61.7748 215.483 61.7207C215.705 61.6798 216.178 61.3613 216.385 61.2158C216.387 61.2107 216.389 61.2058 216.39 61.2009C216.427 61.0953 216.462 60.9892 216.496 60.8827Z",
              fill: "#9F8F78"
            }), (0, e.jsx)("path", {
              d: "M212.583 55.9008C212.554 55.9384 212.522 55.9797 212.488 56.0227C212.313 56.2446 212.069 56.5277 211.781 56.8054C211.436 56.7946 211.091 56.7892 210.746 56.7892C210.16 56.7892 209.598 56.8046 209.064 56.8303C209.819 56.5176 210.725 56.2119 211.706 56.0285C211.996 55.9731 212.289 55.9306 212.583 55.9008ZM208.17 56.2384C207.9 56.4276 207.596 56.6687 207.302 56.9616C206.647 57.027 205.994 57.1119 205.345 57.2164C206.18 56.8327 207.133 56.4792 208.17 56.2384ZM217.394 57.797L217.087 59.9451L215.616 60.9759L211.779 60.5396L211.202 58.6376C211.195 58.6149 211.182 58.5947 211.164 58.5791C211.146 58.5635 211.124 58.5532 211.101 58.5494C210.959 58.5265 210.833 58.5153 210.728 58.5153C210.623 58.5153 210.498 58.5265 210.355 58.5494C210.332 58.5534 210.31 58.5638 210.292 58.5794C210.274 58.5949 210.261 58.6151 210.254 58.6376L209.691 60.4934L205.876 61.3422L204.364 60.2831L204.066 57.8723C204.132 57.8356 204.198 57.7991 204.264 57.7627C204.357 57.7425 204.463 57.7212 204.579 57.6991L204.86 59.974C204.864 60.0094 204.884 60.0409 204.913 60.0612L205.953 60.7901C205.974 60.8045 206 60.8127 206.025 60.8127C206.034 60.8127 206.043 60.8114 206.053 60.8096L209.19 60.1117C209.2 60.1091 209.211 60.1052 209.221 60.1003C209.25 60.0847 209.273 60.0581 209.282 60.0252L209.848 58.1655C209.999 58.1268 210.387 58.0358 210.728 58.0358C211.069 58.0358 211.457 58.1268 211.609 58.1655L212.174 60.0252C212.188 60.0733 212.23 60.1084 212.28 60.1141L215.417 60.4705C215.447 60.4741 215.478 60.4657 215.503 60.4482L216.544 59.7207C216.572 59.7004 216.591 59.669 216.596 59.6348L216.874 57.6909C217.082 57.7308 217.257 57.7674 217.394 57.797ZM217.781 56.4496L217.511 57.4741C216.959 57.3523 215.746 57.1132 214.095 56.9523C214.634 56.7223 215.184 56.4342 215.685 56.0732C216.668 56.212 217.389 56.361 217.781 56.4496ZM203.712 56.4496L203.787 56.7333C203.97 56.5875 204.158 56.4485 204.352 56.3166C204.087 56.3673 203.872 56.4135 203.712 56.4496Z",
              fill: "#6E6A67"
            }), (0, e.jsx)("path", {
              d: "M214.304 55.8783C213.891 55.8548 213.478 55.8351 213.064 55.8179C213.018 55.8862 212.97 55.9536 212.921 56.02C212.7 56.3199 212.263 56.8666 211.703 57.3356C212.124 57.2021 213.796 56.6413 214.643 55.8991C214.53 55.8918 214.417 55.8848 214.304 55.8783ZM211.275 55.7691L211.276 55.7687C211.067 55.766 210.857 55.7637 210.647 55.7629H210.647C210.339 55.7638 210.031 55.7677 209.722 55.773L209.154 56.0426C209.151 56.0438 209.148 56.0454 209.145 56.0473C209.06 56.0889 208.313 56.4656 207.61 57.1378C207.672 57.1054 207.737 57.0718 207.804 57.0378C208.189 56.7794 209.214 56.1677 210.808 55.7645C210.964 55.7655 211.119 55.7664 211.275 55.7691ZM207.78 55.8378C207.516 55.8499 207.253 55.8634 206.99 55.8783C206.685 55.8954 206.381 55.916 206.077 55.9389C205.925 55.9505 205.774 55.9635 205.623 55.9792C205.58 55.9835 205.537 55.9882 205.494 55.9937C205.097 56.231 203.577 57.1851 202.533 58.4337C202.551 58.4121 202.57 58.3907 202.588 58.3693C204.521 56.72 206.641 56.0781 207.78 55.8378ZM216.525 62.6201L216.491 62.638C216.297 62.74 216.043 62.7898 215.714 62.7898C215.519 62.7898 215.327 62.7735 215.115 62.7543C214.691 62.7155 213.973 62.631 213.966 62.6296L213.911 62.6239L213.867 62.5888C213.861 62.5845 213.232 62.083 212.724 61.6834C212.703 61.6667 212.684 61.6507 212.667 61.6372C212.614 61.5914 212.614 61.5914 212.582 61.5914C212.418 61.5914 211.945 61.7385 210.907 62.0601L210.843 62.0805L210.78 62.0565C210.773 62.0547 210.092 61.8022 209.276 61.8022C209.209 61.8022 209.142 61.8039 209.077 61.8071C208.996 61.8113 208.537 62.0292 207.95 62.9573L207.912 63.0172L207.845 63.0388C207.835 63.042 206.825 63.3678 205.754 63.6742L205.685 63.6937L205.618 63.6632C205.612 63.6609 205.193 63.4663 204.795 63.2836C204.824 63.2972 204.854 63.3106 204.883 63.3243C205.277 63.6639 206.03 64.3172 206.114 64.4077C206.125 64.4207 206.142 64.4367 206.161 64.4547C206.141 64.4326 206.122 64.4102 206.104 64.3873L206.103 64.3865L206.103 64.3866C206.277 64.5512 206.471 64.6934 206.682 64.7935C206.788 64.8432 206.899 64.8816 207.011 64.9003C207.068 64.9096 207.123 64.9142 207.181 64.9142C207.239 64.9142 207.299 64.9125 207.358 64.9096C207.593 64.8975 207.831 64.8795 208.068 64.8565C208.305 64.8352 208.542 64.8115 208.778 64.7828C209.015 64.7574 209.251 64.7276 209.485 64.6913C209.602 64.6742 209.719 64.6548 209.833 64.6296C209.889 64.6164 209.947 64.6018 209.991 64.5819C210.032 64.5626 210.081 64.5237 210.124 64.4866C210.212 64.4108 210.297 64.3267 210.381 64.2428C210.466 64.1583 210.549 64.0724 210.63 63.9852C210.769 63.8399 210.888 63.6857 211.022 63.5362C211.039 63.5176 211.057 63.4978 211.075 63.4786C211.075 63.479 211.075 63.479 211.075 63.479L211.077 63.4807C211.105 63.5008 211.133 63.5212 211.16 63.5427C211.322 63.6632 211.488 63.7937 211.649 63.9063C211.857 64.0521 212.067 64.1982 212.284 64.3197C212.339 64.3499 212.395 64.3782 212.448 64.3959C212.455 64.3984 212.461 64.3996 212.466 64.4004C212.47 64.4028 212.485 64.4051 212.486 64.4051C212.497 64.4067 212.511 64.4074 212.525 64.4083C212.554 64.4087 212.584 64.4074 212.615 64.406C212.737 64.3974 212.861 64.3796 212.986 64.3601C213.234 64.3214 213.484 64.2766 213.731 64.227C213.979 64.1795 214.227 64.1286 214.474 64.0738C214.721 64.0212 214.967 63.9639 215.213 63.9019C215.334 63.8692 215.456 63.8389 215.565 63.7868C215.675 63.7352 215.778 63.6644 215.873 63.5832C216.064 63.4204 216.225 63.2185 216.359 62.9986L216.358 62.9993C216.424 62.8775 216.48 62.7507 216.525 62.6201ZM211.891 50.9385H212.329V50.0506H209.132V50.9385H209.57V50.4876H210.473V53.2299H210.101V53.7389H211.36V53.2299H210.987V50.4876H211.891V50.9385Z",
              fill: "#93232C"
            }), (0, e.jsx)("path", {
              d: "M215.198 55.9384C215.198 55.9379 215.197 55.9377 215.196 55.9376C215.015 55.924 214.834 55.9114 214.653 55.8997L214.642 55.8991C213.796 56.6413 212.124 57.2021 211.703 57.3356C211.694 57.3426 211.686 57.3495 211.678 57.3564C212.221 57.2587 213.031 57.065 213.872 56.6926C214.286 56.5095 214.707 56.2833 215.107 56.0038C215.138 55.9823 215.168 55.9598 215.198 55.9384ZM210.808 55.7645C209.214 56.1675 208.189 56.7793 207.804 57.0376C208.159 56.857 208.521 56.6896 208.888 56.5357C208.932 56.5173 208.977 56.499 209.021 56.4808C209.035 56.4751 209.049 56.4695 209.063 56.4638C209.1 56.4489 209.137 56.4342 209.175 56.4192C209.195 56.4111 209.216 56.4028 209.237 56.3947C209.271 56.3815 209.305 56.3684 209.339 56.3553C209.365 56.3455 209.39 56.3357 209.416 56.3261C209.448 56.3141 209.479 56.3023 209.511 56.2906C209.541 56.2796 209.571 56.2687 209.601 56.2579C209.631 56.2471 209.66 56.2366 209.69 56.2259C209.724 56.214 209.758 56.2022 209.792 56.1901C209.82 56.1808 209.847 56.1714 209.874 56.1621C209.914 56.1486 209.955 56.1351 209.995 56.1217C210.018 56.1143 210.04 56.1069 210.062 56.0996C210.126 56.079 210.191 56.0585 210.255 56.0387C210.397 55.9952 210.541 55.9538 210.688 55.9139C210.883 55.8609 211.078 55.8126 211.275 55.769C211.119 55.7664 210.964 55.7655 210.808 55.7645ZM207.78 55.8378C206.641 56.078 204.521 56.72 202.588 58.3693C202.57 58.3906 202.551 58.412 202.533 58.4337C203.516 57.7506 205.205 56.7351 207.293 56.1174C207.36 56.0974 207.428 56.078 207.497 56.0588C207.85 55.9599 208.206 55.8754 208.566 55.8056C208.304 55.8149 208.042 55.8258 207.78 55.8378ZM216.902 62.438C216.882 62.4472 216.862 62.4565 216.842 62.4659C216.831 62.4709 216.821 62.4759 216.81 62.4808L216.784 62.4931L216.744 62.512C216.739 62.5148 216.733 62.5173 216.727 62.5202C216.712 62.5273 216.698 62.5342 216.683 62.5414L216.673 62.5462C216.658 62.5541 216.642 62.5617 216.627 62.5693L216.622 62.5716C216.588 62.5884 216.556 62.6046 216.525 62.62C216.48 62.7507 216.424 62.8777 216.358 62.9996L216.358 62.9987C216.358 62.9991 216.358 62.9994 216.358 63C216.224 63.219 216.064 63.4203 215.873 63.5829C215.778 63.6641 215.675 63.7349 215.564 63.7865C215.456 63.8387 215.334 63.8688 215.212 63.9016C214.968 63.9632 214.721 64.0211 214.474 64.0735C214.227 64.1282 213.979 64.1793 213.731 64.2267C213.483 64.2765 213.234 64.3211 212.986 64.3598C212.861 64.3793 212.737 64.3971 212.614 64.4056C212.584 64.4073 212.554 64.4081 212.524 64.4079C212.512 64.4074 212.499 64.4063 212.486 64.4047C212.479 64.4041 212.473 64.4026 212.466 64.4001C212.46 64.3993 212.454 64.3978 212.448 64.3955C212.394 64.378 212.338 64.3495 212.284 64.3194C212.067 64.1977 211.857 64.0518 211.649 63.906C211.488 63.7933 211.321 63.6628 211.16 63.5424L211.146 63.5623L211.147 63.5634C211.157 63.5725 211.167 63.5809 211.177 63.5897L211.176 63.5893C211.169 63.5837 211.162 63.5783 211.155 63.5733L211.29 63.7349C211.291 63.7354 211.296 63.7416 211.306 63.7532C211.375 63.8344 211.664 64.1699 212.007 64.5105C212.269 64.7696 212.584 64.9005 212.946 64.9005C213.069 64.9005 213.199 64.8843 213.33 64.8531C213.452 64.8233 213.584 64.7919 213.719 64.7592C214.12 64.6638 214.564 64.5574 214.859 64.4808C214.879 64.4756 214.898 64.4707 214.916 64.4658C214.958 64.4548 214.996 64.4447 215.03 64.4353C215.087 64.4193 215.145 64.405 215.204 64.3923C215.561 64.3093 216.05 64.1959 216.309 63.6767C216.387 63.5219 216.465 63.3675 216.545 63.2135C216.674 62.9615 216.805 62.71 216.937 62.459C216.937 62.4589 216.937 62.4589 216.937 62.4589L216.963 62.4097L216.902 62.438ZM211.046 63.5579L211.022 63.5359C210.888 63.6855 210.769 63.8397 210.63 63.985C210.549 64.0723 210.466 64.1581 210.381 64.2426C210.297 64.3265 210.212 64.4109 210.124 64.4864C210.081 64.5235 210.032 64.5625 209.991 64.5817C209.947 64.6016 209.889 64.6162 209.833 64.6294C209.719 64.6547 209.602 64.674 209.485 64.6912C209.251 64.7274 209.015 64.7573 208.778 64.7826C208.542 64.8113 208.305 64.835 208.068 64.8563C207.831 64.8793 207.593 64.8973 207.358 64.9095C207.299 64.9122 207.239 64.9141 207.181 64.9141C207.123 64.9141 207.068 64.9095 207.011 64.9001C206.899 64.8815 206.788 64.8429 206.682 64.7934C206.471 64.6933 206.277 64.551 206.103 64.3865L206.104 64.387C206.127 64.4159 206.153 64.443 206.178 64.4705C206.172 64.465 206.166 64.4595 206.161 64.4544C206.142 64.4364 206.125 64.4205 206.114 64.4075C206.03 64.3169 205.276 63.6637 204.883 63.324C204.853 63.3103 204.824 63.297 204.795 63.2833C204.869 63.3935 204.944 63.5033 205.02 63.6125C205.136 63.78 205.254 63.9457 205.375 64.1096C205.427 64.18 205.48 64.2498 205.534 64.319C205.962 64.8694 206.5 65.3781 207.533 65.3781C207.663 65.3781 207.8 65.3701 207.942 65.3541C207.975 65.3506 208.007 65.3469 208.038 65.3431C208.069 65.3397 208.098 65.3364 208.127 65.333C209.026 65.2297 209.272 65.1856 209.409 65.162C209.444 65.1559 209.475 65.1505 209.507 65.1457C209.52 65.1439 209.533 65.1419 209.547 65.14C209.552 65.1396 209.856 65.1006 210.153 64.956C210.357 64.8567 210.559 64.7072 210.657 64.4863C210.906 63.9301 210.956 63.7971 210.958 63.7922L211.046 63.5579Z",
              fill: "#731B2A"
            }), (0, e.jsx)("path", {
              d: "M213.48 58.507C213.533 58.5059 213.583 58.484 213.62 58.446C213.656 58.4081 213.676 58.3571 213.676 58.3044C213.675 58.2782 213.67 58.2524 213.659 58.2283C213.649 58.2043 213.634 58.1826 213.615 58.1644C213.596 58.1462 213.574 58.132 213.549 58.1225C213.525 58.1129 213.499 58.1083 213.473 58.1089C213.447 58.1094 213.421 58.115 213.397 58.1254C213.373 58.1359 213.351 58.1509 213.333 58.1698C213.315 58.1886 213.301 58.2108 213.291 58.2352C213.282 58.2595 213.277 58.2855 213.278 58.3117C213.279 58.3644 213.3 58.4146 213.338 58.4513C213.376 58.4879 213.427 58.508 213.48 58.507ZM214.704 59.4037C214.442 59.2766 214.154 59.4374 213.631 59.4472C213.241 59.4612 212.915 59.4654 212.893 58.8541C212.872 58.2414 213.121 57.7351 213.51 57.7216C213.9 57.708 214.255 58.1933 214.303 58.8039C214.316 58.9724 214.298 59.0952 214.256 59.1862C214.618 59.143 214.701 59.3888 214.704 59.4037ZM207.9 58.6547C207.953 58.6533 208.003 58.631 208.039 58.5927C208.076 58.5545 208.095 58.5034 208.094 58.4507C208.092 58.3979 208.07 58.3478 208.032 58.3114C207.994 58.2751 207.942 58.2554 207.89 58.2568C207.863 58.2575 207.838 58.2633 207.814 58.274C207.79 58.2846 207.768 58.2999 207.75 58.3189C207.733 58.3378 207.718 58.3602 207.709 58.3846C207.7 58.409 207.695 58.435 207.696 58.4611C207.697 58.4872 207.703 58.513 207.713 58.5368C207.724 58.5607 207.739 58.5822 207.758 58.6002C207.777 58.6182 207.799 58.6322 207.824 58.6416C207.848 58.6509 207.874 58.6554 207.9 58.6547V58.6547ZM208.502 58.9751C208.508 59.5869 208.184 59.5501 207.794 59.5539C207.754 59.5552 207.717 59.5557 207.68 59.5557C207.636 59.5569 207.594 59.5574 207.554 59.5566C207.175 59.5557 206.934 59.5389 206.72 59.6545C206.725 59.6412 206.819 59.4312 207.158 59.3456C207.121 59.2629 207.097 59.1479 207.091 58.9887C207.068 58.3772 207.445 57.8757 207.835 57.8722C208.224 57.8683 208.496 58.3633 208.502 58.9751ZM215.881 54.7681C215.878 54.8058 215.875 54.8434 215.87 54.8809C215.716 54.8392 215.561 54.8004 215.405 54.7643C214.89 54.6513 214.369 54.5674 213.846 54.5077C213.828 54.5053 213.809 54.5041 213.791 54.5018C213.794 54.494 213.798 54.4863 213.8 54.4785C213.816 54.4214 213.829 54.3641 213.842 54.3068C213.977 53.7097 213.97 53.1149 213.955 52.8271L215.817 53.3565C215.918 54.0181 215.899 54.5372 215.881 54.7681ZM213.565 54.4135C213.559 54.4349 213.56 54.4571 213.565 54.4777C213.37 54.4573 213.175 54.4393 212.98 54.4237C213.199 53.9652 213.247 53.4769 213.257 53.3048C213.425 53.1856 213.592 53.0422 213.715 52.9308C213.726 53.2593 213.718 53.8556 213.565 54.4135H213.565ZM207.829 54.4765C207.834 54.4568 207.834 54.4349 207.829 54.4135C207.676 53.8564 207.668 53.2602 207.678 52.9308C207.801 53.0422 207.968 53.1856 208.137 53.3048C208.147 53.4769 208.194 53.964 208.413 54.4226C208.218 54.4379 208.023 54.4558 207.829 54.4765ZM207.547 54.5072C207.286 54.5391 207.025 54.572 206.765 54.6151C206.505 54.6596 206.245 54.7068 205.988 54.7639C205.832 54.8002 205.678 54.8386 205.523 54.8805C205.521 54.8682 205.519 54.8494 205.517 54.8251C205.499 54.6332 205.465 54.0804 205.577 53.3563L207.438 52.8268C207.424 53.1039 207.416 53.6653 207.536 54.2394C207.553 54.3191 207.572 54.3989 207.593 54.4782C207.596 54.486 207.599 54.4939 207.602 54.5008C207.584 54.5032 207.566 54.5048 207.547 54.5072L207.547 54.5072ZM216.879 55.2589C216.863 55.2513 216.847 55.2436 216.832 55.2362C216.809 55.2251 216.784 55.2124 216.755 55.1982C216.737 55.1896 216.719 55.1799 216.703 55.1691C216.53 55.0895 216.35 55.0278 216.17 54.9686C216.148 54.9616 216.127 54.9554 216.106 54.9491C216.108 54.9438 216.109 54.9384 216.11 54.9328C216.113 54.9124 216.159 54.5701 216.131 54.0304C216.119 53.8 216.094 53.5335 216.045 53.2407C216.042 53.2179 216.031 53.1967 216.016 53.1794C216.001 53.1621 215.981 53.1496 215.959 53.1432L215.693 53.0681C215.636 51.0146 214.791 50.0496 214.764 50.0197C215.519 51.2353 215.513 52.677 215.5 53.0129L213.854 52.5452C213.853 52.5452 213.852 52.5452 213.85 52.5445C213.844 52.543 213.836 52.542 213.829 52.5414C213.828 52.5414 213.826 52.5411 213.823 52.5411C213.814 52.5407 213.805 52.5414 213.796 52.5434C213.795 52.5434 213.794 52.5446 213.792 52.5446C213.785 52.5461 213.778 52.5486 213.771 52.5519C213.768 52.5531 213.766 52.5548 213.763 52.5555C213.758 52.5592 213.753 52.5624 213.747 52.5663C213.746 52.5671 213.744 52.5678 213.743 52.569C213.742 52.5701 213.741 52.5713 213.74 52.5721C213.738 52.5737 213.737 52.5748 213.735 52.576C213.734 52.5777 213.689 52.621 213.621 52.686C213.625 52.5321 213.627 52.2966 213.609 52.009L213.604 51.926C213.552 51.2036 213.381 50.1888 212.871 49.3004C212.875 49.3132 212.926 49.4605 212.991 49.7088C213.155 50.3334 213.414 51.5976 213.273 52.9694C213.272 52.9757 213.272 52.9819 213.271 52.9882C213.269 52.99 213.267 52.9916 213.265 52.9933C213.201 53.044 213.136 53.0923 213.07 53.1381C213.053 53.1492 213.04 53.164 213.031 53.1812C213.022 53.1985 213.016 53.2176 213.016 53.2372C213.016 53.2434 213.001 53.8567 212.731 54.3789C212.726 54.3874 212.724 54.396 212.721 54.4049C212.047 54.3587 211.371 54.339 210.697 54.3385C210.022 54.339 209.346 54.3575 208.672 54.4034C208.67 54.3952 208.667 54.3867 208.663 54.3788C208.392 53.8567 208.378 53.2434 208.377 53.2372C208.377 53.2176 208.372 53.1984 208.363 53.1812C208.354 53.164 208.34 53.1492 208.324 53.1381C208.255 53.0908 208.187 53.0408 208.122 52.9881C207.985 51.6831 208.211 50.4739 208.375 49.8159C208.453 49.5035 208.518 49.3147 208.523 49.3003C207.782 50.5889 207.757 52.1437 207.773 52.6859C207.703 52.6209 207.659 52.5777 207.658 52.5759C207.657 52.5747 207.655 52.5737 207.653 52.572L207.651 52.5688C207.649 52.5678 207.648 52.5671 207.646 52.5662C207.641 52.5625 207.636 52.5592 207.63 52.5562C207.627 52.5547 207.625 52.5531 207.622 52.5518C207.616 52.5485 207.609 52.5462 207.602 52.5452C207.6 52.5445 207.598 52.5433 207.597 52.5433C207.588 52.5414 207.579 52.5407 207.57 52.541C207.568 52.541 207.565 52.5413 207.563 52.5413C207.556 52.542 207.55 52.5428 207.543 52.5445C207.541 52.5452 207.54 52.5452 207.539 52.5452L205.894 53.0129C205.881 52.6768 205.874 51.2352 206.629 50.0196C206.603 50.0497 205.758 51.0148 205.7 53.0682L205.436 53.1432C205.413 53.1494 205.393 53.1619 205.378 53.1792C205.362 53.1965 205.352 53.2179 205.348 53.2409C205.305 53.502 205.276 53.7654 205.262 54.0297C205.235 54.5699 205.281 54.9126 205.284 54.933C205.285 54.9384 205.287 54.9437 205.287 54.949C205.266 54.9555 205.245 54.9618 205.224 54.9684C205.043 55.0275 204.862 55.0895 204.69 55.1694C204.674 55.1795 204.658 55.1887 204.641 55.1969L204.638 55.1984C204.609 55.2126 204.583 55.2252 204.56 55.2363L204.52 55.2561C204.511 55.2611 204.503 55.2653 204.494 55.2704C204.616 55.2225 204.742 55.1875 204.869 55.1565C204.995 55.125 205.122 55.0972 205.25 55.0729C205.506 55.0253 205.763 54.9839 206.021 54.9525C206.279 54.9186 206.538 54.8907 206.797 54.869C207.056 54.8469 207.315 54.8251 207.574 54.8101C208.613 54.7486 209.655 54.7292 210.697 54.7288C211.739 54.7295 212.78 54.7459 213.819 54.8097C214.079 54.8247 214.338 54.8464 214.597 54.8684C214.857 54.8904 215.114 54.9187 215.372 54.9525C215.63 54.9836 215.888 55.0248 216.143 55.0727C216.271 55.0968 216.398 55.1247 216.524 55.1565C216.651 55.1876 216.777 55.2225 216.899 55.2704C216.892 55.2663 216.886 55.2628 216.879 55.2589Z",
              fill: "#0E0F0D"
            }), (0, e.jsx)("path", {
              d: "M210.988 50.4875V53.2298H211.36V53.7388H210.102V53.2298H210.474V50.4875H209.57V50.9385H209.133V50.0506H212.329V50.9385H211.892V50.4874L210.988 50.4875ZM212.658 51.2668V49.7218H208.805V51.2668H209.899V50.8158H210.145V52.9008H209.774V54.0666H211.689V52.9007H211.316V50.8157H211.563V51.2667L212.658 51.2668Z",
              fill: "#0E0F0D"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter5_d_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M248 51C248 44.3726 253.373 39 260 39H272C278.627 39 284 44.3726 284 51V63C284 69.6274 278.627 75 272 75H260C253.373 75 248 69.6274 248 63V51Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M272 38.5C278.904 38.5 284.5 44.0964 284.5 51V63C284.5 69.9036 278.904 75.5 272 75.5H260C253.096 75.5 247.5 69.9036 247.5 63V51C247.5 44.0964 253.096 38.5 260 38.5H272Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip2_17_1136)",
              children: [(0, e.jsx)("path", {
                d: "M265.825 55.116C264.769 55.116 263.903 55.9765 263.903 57.0252C263.903 58.1008 264.742 58.9344 265.825 58.9344C266.88 58.9344 267.746 58.0739 267.746 57.0252C267.746 55.9765 266.88 55.116 265.825 55.116Z",
                fill: "white"
              }), (0, e.jsx)("path", {
                d: "M258.003 55.0622C258.896 51.5933 262.063 49.0386 265.825 49.0386C270.263 49.0386 273.863 52.6151 273.863 57.0521C273.863 61.4621 270.263 65.0386 265.825 65.0386C262.063 65.0386 258.896 62.484 258.003 59.0151V58.9344C258.003 58.7193 258.165 58.558 258.382 58.5849H261.63C261.792 58.5849 261.927 58.6656 261.981 58.8C262.658 60.2521 264.12 61.247 265.825 61.247C268.152 61.247 270.047 59.3647 270.047 57.0521C270.047 54.7395 268.152 52.8571 265.825 52.8571C264.12 52.8571 262.658 53.8521 261.981 55.3042C261.927 55.4386 261.792 55.5193 261.63 55.5193H258.382C258.165 55.5193 258.003 55.3579 258.003 55.1428V55.0622Z",
                fill: "white"
              })]
            })]
          }), (0, e.jsxs)("g", {
            clipPath: "url(#clip3_17_1136)",
            children: [(0, e.jsx)("path", {
              d: "M152.987 147.594C147.254 147.594 142.59 152.262 142.59 158C142.59 163.738 147.254 168.406 152.987 168.406C158.721 168.406 163.385 163.738 163.385 158C163.385 152.262 158.721 147.594 152.987 147.594ZM152.987 163.385C150.015 163.385 147.607 160.974 147.607 158C147.607 155.026 150.015 152.615 152.987 152.615C155.959 152.615 158.368 155.026 158.368 158C158.368 160.974 155.959 163.385 152.987 163.385Z",
              fill: "white"
            }), (0, e.jsx)("path", {
              fillRule: "evenodd",
              clipRule: "evenodd",
              d: "M153.859 145.885V142C162.297 142.451 169 149.443 169 158C169 166.557 162.297 173.547 153.859 174V170.115C160.148 169.665 165.128 164.406 165.128 158C165.128 151.594 160.148 146.335 153.859 145.885ZM143.817 165.945C142.15 164.019 141.076 161.565 140.884 158.872H137C137.201 162.641 138.708 166.061 141.068 168.694L143.816 165.945H143.817ZM152.116 174V170.115C149.423 169.923 146.972 168.85 145.047 167.179L142.299 169.929C144.933 172.293 148.35 173.798 152.114 174H152.116Z",
              fill: "url(#paint0_linear_17_1136)"
            })]
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_17_1136",
              x: "123.414",
              y: "129.276",
              width: "59.1729",
              height: "59.1724",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "0.862069"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "0.862069"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_17_1136",
              x: "21",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter2_d_17_1136",
              x: "77",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter3_d_17_1136",
              x: "133",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter4_d_17_1136",
              x: "189",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter5_d_17_1136",
              x: "245",
              y: "37",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1136"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1136",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_17_1136",
              x1: "154.486",
              y1: "144.25",
              x2: "138.736",
              y2: "159.988",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#0096FF"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "#FF1E56"
              })]
            }), (0, e.jsx)("clipPath", {
              id: "clip0_17_1136",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(34 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip1_17_1136",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(90 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip2_17_1136",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(258 49)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip3_17_1136",
              children: (0, e.jsx)("rect", {
                width: "32",
                height: "32",
                fill: "white",
                transform: "translate(137 142)"
              })
            })]
          })]
        })
      })
  },
  892012: C => {
    "use strict";
    C.s({
      RemoteCachingGraphic: () => l
    });
    var e = C.i(892988),
      t = C.i(246108),
      i = C.i(378469),
      s = C.i(109570);
    let l = () => {
        let {
          resolvedTheme: C
        } = (0, t.useTheme)(), [l, o] = (0, i.useState)(!1);
        return ((0, i.useEffect)(() => {
          o(!0)
        }, []), l) ? "dark" === C ? (0, e.jsx)(r, {}) : (0, e.jsx)(a, {}) : (0, e.jsx)("div", {
          className: s.sizingString
        })
      },
      r = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 307 200",
          fill: "none",
          xmlns: "http://www.w3.org/2000/svg",
          children: [(0, e.jsx)("mask", {
            id: "mask0_17_1176",
            style: {
              maskType: "alpha"
            },
            maskUnits: "userSpaceOnUse",
            x: "0",
            y: "0",
            width: "307",
            height: "200",
            children: (0, e.jsx)("rect", {
              width: "307",
              height: "200",
              fill: "#0A0A0A"
            })
          }), (0, e.jsxs)("g", {
            mask: "url(#mask0_17_1176)",
            children: [(0, e.jsx)("circle", {
              cx: "153.5",
              cy: "49.5",
              r: "42",
              stroke: "white",
              strokeOpacity: "0.066"
            }), (0, e.jsx)("path", {
              d: "M154 131.5L154.5 44",
              stroke: "#8657A7",
              strokeWidth: "2"
            }), (0, e.jsxs)("g", {
              filter: "url(#filter0_d_17_1176)",
              children: [(0, e.jsx)("path", {
                d: "M136 46C136 39.3726 141.373 34 148 34H160C166.627 34 172 39.3726 172 46V58C172 64.6274 166.627 70 160 70H148C141.373 70 136 64.6274 136 58V46Z",
                fill: "black"
              }), (0, e.jsx)("path", {
                d: "M160 33.5C166.904 33.5 172.5 39.0964 172.5 46V58C172.5 64.9036 166.904 70.5 160 70.5H148C141.096 70.5 135.5 64.9036 135.5 58V46C135.5 39.0964 141.096 33.5 148 33.5H160Z",
                stroke: "white",
                strokeOpacity: "0.145"
              }), (0, e.jsx)("path", {
                d: "M159 52.5C160.381 52.5 161.5 53.6193 161.5 55V56.5C161.5 57.8807 160.381 59 159 59H149C147.619 59 146.5 57.8807 146.5 56.5V55C146.5 53.6193 147.619 52.5 149 52.5H159ZM149 54C148.448 54 148 54.4477 148 55V56.5C148 57.0523 148.448 57.5 149 57.5H159C159.552 57.5 160 57.0523 160 56.5V55C160 54.4477 159.552 54 159 54H149ZM159 45C160.381 45 161.5 46.1193 161.5 47.5V49C161.5 50.3807 160.381 51.5 159 51.5H149C147.619 51.5 146.5 50.3807 146.5 49V47.5C146.5 46.1193 147.619 45 149 45H159ZM149 46.5C148.448 46.5 148 46.9477 148 47.5V49C148 49.5523 148.448 50 149 50H159C159.552 50 160 49.5523 160 49V47.5C160 46.9477 159.552 46.5 159 46.5H149ZM150.25 47.5C150.664 47.5 151 47.8358 151 48.25C151 48.6642 150.664 49 150.25 49C149.836 49 149.5 48.6642 149.5 48.25C149.5 47.8358 149.836 47.5 150.25 47.5ZM152.75 47.5C153.164 47.5 153.5 47.8358 153.5 48.25C153.5 48.6642 153.164 49 152.75 49C152.336 49 152 48.6642 152 48.25C152 47.8358 152.336 47.5 152.75 47.5Z",
                fill: "#A0A0A0"
              })]
            }), (0, e.jsx)("path", {
              d: "M158 92C158 94.2091 156.209 96 154 96C151.791 96 150 94.2091 150 92C150 89.7909 151.791 88 154 88C156.209 88 158 89.7909 158 92Z",
              fill: "#0A0A0A"
            }), (0, e.jsx)("path", {
              d: "M154 87.5C156.485 87.5 158.5 89.5147 158.5 92C158.5 94.4853 156.485 96.5 154 96.5C151.515 96.5 149.5 94.4853 149.5 92C149.5 89.5147 151.515 87.5 154 87.5Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("circle", {
              opacity: "0.7",
              cx: "153.5",
              cy: "49.5",
              r: "71",
              stroke: "white",
              strokeOpacity: "0.066"
            }), (0, e.jsx)("circle", {
              opacity: "0.5",
              cx: "153.5",
              cy: "49.5",
              r: "102",
              stroke: "white",
              strokeOpacity: "0.066"
            }), (0, e.jsx)("circle", {
              opacity: "0.5",
              cx: "153.5",
              cy: "49.5",
              r: "135",
              stroke: "white",
              strokeOpacity: "0.066"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_17_1176)",
            children: [(0, e.jsx)("path", {
              d: "M50 105C50 98.3726 55.3726 93 62 93H246C252.627 93 258 98.3726 258 105V173C258 179.627 252.627 185 246 185H62C55.3726 185 50 179.627 50 173V105Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M246 92.5C252.904 92.5 258.5 98.0964 258.5 105V173C258.5 179.904 252.904 185.5 246 185.5H62C55.0964 185.5 49.5 179.904 49.5 173V105C49.5 98.0964 55.0964 92.5 62 92.5H246Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("circle", {
              cx: "66",
              cy: "109",
              r: "4",
              fill: "white",
              fillOpacity: "0.145"
            }), (0, e.jsx)("circle", {
              cx: "78",
              cy: "109",
              r: "4",
              fill: "white",
              fillOpacity: "0.145"
            }), (0, e.jsx)("circle", {
              cx: "90",
              cy: "109",
              r: "4",
              fill: "white",
              fillOpacity: "0.145"
            }), (0, e.jsx)("path", {
              d: "M62.696 136.016H65.288V130.664H63.188V129.812H64.196C65.108 129.812 65.504 129.404 65.504 128.48H66.296V136.016H68.684V137H62.696V136.016ZM69.9753 131.024C70.2033 129.44 71.3193 128.288 73.0233 128.288C74.5713 128.288 75.7233 129.32 75.7233 130.712C75.7233 131.936 74.7513 132.788 73.4553 133.58C72.7353 134 71.1033 135.152 71.0673 136.016H75.7833V137H69.8193C69.8193 134.504 71.6073 133.556 73.0953 132.632C74.0193 132.044 74.6673 131.384 74.6673 130.712C74.6673 129.872 73.9953 129.272 73.0233 129.272C71.9673 129.272 71.2593 129.92 71.0313 131.096L69.9753 131.024ZM78.0346 135.104C78.2866 135.8 78.8866 136.208 79.6786 136.208C80.9626 136.208 81.7426 135.092 81.9106 133.064C81.4426 133.844 80.6626 134.276 79.7506 134.276C78.0706 134.276 76.9306 133.064 76.9306 131.312C76.9306 129.464 78.1786 128.288 79.9186 128.288C80.6626 128.288 81.4186 128.564 82.0426 129.188C82.6426 129.836 82.9426 130.892 82.9426 132.236C82.9426 134.78 82.1266 137.192 79.6786 137.192C78.4066 137.192 77.3626 136.484 76.9786 135.176L78.0346 135.104ZM77.9866 131.312C77.9866 132.476 78.7546 133.292 79.8226 133.292C80.9866 133.292 81.8266 132.476 81.8386 131.312C81.8626 130.124 81.0586 129.272 79.8946 129.272C78.7786 129.272 77.9866 130.124 77.9866 131.312ZM95.9533 132.596C95.8093 131.864 95.1133 131.432 94.2973 131.432C93.6133 131.432 93.0013 131.78 93.0013 132.44C93.0013 133.136 93.8053 133.292 94.5373 133.496C95.7493 133.796 96.9853 134.18 96.9853 135.38C96.9853 136.616 95.7733 137.144 94.5133 137.144C93.0493 137.144 91.8613 136.316 91.7653 135.008L92.7853 134.936C92.9053 135.704 93.6133 136.208 94.5133 136.208C95.2213 136.208 95.9533 136.016 95.9533 135.332C95.9533 134.612 95.0413 134.516 94.3573 134.348C93.1813 134.06 91.9693 133.652 91.9693 132.5C91.9693 131.216 93.0973 130.496 94.4053 130.496C95.7253 130.496 96.7333 131.3 96.9373 132.524L95.9533 132.596ZM104.025 137H103.089L103.077 135.932C102.753 136.76 102.009 137.144 101.169 137.144C99.7526 137.144 99.0566 136.076 99.0566 134.732V130.64H100.041V134.432C100.041 135.62 100.437 136.268 101.373 136.268C102.369 136.268 103.041 135.62 103.041 134.432V130.64H104.025V137ZM110.548 132.764C110.404 131.924 109.708 131.432 108.928 131.432C107.752 131.432 107.056 132.332 107.056 133.82C107.056 135.308 107.752 136.208 108.928 136.208C109.744 136.208 110.44 135.668 110.596 134.756L111.628 134.816C111.424 136.256 110.284 137.144 108.928 137.144C107.164 137.144 106.024 135.836 106.024 133.82C106.024 131.804 107.164 130.496 108.928 130.496C110.236 130.496 111.4 131.336 111.58 132.692L110.548 132.764ZM117.743 132.764C117.599 131.924 116.903 131.432 116.123 131.432C114.947 131.432 114.251 132.332 114.251 133.82C114.251 135.308 114.947 136.208 116.123 136.208C116.939 136.208 117.635 135.668 117.791 134.756L118.823 134.816C118.619 136.256 117.479 137.144 116.123 137.144C114.359 137.144 113.219 135.836 113.219 133.82C113.219 131.804 114.359 130.496 116.123 130.496C117.431 130.496 118.595 131.336 118.775 132.692L117.743 132.764ZM120.367 133.82C120.367 131.804 121.507 130.496 123.271 130.496C124.687 130.496 125.923 131.444 126.019 133.688L126.031 134.132H121.411C121.495 135.44 122.167 136.208 123.271 136.208C123.955 136.208 124.591 135.8 124.879 135.128L125.935 135.2C125.562 136.4 124.483 137.144 123.271 137.144C121.507 137.144 120.367 135.836 120.367 133.82ZM121.435 133.256H124.963C124.783 131.912 124.063 131.432 123.271 131.432C122.251 131.432 121.591 132.104 121.435 133.256ZM131.93 132.596C131.786 131.864 131.09 131.432 130.274 131.432C129.59 131.432 128.978 131.78 128.978 132.44C128.978 133.136 129.782 133.292 130.514 133.496C131.726 133.796 132.962 134.18 132.962 135.38C132.962 136.616 131.75 137.144 130.49 137.144C129.026 137.144 127.838 136.316 127.742 135.008L128.762 134.936C128.882 135.704 129.59 136.208 130.49 136.208C131.198 136.208 131.93 136.016 131.93 135.332C131.93 134.612 131.018 134.516 130.334 134.348C129.158 134.06 127.946 133.652 127.946 132.5C127.946 131.216 129.074 130.496 130.382 130.496C131.702 130.496 132.71 131.3 132.914 132.524L131.93 132.596ZM139.125 132.596C138.981 131.864 138.285 131.432 137.469 131.432C136.785 131.432 136.173 131.78 136.173 132.44C136.173 133.136 136.977 133.292 137.709 133.496C138.921 133.796 140.157 134.18 140.157 135.38C140.157 136.616 138.945 137.144 137.685 137.144C136.221 137.144 135.033 136.316 134.937 135.008L135.957 134.936C136.077 135.704 136.785 136.208 137.685 136.208C138.393 136.208 139.125 136.016 139.125 135.332C139.125 134.612 138.213 134.516 137.529 134.348C136.353 134.06 135.141 133.652 135.141 132.5C135.141 131.216 136.269 130.496 137.577 130.496C138.897 130.496 139.905 131.3 140.109 132.524L139.125 132.596ZM143.704 130.208C143.704 129.164 144.244 128.48 145.408 128.48H146.98V129.344H145.408C144.988 129.344 144.688 129.68 144.688 130.208V131H146.908V131.876H144.688V137H143.704V131.876H142.24V131H143.704V130.208ZM154.392 137H153.456L153.444 135.932C153.12 136.76 152.376 137.144 151.536 137.144C150.12 137.144 149.424 136.076 149.424 134.732V130.64H150.408V134.432C150.408 135.62 150.804 136.268 151.74 136.268C152.736 136.268 153.408 135.62 153.408 134.432V130.64H154.392V137ZM156.775 136.124H159.007V130.088C159.007 129.572 158.791 129.344 158.299 129.344H156.787V128.48H158.299C159.379 128.48 159.991 129.056 159.991 130.088V136.124H161.995V137H156.775V136.124ZM177.821 136.016H180.413V130.664H178.313V129.812H179.321C180.233 129.812 180.629 129.404 180.629 128.48H181.421V136.016H183.809V137H177.821V136.016ZM185.1 131.024C185.328 129.44 186.444 128.288 188.148 128.288C189.696 128.288 190.848 129.32 190.848 130.712C190.848 131.936 189.876 132.788 188.58 133.58C187.86 134 186.228 135.152 186.192 136.016H190.908V137H184.944C184.944 134.504 186.732 133.556 188.22 132.632C189.144 132.044 189.792 131.384 189.792 130.712C189.792 129.872 189.12 129.272 188.148 129.272C187.092 129.272 186.384 129.92 186.156 131.096L185.1 131.024ZM193.16 135.104C193.412 135.8 194.012 136.208 194.804 136.208C196.088 136.208 196.868 135.092 197.036 133.064C196.568 133.844 195.788 134.276 194.876 134.276C193.196 134.276 192.056 133.064 192.056 131.312C192.056 129.464 193.304 128.288 195.044 128.288C195.788 128.288 196.544 128.564 197.168 129.188C197.768 129.836 198.068 130.892 198.068 132.236C198.068 134.78 197.252 137.192 194.804 137.192C193.532 137.192 192.488 136.484 192.104 135.176L193.16 135.104ZM193.112 131.312C193.112 132.476 193.88 133.292 194.948 133.292C196.112 133.292 196.952 132.476 196.964 131.312C196.988 130.124 196.184 129.272 195.02 129.272C193.904 129.272 193.112 130.124 193.112 131.312ZM62.696 152.016H65.288V146.664H63.188V145.812H64.196C65.108 145.812 65.504 145.404 65.504 144.48H66.296V152.016H68.684V153H62.696V152.016ZM69.9753 147.024C70.2033 145.44 71.3193 144.288 73.0233 144.288C74.5713 144.288 75.7233 145.32 75.7233 146.712C75.7233 147.936 74.7513 148.788 73.4553 149.58C72.7353 150 71.1033 151.152 71.0673 152.016H75.7833V153H69.8193C69.8193 150.504 71.6073 149.556 73.0953 148.632C74.0193 148.044 74.6673 147.384 74.6673 146.712C74.6673 145.872 73.9953 145.272 73.0233 145.272C71.9673 145.272 71.2593 145.92 71.0313 147.096L69.9753 147.024ZM78.0346 151.104C78.2866 151.8 78.8866 152.208 79.6786 152.208C80.9626 152.208 81.7426 151.092 81.9106 149.064C81.4426 149.844 80.6626 150.276 79.7506 150.276C78.0706 150.276 76.9306 149.064 76.9306 147.312C76.9306 145.464 78.1786 144.288 79.9186 144.288C80.6626 144.288 81.4186 144.564 82.0426 145.188C82.6426 145.836 82.9426 146.892 82.9426 148.236C82.9426 150.78 82.1266 153.192 79.6786 153.192C78.4066 153.192 77.3626 152.484 76.9786 151.176L78.0346 151.104ZM77.9866 147.312C77.9866 148.476 78.7546 149.292 79.8226 149.292C80.9866 149.292 81.8266 148.476 81.8386 147.312C81.8626 146.124 81.0586 145.272 79.8946 145.272C78.7786 145.272 77.9866 146.124 77.9866 147.312ZM96.1573 148.764C96.0133 147.924 95.3173 147.432 94.5373 147.432C93.3613 147.432 92.6653 148.332 92.6653 149.82C92.6653 151.308 93.3613 152.208 94.5373 152.208C95.3533 152.208 96.0493 151.668 96.2053 150.756L97.2373 150.816C97.0333 152.256 95.8933 153.144 94.5373 153.144C92.7733 153.144 91.6333 151.836 91.6333 149.82C91.6333 147.804 92.7733 146.496 94.5373 146.496C95.8453 146.496 97.0093 147.336 97.1893 148.692L96.1573 148.764ZM98.8766 148.512C99.1046 147.312 100.137 146.496 101.457 146.496C102.993 146.496 104.013 147.384 104.013 149.16V151.716C104.013 152.004 104.133 152.124 104.409 152.124H104.673V153H104.349C103.605 153 103.149 152.604 103.041 152.004C102.789 152.604 102.057 153.144 101.037 153.144C99.7766 153.144 98.7686 152.472 98.7686 151.344C98.7686 150.036 99.7526 149.7 101.145 149.424L103.029 149.064C103.017 147.96 102.405 147.432 101.457 147.432C100.665 147.432 100.089 147.912 99.9326 148.596L98.8766 148.512ZM99.8006 151.344C99.8006 151.86 100.233 152.28 101.169 152.268C102.225 152.268 103.053 151.524 103.053 150.276V149.94L101.529 150.204C100.593 150.372 99.8006 150.444 99.8006 151.344ZM110.548 148.764C110.404 147.924 109.708 147.432 108.928 147.432C107.752 147.432 107.056 148.332 107.056 149.82C107.056 151.308 107.752 152.208 108.928 152.208C109.744 152.208 110.44 151.668 110.596 150.756L111.628 150.816C111.424 152.256 110.284 153.144 108.928 153.144C107.164 153.144 106.024 151.836 106.024 149.82C106.024 147.804 107.164 146.496 108.928 146.496C110.236 146.496 111.4 147.336 111.58 148.692L110.548 148.764ZM113.579 144.48H114.563V147.528C114.935 146.82 115.679 146.496 116.471 146.496C117.923 146.496 118.619 147.564 118.619 148.908V153H117.635V149.268C117.635 148.08 117.239 147.432 116.267 147.432C115.235 147.432 114.563 148.08 114.563 149.268V153H113.579V144.48ZM120.367 149.82C120.367 147.804 121.507 146.496 123.271 146.496C124.687 146.496 125.923 147.444 126.019 149.688L126.031 150.132H121.411C121.495 151.44 122.167 152.208 123.271 152.208C123.955 152.208 124.591 151.8 124.879 151.128L125.935 151.2C125.562 152.4 124.483 153.144 123.271 153.144C121.507 153.144 120.367 151.836 120.367 149.82ZM121.435 149.256H124.963C124.783 147.912 124.063 147.432 123.271 147.432C122.251 147.432 121.591 148.104 121.435 149.256ZM132.986 144.48V153H132.098L132.062 152.064C131.702 152.736 131.018 153.144 130.034 153.144C128.198 153.144 127.346 151.584 127.346 149.82C127.346 148.056 128.198 146.496 130.034 146.496C130.97 146.496 131.642 146.856 132.002 147.504V144.48H132.986ZM128.378 149.82C128.378 151.056 128.906 152.208 130.238 152.208C131.534 152.208 132.086 151.032 132.086 149.82C132.086 148.56 131.534 147.396 130.238 147.396C128.906 147.396 128.378 148.548 128.378 149.82ZM65.6 169.192C63.884 169.192 62.588 168.22 62.588 166.66C62.588 165.604 63.212 164.788 64.232 164.38C63.452 164.044 62.996 163.48 62.996 162.628C62.996 161.284 64.136 160.288 65.6 160.288C67.076 160.288 68.204 161.284 68.204 162.628C68.204 163.48 67.748 164.044 66.968 164.38C68 164.8 68.612 165.616 68.612 166.66C68.612 168.22 67.316 169.192 65.6 169.192ZM63.644 166.576C63.644 167.548 64.448 168.208 65.6 168.208C66.752 168.208 67.556 167.548 67.556 166.576C67.556 165.628 66.752 164.968 65.6 164.968C64.448 164.968 63.644 165.628 63.644 166.576ZM64.052 162.628C64.052 163.408 64.688 163.948 65.6 163.948C66.512 163.948 67.148 163.408 67.148 162.628C67.148 161.824 66.512 161.272 65.6 161.272C64.688 161.272 64.052 161.824 64.052 162.628ZM72.7953 169.192C70.9473 169.192 69.7833 167.464 69.7833 164.752C69.7833 162.016 70.9473 160.288 72.7953 160.288C74.6433 160.288 75.8073 162.016 75.8073 164.752C75.8073 167.464 74.6433 169.192 72.7953 169.192ZM70.8273 164.752C70.8273 166.864 71.5953 168.208 72.7953 168.208C73.9953 168.208 74.7633 166.864 74.7633 164.752C74.7633 162.616 73.9953 161.272 72.7953 161.272C71.5953 161.272 70.8273 162.616 70.8273 164.752ZM76.9666 162.64H77.8546L77.8906 163.528C78.1306 162.856 78.5746 162.496 79.2106 162.496C79.7746 162.496 80.0986 162.868 80.3026 163.696C80.5186 162.952 81.0466 162.496 81.6946 162.496C82.6666 162.496 83.0866 163.312 83.0866 165.184V169H82.1026V165.184C82.1026 163.864 81.9226 163.372 81.4186 163.372C80.8546 163.372 80.5186 164.032 80.5186 165.184V169H79.5346V165.184C79.5346 163.888 79.3186 163.372 78.7666 163.372C78.2746 163.372 77.9506 164.032 77.9506 165.184V169H76.9666V162.64ZM88.7579 164.596C88.6139 163.864 87.9179 163.432 87.1019 163.432C86.4179 163.432 85.8059 163.78 85.8059 164.44C85.8059 165.136 86.6099 165.292 87.3419 165.496C88.5539 165.796 89.7899 166.18 89.7899 167.38C89.7899 168.616 88.5779 169.144 87.3179 169.144C85.8539 169.144 84.6659 168.316 84.5699 167.008L85.5899 166.936C85.7099 167.704 86.4179 168.208 87.3179 168.208C88.0259 168.208 88.7579 168.016 88.7579 167.332C88.7579 166.612 87.8459 166.516 87.1619 166.348C85.9859 166.06 84.7739 165.652 84.7739 164.5C84.7739 163.216 85.9019 162.496 87.2099 162.496C88.5299 162.496 89.5379 163.3 89.7419 164.524L88.7579 164.596Z",
              fill: "#EDEDED"
            }), (0, e.jsx)("path", {
              d: "M167.042 137L166.214 138.908H165.614L166.214 137H165.638V135.644H167.03V137H167.042ZM208.498 128.96H209.482V130.64H211.918V131.516H209.482V135.272C209.482 135.8 209.782 136.124 210.31 136.124H211.894V137H210.31C209.038 137 208.498 136.316 208.498 135.26V131.516H206.794V130.64H208.498V128.96ZM216.702 137.144C214.938 137.144 213.798 135.836 213.798 133.82C213.798 131.804 214.938 130.496 216.702 130.496C218.466 130.496 219.606 131.804 219.606 133.82C219.606 135.836 218.466 137.144 216.702 137.144ZM214.83 133.82C214.83 135.308 215.526 136.208 216.702 136.208C217.89 136.208 218.574 135.308 218.574 133.82C218.574 132.332 217.89 131.432 216.702 131.432C215.526 131.432 214.83 132.332 214.83 133.82ZM222.889 128.96H223.873V130.64H226.309V131.516H223.873V135.272C223.873 135.8 224.173 136.124 224.701 136.124H226.285V137H224.701C223.429 137 222.889 136.316 222.889 135.26V131.516H221.185V130.64H222.889V128.96ZM228.392 132.512C228.62 131.312 229.652 130.496 230.972 130.496C232.508 130.496 233.528 131.384 233.528 133.16V135.716C233.528 136.004 233.648 136.124 233.924 136.124H234.188V137H233.864C233.12 137 232.664 136.604 232.556 136.004C232.304 136.604 231.572 137.144 230.552 137.144C229.292 137.144 228.284 136.472 228.284 135.344C228.284 134.036 229.268 133.7 230.66 133.424L232.544 133.064C232.532 131.96 231.92 131.432 230.972 131.432C230.18 131.432 229.604 131.912 229.448 132.596L228.392 132.512ZM229.316 135.344C229.316 135.86 229.748 136.28 230.684 136.268C231.74 136.268 232.568 135.524 232.568 134.276V133.94L231.044 134.204C230.108 134.372 229.316 134.444 229.316 135.344ZM235.924 136.124H238.156V130.088C238.156 129.572 237.94 129.344 237.448 129.344H235.936V128.48H237.448C238.528 128.48 239.14 129.056 239.14 130.088V136.124H241.144V137H235.924V136.124ZM138.261 153L137.433 154.908H136.833L137.433 153H136.857V151.644H138.249V153H138.261ZM149.04 152.016H151.632V146.664H149.532V145.812H150.54C151.452 145.812 151.848 145.404 151.848 144.48H152.64V152.016H155.028V153H149.04V152.016ZM156.319 147.024C156.547 145.44 157.663 144.288 159.367 144.288C160.915 144.288 162.067 145.32 162.067 146.712C162.067 147.936 161.095 148.788 159.799 149.58C159.079 150 157.447 151.152 157.411 152.016H162.127V153H156.163C156.163 150.504 157.951 149.556 159.439 148.632C160.363 148.044 161.011 147.384 161.011 146.712C161.011 145.872 160.339 145.272 159.367 145.272C158.311 145.272 157.603 145.92 157.375 147.096L156.319 147.024ZM164.378 151.104C164.63 151.8 165.23 152.208 166.022 152.208C167.306 152.208 168.086 151.092 168.254 149.064C167.786 149.844 167.006 150.276 166.094 150.276C164.414 150.276 163.274 149.064 163.274 147.312C163.274 145.464 164.522 144.288 166.262 144.288C167.006 144.288 167.762 144.564 168.386 145.188C168.986 145.836 169.286 146.892 169.286 148.236C169.286 150.78 168.47 153.192 166.022 153.192C164.75 153.192 163.706 152.484 163.322 151.176L164.378 151.104ZM164.33 147.312C164.33 148.476 165.098 149.292 166.166 149.292C167.33 149.292 168.17 148.476 168.182 147.312C168.206 146.124 167.402 145.272 166.238 145.272C165.122 145.272 164.33 146.124 164.33 147.312ZM179.717 144.96H180.701V146.64H183.137V147.516H180.701V151.272C180.701 151.8 181.001 152.124 181.529 152.124H183.113V153H181.529C180.257 153 179.717 152.316 179.717 151.26V147.516H178.013V146.64H179.717V144.96ZM187.92 153.144C186.156 153.144 185.016 151.836 185.016 149.82C185.016 147.804 186.156 146.496 187.92 146.496C189.684 146.496 190.824 147.804 190.824 149.82C190.824 151.836 189.684 153.144 187.92 153.144ZM186.048 149.82C186.048 151.308 186.744 152.208 187.92 152.208C189.108 152.208 189.792 151.308 189.792 149.82C189.792 148.332 189.108 147.432 187.92 147.432C186.744 147.432 186.048 148.332 186.048 149.82ZM194.108 144.96H195.092V146.64H197.528V147.516H195.092V151.272C195.092 151.8 195.392 152.124 195.92 152.124H197.504V153H195.92C194.648 153 194.108 152.316 194.108 151.26V147.516H192.404V146.64H194.108V144.96ZM199.611 148.512C199.839 147.312 200.871 146.496 202.191 146.496C203.727 146.496 204.747 147.384 204.747 149.16V151.716C204.747 152.004 204.867 152.124 205.143 152.124H205.407V153H205.083C204.339 153 203.883 152.604 203.775 152.004C203.523 152.604 202.791 153.144 201.771 153.144C200.511 153.144 199.503 152.472 199.503 151.344C199.503 150.036 200.487 149.7 201.879 149.424L203.763 149.064C203.751 147.96 203.139 147.432 202.191 147.432C201.399 147.432 200.823 147.912 200.667 148.596L199.611 148.512ZM200.535 151.344C200.535 151.86 200.967 152.28 201.903 152.268C202.959 152.268 203.787 151.524 203.787 150.276V149.94L202.263 150.204C201.327 150.372 200.535 150.444 200.535 151.344ZM207.142 152.124H209.374V146.088C209.374 145.572 209.158 145.344 208.666 145.344H207.154V144.48H208.666C209.746 144.48 210.358 145.056 210.358 146.088V152.124H212.362V153H207.142V152.124Z",
              fill: "#A0A0A0"
            }), (0, e.jsx)("path", {
              d: "M98.8526 162.22L104.313 164.668V165.904L98.8526 168.352V167.344L103.437 165.292L98.8526 163.228V162.22ZM106.048 162.22L111.508 164.668V165.904L106.048 168.352V167.344L110.632 165.292L106.048 163.228V162.22ZM113.243 162.22L118.703 164.668V165.904L113.243 168.352V167.344L117.827 165.292L113.243 163.228V162.22ZM127.886 160.48H133.106V161.464H128.894V164.344H132.89V165.316H128.894V169H127.886V160.48ZM140.397 166.024C140.397 167.968 139.341 169.192 137.553 169.192C135.765 169.192 134.709 167.968 134.709 166.024V160.468H135.717V166.024C135.717 167.416 136.341 168.208 137.553 168.208C138.777 168.208 139.389 167.416 139.389 166.024V160.468H140.397V166.024ZM142.24 169V160.48H143.248V168.016H147.76V169H142.24ZM149.436 169V160.48H150.444V168.016H154.956V169H149.436ZM169.442 160.48V161.464H166.838V169H165.83V161.464H163.226V160.48H169.442ZM176.374 166.024C176.374 167.968 175.318 169.192 173.53 169.192C171.742 169.192 170.686 167.968 170.686 166.024V160.468H171.694V166.024C171.694 167.416 172.318 168.208 173.53 168.208C174.754 168.208 175.366 167.416 175.366 166.024V160.468H176.374V166.024ZM180.689 160.48C182.489 160.48 183.593 161.464 183.593 163.048C183.593 164.032 182.945 164.8 182.213 165.04C183.005 165.196 183.353 165.628 183.437 166.492L183.677 169H182.657L182.441 166.588C182.369 165.82 181.853 165.556 180.593 165.556H179.021V169H178.013V160.48H180.689ZM179.021 164.572H180.689C181.877 164.572 182.537 164.02 182.537 163.024C182.537 162.028 181.877 161.464 180.689 161.464H179.021V164.572ZM185.268 169V160.48H187.608C189.552 160.48 190.632 161.332 190.632 162.832C190.632 163.744 190.02 164.428 189.108 164.596C190.272 164.752 190.992 165.496 190.992 166.6C190.992 168.076 189.876 169 188.088 169H185.268ZM186.276 168.016H188.088C189.228 168.016 189.936 167.476 189.936 166.6C189.936 165.688 189.264 165.16 188.088 165.16H186.276V168.016ZM186.276 164.176H187.608C188.88 164.176 189.576 163.696 189.576 162.832C189.576 161.956 188.88 161.464 187.608 161.464H186.276V164.176ZM195.116 169.192C193.148 169.192 191.984 167.476 191.984 164.752C191.984 162.004 193.148 160.288 195.116 160.288C197.084 160.288 198.248 162.004 198.248 164.752C198.248 167.476 197.084 169.192 195.116 169.192ZM193.028 164.752C193.028 166.864 193.796 168.208 195.116 168.208C196.436 168.208 197.204 166.864 197.204 164.752C197.204 162.616 196.436 161.272 195.116 161.272C193.796 161.272 193.028 162.616 193.028 164.752Z",
              fill: "url(#paint2_linear_17_1176)"
            })]
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_17_1176",
              x: "133",
              y: "32",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1176"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1176",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_17_1176",
              x: "47",
              y: "91",
              width: "214",
              height: "98",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1176"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1176",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_17_1176",
              x1: "154",
              y1: "179.692",
              x2: "154",
              y2: "164.923",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#0A0A0A"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint1_linear_17_1176",
              x1: "462",
              y1: "51.6923",
              x2: "462",
              y2: "36.9231",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#0A0A0A"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint2_linear_17_1176",
              x1: "203.231",
              y1: "166",
              x2: "93.5524",
              y2: "171.105",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#FF1E56"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "#0096FF"
              })]
            })]
          })]
        })
      }),
      a = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 307 200",
          fill: "none",
          xmlns: "http://www.w3.org/2000/svg",
          children: [(0, e.jsx)("mask", {
            id: "mask0_16_1371",
            style: {
              maskType: "alpha"
            },
            maskUnits: "userSpaceOnUse",
            x: "0",
            y: "0",
            width: "307",
            height: "200",
            children: (0, e.jsx)("rect", {
              width: "307",
              height: "200",
              fill: "white"
            })
          }), (0, e.jsxs)("g", {
            mask: "url(#mask0_16_1371)",
            children: [(0, e.jsx)("circle", {
              cx: "153.5",
              cy: "49.5",
              r: "42",
              stroke: "black",
              strokeOpacity: "0.05"
            }), (0, e.jsx)("path", {
              d: "M154 131.5L154.5 44",
              stroke: "#8657A7",
              strokeWidth: "2"
            }), (0, e.jsxs)("g", {
              filter: "url(#filter0_d_16_1371)",
              children: [(0, e.jsx)("path", {
                d: "M136 46C136 39.3726 141.373 34 148 34H160C166.627 34 172 39.3726 172 46V58C172 64.6274 166.627 70 160 70H148C141.373 70 136 64.6274 136 58V46Z",
                fill: "#FAFAFA"
              }), (0, e.jsx)("path", {
                d: "M160 33.5C166.904 33.5 172.5 39.0964 172.5 46V58C172.5 64.9036 166.904 70.5 160 70.5H148C141.096 70.5 135.5 64.9036 135.5 58V46C135.5 39.0964 141.096 33.5 148 33.5H160Z",
                stroke: "black",
                strokeOpacity: "0.08"
              }), (0, e.jsx)("path", {
                d: "M159 52.5C160.381 52.5 161.5 53.6193 161.5 55V56.5C161.5 57.8807 160.381 59 159 59H149C147.619 59 146.5 57.8807 146.5 56.5V55C146.5 53.6193 147.619 52.5 149 52.5H159ZM149 54C148.448 54 148 54.4477 148 55V56.5C148 57.0523 148.448 57.5 149 57.5H159C159.552 57.5 160 57.0523 160 56.5V55C160 54.4477 159.552 54 159 54H149ZM159 45C160.381 45 161.5 46.1193 161.5 47.5V49C161.5 50.3807 160.381 51.5 159 51.5H149C147.619 51.5 146.5 50.3807 146.5 49V47.5C146.5 46.1193 147.619 45 149 45H159ZM149 46.5C148.448 46.5 148 46.9477 148 47.5V49C148 49.5523 148.448 50 149 50H159C159.552 50 160 49.5523 160 49V47.5C160 46.9477 159.552 46.5 159 46.5H149ZM150.25 47.5C150.664 47.5 151 47.8358 151 48.25C151 48.6642 150.664 49 150.25 49C149.836 49 149.5 48.6642 149.5 48.25C149.5 47.8358 149.836 47.5 150.25 47.5ZM152.75 47.5C153.164 47.5 153.5 47.8358 153.5 48.25C153.5 48.6642 153.164 49 152.75 49C152.336 49 152 48.6642 152 48.25C152 47.8358 152.336 47.5 152.75 47.5Z",
                fill: "#666666"
              })]
            }), (0, e.jsx)("path", {
              d: "M158 92C158 94.2091 156.209 96 154 96C151.791 96 150 94.2091 150 92C150 89.7909 151.791 88 154 88C156.209 88 158 89.7909 158 92Z",
              fill: "white"
            }), (0, e.jsx)("path", {
              d: "M154 87.5C156.485 87.5 158.5 89.5147 158.5 92C158.5 94.4853 156.485 96.5 154 96.5C151.515 96.5 149.5 94.4853 149.5 92C149.5 89.5147 151.515 87.5 154 87.5Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("circle", {
              opacity: "0.7",
              cx: "153.5",
              cy: "49.5",
              r: "71",
              stroke: "black",
              strokeOpacity: "0.05"
            }), (0, e.jsx)("circle", {
              opacity: "0.5",
              cx: "153.5",
              cy: "49.5",
              r: "102",
              stroke: "black",
              strokeOpacity: "0.05"
            }), (0, e.jsx)("circle", {
              opacity: "0.5",
              cx: "153.5",
              cy: "49.5",
              r: "135",
              stroke: "black",
              strokeOpacity: "0.05"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_16_1371)",
            children: [(0, e.jsx)("path", {
              d: "M50 105C50 98.3726 55.3726 93 62 93H246C252.627 93 258 98.3726 258 105V173C258 179.627 252.627 185 246 185H62C55.3726 185 50 179.627 50 173V105Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M246 92.5C252.904 92.5 258.5 98.0964 258.5 105V173C258.5 179.904 252.904 185.5 246 185.5H62C55.0964 185.5 49.5 179.904 49.5 173V105C49.5 98.0964 55.0964 92.5 62 92.5H246Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("circle", {
              cx: "66",
              cy: "109",
              r: "4",
              fill: "black",
              fillOpacity: "0.08"
            }), (0, e.jsx)("circle", {
              cx: "78",
              cy: "109",
              r: "4",
              fill: "black",
              fillOpacity: "0.08"
            }), (0, e.jsx)("circle", {
              cx: "90",
              cy: "109",
              r: "4",
              fill: "black",
              fillOpacity: "0.08"
            }), (0, e.jsx)("path", {
              d: "M62.696 136.016H65.288V130.664H63.188V129.812H64.196C65.108 129.812 65.504 129.404 65.504 128.48H66.296V136.016H68.684V137H62.696V136.016ZM69.9753 131.024C70.2033 129.44 71.3193 128.288 73.0233 128.288C74.5713 128.288 75.7233 129.32 75.7233 130.712C75.7233 131.936 74.7513 132.788 73.4553 133.58C72.7353 134 71.1033 135.152 71.0673 136.016H75.7833V137H69.8193C69.8193 134.504 71.6073 133.556 73.0953 132.632C74.0193 132.044 74.6673 131.384 74.6673 130.712C74.6673 129.872 73.9953 129.272 73.0233 129.272C71.9673 129.272 71.2593 129.92 71.0313 131.096L69.9753 131.024ZM78.0346 135.104C78.2866 135.8 78.8866 136.208 79.6786 136.208C80.9626 136.208 81.7426 135.092 81.9106 133.064C81.4426 133.844 80.6626 134.276 79.7506 134.276C78.0706 134.276 76.9306 133.064 76.9306 131.312C76.9306 129.464 78.1786 128.288 79.9186 128.288C80.6626 128.288 81.4186 128.564 82.0426 129.188C82.6426 129.836 82.9426 130.892 82.9426 132.236C82.9426 134.78 82.1266 137.192 79.6786 137.192C78.4066 137.192 77.3626 136.484 76.9786 135.176L78.0346 135.104ZM77.9866 131.312C77.9866 132.476 78.7546 133.292 79.8226 133.292C80.9866 133.292 81.8266 132.476 81.8386 131.312C81.8626 130.124 81.0586 129.272 79.8946 129.272C78.7786 129.272 77.9866 130.124 77.9866 131.312ZM95.9533 132.596C95.8093 131.864 95.1133 131.432 94.2973 131.432C93.6133 131.432 93.0013 131.78 93.0013 132.44C93.0013 133.136 93.8053 133.292 94.5373 133.496C95.7493 133.796 96.9853 134.18 96.9853 135.38C96.9853 136.616 95.7733 137.144 94.5133 137.144C93.0493 137.144 91.8613 136.316 91.7653 135.008L92.7853 134.936C92.9053 135.704 93.6133 136.208 94.5133 136.208C95.2213 136.208 95.9533 136.016 95.9533 135.332C95.9533 134.612 95.0413 134.516 94.3573 134.348C93.1813 134.06 91.9693 133.652 91.9693 132.5C91.9693 131.216 93.0973 130.496 94.4053 130.496C95.7253 130.496 96.7333 131.3 96.9373 132.524L95.9533 132.596ZM104.025 137H103.089L103.077 135.932C102.753 136.76 102.009 137.144 101.169 137.144C99.7526 137.144 99.0566 136.076 99.0566 134.732V130.64H100.041V134.432C100.041 135.62 100.437 136.268 101.373 136.268C102.369 136.268 103.041 135.62 103.041 134.432V130.64H104.025V137ZM110.548 132.764C110.404 131.924 109.708 131.432 108.928 131.432C107.752 131.432 107.056 132.332 107.056 133.82C107.056 135.308 107.752 136.208 108.928 136.208C109.744 136.208 110.44 135.668 110.596 134.756L111.628 134.816C111.424 136.256 110.284 137.144 108.928 137.144C107.164 137.144 106.024 135.836 106.024 133.82C106.024 131.804 107.164 130.496 108.928 130.496C110.236 130.496 111.4 131.336 111.58 132.692L110.548 132.764ZM117.743 132.764C117.599 131.924 116.903 131.432 116.123 131.432C114.947 131.432 114.251 132.332 114.251 133.82C114.251 135.308 114.947 136.208 116.123 136.208C116.939 136.208 117.635 135.668 117.791 134.756L118.823 134.816C118.619 136.256 117.479 137.144 116.123 137.144C114.359 137.144 113.219 135.836 113.219 133.82C113.219 131.804 114.359 130.496 116.123 130.496C117.431 130.496 118.595 131.336 118.775 132.692L117.743 132.764ZM120.367 133.82C120.367 131.804 121.507 130.496 123.271 130.496C124.687 130.496 125.923 131.444 126.019 133.688L126.031 134.132H121.411C121.495 135.44 122.167 136.208 123.271 136.208C123.955 136.208 124.591 135.8 124.879 135.128L125.935 135.2C125.562 136.4 124.483 137.144 123.271 137.144C121.507 137.144 120.367 135.836 120.367 133.82ZM121.435 133.256H124.963C124.783 131.912 124.063 131.432 123.271 131.432C122.251 131.432 121.591 132.104 121.435 133.256ZM131.93 132.596C131.786 131.864 131.09 131.432 130.274 131.432C129.59 131.432 128.978 131.78 128.978 132.44C128.978 133.136 129.782 133.292 130.514 133.496C131.726 133.796 132.962 134.18 132.962 135.38C132.962 136.616 131.75 137.144 130.49 137.144C129.026 137.144 127.838 136.316 127.742 135.008L128.762 134.936C128.882 135.704 129.59 136.208 130.49 136.208C131.198 136.208 131.93 136.016 131.93 135.332C131.93 134.612 131.018 134.516 130.334 134.348C129.158 134.06 127.946 133.652 127.946 132.5C127.946 131.216 129.074 130.496 130.382 130.496C131.702 130.496 132.71 131.3 132.914 132.524L131.93 132.596ZM139.125 132.596C138.981 131.864 138.285 131.432 137.469 131.432C136.785 131.432 136.173 131.78 136.173 132.44C136.173 133.136 136.977 133.292 137.709 133.496C138.921 133.796 140.157 134.18 140.157 135.38C140.157 136.616 138.945 137.144 137.685 137.144C136.221 137.144 135.033 136.316 134.937 135.008L135.957 134.936C136.077 135.704 136.785 136.208 137.685 136.208C138.393 136.208 139.125 136.016 139.125 135.332C139.125 134.612 138.213 134.516 137.529 134.348C136.353 134.06 135.141 133.652 135.141 132.5C135.141 131.216 136.269 130.496 137.577 130.496C138.897 130.496 139.905 131.3 140.109 132.524L139.125 132.596ZM143.704 130.208C143.704 129.164 144.244 128.48 145.408 128.48H146.98V129.344H145.408C144.988 129.344 144.688 129.68 144.688 130.208V131H146.908V131.876H144.688V137H143.704V131.876H142.24V131H143.704V130.208ZM154.392 137H153.456L153.444 135.932C153.12 136.76 152.376 137.144 151.536 137.144C150.12 137.144 149.424 136.076 149.424 134.732V130.64H150.408V134.432C150.408 135.62 150.804 136.268 151.74 136.268C152.736 136.268 153.408 135.62 153.408 134.432V130.64H154.392V137ZM156.775 136.124H159.007V130.088C159.007 129.572 158.791 129.344 158.299 129.344H156.787V128.48H158.299C159.379 128.48 159.991 129.056 159.991 130.088V136.124H161.995V137H156.775V136.124ZM177.821 136.016H180.413V130.664H178.313V129.812H179.321C180.233 129.812 180.629 129.404 180.629 128.48H181.421V136.016H183.809V137H177.821V136.016ZM185.1 131.024C185.328 129.44 186.444 128.288 188.148 128.288C189.696 128.288 190.848 129.32 190.848 130.712C190.848 131.936 189.876 132.788 188.58 133.58C187.86 134 186.228 135.152 186.192 136.016H190.908V137H184.944C184.944 134.504 186.732 133.556 188.22 132.632C189.144 132.044 189.792 131.384 189.792 130.712C189.792 129.872 189.12 129.272 188.148 129.272C187.092 129.272 186.384 129.92 186.156 131.096L185.1 131.024ZM193.16 135.104C193.412 135.8 194.012 136.208 194.804 136.208C196.088 136.208 196.868 135.092 197.036 133.064C196.568 133.844 195.788 134.276 194.876 134.276C193.196 134.276 192.056 133.064 192.056 131.312C192.056 129.464 193.304 128.288 195.044 128.288C195.788 128.288 196.544 128.564 197.168 129.188C197.768 129.836 198.068 130.892 198.068 132.236C198.068 134.78 197.252 137.192 194.804 137.192C193.532 137.192 192.488 136.484 192.104 135.176L193.16 135.104ZM193.112 131.312C193.112 132.476 193.88 133.292 194.948 133.292C196.112 133.292 196.952 132.476 196.964 131.312C196.988 130.124 196.184 129.272 195.02 129.272C193.904 129.272 193.112 130.124 193.112 131.312ZM62.696 152.016H65.288V146.664H63.188V145.812H64.196C65.108 145.812 65.504 145.404 65.504 144.48H66.296V152.016H68.684V153H62.696V152.016ZM69.9753 147.024C70.2033 145.44 71.3193 144.288 73.0233 144.288C74.5713 144.288 75.7233 145.32 75.7233 146.712C75.7233 147.936 74.7513 148.788 73.4553 149.58C72.7353 150 71.1033 151.152 71.0673 152.016H75.7833V153H69.8193C69.8193 150.504 71.6073 149.556 73.0953 148.632C74.0193 148.044 74.6673 147.384 74.6673 146.712C74.6673 145.872 73.9953 145.272 73.0233 145.272C71.9673 145.272 71.2593 145.92 71.0313 147.096L69.9753 147.024ZM78.0346 151.104C78.2866 151.8 78.8866 152.208 79.6786 152.208C80.9626 152.208 81.7426 151.092 81.9106 149.064C81.4426 149.844 80.6626 150.276 79.7506 150.276C78.0706 150.276 76.9306 149.064 76.9306 147.312C76.9306 145.464 78.1786 144.288 79.9186 144.288C80.6626 144.288 81.4186 144.564 82.0426 145.188C82.6426 145.836 82.9426 146.892 82.9426 148.236C82.9426 150.78 82.1266 153.192 79.6786 153.192C78.4066 153.192 77.3626 152.484 76.9786 151.176L78.0346 151.104ZM77.9866 147.312C77.9866 148.476 78.7546 149.292 79.8226 149.292C80.9866 149.292 81.8266 148.476 81.8386 147.312C81.8626 146.124 81.0586 145.272 79.8946 145.272C78.7786 145.272 77.9866 146.124 77.9866 147.312ZM96.1573 148.764C96.0133 147.924 95.3173 147.432 94.5373 147.432C93.3613 147.432 92.6653 148.332 92.6653 149.82C92.6653 151.308 93.3613 152.208 94.5373 152.208C95.3533 152.208 96.0493 151.668 96.2053 150.756L97.2373 150.816C97.0333 152.256 95.8933 153.144 94.5373 153.144C92.7733 153.144 91.6333 151.836 91.6333 149.82C91.6333 147.804 92.7733 146.496 94.5373 146.496C95.8453 146.496 97.0093 147.336 97.1893 148.692L96.1573 148.764ZM98.8766 148.512C99.1046 147.312 100.137 146.496 101.457 146.496C102.993 146.496 104.013 147.384 104.013 149.16V151.716C104.013 152.004 104.133 152.124 104.409 152.124H104.673V153H104.349C103.605 153 103.149 152.604 103.041 152.004C102.789 152.604 102.057 153.144 101.037 153.144C99.7766 153.144 98.7686 152.472 98.7686 151.344C98.7686 150.036 99.7526 149.7 101.145 149.424L103.029 149.064C103.017 147.96 102.405 147.432 101.457 147.432C100.665 147.432 100.089 147.912 99.9326 148.596L98.8766 148.512ZM99.8006 151.344C99.8006 151.86 100.233 152.28 101.169 152.268C102.225 152.268 103.053 151.524 103.053 150.276V149.94L101.529 150.204C100.593 150.372 99.8006 150.444 99.8006 151.344ZM110.548 148.764C110.404 147.924 109.708 147.432 108.928 147.432C107.752 147.432 107.056 148.332 107.056 149.82C107.056 151.308 107.752 152.208 108.928 152.208C109.744 152.208 110.44 151.668 110.596 150.756L111.628 150.816C111.424 152.256 110.284 153.144 108.928 153.144C107.164 153.144 106.024 151.836 106.024 149.82C106.024 147.804 107.164 146.496 108.928 146.496C110.236 146.496 111.4 147.336 111.58 148.692L110.548 148.764ZM113.579 144.48H114.563V147.528C114.935 146.82 115.679 146.496 116.471 146.496C117.923 146.496 118.619 147.564 118.619 148.908V153H117.635V149.268C117.635 148.08 117.239 147.432 116.267 147.432C115.235 147.432 114.563 148.08 114.563 149.268V153H113.579V144.48ZM120.367 149.82C120.367 147.804 121.507 146.496 123.271 146.496C124.687 146.496 125.923 147.444 126.019 149.688L126.031 150.132H121.411C121.495 151.44 122.167 152.208 123.271 152.208C123.955 152.208 124.591 151.8 124.879 151.128L125.935 151.2C125.562 152.4 124.483 153.144 123.271 153.144C121.507 153.144 120.367 151.836 120.367 149.82ZM121.435 149.256H124.963C124.783 147.912 124.063 147.432 123.271 147.432C122.251 147.432 121.591 148.104 121.435 149.256ZM132.986 144.48V153H132.098L132.062 152.064C131.702 152.736 131.018 153.144 130.034 153.144C128.198 153.144 127.346 151.584 127.346 149.82C127.346 148.056 128.198 146.496 130.034 146.496C130.97 146.496 131.642 146.856 132.002 147.504V144.48H132.986ZM128.378 149.82C128.378 151.056 128.906 152.208 130.238 152.208C131.534 152.208 132.086 151.032 132.086 149.82C132.086 148.56 131.534 147.396 130.238 147.396C128.906 147.396 128.378 148.548 128.378 149.82ZM65.6 169.192C63.884 169.192 62.588 168.22 62.588 166.66C62.588 165.604 63.212 164.788 64.232 164.38C63.452 164.044 62.996 163.48 62.996 162.628C62.996 161.284 64.136 160.288 65.6 160.288C67.076 160.288 68.204 161.284 68.204 162.628C68.204 163.48 67.748 164.044 66.968 164.38C68 164.8 68.612 165.616 68.612 166.66C68.612 168.22 67.316 169.192 65.6 169.192ZM63.644 166.576C63.644 167.548 64.448 168.208 65.6 168.208C66.752 168.208 67.556 167.548 67.556 166.576C67.556 165.628 66.752 164.968 65.6 164.968C64.448 164.968 63.644 165.628 63.644 166.576ZM64.052 162.628C64.052 163.408 64.688 163.948 65.6 163.948C66.512 163.948 67.148 163.408 67.148 162.628C67.148 161.824 66.512 161.272 65.6 161.272C64.688 161.272 64.052 161.824 64.052 162.628ZM72.7953 169.192C70.9473 169.192 69.7833 167.464 69.7833 164.752C69.7833 162.016 70.9473 160.288 72.7953 160.288C74.6433 160.288 75.8073 162.016 75.8073 164.752C75.8073 167.464 74.6433 169.192 72.7953 169.192ZM70.8273 164.752C70.8273 166.864 71.5953 168.208 72.7953 168.208C73.9953 168.208 74.7633 166.864 74.7633 164.752C74.7633 162.616 73.9953 161.272 72.7953 161.272C71.5953 161.272 70.8273 162.616 70.8273 164.752ZM76.9666 162.64H77.8546L77.8906 163.528C78.1306 162.856 78.5746 162.496 79.2106 162.496C79.7746 162.496 80.0986 162.868 80.3026 163.696C80.5186 162.952 81.0466 162.496 81.6946 162.496C82.6666 162.496 83.0866 163.312 83.0866 165.184V169H82.1026V165.184C82.1026 163.864 81.9226 163.372 81.4186 163.372C80.8546 163.372 80.5186 164.032 80.5186 165.184V169H79.5346V165.184C79.5346 163.888 79.3186 163.372 78.7666 163.372C78.2746 163.372 77.9506 164.032 77.9506 165.184V169H76.9666V162.64ZM88.7579 164.596C88.6139 163.864 87.9179 163.432 87.1019 163.432C86.4179 163.432 85.8059 163.78 85.8059 164.44C85.8059 165.136 86.6099 165.292 87.3419 165.496C88.5539 165.796 89.7899 166.18 89.7899 167.38C89.7899 168.616 88.5779 169.144 87.3179 169.144C85.8539 169.144 84.6659 168.316 84.5699 167.008L85.5899 166.936C85.7099 167.704 86.4179 168.208 87.3179 168.208C88.0259 168.208 88.7579 168.016 88.7579 167.332C88.7579 166.612 87.8459 166.516 87.1619 166.348C85.9859 166.06 84.7739 165.652 84.7739 164.5C84.7739 163.216 85.9019 162.496 87.2099 162.496C88.5299 162.496 89.5379 163.3 89.7419 164.524L88.7579 164.596Z",
              fill: "#171717"
            }), (0, e.jsx)("path", {
              d: "M167.042 137L166.214 138.908H165.614L166.214 137H165.638V135.644H167.03V137H167.042ZM208.498 128.96H209.482V130.64H211.918V131.516H209.482V135.272C209.482 135.8 209.782 136.124 210.31 136.124H211.894V137H210.31C209.038 137 208.498 136.316 208.498 135.26V131.516H206.794V130.64H208.498V128.96ZM216.702 137.144C214.938 137.144 213.798 135.836 213.798 133.82C213.798 131.804 214.938 130.496 216.702 130.496C218.466 130.496 219.606 131.804 219.606 133.82C219.606 135.836 218.466 137.144 216.702 137.144ZM214.83 133.82C214.83 135.308 215.526 136.208 216.702 136.208C217.89 136.208 218.574 135.308 218.574 133.82C218.574 132.332 217.89 131.432 216.702 131.432C215.526 131.432 214.83 132.332 214.83 133.82ZM222.889 128.96H223.873V130.64H226.309V131.516H223.873V135.272C223.873 135.8 224.173 136.124 224.701 136.124H226.285V137H224.701C223.429 137 222.889 136.316 222.889 135.26V131.516H221.185V130.64H222.889V128.96ZM228.392 132.512C228.62 131.312 229.652 130.496 230.972 130.496C232.508 130.496 233.528 131.384 233.528 133.16V135.716C233.528 136.004 233.648 136.124 233.924 136.124H234.188V137H233.864C233.12 137 232.664 136.604 232.556 136.004C232.304 136.604 231.572 137.144 230.552 137.144C229.292 137.144 228.284 136.472 228.284 135.344C228.284 134.036 229.268 133.7 230.66 133.424L232.544 133.064C232.532 131.96 231.92 131.432 230.972 131.432C230.18 131.432 229.604 131.912 229.448 132.596L228.392 132.512ZM229.316 135.344C229.316 135.86 229.748 136.28 230.684 136.268C231.74 136.268 232.568 135.524 232.568 134.276V133.94L231.044 134.204C230.108 134.372 229.316 134.444 229.316 135.344ZM235.924 136.124H238.156V130.088C238.156 129.572 237.94 129.344 237.448 129.344H235.936V128.48H237.448C238.528 128.48 239.14 129.056 239.14 130.088V136.124H241.144V137H235.924V136.124ZM138.261 153L137.433 154.908H136.833L137.433 153H136.857V151.644H138.249V153H138.261ZM149.04 152.016H151.632V146.664H149.532V145.812H150.54C151.452 145.812 151.848 145.404 151.848 144.48H152.64V152.016H155.028V153H149.04V152.016ZM156.319 147.024C156.547 145.44 157.663 144.288 159.367 144.288C160.915 144.288 162.067 145.32 162.067 146.712C162.067 147.936 161.095 148.788 159.799 149.58C159.079 150 157.447 151.152 157.411 152.016H162.127V153H156.163C156.163 150.504 157.951 149.556 159.439 148.632C160.363 148.044 161.011 147.384 161.011 146.712C161.011 145.872 160.339 145.272 159.367 145.272C158.311 145.272 157.603 145.92 157.375 147.096L156.319 147.024ZM164.378 151.104C164.63 151.8 165.23 152.208 166.022 152.208C167.306 152.208 168.086 151.092 168.254 149.064C167.786 149.844 167.006 150.276 166.094 150.276C164.414 150.276 163.274 149.064 163.274 147.312C163.274 145.464 164.522 144.288 166.262 144.288C167.006 144.288 167.762 144.564 168.386 145.188C168.986 145.836 169.286 146.892 169.286 148.236C169.286 150.78 168.47 153.192 166.022 153.192C164.75 153.192 163.706 152.484 163.322 151.176L164.378 151.104ZM164.33 147.312C164.33 148.476 165.098 149.292 166.166 149.292C167.33 149.292 168.17 148.476 168.182 147.312C168.206 146.124 167.402 145.272 166.238 145.272C165.122 145.272 164.33 146.124 164.33 147.312ZM179.717 144.96H180.701V146.64H183.137V147.516H180.701V151.272C180.701 151.8 181.001 152.124 181.529 152.124H183.113V153H181.529C180.257 153 179.717 152.316 179.717 151.26V147.516H178.013V146.64H179.717V144.96ZM187.92 153.144C186.156 153.144 185.016 151.836 185.016 149.82C185.016 147.804 186.156 146.496 187.92 146.496C189.684 146.496 190.824 147.804 190.824 149.82C190.824 151.836 189.684 153.144 187.92 153.144ZM186.048 149.82C186.048 151.308 186.744 152.208 187.92 152.208C189.108 152.208 189.792 151.308 189.792 149.82C189.792 148.332 189.108 147.432 187.92 147.432C186.744 147.432 186.048 148.332 186.048 149.82ZM194.108 144.96H195.092V146.64H197.528V147.516H195.092V151.272C195.092 151.8 195.392 152.124 195.92 152.124H197.504V153H195.92C194.648 153 194.108 152.316 194.108 151.26V147.516H192.404V146.64H194.108V144.96ZM199.611 148.512C199.839 147.312 200.871 146.496 202.191 146.496C203.727 146.496 204.747 147.384 204.747 149.16V151.716C204.747 152.004 204.867 152.124 205.143 152.124H205.407V153H205.083C204.339 153 203.883 152.604 203.775 152.004C203.523 152.604 202.791 153.144 201.771 153.144C200.511 153.144 199.503 152.472 199.503 151.344C199.503 150.036 200.487 149.7 201.879 149.424L203.763 149.064C203.751 147.96 203.139 147.432 202.191 147.432C201.399 147.432 200.823 147.912 200.667 148.596L199.611 148.512ZM200.535 151.344C200.535 151.86 200.967 152.28 201.903 152.268C202.959 152.268 203.787 151.524 203.787 150.276V149.94L202.263 150.204C201.327 150.372 200.535 150.444 200.535 151.344ZM207.142 152.124H209.374V146.088C209.374 145.572 209.158 145.344 208.666 145.344H207.154V144.48H208.666C209.746 144.48 210.358 145.056 210.358 146.088V152.124H212.362V153H207.142V152.124Z",
              fill: "#666666"
            }), (0, e.jsx)("path", {
              d: "M98.8526 162.22L104.313 164.668V165.904L98.8526 168.352V167.344L103.437 165.292L98.8526 163.228V162.22ZM106.048 162.22L111.508 164.668V165.904L106.048 168.352V167.344L110.632 165.292L106.048 163.228V162.22ZM113.243 162.22L118.703 164.668V165.904L113.243 168.352V167.344L117.827 165.292L113.243 163.228V162.22ZM127.886 160.48H133.106V161.464H128.894V164.344H132.89V165.316H128.894V169H127.886V160.48ZM140.397 166.024C140.397 167.968 139.341 169.192 137.553 169.192C135.765 169.192 134.709 167.968 134.709 166.024V160.468H135.717V166.024C135.717 167.416 136.341 168.208 137.553 168.208C138.777 168.208 139.389 167.416 139.389 166.024V160.468H140.397V166.024ZM142.24 169V160.48H143.248V168.016H147.76V169H142.24ZM149.436 169V160.48H150.444V168.016H154.956V169H149.436ZM169.442 160.48V161.464H166.838V169H165.83V161.464H163.226V160.48H169.442ZM176.374 166.024C176.374 167.968 175.318 169.192 173.53 169.192C171.742 169.192 170.686 167.968 170.686 166.024V160.468H171.694V166.024C171.694 167.416 172.318 168.208 173.53 168.208C174.754 168.208 175.366 167.416 175.366 166.024V160.468H176.374V166.024ZM180.689 160.48C182.489 160.48 183.593 161.464 183.593 163.048C183.593 164.032 182.945 164.8 182.213 165.04C183.005 165.196 183.353 165.628 183.437 166.492L183.677 169H182.657L182.441 166.588C182.369 165.82 181.853 165.556 180.593 165.556H179.021V169H178.013V160.48H180.689ZM179.021 164.572H180.689C181.877 164.572 182.537 164.02 182.537 163.024C182.537 162.028 181.877 161.464 180.689 161.464H179.021V164.572ZM185.268 169V160.48H187.608C189.552 160.48 190.632 161.332 190.632 162.832C190.632 163.744 190.02 164.428 189.108 164.596C190.272 164.752 190.992 165.496 190.992 166.6C190.992 168.076 189.876 169 188.088 169H185.268ZM186.276 168.016H188.088C189.228 168.016 189.936 167.476 189.936 166.6C189.936 165.688 189.264 165.16 188.088 165.16H186.276V168.016ZM186.276 164.176H187.608C188.88 164.176 189.576 163.696 189.576 162.832C189.576 161.956 188.88 161.464 187.608 161.464H186.276V164.176ZM195.116 169.192C193.148 169.192 191.984 167.476 191.984 164.752C191.984 162.004 193.148 160.288 195.116 160.288C197.084 160.288 198.248 162.004 198.248 164.752C198.248 167.476 197.084 169.192 195.116 169.192ZM193.028 164.752C193.028 166.864 193.796 168.208 195.116 168.208C196.436 168.208 197.204 166.864 197.204 164.752C197.204 162.616 196.436 161.272 195.116 161.272C193.796 161.272 193.028 162.616 193.028 164.752Z",
              fill: "url(#paint2_linear_16_1371)"
            })]
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_16_1371",
              x: "133",
              y: "32",
              width: "42",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1371"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1371",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_16_1371",
              x: "47",
              y: "91",
              width: "214",
              height: "98",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1371"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1371",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_16_1371",
              x1: "154",
              y1: "179.692",
              x2: "154",
              y2: "164.923",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint1_linear_16_1371",
              x1: "462",
              y1: "51.6923",
              x2: "462",
              y2: "36.9231",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint2_linear_16_1371",
              x1: "203.231",
              y1: "166",
              x2: "93.5524",
              y2: "171.105",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "#FF1E56"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "#0096FF"
              })]
            })]
          })]
        })
      })
  },
  334265: C => {
    "use strict";
    C.s({
      EffortlessGraphic: () => l
    });
    var e = C.i(892988),
      t = C.i(246108),
      i = C.i(378469),
      s = C.i(109570);
    let l = () => {
        let {
          resolvedTheme: C
        } = (0, t.useTheme)(), [l, o] = (0, i.useState)(!1);
        return ((0, i.useEffect)(() => {
          o(!0)
        }, []), l) ? "dark" === C ? (0, e.jsx)(a, {}) : (0, e.jsx)(r, {}) : (0, e.jsx)("div", {
          className: s.sizingString
        })
      },
      r = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 312 200",
          fill: "none",
          xmlns: "http://www.w3.org/2000/svg",
          children: [(0, e.jsxs)("g", {
            filter: "url(#filter0_d_16_1393)",
            children: [(0, e.jsx)("path", {
              d: "M3 43C3 38.5817 6.58172 35 11 35H137C141.418 35 145 38.5817 145 43V158C145 162.418 141.418 166 137 166H11C6.58172 166 3 162.418 3 158V43Z",
              fill: "white"
            }), (0, e.jsx)("path", {
              d: "M137 34.5C141.694 34.5 145.5 38.3056 145.5 43V158C145.5 162.694 141.694 166.5 137 166.5H11C6.30558 166.5 2.5 162.694 2.5 158V43C2.5 38.3056 6.30558 34.5 11 34.5H137Z",
              stroke: "black",
              strokeOpacity: "0.08"
            })]
          }), (0, e.jsx)("line", {
            x1: "3",
            y1: "69.5",
            x2: "146",
            y2: "69.5",
            stroke: "#EAEAEA"
          }), (0, e.jsx)("line", {
            x1: "129",
            y1: "146",
            x2: "179",
            y2: "146",
            stroke: "#0196FF",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M129 119.5H135.093C140.762 119.5 146.166 117.094 149.959 112.879L156.041 106.121C159.834 101.906 165.238 99.5 170.907 99.5H179",
            stroke: "#8657A7",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M129 92.5V92.5C138.175 92.5 146.552 87.2687 150.575 79.0222L157.425 64.9778C161.448 56.7313 169.825 51.5 179 51.5V51.5",
            stroke: "#FF1E56",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M132 92C132 94.2091 130.209 96 128 96C125.791 96 124 94.2091 124 92C124 89.7909 125.791 88 128 88C130.209 88 132 89.7909 132 92Z",
            fill: "white"
          }), (0, e.jsx)("path", {
            d: "M128 87.5C130.485 87.5 132.5 89.5147 132.5 92C132.5 94.4853 130.485 96.5 128 96.5C125.515 96.5 123.5 94.4853 123.5 92C123.5 89.5147 125.515 87.5 128 87.5Z",
            stroke: "black",
            strokeOpacity: "0.08"
          }), (0, e.jsx)("path", {
            d: "M132 119C132 121.209 130.209 123 128 123C125.791 123 124 121.209 124 119C124 116.791 125.791 115 128 115C130.209 115 132 116.791 132 119Z",
            fill: "white"
          }), (0, e.jsx)("path", {
            d: "M128 114.5C130.485 114.5 132.5 116.515 132.5 119C132.5 121.485 130.485 123.5 128 123.5C125.515 123.5 123.5 121.485 123.5 119C123.5 116.515 125.515 114.5 128 114.5Z",
            stroke: "black",
            strokeOpacity: "0.08"
          }), (0, e.jsx)("path", {
            d: "M132 146C132 148.209 130.209 150 128 150C125.791 150 124 148.209 124 146C124 143.791 125.791 142 128 142C130.209 142 132 143.791 132 146Z",
            fill: "white"
          }), (0, e.jsx)("path", {
            d: "M128 141.5C130.485 141.5 132.5 143.515 132.5 146C132.5 148.485 130.485 150.5 128 150.5C125.515 150.5 123.5 148.485 123.5 146C123.5 143.515 125.515 141.5 128 141.5Z",
            stroke: "black",
            strokeOpacity: "0.08"
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_16_1393)",
            children: [(0, e.jsx)("path", {
              d: "M177 46C177 39.3726 182.373 34 189 34H297C303.627 34 309 39.3726 309 46V58C309 64.6274 303.627 70 297 70H189C182.373 70 177 64.6274 177 58V46Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M297 33.5C303.904 33.5 309.5 39.0964 309.5 46V58C309.5 64.9036 303.904 70.5 297 70.5H189C182.096 70.5 176.5 64.9036 176.5 58V46C176.5 39.0964 182.096 33.5 189 33.5H297Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip0_16_1393)",
              children: [(0, e.jsx)("circle", {
                cx: "199",
                cy: "52",
                r: "7.375",
                fill: "black",
                stroke: "black",
                strokeWidth: "1.25",
                strokeLinecap: "round",
                strokeLinejoin: "round"
              }), (0, e.jsx)("path", {
                d: "M201.63 55V49",
                stroke: "url(#paint0_linear_16_1393)",
                strokeWidth: "1.25",
                strokeMiterlimit: "1.41421"
              }), (0, e.jsx)("path", {
                d: "M196.995 49.001L204.352 57.9443C204.042 58.2233 203.71 58.4777 203.359 58.7061L196.995 50.9688V55H195.745V49H196.995V49.001Z",
                fill: "url(#paint1_linear_16_1393)"
              })]
            }), (0, e.jsx)("path", {
              d: "M218.817 50.94L219.598 54.504L220.335 50.17H221.424L220.247 56H219.059L218.3 52.568L217.541 56H216.353L215.176 50.17H216.265L217.002 54.504L217.783 50.94H218.817ZM225.413 50.94L226.194 54.504L226.931 50.17H228.02L226.843 56H225.655L224.896 52.568L224.137 56H222.949L221.772 50.17H222.861L223.598 54.504L224.379 50.94H225.413ZM232.008 50.94L232.789 54.504L233.526 50.17H234.615L233.438 56H232.25L231.491 52.568L230.732 56H229.544L228.367 50.17H229.456L230.193 54.504L230.974 50.94H232.008ZM237.394 54.658H238.78V56H237.394V54.658ZM242.175 51.897C242.406 50.775 243.363 50.038 244.595 50.038C246.014 50.038 246.949 50.863 246.949 52.48V54.713C246.949 54.966 247.059 55.076 247.301 55.076H247.543V56H247.246C246.542 56 246.124 55.626 246.014 55.109C245.783 55.648 245.112 56.132 244.199 56.132C243.033 56.132 242.076 55.516 242.076 54.471C242.076 53.261 242.978 52.931 244.309 52.667L245.893 52.359C245.882 51.457 245.376 51.017 244.584 51.017C243.913 51.017 243.429 51.413 243.297 51.974L242.175 51.897ZM243.187 54.449C243.187 54.867 243.55 55.208 244.331 55.208C245.222 55.208 245.915 54.592 245.915 53.525V53.272L244.65 53.492C243.825 53.646 243.176 53.701 243.187 54.449ZM252.808 52.194C252.687 51.457 252.093 51.017 251.422 51.017C250.41 51.017 249.816 51.787 249.816 53.085C249.816 54.372 250.41 55.153 251.422 55.153C252.126 55.153 252.72 54.68 252.841 53.888L253.952 53.954C253.776 55.296 252.687 56.132 251.422 56.132C249.783 56.132 248.716 54.944 248.716 53.085C248.716 51.226 249.783 50.038 251.422 50.038C252.654 50.038 253.754 50.841 253.908 52.117L252.808 52.194ZM255.047 50.17H255.982L256.015 50.962C256.235 50.368 256.631 50.038 257.203 50.038C257.72 50.038 258.028 50.368 258.215 51.105C258.413 50.445 258.875 50.038 259.469 50.038C260.36 50.038 260.756 50.786 260.756 52.458V56H259.722V52.458C259.722 51.347 259.568 50.929 259.15 50.929C258.688 50.929 258.424 51.468 258.424 52.458V56H257.379V52.458C257.379 51.347 257.214 50.929 256.752 50.929C256.334 50.929 256.092 51.468 256.092 52.458V56H255.047V50.17ZM261.863 53.085C261.863 51.226 262.93 50.038 264.558 50.038C265.867 50.038 267.044 50.885 267.132 52.975L267.143 53.393H262.974C263.062 54.504 263.623 55.153 264.558 55.153C265.152 55.153 265.68 54.812 265.933 54.229L267.055 54.317C266.714 55.439 265.713 56.132 264.558 56.132C262.93 56.132 261.863 54.944 261.863 53.085ZM262.996 52.535H265.999C265.834 51.402 265.229 51.017 264.558 51.017C263.7 51.017 263.15 51.578 262.996 52.535ZM270.373 54.658H271.759V56H270.373V54.658ZM279.19 52.194C279.069 51.457 278.475 51.017 277.804 51.017C276.792 51.017 276.198 51.787 276.198 53.085C276.198 54.372 276.792 55.153 277.804 55.153C278.508 55.153 279.102 54.68 279.223 53.888L280.334 53.954C280.158 55.296 279.069 56.132 277.804 56.132C276.165 56.132 275.098 54.944 275.098 53.085C275.098 51.226 276.165 50.038 277.804 50.038C279.036 50.038 280.136 50.841 280.29 52.117L279.19 52.194ZM284.257 56.132C282.64 56.132 281.562 54.933 281.562 53.085C281.562 51.237 282.64 50.038 284.257 50.038C285.874 50.038 286.952 51.237 286.952 53.085C286.952 54.933 285.874 56.132 284.257 56.132ZM282.662 53.085C282.662 54.372 283.245 55.153 284.257 55.153C285.269 55.153 285.852 54.372 285.852 53.085C285.852 51.787 285.269 51.017 284.257 51.017C283.245 51.017 282.662 51.787 282.662 53.085ZM288.026 50.17H288.961L288.994 50.962C289.214 50.368 289.61 50.038 290.182 50.038C290.699 50.038 291.007 50.368 291.194 51.105C291.392 50.445 291.854 50.038 292.448 50.038C293.339 50.038 293.735 50.786 293.735 52.458V56H292.701V52.458C292.701 51.347 292.547 50.929 292.129 50.929C291.667 50.929 291.403 51.468 291.403 52.458V56H290.358V52.458C290.358 51.347 290.193 50.929 289.731 50.929C289.313 50.929 289.071 51.468 289.071 52.458V56H288.026V50.17Z",
              fill: "#666666"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter2_d_16_1393)",
            children: [(0, e.jsx)("path", {
              d: "M177 140C177 133.373 182.373 128 189 128H297C303.627 128 309 133.373 309 140V152C309 158.627 303.627 164 297 164H189C182.373 164 177 158.627 177 152V140Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M297 127.5C303.904 127.5 309.5 133.096 309.5 140V152C309.5 158.904 303.904 164.5 297 164.5H189C182.096 164.5 176.5 158.904 176.5 152V140C176.5 133.096 182.096 127.5 189 127.5H297Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsx)("path", {
              d: "M196.976 151.333H202.924C203.113 151.333 203.299 151.284 203.462 151.19C203.626 151.097 203.762 150.962 203.856 150.8C203.95 150.638 204 150.454 204 150.267C204 150.079 203.95 149.895 203.856 149.733L199.861 142.876C199.767 142.714 199.631 142.579 199.467 142.486C199.304 142.392 199.118 142.343 198.929 142.343C198.74 142.343 198.555 142.392 198.391 142.486C198.228 142.579 198.092 142.714 197.998 142.876L196.976 144.631L194.979 141.2C194.885 141.038 194.749 140.903 194.585 140.81C194.422 140.716 194.236 140.667 194.047 140.667C193.858 140.667 193.673 140.716 193.509 140.81C193.345 140.903 193.21 141.038 193.115 141.2L188.144 149.733C188.05 149.895 188 150.079 188 150.267C188 150.454 188.05 150.638 188.144 150.8C188.238 150.962 188.374 151.097 188.538 151.19C188.701 151.284 188.887 151.333 189.076 151.333H192.81C194.289 151.333 195.38 150.689 196.13 149.433L197.953 146.305L198.929 144.631L201.859 149.659H197.953L196.976 151.333ZM192.749 149.658L190.143 149.657L194.049 142.953L195.998 146.305L194.693 148.545C194.194 149.361 193.628 149.658 192.749 149.658Z",
              fill: "#00DC82"
            }), (0, e.jsx)("path", {
              d: "M212.858 142.19H213.903V144.929C214.233 144.346 214.816 144.038 215.652 144.038C217.302 144.038 218.083 145.457 218.083 147.085C218.083 148.713 217.302 150.132 215.652 150.132C214.772 150.132 214.178 149.78 213.848 149.186L213.815 150H212.858V142.19ZM213.815 147.085C213.815 148.141 214.266 149.153 215.399 149.153C216.532 149.153 216.983 148.152 216.983 147.085C216.983 145.974 216.532 144.973 215.399 144.973C214.266 144.973 213.815 145.985 213.815 147.085ZM219.674 149.076H221.698V143.774C221.698 143.323 221.5 143.114 221.071 143.114H219.685V142.19H221.071C222.149 142.19 222.743 142.751 222.743 143.774V149.076H224.547V150H219.674V149.076ZM228.491 150.132C226.874 150.132 225.796 148.933 225.796 147.085C225.796 145.237 226.874 144.038 228.491 144.038C230.108 144.038 231.186 145.237 231.186 147.085C231.186 148.933 230.108 150.132 228.491 150.132ZM226.896 147.085C226.896 148.372 227.479 149.153 228.491 149.153C229.503 149.153 230.086 148.372 230.086 147.085C230.086 145.787 229.503 145.017 228.491 145.017C227.479 145.017 226.896 145.787 226.896 147.085ZM235.01 149.692C233.448 149.692 232.436 148.515 232.436 146.887C232.436 145.226 233.47 144.038 235.01 144.038C235.78 144.038 236.385 144.445 236.649 145.072V144.17H237.65V149.373C237.65 150.957 236.627 151.782 235.065 151.782C233.8 151.782 232.876 151.111 232.601 150.088L233.701 150.022C233.932 150.539 234.394 150.836 235.065 150.836C236.022 150.836 236.605 150.407 236.605 149.604V148.724C236.264 149.362 235.615 149.692 235.01 149.692ZM233.536 146.887C233.536 147.987 234.119 148.757 235.098 148.757C236.033 148.757 236.616 147.987 236.627 146.887C236.649 145.787 236.066 145.006 235.098 145.006C234.119 145.006 233.536 145.787 233.536 146.887ZM240.99 148.658H242.376V150H240.99V148.658ZM245.771 145.897C246.002 144.775 246.959 144.038 248.191 144.038C249.61 144.038 250.545 144.863 250.545 146.48V148.713C250.545 148.966 250.655 149.076 250.897 149.076H251.139V150H250.842C250.138 150 249.72 149.626 249.61 149.109C249.379 149.648 248.708 150.132 247.795 150.132C246.629 150.132 245.672 149.516 245.672 148.471C245.672 147.261 246.574 146.931 247.905 146.667L249.489 146.359C249.478 145.457 248.972 145.017 248.18 145.017C247.509 145.017 247.025 145.413 246.893 145.974L245.771 145.897ZM246.783 148.449C246.783 148.867 247.146 149.208 247.927 149.208C248.818 149.208 249.511 148.592 249.511 147.525V147.272L248.246 147.492C247.421 147.646 246.772 147.701 246.783 148.449ZM256.403 146.194C256.282 145.457 255.688 145.017 255.017 145.017C254.005 145.017 253.411 145.787 253.411 147.085C253.411 148.372 254.005 149.153 255.017 149.153C255.721 149.153 256.315 148.68 256.436 147.888L257.547 147.954C257.371 149.296 256.282 150.132 255.017 150.132C253.378 150.132 252.311 148.944 252.311 147.085C252.311 145.226 253.378 144.038 255.017 144.038C256.249 144.038 257.349 144.841 257.503 146.117L256.403 146.194ZM258.643 144.17H259.578L259.611 144.962C259.831 144.368 260.227 144.038 260.799 144.038C261.316 144.038 261.624 144.368 261.811 145.105C262.009 144.445 262.471 144.038 263.065 144.038C263.956 144.038 264.352 144.786 264.352 146.458V150H263.318V146.458C263.318 145.347 263.164 144.929 262.746 144.929C262.284 144.929 262.02 145.468 262.02 146.458V150H260.975V146.458C260.975 145.347 260.81 144.929 260.348 144.929C259.93 144.929 259.688 145.468 259.688 146.458V150H258.643V144.17ZM265.459 147.085C265.459 145.226 266.526 144.038 268.154 144.038C269.463 144.038 270.64 144.885 270.728 146.975L270.739 147.393H266.57C266.658 148.504 267.219 149.153 268.154 149.153C268.748 149.153 269.276 148.812 269.529 148.229L270.651 148.317C270.31 149.439 269.309 150.132 268.154 150.132C266.526 150.132 265.459 148.944 265.459 147.085ZM266.592 146.535H269.595C269.43 145.402 268.825 145.017 268.154 145.017C267.296 145.017 266.746 145.578 266.592 146.535ZM273.968 148.658H275.354V150H273.968V148.658ZM282.786 146.194C282.665 145.457 282.071 145.017 281.4 145.017C280.388 145.017 279.794 145.787 279.794 147.085C279.794 148.372 280.388 149.153 281.4 149.153C282.104 149.153 282.698 148.68 282.819 147.888L283.93 147.954C283.754 149.296 282.665 150.132 281.4 150.132C279.761 150.132 278.694 148.944 278.694 147.085C278.694 145.226 279.761 144.038 281.4 144.038C282.632 144.038 283.732 144.841 283.886 146.117L282.786 146.194ZM287.853 150.132C286.236 150.132 285.158 148.933 285.158 147.085C285.158 145.237 286.236 144.038 287.853 144.038C289.47 144.038 290.548 145.237 290.548 147.085C290.548 148.933 289.47 150.132 287.853 150.132ZM286.258 147.085C286.258 148.372 286.841 149.153 287.853 149.153C288.865 149.153 289.448 148.372 289.448 147.085C289.448 145.787 288.865 145.017 287.853 145.017C286.841 145.017 286.258 145.787 286.258 147.085ZM291.621 144.17H292.556L292.589 144.962C292.809 144.368 293.205 144.038 293.777 144.038C294.294 144.038 294.602 144.368 294.789 145.105C294.987 144.445 295.449 144.038 296.043 144.038C296.934 144.038 297.33 144.786 297.33 146.458V150H296.296V146.458C296.296 145.347 296.142 144.929 295.724 144.929C295.262 144.929 294.998 145.468 294.998 146.458V150H293.953V146.458C293.953 145.347 293.788 144.929 293.326 144.929C292.908 144.929 292.666 145.468 292.666 146.458V150H291.621V144.17Z",
              fill: "#666666"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter3_d_16_1393)",
            children: [(0, e.jsx)("path", {
              d: "M177 94C177 87.3726 182.373 82 189 82H297C303.627 82 309 87.3726 309 94V106C309 112.627 303.627 118 297 118H189C182.373 118 177 112.627 177 106V94Z",
              fill: "#FAFAFA"
            }), (0, e.jsx)("path", {
              d: "M297 81.5C303.904 81.5 309.5 87.0964 309.5 94V106C309.5 112.904 303.904 118.5 297 118.5H189C182.096 118.5 176.5 112.904 176.5 106V94C176.5 87.0964 182.096 81.5 189 81.5H297Z",
              stroke: "black",
              strokeOpacity: "0.08"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip1_16_1393)",
              children: [(0, e.jsx)("path", {
                d: "M204.798 94.1153C203.32 91.9865 200.377 91.3627 198.262 92.7051L194.533 95.0915C193.516 95.7288 192.811 96.7729 192.608 97.9526C192.431 98.9424 192.581 99.9593 193.055 100.841C192.73 101.329 192.513 101.871 192.418 102.441C192.201 103.647 192.486 104.895 193.191 105.885C194.682 108.014 197.611 108.637 199.726 107.295L203.455 104.922C204.472 104.285 205.177 103.241 205.381 102.061C205.557 101.071 205.408 100.054 204.933 99.1729C205.259 98.6848 205.476 98.1424 205.57 97.5729C205.801 96.3526 205.516 95.1051 204.798 94.1153Z",
                fill: "#FF3E00"
              }), (0, e.jsx)("path", {
                d: "M197.896 106.088C196.689 106.4 195.428 105.925 194.723 104.908C194.289 104.312 194.126 103.566 194.248 102.834C194.275 102.712 194.303 102.603 194.33 102.481L194.397 102.264L194.587 102.4C195.035 102.725 195.523 102.97 196.052 103.132L196.187 103.173L196.174 103.308C196.16 103.498 196.214 103.702 196.323 103.864C196.54 104.176 196.92 104.325 197.286 104.231C197.367 104.203 197.448 104.176 197.516 104.136L201.231 101.763C201.421 101.641 201.543 101.464 201.584 101.247C201.625 101.031 201.57 100.8 201.448 100.624C201.231 100.312 200.852 100.176 200.486 100.271C200.404 100.298 200.323 100.325 200.255 100.366L198.831 101.275C198.601 101.424 198.343 101.532 198.072 101.6C196.865 101.912 195.604 101.437 194.899 100.42C194.479 99.8238 194.303 99.078 194.438 98.3458C194.56 97.6407 194.994 97.0034 195.604 96.6238L199.333 94.2509C199.564 94.1017 199.821 93.9932 200.092 93.9119C201.299 93.6 202.56 94.0746 203.265 95.0915C203.699 95.6882 203.862 96.4339 203.74 97.1661C203.713 97.2882 203.686 97.3966 203.645 97.5187L203.577 97.7356L203.387 97.6C202.94 97.2746 202.452 97.0305 201.923 96.8678L201.787 96.8271L201.801 96.6915C201.814 96.5017 201.76 96.2983 201.652 96.1356C201.435 95.8238 201.055 95.6882 200.689 95.7831C200.608 95.8102 200.526 95.8373 200.459 95.878L196.743 98.2509C196.553 98.3729 196.431 98.5492 196.391 98.7661C196.35 98.9831 196.404 99.2136 196.526 99.3899C196.743 99.7017 197.123 99.8373 197.489 99.7424C197.57 99.7153 197.652 99.6882 197.72 99.6475L199.143 98.739C199.374 98.5899 199.631 98.4814 199.903 98.4C201.109 98.0882 202.37 98.5627 203.075 99.5797C203.509 100.176 203.672 100.922 203.55 101.654C203.428 102.359 202.994 102.997 202.384 103.376L198.655 105.749C198.425 105.898 198.167 106.007 197.896 106.088Z",
                fill: "white"
              })]
            }), (0, e.jsx)("path", {
              d: "M215.792 99.897C216.023 98.775 216.98 98.038 218.212 98.038C219.631 98.038 220.566 98.863 220.566 100.48V102.713C220.566 102.966 220.676 103.076 220.918 103.076H221.16V104H220.863C220.159 104 219.741 103.626 219.631 103.109C219.4 103.648 218.729 104.132 217.816 104.132C216.65 104.132 215.693 103.516 215.693 102.471C215.693 101.261 216.595 100.931 217.926 100.667L219.51 100.359C219.499 99.457 218.993 99.017 218.201 99.017C217.53 99.017 217.046 99.413 216.914 99.974L215.792 99.897ZM216.804 102.449C216.804 102.867 217.167 103.208 217.948 103.208C218.839 103.208 219.532 102.592 219.532 101.525V101.272L218.267 101.492C217.442 101.646 216.793 101.701 216.804 102.449ZM226.425 100.194C226.304 99.457 225.71 99.017 225.039 99.017C224.027 99.017 223.433 99.787 223.433 101.085C223.433 102.372 224.027 103.153 225.039 103.153C225.743 103.153 226.337 102.68 226.458 101.888L227.569 101.954C227.393 103.296 226.304 104.132 225.039 104.132C223.4 104.132 222.333 102.944 222.333 101.085C222.333 99.226 223.4 98.038 225.039 98.038C226.271 98.038 227.371 98.841 227.525 100.117L226.425 100.194ZM228.664 98.17H229.599L229.632 98.962C229.852 98.368 230.248 98.038 230.82 98.038C231.337 98.038 231.645 98.368 231.832 99.105C232.03 98.445 232.492 98.038 233.086 98.038C233.977 98.038 234.373 98.786 234.373 100.458V104H233.339V100.458C233.339 99.347 233.185 98.929 232.767 98.929C232.305 98.929 232.041 99.468 232.041 100.458V104H230.996V100.458C230.996 99.347 230.831 98.929 230.369 98.929C229.951 98.929 229.709 99.468 229.709 100.458V104H228.664V98.17ZM235.48 101.085C235.48 99.226 236.547 98.038 238.175 98.038C239.484 98.038 240.661 98.885 240.749 100.975L240.76 101.393H236.591C236.679 102.504 237.24 103.153 238.175 103.153C238.769 103.153 239.297 102.812 239.55 102.229L240.672 102.317C240.331 103.439 239.33 104.132 238.175 104.132C236.547 104.132 235.48 102.944 235.48 101.085ZM236.613 100.535H239.616C239.451 99.402 238.846 99.017 238.175 99.017C237.317 99.017 236.767 99.578 236.613 100.535ZM243.99 102.658H245.376V104H243.99V102.658ZM252.808 100.194C252.687 99.457 252.093 99.017 251.422 99.017C250.41 99.017 249.816 99.787 249.816 101.085C249.816 102.372 250.41 103.153 251.422 103.153C252.126 103.153 252.72 102.68 252.841 101.888L253.952 101.954C253.776 103.296 252.687 104.132 251.422 104.132C249.783 104.132 248.716 102.944 248.716 101.085C248.716 99.226 249.783 98.038 251.422 98.038C252.654 98.038 253.754 98.841 253.908 100.117L252.808 100.194ZM257.874 104.132C256.257 104.132 255.179 102.933 255.179 101.085C255.179 99.237 256.257 98.038 257.874 98.038C259.491 98.038 260.569 99.237 260.569 101.085C260.569 102.933 259.491 104.132 257.874 104.132ZM256.279 101.085C256.279 102.372 256.862 103.153 257.874 103.153C258.886 103.153 259.469 102.372 259.469 101.085C259.469 99.787 258.886 99.017 257.874 99.017C256.862 99.017 256.279 99.787 256.279 101.085ZM261.643 98.17H262.578L262.611 98.962C262.831 98.368 263.227 98.038 263.799 98.038C264.316 98.038 264.624 98.368 264.811 99.105C265.009 98.445 265.471 98.038 266.065 98.038C266.956 98.038 267.352 98.786 267.352 100.458V104H266.318V100.458C266.318 99.347 266.164 98.929 265.746 98.929C265.284 98.929 265.02 99.468 265.02 100.458V104H263.975V100.458C263.975 99.347 263.81 98.929 263.348 98.929C262.93 98.929 262.688 99.468 262.688 100.458V104H261.643V98.17ZM268.899 104.99L272.155 95.585H273.222L269.966 104.99H268.899ZM275.153 99.897C275.384 98.775 276.341 98.038 277.573 98.038C278.992 98.038 279.927 98.863 279.927 100.48V102.713C279.927 102.966 280.037 103.076 280.279 103.076H280.521V104H280.224C279.52 104 279.102 103.626 278.992 103.109C278.761 103.648 278.09 104.132 277.177 104.132C276.011 104.132 275.054 103.516 275.054 102.471C275.054 101.261 275.956 100.931 277.287 100.667L278.871 100.359C278.86 99.457 278.354 99.017 277.562 99.017C276.891 99.017 276.407 99.413 276.275 99.974L275.153 99.897ZM276.165 102.449C276.165 102.867 276.528 103.208 277.309 103.208C278.2 103.208 278.893 102.592 278.893 101.525V101.272L277.628 101.492C276.803 101.646 276.154 101.701 276.165 102.449ZM281.815 105.65V98.17H282.772L282.805 99.028C283.124 98.39 283.729 98.038 284.565 98.038C286.259 98.038 287.04 99.457 287.04 101.085C287.04 102.713 286.259 104.132 284.565 104.132C283.773 104.132 283.19 103.813 282.86 103.208V105.65H281.815ZM282.75 101.085C282.75 102.141 283.223 103.153 284.334 103.153C285.456 103.153 285.918 102.152 285.918 101.085C285.918 100.018 285.456 99.017 284.334 99.017C283.223 99.017 282.75 100.029 282.75 101.085ZM288.411 105.65V98.17H289.368L289.401 99.028C289.72 98.39 290.325 98.038 291.161 98.038C292.855 98.038 293.636 99.457 293.636 101.085C293.636 102.713 292.855 104.132 291.161 104.132C290.369 104.132 289.786 103.813 289.456 103.208V105.65H288.411ZM289.346 101.085C289.346 102.141 289.819 103.153 290.93 103.153C292.052 103.153 292.514 102.152 292.514 101.085C292.514 100.018 292.052 99.017 290.93 99.017C289.819 99.017 289.346 100.029 289.346 101.085Z",
              fill: "#666666"
            })]
          }), (0, e.jsx)("path", {
            d: "M27 57.5C27.2761 57.5 27.5 57.7239 27.5 58V62L25.5 60.75L23.5 62V58C23.5 57.7239 23.7239 57.5 24 57.5H27ZM32.5 60H29V58.5H31V56H23C22.4477 56 22 56.4477 22 57V59.7891C21.192 59.4355 20.6056 58.6697 20.5127 57.7559L20.5 57.5V48.25C20.5 47.0074 21.5074 46 22.75 46H32.5V60ZM22.75 47.5C22.3358 47.5 22 47.8358 22 48.25V54.71C22.2321 54.6085 22.4817 54.5394 22.7441 54.5127L23 54.5H31V47.5H22.75Z",
            fill: "#666666"
          }), (0, e.jsx)("path", {
            d: "M43.292 53.897C43.523 52.775 44.48 52.038 45.712 52.038C47.131 52.038 48.066 52.863 48.066 54.48V56.713C48.066 56.966 48.176 57.076 48.418 57.076H48.66V58H48.363C47.659 58 47.241 57.626 47.131 57.109C46.9 57.648 46.229 58.132 45.316 58.132C44.15 58.132 43.193 57.516 43.193 56.471C43.193 55.261 44.095 54.931 45.426 54.667L47.01 54.359C46.999 53.457 46.493 53.017 45.701 53.017C45.03 53.017 44.546 53.413 44.414 53.974L43.292 53.897ZM44.304 56.449C44.304 56.867 44.667 57.208 45.448 57.208C46.339 57.208 47.032 56.592 47.032 55.525V55.272L45.767 55.492C44.942 55.646 44.293 55.701 44.304 56.449ZM53.9247 54.194C53.8037 53.457 53.2097 53.017 52.5387 53.017C51.5267 53.017 50.9327 53.787 50.9327 55.085C50.9327 56.372 51.5267 57.153 52.5387 57.153C53.2427 57.153 53.8367 56.68 53.9577 55.888L55.0687 55.954C54.8927 57.296 53.8037 58.132 52.5387 58.132C50.8997 58.132 49.8327 56.944 49.8327 55.085C49.8327 53.226 50.8997 52.038 52.5387 52.038C53.7707 52.038 54.8707 52.841 55.0247 54.117L53.9247 54.194ZM56.1644 52.17H57.0994L57.1324 52.962C57.3524 52.368 57.7484 52.038 58.3204 52.038C58.8374 52.038 59.1454 52.368 59.3324 53.105C59.5304 52.445 59.9924 52.038 60.5864 52.038C61.4774 52.038 61.8734 52.786 61.8734 54.458V58H60.8394V54.458C60.8394 53.347 60.6854 52.929 60.2674 52.929C59.8054 52.929 59.5414 53.468 59.5414 54.458V58H58.4964V54.458C58.4964 53.347 58.3314 52.929 57.8694 52.929C57.4514 52.929 57.2094 53.468 57.2094 54.458V58H56.1644V52.17ZM62.9801 55.085C62.9801 53.226 64.0471 52.038 65.6751 52.038C66.9841 52.038 68.1611 52.885 68.2491 54.975L68.2601 55.393H64.0911C64.1791 56.504 64.7401 57.153 65.6751 57.153C66.2691 57.153 66.7971 56.812 67.0501 56.229L68.1721 56.317C67.8311 57.439 66.8301 58.132 65.6751 58.132C64.0471 58.132 62.9801 56.944 62.9801 55.085ZM64.1131 54.535H67.1161C66.9511 53.402 66.3461 53.017 65.6751 53.017C64.8171 53.017 64.2671 53.578 64.1131 54.535ZM70.0158 58.99L73.2718 49.585H74.3388L71.0828 58.99H70.0158ZM79.2955 52.94L80.0765 56.504L80.8135 52.17H81.9025L80.7255 58H79.5375L78.7785 54.568L78.0195 58H76.8315L75.6545 52.17H76.7435L77.4805 56.504L78.2615 52.94H79.2955ZM82.7672 55.085C82.7672 53.226 83.8342 52.038 85.4622 52.038C86.7712 52.038 87.9482 52.885 88.0362 54.975L88.0472 55.393H83.8782C83.9662 56.504 84.5272 57.153 85.4622 57.153C86.0562 57.153 86.5842 56.812 86.8372 56.229L87.9592 56.317C87.6182 57.439 86.6172 58.132 85.4622 58.132C83.8342 58.132 82.7672 56.944 82.7672 55.085ZM83.9002 54.535H86.9032C86.7382 53.402 86.1332 53.017 85.4622 53.017C84.6042 53.017 84.0542 53.578 83.9002 54.535ZM89.5279 50.19H90.5729V52.929C90.9029 52.346 91.4859 52.038 92.3219 52.038C93.9719 52.038 94.7529 53.457 94.7529 55.085C94.7529 56.713 93.9719 58.132 92.3219 58.132C91.4419 58.132 90.8479 57.78 90.5179 57.186L90.4849 58H89.5279V50.19ZM90.4849 55.085C90.4849 56.141 90.9359 57.153 92.0689 57.153C93.2019 57.153 93.6529 56.152 93.6529 55.085C93.6529 53.974 93.2019 52.973 92.0689 52.973C90.9359 52.973 90.4849 53.985 90.4849 55.085Z",
            fill: "#171717"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip2_16_1393)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 86.0127C24.9858 86.0385 25.1367 86.1028 25.2666 86.2002L26.7334 87.2998C26.8633 87.3972 27.0142 87.4615 27.1729 87.4873L27.333 87.5H34.5V97.5L34.4873 97.7559C34.3677 98.9323 33.4323 99.8677 32.2559 99.9873L32 100H21L20.7441 99.9873C19.5677 99.8677 18.6323 98.9323 18.5127 97.7559L18.5 97.5V86H24.667L24.8271 86.0127ZM20 92.5V97.5C20 98.0523 20.4477 98.5 21 98.5H32C32.5523 98.5 33 98.0523 33 97.5V92.5H20ZM20 91H33V89H27.333C26.8598 88.9999 26.398 88.8652 26 88.6143L25.833 88.5L24.499 87.5H20V91Z",
              fill: "#666666"
            })
          }), (0, e.jsx)("path", {
            d: "M47.12 92.985C46.999 92.369 46.416 92.017 45.723 92.017C45.151 92.017 44.634 92.292 44.634 92.842C44.645 93.436 45.349 93.568 45.998 93.733C47.109 93.997 48.22 94.404 48.22 95.493C48.22 96.637 47.12 97.132 45.921 97.132C44.557 97.132 43.457 96.362 43.369 95.152L44.458 95.086C44.568 95.746 45.162 96.153 45.921 96.153C46.515 96.153 47.12 96.01 47.12 95.438C47.12 94.855 46.372 94.756 45.734 94.613C44.645 94.349 43.534 93.942 43.534 92.886C43.534 91.709 44.601 91.038 45.822 91.038C47.054 91.038 48 91.775 48.187 92.919L47.12 92.985ZM53.3087 91.17V96.076H55.0467V97H50.1957V96.076H52.2527V92.094H50.1957V91.17H53.3087ZM52.1537 90.345V89.19H53.3087V90.345H52.1537ZM58.0124 89.63H59.0684V91.17H61.2574V92.094H59.0684V95.295C59.0684 95.779 59.3324 96.076 59.8164 96.076H61.2354V97H59.7614C58.5404 97 58.0124 96.362 58.0124 95.328V92.094H56.4504V91.17H58.0124V89.63ZM62.9801 94.085C62.9801 92.226 64.0471 91.038 65.6751 91.038C66.9841 91.038 68.1611 91.885 68.2491 93.975L68.2601 94.393H64.0911C64.1791 95.504 64.7401 96.153 65.6751 96.153C66.2691 96.153 66.7971 95.812 67.0501 95.229L68.1721 95.317C67.8311 96.439 66.8301 97.132 65.6751 97.132C64.0471 97.132 62.9801 95.944 62.9801 94.085ZM64.1131 93.535H67.1161C66.9511 92.402 66.3461 92.017 65.6751 92.017C64.8171 92.017 64.2671 92.578 64.1131 93.535Z",
            fill: "#171717"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip3_16_1393)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 113.013C24.9858 113.038 25.1367 113.103 25.2666 113.2L26.7334 114.3C26.8633 114.397 27.0142 114.462 27.1729 114.487L27.333 114.5H34.5V124.5L34.4873 124.756C34.3677 125.932 33.4323 126.868 32.2559 126.987L32 127H21L20.7441 126.987C19.5677 126.868 18.6323 125.932 18.5127 124.756L18.5 124.5V113H24.667L24.8271 113.013ZM20 119.5V124.5C20 125.052 20.4477 125.5 21 125.5H32C32.5523 125.5 33 125.052 33 124.5V119.5H20ZM20 118H33V116H27.333C26.8598 116 26.398 115.865 26 115.614L25.833 115.5L24.499 114.5H20V118Z",
              fill: "#666666"
            })
          }), (0, e.jsx)("path", {
            d: "M48.242 116.19V124H47.285L47.252 123.186C46.922 123.78 46.328 124.132 45.448 124.132C43.798 124.132 43.017 122.713 43.017 121.085C43.017 119.457 43.798 118.038 45.448 118.038C46.284 118.038 46.867 118.346 47.197 118.929V116.19H48.242ZM44.117 121.085C44.117 122.152 44.568 123.153 45.701 123.153C46.834 123.153 47.285 122.141 47.285 121.085C47.285 119.985 46.834 118.973 45.701 118.973C44.568 118.973 44.117 119.974 44.117 121.085ZM49.8877 119.897C50.1187 118.775 51.0757 118.038 52.3077 118.038C53.7267 118.038 54.6617 118.863 54.6617 120.48V122.713C54.6617 122.966 54.7717 123.076 55.0137 123.076H55.2557V124H54.9587C54.2547 124 53.8367 123.626 53.7267 123.109C53.4957 123.648 52.8247 124.132 51.9117 124.132C50.7457 124.132 49.7887 123.516 49.7887 122.471C49.7887 121.261 50.6907 120.931 52.0217 120.667L53.6057 120.359C53.5947 119.457 53.0887 119.017 52.2967 119.017C51.6257 119.017 51.1417 119.413 51.0097 119.974L49.8877 119.897ZM50.8997 122.449C50.8997 122.867 51.2627 123.208 52.0437 123.208C52.9347 123.208 53.6277 122.592 53.6277 121.525V121.272L52.3627 121.492C51.5377 121.646 50.8887 121.701 50.8997 122.449ZM60.3114 119.985C60.1904 119.369 59.6074 119.017 58.9144 119.017C58.3424 119.017 57.8254 119.292 57.8254 119.842C57.8364 120.436 58.5404 120.568 59.1894 120.733C60.3004 120.997 61.4114 121.404 61.4114 122.493C61.4114 123.637 60.3114 124.132 59.1124 124.132C57.7484 124.132 56.6484 123.362 56.5604 122.152L57.6494 122.086C57.7594 122.746 58.3534 123.153 59.1124 123.153C59.7064 123.153 60.3114 123.01 60.3114 122.438C60.3114 121.855 59.5634 121.756 58.9254 121.613C57.8364 121.349 56.7254 120.942 56.7254 119.886C56.7254 118.709 57.7924 118.038 59.0134 118.038C60.2454 118.038 61.1914 118.775 61.3784 119.919L60.3114 119.985ZM63.3761 116.19H64.4211V118.929C64.7621 118.324 65.4111 118.038 66.1151 118.038C67.4131 118.038 68.0511 118.995 68.0511 120.249V124H66.9951V120.579C66.9951 119.545 66.6651 118.995 65.8401 118.995C64.9821 118.995 64.4211 119.545 64.4211 120.579V124H63.3761V116.19ZM69.7408 116.19H70.7858V118.929C71.1158 118.346 71.6988 118.038 72.5348 118.038C74.1848 118.038 74.9658 119.457 74.9658 121.085C74.9658 122.713 74.1848 124.132 72.5348 124.132C71.6548 124.132 71.0608 123.78 70.7308 123.186L70.6978 124H69.7408V116.19ZM70.6978 121.085C70.6978 122.141 71.1488 123.153 72.2818 123.153C73.4148 123.153 73.8658 122.152 73.8658 121.085C73.8658 119.974 73.4148 118.973 72.2818 118.973C71.1488 118.973 70.6978 119.985 70.6978 121.085ZM78.7785 124.132C77.1615 124.132 76.0835 122.933 76.0835 121.085C76.0835 119.237 77.1615 118.038 78.7785 118.038C80.3955 118.038 81.4735 119.237 81.4735 121.085C81.4735 122.933 80.3955 124.132 78.7785 124.132ZM77.1835 121.085C77.1835 122.372 77.7665 123.153 78.7785 123.153C79.7905 123.153 80.3735 122.372 80.3735 121.085C80.3735 119.787 79.7905 119.017 78.7785 119.017C77.7665 119.017 77.1835 119.787 77.1835 121.085ZM82.8662 119.897C83.0972 118.775 84.0542 118.038 85.2862 118.038C86.7052 118.038 87.6402 118.863 87.6402 120.48V122.713C87.6402 122.966 87.7502 123.076 87.9922 123.076H88.2342V124H87.9372C87.2332 124 86.8152 123.626 86.7052 123.109C86.4742 123.648 85.8032 124.132 84.8902 124.132C83.7242 124.132 82.7672 123.516 82.7672 122.471C82.7672 121.261 83.6692 120.931 85.0002 120.667L86.5842 120.359C86.5732 119.457 86.0672 119.017 85.2752 119.017C84.6042 119.017 84.1202 119.413 83.9882 119.974L82.8662 119.897ZM83.8782 122.449C83.8782 122.867 84.2412 123.208 85.0222 123.208C85.9132 123.208 86.6062 122.592 86.6062 121.525V121.272L85.3412 121.492C84.5162 121.646 83.8672 121.701 83.8782 122.449ZM91.8819 118.17L91.9589 119.248C92.1569 118.511 92.6299 118.17 93.3999 118.17H94.5879V119.094H93.4329C92.5529 119.094 92.1569 119.578 92.1569 120.546V123.076H94.0269V124H89.6159V123.076H91.1119V119.094H89.6159V118.17H91.8819ZM101.008 116.19V124H100.051L100.018 123.186C99.6876 123.78 99.0936 124.132 98.2136 124.132C96.5636 124.132 95.7826 122.713 95.7826 121.085C95.7826 119.457 96.5636 118.038 98.2136 118.038C99.0496 118.038 99.6326 118.346 99.9626 118.929V116.19H101.008ZM96.8826 121.085C96.8826 122.152 97.3336 123.153 98.4666 123.153C99.5996 123.153 100.051 122.141 100.051 121.085C100.051 119.985 99.5996 118.973 98.4666 118.973C97.3336 118.973 96.8826 119.974 96.8826 121.085Z",
            fill: "#171717"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip4_16_1393)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 140.013C24.9858 140.038 25.1367 140.103 25.2666 140.2L26.7334 141.3C26.8633 141.397 27.0142 141.462 27.1729 141.487L27.333 141.5H34.5V151.5L34.4873 151.756C34.3677 152.932 33.4323 153.868 32.2559 153.987L32 154H21L20.7441 153.987C19.5677 153.868 18.6323 152.932 18.5127 151.756L18.5 151.5V140H24.667L24.8271 140.013ZM20 146.5V151.5C20 152.052 20.4477 152.5 21 152.5H32C32.5523 152.5 33 152.052 33 151.5V146.5H20ZM20 145H33V143H27.333C26.8598 143 26.398 142.865 26 142.614L25.833 142.5L24.499 141.5H20V145Z",
              fill: "#666666"
            })
          }), (0, e.jsx)("path", {
            d: "M43.358 152.65V145.17H44.315L44.348 146.028C44.667 145.39 45.272 145.038 46.108 145.038C47.802 145.038 48.583 146.457 48.583 148.085C48.583 149.713 47.802 151.132 46.108 151.132C45.316 151.132 44.733 150.813 44.403 150.208V152.65H43.358ZM44.293 148.085C44.293 149.141 44.766 150.153 45.877 150.153C46.999 150.153 47.461 149.152 47.461 148.085C47.461 147.018 46.999 146.017 45.877 146.017C44.766 146.017 44.293 147.029 44.293 148.085ZM52.3957 151.132C50.7787 151.132 49.7007 149.933 49.7007 148.085C49.7007 146.237 50.7787 145.038 52.3957 145.038C54.0127 145.038 55.0907 146.237 55.0907 148.085C55.0907 149.933 54.0127 151.132 52.3957 151.132ZM50.8007 148.085C50.8007 149.372 51.3837 150.153 52.3957 150.153C53.4077 150.153 53.9907 149.372 53.9907 148.085C53.9907 146.787 53.4077 146.017 52.3957 146.017C51.3837 146.017 50.8007 146.787 50.8007 148.085ZM60.3114 146.985C60.1904 146.369 59.6074 146.017 58.9144 146.017C58.3424 146.017 57.8254 146.292 57.8254 146.842C57.8364 147.436 58.5404 147.568 59.1894 147.733C60.3004 147.997 61.4114 148.404 61.4114 149.493C61.4114 150.637 60.3114 151.132 59.1124 151.132C57.7484 151.132 56.6484 150.362 56.5604 149.152L57.6494 149.086C57.7594 149.746 58.3534 150.153 59.1124 150.153C59.7064 150.153 60.3114 150.01 60.3114 149.438C60.3114 148.855 59.5634 148.756 58.9254 148.613C57.8364 148.349 56.7254 147.942 56.7254 146.886C56.7254 145.709 57.7924 145.038 59.0134 145.038C60.2454 145.038 61.1914 145.775 61.3784 146.919L60.3114 146.985ZM64.6081 143.63H65.6641V145.17H67.8531V146.094H65.6641V149.295C65.6641 149.779 65.9281 150.076 66.4121 150.076H67.8311V151H66.3571C65.1361 151 64.6081 150.362 64.6081 149.328V146.094H63.0461V145.17H64.6081V143.63ZM73.5028 146.985C73.3818 146.369 72.7988 146.017 72.1058 146.017C71.5338 146.017 71.0168 146.292 71.0168 146.842C71.0278 147.436 71.7318 147.568 72.3808 147.733C73.4918 147.997 74.6028 148.404 74.6028 149.493C74.6028 150.637 73.5028 151.132 72.3038 151.132C70.9398 151.132 69.8398 150.362 69.7518 149.152L70.8408 149.086C70.9508 149.746 71.5448 150.153 72.3038 150.153C72.8978 150.153 73.5028 150.01 73.5028 149.438C73.5028 148.855 72.7548 148.756 72.1168 148.613C71.0278 148.349 69.9168 147.942 69.9168 146.886C69.9168 145.709 70.9838 145.038 72.2048 145.038C73.4368 145.038 74.3828 145.775 74.5698 146.919L73.5028 146.985Z",
            fill: "#171717"
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_16_1393",
              x: "0",
              y: "33",
              width: "148",
              height: "137",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1393"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1393",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_16_1393",
              x: "174",
              y: "32",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1393"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1393",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter2_d_16_1393",
              x: "174",
              y: "126",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1393"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1393",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter3_d_16_1393",
              x: "174",
              y: "80",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_16_1393"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_16_1393",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_16_1393",
              x1: "202.13",
              y1: "49",
              x2: "202.13",
              y2: "55",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "0.609375",
                stopColor: "white",
                stopOpacity: "0.57"
              }), (0, e.jsx)("stop", {
                offset: "0.796875",
                stopColor: "white",
                stopOpacity: "0"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint1_linear_16_1393",
              x1: "200.701",
              y1: "54.4728",
              x2: "203.79",
              y2: "58.4122",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "0.604072",
                stopColor: "white",
                stopOpacity: "0"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsx)("clipPath", {
              id: "clip0_16_1393",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(191 44)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip1_16_1393",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(191 92)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip2_16_1393",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 85)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip3_16_1393",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 112)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip4_16_1393",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 139)"
              })
            })]
          })]
        })
      }),
      a = () => (0, e.jsx)("div", {
        className: s.sizingString,
        children: (0, e.jsxs)("svg", {
          className: s.sizingString,
          viewBox: "0 0 312 200",
          fill: "none",
          xmlns: "http://www.w3.org/2000/svg",
          children: [(0, e.jsxs)("g", {
            filter: "url(#filter0_d_17_1198)",
            children: [(0, e.jsx)("path", {
              d: "M3 43C3 38.5817 6.58172 35 11 35H137C141.418 35 145 38.5817 145 43V158C145 162.418 141.418 166 137 166H11C6.58172 166 3 162.418 3 158V43Z",
              fill: "#0A0A0A"
            }), (0, e.jsx)("path", {
              d: "M137 34.5C141.694 34.5 145.5 38.3056 145.5 43V158C145.5 162.694 141.694 166.5 137 166.5H11C6.30558 166.5 2.5 162.694 2.5 158V43C2.5 38.3056 6.30558 34.5 11 34.5H137Z",
              stroke: "white",
              strokeOpacity: "0.145"
            })]
          }), (0, e.jsx)("line", {
            x1: "3",
            y1: "69.5",
            x2: "146",
            y2: "69.5",
            stroke: "#2E2E2E"
          }), (0, e.jsx)("line", {
            x1: "129",
            y1: "146",
            x2: "179",
            y2: "146",
            stroke: "#0196FF",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M129 119.5H135.093C140.762 119.5 146.166 117.094 149.959 112.879L156.041 106.121C159.834 101.906 165.238 99.5 170.907 99.5H179",
            stroke: "#8657A7",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M129 92.5V92.5C138.175 92.5 146.552 87.2687 150.575 79.0222L157.425 64.9778C161.448 56.7313 169.825 51.5 179 51.5V51.5",
            stroke: "#FF1E56",
            strokeWidth: "2"
          }), (0, e.jsx)("path", {
            d: "M132 92C132 94.2091 130.209 96 128 96C125.791 96 124 94.2091 124 92C124 89.7909 125.791 88 128 88C130.209 88 132 89.7909 132 92Z",
            fill: "#0A0A0A"
          }), (0, e.jsx)("path", {
            d: "M128 87.5C130.485 87.5 132.5 89.5147 132.5 92C132.5 94.4853 130.485 96.5 128 96.5C125.515 96.5 123.5 94.4853 123.5 92C123.5 89.5147 125.515 87.5 128 87.5Z",
            stroke: "white",
            strokeOpacity: "0.145"
          }), (0, e.jsx)("path", {
            d: "M132 119C132 121.209 130.209 123 128 123C125.791 123 124 121.209 124 119C124 116.791 125.791 115 128 115C130.209 115 132 116.791 132 119Z",
            fill: "#0A0A0A"
          }), (0, e.jsx)("path", {
            d: "M128 114.5C130.485 114.5 132.5 116.515 132.5 119C132.5 121.485 130.485 123.5 128 123.5C125.515 123.5 123.5 121.485 123.5 119C123.5 116.515 125.515 114.5 128 114.5Z",
            stroke: "white",
            strokeOpacity: "0.145"
          }), (0, e.jsx)("path", {
            d: "M132 146C132 148.209 130.209 150 128 150C125.791 150 124 148.209 124 146C124 143.791 125.791 142 128 142C130.209 142 132 143.791 132 146Z",
            fill: "#0A0A0A"
          }), (0, e.jsx)("path", {
            d: "M128 141.5C130.485 141.5 132.5 143.515 132.5 146C132.5 148.485 130.485 150.5 128 150.5C125.515 150.5 123.5 148.485 123.5 146C123.5 143.515 125.515 141.5 128 141.5Z",
            stroke: "white",
            strokeOpacity: "0.145"
          }), (0, e.jsxs)("g", {
            filter: "url(#filter1_d_17_1198)",
            children: [(0, e.jsx)("path", {
              d: "M177 46C177 39.3726 182.373 34 189 34H297C303.627 34 309 39.3726 309 46V58C309 64.6274 303.627 70 297 70H189C182.373 70 177 64.6274 177 58V46Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M297 33.5C303.904 33.5 309.5 39.0964 309.5 46V58C309.5 64.9036 303.904 70.5 297 70.5H189C182.096 70.5 176.5 64.9036 176.5 58V46C176.5 39.0964 182.096 33.5 189 33.5H297Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip0_17_1198)",
              children: [(0, e.jsx)("circle", {
                cx: "199",
                cy: "52",
                r: "7.375",
                fill: "black",
                stroke: "white",
                strokeWidth: "1.25",
                strokeLinecap: "round",
                strokeLinejoin: "round"
              }), (0, e.jsx)("path", {
                d: "M201.63 55V49",
                stroke: "url(#paint0_linear_17_1198)",
                strokeWidth: "1.25",
                strokeMiterlimit: "1.41421"
              }), (0, e.jsx)("path", {
                d: "M196.995 49.001L204.352 57.9443C204.042 58.2233 203.71 58.4777 203.359 58.7061L196.995 50.9688V55H195.745V49H196.995V49.001Z",
                fill: "url(#paint1_linear_17_1198)"
              })]
            }), (0, e.jsx)("path", {
              d: "M218.817 50.94L219.598 54.504L220.335 50.17H221.424L220.247 56H219.059L218.3 52.568L217.541 56H216.353L215.176 50.17H216.265L217.002 54.504L217.783 50.94H218.817ZM225.413 50.94L226.194 54.504L226.931 50.17H228.02L226.843 56H225.655L224.896 52.568L224.137 56H222.949L221.772 50.17H222.861L223.598 54.504L224.379 50.94H225.413ZM232.008 50.94L232.789 54.504L233.526 50.17H234.615L233.438 56H232.25L231.491 52.568L230.732 56H229.544L228.367 50.17H229.456L230.193 54.504L230.974 50.94H232.008ZM237.394 54.658H238.78V56H237.394V54.658ZM242.175 51.897C242.406 50.775 243.363 50.038 244.595 50.038C246.014 50.038 246.949 50.863 246.949 52.48V54.713C246.949 54.966 247.059 55.076 247.301 55.076H247.543V56H247.246C246.542 56 246.124 55.626 246.014 55.109C245.783 55.648 245.112 56.132 244.199 56.132C243.033 56.132 242.076 55.516 242.076 54.471C242.076 53.261 242.978 52.931 244.309 52.667L245.893 52.359C245.882 51.457 245.376 51.017 244.584 51.017C243.913 51.017 243.429 51.413 243.297 51.974L242.175 51.897ZM243.187 54.449C243.187 54.867 243.55 55.208 244.331 55.208C245.222 55.208 245.915 54.592 245.915 53.525V53.272L244.65 53.492C243.825 53.646 243.176 53.701 243.187 54.449ZM252.808 52.194C252.687 51.457 252.093 51.017 251.422 51.017C250.41 51.017 249.816 51.787 249.816 53.085C249.816 54.372 250.41 55.153 251.422 55.153C252.126 55.153 252.72 54.68 252.841 53.888L253.952 53.954C253.776 55.296 252.687 56.132 251.422 56.132C249.783 56.132 248.716 54.944 248.716 53.085C248.716 51.226 249.783 50.038 251.422 50.038C252.654 50.038 253.754 50.841 253.908 52.117L252.808 52.194ZM255.047 50.17H255.982L256.015 50.962C256.235 50.368 256.631 50.038 257.203 50.038C257.72 50.038 258.028 50.368 258.215 51.105C258.413 50.445 258.875 50.038 259.469 50.038C260.36 50.038 260.756 50.786 260.756 52.458V56H259.722V52.458C259.722 51.347 259.568 50.929 259.15 50.929C258.688 50.929 258.424 51.468 258.424 52.458V56H257.379V52.458C257.379 51.347 257.214 50.929 256.752 50.929C256.334 50.929 256.092 51.468 256.092 52.458V56H255.047V50.17ZM261.863 53.085C261.863 51.226 262.93 50.038 264.558 50.038C265.867 50.038 267.044 50.885 267.132 52.975L267.143 53.393H262.974C263.062 54.504 263.623 55.153 264.558 55.153C265.152 55.153 265.68 54.812 265.933 54.229L267.055 54.317C266.714 55.439 265.713 56.132 264.558 56.132C262.93 56.132 261.863 54.944 261.863 53.085ZM262.996 52.535H265.999C265.834 51.402 265.229 51.017 264.558 51.017C263.7 51.017 263.15 51.578 262.996 52.535ZM270.373 54.658H271.759V56H270.373V54.658ZM279.19 52.194C279.069 51.457 278.475 51.017 277.804 51.017C276.792 51.017 276.198 51.787 276.198 53.085C276.198 54.372 276.792 55.153 277.804 55.153C278.508 55.153 279.102 54.68 279.223 53.888L280.334 53.954C280.158 55.296 279.069 56.132 277.804 56.132C276.165 56.132 275.098 54.944 275.098 53.085C275.098 51.226 276.165 50.038 277.804 50.038C279.036 50.038 280.136 50.841 280.29 52.117L279.19 52.194ZM284.257 56.132C282.64 56.132 281.562 54.933 281.562 53.085C281.562 51.237 282.64 50.038 284.257 50.038C285.874 50.038 286.952 51.237 286.952 53.085C286.952 54.933 285.874 56.132 284.257 56.132ZM282.662 53.085C282.662 54.372 283.245 55.153 284.257 55.153C285.269 55.153 285.852 54.372 285.852 53.085C285.852 51.787 285.269 51.017 284.257 51.017C283.245 51.017 282.662 51.787 282.662 53.085ZM288.026 50.17H288.961L288.994 50.962C289.214 50.368 289.61 50.038 290.182 50.038C290.699 50.038 291.007 50.368 291.194 51.105C291.392 50.445 291.854 50.038 292.448 50.038C293.339 50.038 293.735 50.786 293.735 52.458V56H292.701V52.458C292.701 51.347 292.547 50.929 292.129 50.929C291.667 50.929 291.403 51.468 291.403 52.458V56H290.358V52.458C290.358 51.347 290.193 50.929 289.731 50.929C289.313 50.929 289.071 51.468 289.071 52.458V56H288.026V50.17Z",
              fill: "#A0A0A0"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter2_d_17_1198)",
            children: [(0, e.jsx)("path", {
              d: "M177 140C177 133.373 182.373 128 189 128H297C303.627 128 309 133.373 309 140V152C309 158.627 303.627 164 297 164H189C182.373 164 177 158.627 177 152V140Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M297 127.5C303.904 127.5 309.5 133.096 309.5 140V152C309.5 158.904 303.904 164.5 297 164.5H189C182.096 164.5 176.5 158.904 176.5 152V140C176.5 133.096 182.096 127.5 189 127.5H297Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsx)("path", {
              d: "M196.976 151.333H202.924C203.113 151.333 203.299 151.284 203.462 151.19C203.626 151.097 203.762 150.962 203.856 150.8C203.95 150.638 204 150.454 204 150.267C204 150.079 203.95 149.895 203.856 149.733L199.861 142.876C199.767 142.714 199.631 142.579 199.467 142.486C199.304 142.392 199.118 142.343 198.929 142.343C198.74 142.343 198.555 142.392 198.391 142.486C198.228 142.579 198.092 142.714 197.998 142.876L196.976 144.631L194.979 141.2C194.885 141.038 194.749 140.903 194.585 140.81C194.422 140.716 194.236 140.667 194.047 140.667C193.858 140.667 193.673 140.716 193.509 140.81C193.345 140.903 193.21 141.038 193.115 141.2L188.144 149.733C188.05 149.895 188 150.079 188 150.267C188 150.454 188.05 150.638 188.144 150.8C188.238 150.962 188.374 151.097 188.538 151.19C188.701 151.284 188.887 151.333 189.076 151.333H192.81C194.289 151.333 195.38 150.689 196.13 149.433L197.953 146.305L198.929 144.631L201.859 149.659H197.953L196.976 151.333ZM192.749 149.658L190.143 149.657L194.049 142.953L195.998 146.305L194.693 148.545C194.194 149.361 193.628 149.658 192.749 149.658Z",
              fill: "#00DC82"
            }), (0, e.jsx)("path", {
              d: "M212.858 142.19H213.903V144.929C214.233 144.346 214.816 144.038 215.652 144.038C217.302 144.038 218.083 145.457 218.083 147.085C218.083 148.713 217.302 150.132 215.652 150.132C214.772 150.132 214.178 149.78 213.848 149.186L213.815 150H212.858V142.19ZM213.815 147.085C213.815 148.141 214.266 149.153 215.399 149.153C216.532 149.153 216.983 148.152 216.983 147.085C216.983 145.974 216.532 144.973 215.399 144.973C214.266 144.973 213.815 145.985 213.815 147.085ZM219.674 149.076H221.698V143.774C221.698 143.323 221.5 143.114 221.071 143.114H219.685V142.19H221.071C222.149 142.19 222.743 142.751 222.743 143.774V149.076H224.547V150H219.674V149.076ZM228.491 150.132C226.874 150.132 225.796 148.933 225.796 147.085C225.796 145.237 226.874 144.038 228.491 144.038C230.108 144.038 231.186 145.237 231.186 147.085C231.186 148.933 230.108 150.132 228.491 150.132ZM226.896 147.085C226.896 148.372 227.479 149.153 228.491 149.153C229.503 149.153 230.086 148.372 230.086 147.085C230.086 145.787 229.503 145.017 228.491 145.017C227.479 145.017 226.896 145.787 226.896 147.085ZM235.01 149.692C233.448 149.692 232.436 148.515 232.436 146.887C232.436 145.226 233.47 144.038 235.01 144.038C235.78 144.038 236.385 144.445 236.649 145.072V144.17H237.65V149.373C237.65 150.957 236.627 151.782 235.065 151.782C233.8 151.782 232.876 151.111 232.601 150.088L233.701 150.022C233.932 150.539 234.394 150.836 235.065 150.836C236.022 150.836 236.605 150.407 236.605 149.604V148.724C236.264 149.362 235.615 149.692 235.01 149.692ZM233.536 146.887C233.536 147.987 234.119 148.757 235.098 148.757C236.033 148.757 236.616 147.987 236.627 146.887C236.649 145.787 236.066 145.006 235.098 145.006C234.119 145.006 233.536 145.787 233.536 146.887ZM240.99 148.658H242.376V150H240.99V148.658ZM245.771 145.897C246.002 144.775 246.959 144.038 248.191 144.038C249.61 144.038 250.545 144.863 250.545 146.48V148.713C250.545 148.966 250.655 149.076 250.897 149.076H251.139V150H250.842C250.138 150 249.72 149.626 249.61 149.109C249.379 149.648 248.708 150.132 247.795 150.132C246.629 150.132 245.672 149.516 245.672 148.471C245.672 147.261 246.574 146.931 247.905 146.667L249.489 146.359C249.478 145.457 248.972 145.017 248.18 145.017C247.509 145.017 247.025 145.413 246.893 145.974L245.771 145.897ZM246.783 148.449C246.783 148.867 247.146 149.208 247.927 149.208C248.818 149.208 249.511 148.592 249.511 147.525V147.272L248.246 147.492C247.421 147.646 246.772 147.701 246.783 148.449ZM256.403 146.194C256.282 145.457 255.688 145.017 255.017 145.017C254.005 145.017 253.411 145.787 253.411 147.085C253.411 148.372 254.005 149.153 255.017 149.153C255.721 149.153 256.315 148.68 256.436 147.888L257.547 147.954C257.371 149.296 256.282 150.132 255.017 150.132C253.378 150.132 252.311 148.944 252.311 147.085C252.311 145.226 253.378 144.038 255.017 144.038C256.249 144.038 257.349 144.841 257.503 146.117L256.403 146.194ZM258.643 144.17H259.578L259.611 144.962C259.831 144.368 260.227 144.038 260.799 144.038C261.316 144.038 261.624 144.368 261.811 145.105C262.009 144.445 262.471 144.038 263.065 144.038C263.956 144.038 264.352 144.786 264.352 146.458V150H263.318V146.458C263.318 145.347 263.164 144.929 262.746 144.929C262.284 144.929 262.02 145.468 262.02 146.458V150H260.975V146.458C260.975 145.347 260.81 144.929 260.348 144.929C259.93 144.929 259.688 145.468 259.688 146.458V150H258.643V144.17ZM265.459 147.085C265.459 145.226 266.526 144.038 268.154 144.038C269.463 144.038 270.64 144.885 270.728 146.975L270.739 147.393H266.57C266.658 148.504 267.219 149.153 268.154 149.153C268.748 149.153 269.276 148.812 269.529 148.229L270.651 148.317C270.31 149.439 269.309 150.132 268.154 150.132C266.526 150.132 265.459 148.944 265.459 147.085ZM266.592 146.535H269.595C269.43 145.402 268.825 145.017 268.154 145.017C267.296 145.017 266.746 145.578 266.592 146.535ZM273.968 148.658H275.354V150H273.968V148.658ZM282.786 146.194C282.665 145.457 282.071 145.017 281.4 145.017C280.388 145.017 279.794 145.787 279.794 147.085C279.794 148.372 280.388 149.153 281.4 149.153C282.104 149.153 282.698 148.68 282.819 147.888L283.93 147.954C283.754 149.296 282.665 150.132 281.4 150.132C279.761 150.132 278.694 148.944 278.694 147.085C278.694 145.226 279.761 144.038 281.4 144.038C282.632 144.038 283.732 144.841 283.886 146.117L282.786 146.194ZM287.853 150.132C286.236 150.132 285.158 148.933 285.158 147.085C285.158 145.237 286.236 144.038 287.853 144.038C289.47 144.038 290.548 145.237 290.548 147.085C290.548 148.933 289.47 150.132 287.853 150.132ZM286.258 147.085C286.258 148.372 286.841 149.153 287.853 149.153C288.865 149.153 289.448 148.372 289.448 147.085C289.448 145.787 288.865 145.017 287.853 145.017C286.841 145.017 286.258 145.787 286.258 147.085ZM291.621 144.17H292.556L292.589 144.962C292.809 144.368 293.205 144.038 293.777 144.038C294.294 144.038 294.602 144.368 294.789 145.105C294.987 144.445 295.449 144.038 296.043 144.038C296.934 144.038 297.33 144.786 297.33 146.458V150H296.296V146.458C296.296 145.347 296.142 144.929 295.724 144.929C295.262 144.929 294.998 145.468 294.998 146.458V150H293.953V146.458C293.953 145.347 293.788 144.929 293.326 144.929C292.908 144.929 292.666 145.468 292.666 146.458V150H291.621V144.17Z",
              fill: "#A0A0A0"
            })]
          }), (0, e.jsxs)("g", {
            filter: "url(#filter3_d_17_1198)",
            children: [(0, e.jsx)("path", {
              d: "M177 94C177 87.3726 182.373 82 189 82H297C303.627 82 309 87.3726 309 94V106C309 112.627 303.627 118 297 118H189C182.373 118 177 112.627 177 106V94Z",
              fill: "black"
            }), (0, e.jsx)("path", {
              d: "M297 81.5C303.904 81.5 309.5 87.0964 309.5 94V106C309.5 112.904 303.904 118.5 297 118.5H189C182.096 118.5 176.5 112.904 176.5 106V94C176.5 87.0964 182.096 81.5 189 81.5H297Z",
              stroke: "white",
              strokeOpacity: "0.145"
            }), (0, e.jsxs)("g", {
              clipPath: "url(#clip1_17_1198)",
              children: [(0, e.jsx)("path", {
                d: "M204.798 94.1153C203.32 91.9865 200.377 91.3627 198.262 92.7051L194.533 95.0915C193.516 95.7288 192.811 96.7729 192.608 97.9526C192.431 98.9424 192.581 99.9593 193.055 100.841C192.73 101.329 192.513 101.871 192.418 102.441C192.201 103.647 192.486 104.895 193.191 105.885C194.682 108.014 197.611 108.637 199.726 107.295L203.455 104.922C204.472 104.285 205.177 103.241 205.381 102.061C205.557 101.071 205.408 100.054 204.933 99.1729C205.259 98.6848 205.476 98.1424 205.57 97.5729C205.801 96.3526 205.516 95.1051 204.798 94.1153Z",
                fill: "#FF3E00"
              }), (0, e.jsx)("path", {
                d: "M197.896 106.088C196.689 106.4 195.428 105.925 194.723 104.908C194.289 104.312 194.126 103.566 194.248 102.834C194.275 102.712 194.303 102.603 194.33 102.481L194.397 102.264L194.587 102.4C195.035 102.725 195.523 102.97 196.052 103.132L196.187 103.173L196.174 103.308C196.16 103.498 196.214 103.702 196.323 103.864C196.54 104.176 196.92 104.325 197.286 104.231C197.367 104.203 197.448 104.176 197.516 104.136L201.231 101.763C201.421 101.641 201.543 101.464 201.584 101.247C201.625 101.031 201.57 100.8 201.448 100.624C201.231 100.312 200.852 100.176 200.486 100.271C200.404 100.298 200.323 100.325 200.255 100.366L198.831 101.275C198.601 101.424 198.343 101.532 198.072 101.6C196.865 101.912 195.604 101.437 194.899 100.42C194.479 99.8238 194.303 99.078 194.438 98.3458C194.56 97.6407 194.994 97.0034 195.604 96.6238L199.333 94.2509C199.564 94.1017 199.821 93.9932 200.092 93.9119C201.299 93.6 202.56 94.0746 203.265 95.0915C203.699 95.6882 203.862 96.4339 203.74 97.1661C203.713 97.2882 203.686 97.3966 203.645 97.5187L203.577 97.7356L203.387 97.6C202.94 97.2746 202.452 97.0305 201.923 96.8678L201.787 96.8271L201.801 96.6915C201.814 96.5017 201.76 96.2983 201.652 96.1356C201.435 95.8238 201.055 95.6882 200.689 95.7831C200.608 95.8102 200.526 95.8373 200.459 95.878L196.743 98.2509C196.553 98.3729 196.431 98.5492 196.391 98.7661C196.35 98.9831 196.404 99.2136 196.526 99.3899C196.743 99.7017 197.123 99.8373 197.489 99.7424C197.57 99.7153 197.652 99.6882 197.72 99.6475L199.143 98.739C199.374 98.5899 199.631 98.4814 199.903 98.4C201.109 98.0882 202.37 98.5627 203.075 99.5797C203.509 100.176 203.672 100.922 203.55 101.654C203.428 102.359 202.994 102.997 202.384 103.376L198.655 105.749C198.425 105.898 198.167 106.007 197.896 106.088Z",
                fill: "white"
              })]
            }), (0, e.jsx)("path", {
              d: "M215.792 99.897C216.023 98.775 216.98 98.038 218.212 98.038C219.631 98.038 220.566 98.863 220.566 100.48V102.713C220.566 102.966 220.676 103.076 220.918 103.076H221.16V104H220.863C220.159 104 219.741 103.626 219.631 103.109C219.4 103.648 218.729 104.132 217.816 104.132C216.65 104.132 215.693 103.516 215.693 102.471C215.693 101.261 216.595 100.931 217.926 100.667L219.51 100.359C219.499 99.457 218.993 99.017 218.201 99.017C217.53 99.017 217.046 99.413 216.914 99.974L215.792 99.897ZM216.804 102.449C216.804 102.867 217.167 103.208 217.948 103.208C218.839 103.208 219.532 102.592 219.532 101.525V101.272L218.267 101.492C217.442 101.646 216.793 101.701 216.804 102.449ZM226.425 100.194C226.304 99.457 225.71 99.017 225.039 99.017C224.027 99.017 223.433 99.787 223.433 101.085C223.433 102.372 224.027 103.153 225.039 103.153C225.743 103.153 226.337 102.68 226.458 101.888L227.569 101.954C227.393 103.296 226.304 104.132 225.039 104.132C223.4 104.132 222.333 102.944 222.333 101.085C222.333 99.226 223.4 98.038 225.039 98.038C226.271 98.038 227.371 98.841 227.525 100.117L226.425 100.194ZM228.664 98.17H229.599L229.632 98.962C229.852 98.368 230.248 98.038 230.82 98.038C231.337 98.038 231.645 98.368 231.832 99.105C232.03 98.445 232.492 98.038 233.086 98.038C233.977 98.038 234.373 98.786 234.373 100.458V104H233.339V100.458C233.339 99.347 233.185 98.929 232.767 98.929C232.305 98.929 232.041 99.468 232.041 100.458V104H230.996V100.458C230.996 99.347 230.831 98.929 230.369 98.929C229.951 98.929 229.709 99.468 229.709 100.458V104H228.664V98.17ZM235.48 101.085C235.48 99.226 236.547 98.038 238.175 98.038C239.484 98.038 240.661 98.885 240.749 100.975L240.76 101.393H236.591C236.679 102.504 237.24 103.153 238.175 103.153C238.769 103.153 239.297 102.812 239.55 102.229L240.672 102.317C240.331 103.439 239.33 104.132 238.175 104.132C236.547 104.132 235.48 102.944 235.48 101.085ZM236.613 100.535H239.616C239.451 99.402 238.846 99.017 238.175 99.017C237.317 99.017 236.767 99.578 236.613 100.535ZM243.99 102.658H245.376V104H243.99V102.658ZM252.808 100.194C252.687 99.457 252.093 99.017 251.422 99.017C250.41 99.017 249.816 99.787 249.816 101.085C249.816 102.372 250.41 103.153 251.422 103.153C252.126 103.153 252.72 102.68 252.841 101.888L253.952 101.954C253.776 103.296 252.687 104.132 251.422 104.132C249.783 104.132 248.716 102.944 248.716 101.085C248.716 99.226 249.783 98.038 251.422 98.038C252.654 98.038 253.754 98.841 253.908 100.117L252.808 100.194ZM257.874 104.132C256.257 104.132 255.179 102.933 255.179 101.085C255.179 99.237 256.257 98.038 257.874 98.038C259.491 98.038 260.569 99.237 260.569 101.085C260.569 102.933 259.491 104.132 257.874 104.132ZM256.279 101.085C256.279 102.372 256.862 103.153 257.874 103.153C258.886 103.153 259.469 102.372 259.469 101.085C259.469 99.787 258.886 99.017 257.874 99.017C256.862 99.017 256.279 99.787 256.279 101.085ZM261.643 98.17H262.578L262.611 98.962C262.831 98.368 263.227 98.038 263.799 98.038C264.316 98.038 264.624 98.368 264.811 99.105C265.009 98.445 265.471 98.038 266.065 98.038C266.956 98.038 267.352 98.786 267.352 100.458V104H266.318V100.458C266.318 99.347 266.164 98.929 265.746 98.929C265.284 98.929 265.02 99.468 265.02 100.458V104H263.975V100.458C263.975 99.347 263.81 98.929 263.348 98.929C262.93 98.929 262.688 99.468 262.688 100.458V104H261.643V98.17ZM268.899 104.99L272.155 95.585H273.222L269.966 104.99H268.899ZM275.153 99.897C275.384 98.775 276.341 98.038 277.573 98.038C278.992 98.038 279.927 98.863 279.927 100.48V102.713C279.927 102.966 280.037 103.076 280.279 103.076H280.521V104H280.224C279.52 104 279.102 103.626 278.992 103.109C278.761 103.648 278.09 104.132 277.177 104.132C276.011 104.132 275.054 103.516 275.054 102.471C275.054 101.261 275.956 100.931 277.287 100.667L278.871 100.359C278.86 99.457 278.354 99.017 277.562 99.017C276.891 99.017 276.407 99.413 276.275 99.974L275.153 99.897ZM276.165 102.449C276.165 102.867 276.528 103.208 277.309 103.208C278.2 103.208 278.893 102.592 278.893 101.525V101.272L277.628 101.492C276.803 101.646 276.154 101.701 276.165 102.449ZM281.815 105.65V98.17H282.772L282.805 99.028C283.124 98.39 283.729 98.038 284.565 98.038C286.259 98.038 287.04 99.457 287.04 101.085C287.04 102.713 286.259 104.132 284.565 104.132C283.773 104.132 283.19 103.813 282.86 103.208V105.65H281.815ZM282.75 101.085C282.75 102.141 283.223 103.153 284.334 103.153C285.456 103.153 285.918 102.152 285.918 101.085C285.918 100.018 285.456 99.017 284.334 99.017C283.223 99.017 282.75 100.029 282.75 101.085ZM288.411 105.65V98.17H289.368L289.401 99.028C289.72 98.39 290.325 98.038 291.161 98.038C292.855 98.038 293.636 99.457 293.636 101.085C293.636 102.713 292.855 104.132 291.161 104.132C290.369 104.132 289.786 103.813 289.456 103.208V105.65H288.411ZM289.346 101.085C289.346 102.141 289.819 103.153 290.93 103.153C292.052 103.153 292.514 102.152 292.514 101.085C292.514 100.018 292.052 99.017 290.93 99.017C289.819 99.017 289.346 100.029 289.346 101.085Z",
              fill: "#A0A0A0"
            })]
          }), (0, e.jsx)("path", {
            d: "M27 57.5C27.2761 57.5 27.5 57.7239 27.5 58V62L25.5 60.75L23.5 62V58C23.5 57.7239 23.7239 57.5 24 57.5H27ZM32.5 60H29V58.5H31V56H23C22.4477 56 22 56.4477 22 57V59.7891C21.192 59.4355 20.6056 58.6697 20.5127 57.7559L20.5 57.5V48.25C20.5 47.0074 21.5074 46 22.75 46H32.5V60ZM22.75 47.5C22.3358 47.5 22 47.8358 22 48.25V54.71C22.2321 54.6085 22.4817 54.5394 22.7441 54.5127L23 54.5H31V47.5H22.75Z",
            fill: "#A0A0A0"
          }), (0, e.jsx)("path", {
            d: "M43.292 53.897C43.523 52.775 44.48 52.038 45.712 52.038C47.131 52.038 48.066 52.863 48.066 54.48V56.713C48.066 56.966 48.176 57.076 48.418 57.076H48.66V58H48.363C47.659 58 47.241 57.626 47.131 57.109C46.9 57.648 46.229 58.132 45.316 58.132C44.15 58.132 43.193 57.516 43.193 56.471C43.193 55.261 44.095 54.931 45.426 54.667L47.01 54.359C46.999 53.457 46.493 53.017 45.701 53.017C45.03 53.017 44.546 53.413 44.414 53.974L43.292 53.897ZM44.304 56.449C44.304 56.867 44.667 57.208 45.448 57.208C46.339 57.208 47.032 56.592 47.032 55.525V55.272L45.767 55.492C44.942 55.646 44.293 55.701 44.304 56.449ZM53.9247 54.194C53.8037 53.457 53.2097 53.017 52.5387 53.017C51.5267 53.017 50.9327 53.787 50.9327 55.085C50.9327 56.372 51.5267 57.153 52.5387 57.153C53.2427 57.153 53.8367 56.68 53.9577 55.888L55.0687 55.954C54.8927 57.296 53.8037 58.132 52.5387 58.132C50.8997 58.132 49.8327 56.944 49.8327 55.085C49.8327 53.226 50.8997 52.038 52.5387 52.038C53.7707 52.038 54.8707 52.841 55.0247 54.117L53.9247 54.194ZM56.1644 52.17H57.0994L57.1324 52.962C57.3524 52.368 57.7484 52.038 58.3204 52.038C58.8374 52.038 59.1454 52.368 59.3324 53.105C59.5304 52.445 59.9924 52.038 60.5864 52.038C61.4774 52.038 61.8734 52.786 61.8734 54.458V58H60.8394V54.458C60.8394 53.347 60.6854 52.929 60.2674 52.929C59.8054 52.929 59.5414 53.468 59.5414 54.458V58H58.4964V54.458C58.4964 53.347 58.3314 52.929 57.8694 52.929C57.4514 52.929 57.2094 53.468 57.2094 54.458V58H56.1644V52.17ZM62.9801 55.085C62.9801 53.226 64.0471 52.038 65.6751 52.038C66.9841 52.038 68.1611 52.885 68.2491 54.975L68.2601 55.393H64.0911C64.1791 56.504 64.7401 57.153 65.6751 57.153C66.2691 57.153 66.7971 56.812 67.0501 56.229L68.1721 56.317C67.8311 57.439 66.8301 58.132 65.6751 58.132C64.0471 58.132 62.9801 56.944 62.9801 55.085ZM64.1131 54.535H67.1161C66.9511 53.402 66.3461 53.017 65.6751 53.017C64.8171 53.017 64.2671 53.578 64.1131 54.535ZM70.0158 58.99L73.2718 49.585H74.3388L71.0828 58.99H70.0158ZM79.2955 52.94L80.0765 56.504L80.8135 52.17H81.9025L80.7255 58H79.5375L78.7785 54.568L78.0195 58H76.8315L75.6545 52.17H76.7435L77.4805 56.504L78.2615 52.94H79.2955ZM82.7672 55.085C82.7672 53.226 83.8342 52.038 85.4622 52.038C86.7712 52.038 87.9482 52.885 88.0362 54.975L88.0472 55.393H83.8782C83.9662 56.504 84.5272 57.153 85.4622 57.153C86.0562 57.153 86.5842 56.812 86.8372 56.229L87.9592 56.317C87.6182 57.439 86.6172 58.132 85.4622 58.132C83.8342 58.132 82.7672 56.944 82.7672 55.085ZM83.9002 54.535H86.9032C86.7382 53.402 86.1332 53.017 85.4622 53.017C84.6042 53.017 84.0542 53.578 83.9002 54.535ZM89.5279 50.19H90.5729V52.929C90.9029 52.346 91.4859 52.038 92.3219 52.038C93.9719 52.038 94.7529 53.457 94.7529 55.085C94.7529 56.713 93.9719 58.132 92.3219 58.132C91.4419 58.132 90.8479 57.78 90.5179 57.186L90.4849 58H89.5279V50.19ZM90.4849 55.085C90.4849 56.141 90.9359 57.153 92.0689 57.153C93.2019 57.153 93.6529 56.152 93.6529 55.085C93.6529 53.974 93.2019 52.973 92.0689 52.973C90.9359 52.973 90.4849 53.985 90.4849 55.085Z",
            fill: "#EDEDED"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip2_17_1198)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 86.0127C24.9858 86.0385 25.1367 86.1028 25.2666 86.2002L26.7334 87.2998C26.8633 87.3972 27.0142 87.4615 27.1729 87.4873L27.333 87.5H34.5V97.5L34.4873 97.7559C34.3677 98.9323 33.4323 99.8677 32.2559 99.9873L32 100H21L20.7441 99.9873C19.5677 99.8677 18.6323 98.9323 18.5127 97.7559L18.5 97.5V86H24.667L24.8271 86.0127ZM20 92.5V97.5C20 98.0523 20.4477 98.5 21 98.5H32C32.5523 98.5 33 98.0523 33 97.5V92.5H20ZM20 91H33V89H27.333C26.8598 88.9999 26.398 88.8652 26 88.6143L25.833 88.5L24.499 87.5H20V91Z",
              fill: "#A0A0A0"
            })
          }), (0, e.jsx)("path", {
            d: "M47.12 92.985C46.999 92.369 46.416 92.017 45.723 92.017C45.151 92.017 44.634 92.292 44.634 92.842C44.645 93.436 45.349 93.568 45.998 93.733C47.109 93.997 48.22 94.404 48.22 95.493C48.22 96.637 47.12 97.132 45.921 97.132C44.557 97.132 43.457 96.362 43.369 95.152L44.458 95.086C44.568 95.746 45.162 96.153 45.921 96.153C46.515 96.153 47.12 96.01 47.12 95.438C47.12 94.855 46.372 94.756 45.734 94.613C44.645 94.349 43.534 93.942 43.534 92.886C43.534 91.709 44.601 91.038 45.822 91.038C47.054 91.038 48 91.775 48.187 92.919L47.12 92.985ZM53.3087 91.17V96.076H55.0467V97H50.1957V96.076H52.2527V92.094H50.1957V91.17H53.3087ZM52.1537 90.345V89.19H53.3087V90.345H52.1537ZM58.0124 89.63H59.0684V91.17H61.2574V92.094H59.0684V95.295C59.0684 95.779 59.3324 96.076 59.8164 96.076H61.2354V97H59.7614C58.5404 97 58.0124 96.362 58.0124 95.328V92.094H56.4504V91.17H58.0124V89.63ZM62.9801 94.085C62.9801 92.226 64.0471 91.038 65.6751 91.038C66.9841 91.038 68.1611 91.885 68.2491 93.975L68.2601 94.393H64.0911C64.1791 95.504 64.7401 96.153 65.6751 96.153C66.2691 96.153 66.7971 95.812 67.0501 95.229L68.1721 95.317C67.8311 96.439 66.8301 97.132 65.6751 97.132C64.0471 97.132 62.9801 95.944 62.9801 94.085ZM64.1131 93.535H67.1161C66.9511 92.402 66.3461 92.017 65.6751 92.017C64.8171 92.017 64.2671 92.578 64.1131 93.535Z",
            fill: "#EDEDED"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip3_17_1198)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 113.013C24.9858 113.038 25.1367 113.103 25.2666 113.2L26.7334 114.3C26.8633 114.397 27.0142 114.462 27.1729 114.487L27.333 114.5H34.5V124.5L34.4873 124.756C34.3677 125.932 33.4323 126.868 32.2559 126.987L32 127H21L20.7441 126.987C19.5677 126.868 18.6323 125.932 18.5127 124.756L18.5 124.5V113H24.667L24.8271 113.013ZM20 119.5V124.5C20 125.052 20.4477 125.5 21 125.5H32C32.5523 125.5 33 125.052 33 124.5V119.5H20ZM20 118H33V116H27.333C26.8598 116 26.398 115.865 26 115.614L25.833 115.5L24.499 114.5H20V118Z",
              fill: "#A0A0A0"
            })
          }), (0, e.jsx)("path", {
            d: "M48.242 116.19V124H47.285L47.252 123.186C46.922 123.78 46.328 124.132 45.448 124.132C43.798 124.132 43.017 122.713 43.017 121.085C43.017 119.457 43.798 118.038 45.448 118.038C46.284 118.038 46.867 118.346 47.197 118.929V116.19H48.242ZM44.117 121.085C44.117 122.152 44.568 123.153 45.701 123.153C46.834 123.153 47.285 122.141 47.285 121.085C47.285 119.985 46.834 118.973 45.701 118.973C44.568 118.973 44.117 119.974 44.117 121.085ZM49.8877 119.897C50.1187 118.775 51.0757 118.038 52.3077 118.038C53.7267 118.038 54.6617 118.863 54.6617 120.48V122.713C54.6617 122.966 54.7717 123.076 55.0137 123.076H55.2557V124H54.9587C54.2547 124 53.8367 123.626 53.7267 123.109C53.4957 123.648 52.8247 124.132 51.9117 124.132C50.7457 124.132 49.7887 123.516 49.7887 122.471C49.7887 121.261 50.6907 120.931 52.0217 120.667L53.6057 120.359C53.5947 119.457 53.0887 119.017 52.2967 119.017C51.6257 119.017 51.1417 119.413 51.0097 119.974L49.8877 119.897ZM50.8997 122.449C50.8997 122.867 51.2627 123.208 52.0437 123.208C52.9347 123.208 53.6277 122.592 53.6277 121.525V121.272L52.3627 121.492C51.5377 121.646 50.8887 121.701 50.8997 122.449ZM60.3114 119.985C60.1904 119.369 59.6074 119.017 58.9144 119.017C58.3424 119.017 57.8254 119.292 57.8254 119.842C57.8364 120.436 58.5404 120.568 59.1894 120.733C60.3004 120.997 61.4114 121.404 61.4114 122.493C61.4114 123.637 60.3114 124.132 59.1124 124.132C57.7484 124.132 56.6484 123.362 56.5604 122.152L57.6494 122.086C57.7594 122.746 58.3534 123.153 59.1124 123.153C59.7064 123.153 60.3114 123.01 60.3114 122.438C60.3114 121.855 59.5634 121.756 58.9254 121.613C57.8364 121.349 56.7254 120.942 56.7254 119.886C56.7254 118.709 57.7924 118.038 59.0134 118.038C60.2454 118.038 61.1914 118.775 61.3784 119.919L60.3114 119.985ZM63.3761 116.19H64.4211V118.929C64.7621 118.324 65.4111 118.038 66.1151 118.038C67.4131 118.038 68.0511 118.995 68.0511 120.249V124H66.9951V120.579C66.9951 119.545 66.6651 118.995 65.8401 118.995C64.9821 118.995 64.4211 119.545 64.4211 120.579V124H63.3761V116.19ZM69.7408 116.19H70.7858V118.929C71.1158 118.346 71.6988 118.038 72.5348 118.038C74.1848 118.038 74.9658 119.457 74.9658 121.085C74.9658 122.713 74.1848 124.132 72.5348 124.132C71.6548 124.132 71.0608 123.78 70.7308 123.186L70.6978 124H69.7408V116.19ZM70.6978 121.085C70.6978 122.141 71.1488 123.153 72.2818 123.153C73.4148 123.153 73.8658 122.152 73.8658 121.085C73.8658 119.974 73.4148 118.973 72.2818 118.973C71.1488 118.973 70.6978 119.985 70.6978 121.085ZM78.7785 124.132C77.1615 124.132 76.0835 122.933 76.0835 121.085C76.0835 119.237 77.1615 118.038 78.7785 118.038C80.3955 118.038 81.4735 119.237 81.4735 121.085C81.4735 122.933 80.3955 124.132 78.7785 124.132ZM77.1835 121.085C77.1835 122.372 77.7665 123.153 78.7785 123.153C79.7905 123.153 80.3735 122.372 80.3735 121.085C80.3735 119.787 79.7905 119.017 78.7785 119.017C77.7665 119.017 77.1835 119.787 77.1835 121.085ZM82.8662 119.897C83.0972 118.775 84.0542 118.038 85.2862 118.038C86.7052 118.038 87.6402 118.863 87.6402 120.48V122.713C87.6402 122.966 87.7502 123.076 87.9922 123.076H88.2342V124H87.9372C87.2332 124 86.8152 123.626 86.7052 123.109C86.4742 123.648 85.8032 124.132 84.8902 124.132C83.7242 124.132 82.7672 123.516 82.7672 122.471C82.7672 121.261 83.6692 120.931 85.0002 120.667L86.5842 120.359C86.5732 119.457 86.0672 119.017 85.2752 119.017C84.6042 119.017 84.1202 119.413 83.9882 119.974L82.8662 119.897ZM83.8782 122.449C83.8782 122.867 84.2412 123.208 85.0222 123.208C85.9132 123.208 86.6062 122.592 86.6062 121.525V121.272L85.3412 121.492C84.5162 121.646 83.8672 121.701 83.8782 122.449ZM91.8819 118.17L91.9589 119.248C92.1569 118.511 92.6299 118.17 93.3999 118.17H94.5879V119.094H93.4329C92.5529 119.094 92.1569 119.578 92.1569 120.546V123.076H94.0269V124H89.6159V123.076H91.1119V119.094H89.6159V118.17H91.8819ZM101.008 116.19V124H100.051L100.018 123.186C99.6876 123.78 99.0936 124.132 98.2136 124.132C96.5636 124.132 95.7826 122.713 95.7826 121.085C95.7826 119.457 96.5636 118.038 98.2136 118.038C99.0496 118.038 99.6326 118.346 99.9626 118.929V116.19H101.008ZM96.8826 121.085C96.8826 122.152 97.3336 123.153 98.4666 123.153C99.5996 123.153 100.051 122.141 100.051 121.085C100.051 119.985 99.5996 118.973 98.4666 118.973C97.3336 118.973 96.8826 119.974 96.8826 121.085Z",
            fill: "#EDEDED"
          }), (0, e.jsx)("g", {
            clipPath: "url(#clip4_17_1198)",
            children: (0, e.jsx)("path", {
              d: "M24.8271 140.013C24.9858 140.038 25.1367 140.103 25.2666 140.2L26.7334 141.3C26.8633 141.397 27.0142 141.462 27.1729 141.487L27.333 141.5H34.5V151.5L34.4873 151.756C34.3677 152.932 33.4323 153.868 32.2559 153.987L32 154H21L20.7441 153.987C19.5677 153.868 18.6323 152.932 18.5127 151.756L18.5 151.5V140H24.667L24.8271 140.013ZM20 146.5V151.5C20 152.052 20.4477 152.5 21 152.5H32C32.5523 152.5 33 152.052 33 151.5V146.5H20ZM20 145H33V143H27.333C26.8598 143 26.398 142.865 26 142.614L25.833 142.5L24.499 141.5H20V145Z",
              fill: "#A0A0A0"
            })
          }), (0, e.jsx)("path", {
            d: "M43.358 152.65V145.17H44.315L44.348 146.028C44.667 145.39 45.272 145.038 46.108 145.038C47.802 145.038 48.583 146.457 48.583 148.085C48.583 149.713 47.802 151.132 46.108 151.132C45.316 151.132 44.733 150.813 44.403 150.208V152.65H43.358ZM44.293 148.085C44.293 149.141 44.766 150.153 45.877 150.153C46.999 150.153 47.461 149.152 47.461 148.085C47.461 147.018 46.999 146.017 45.877 146.017C44.766 146.017 44.293 147.029 44.293 148.085ZM52.3957 151.132C50.7787 151.132 49.7007 149.933 49.7007 148.085C49.7007 146.237 50.7787 145.038 52.3957 145.038C54.0127 145.038 55.0907 146.237 55.0907 148.085C55.0907 149.933 54.0127 151.132 52.3957 151.132ZM50.8007 148.085C50.8007 149.372 51.3837 150.153 52.3957 150.153C53.4077 150.153 53.9907 149.372 53.9907 148.085C53.9907 146.787 53.4077 146.017 52.3957 146.017C51.3837 146.017 50.8007 146.787 50.8007 148.085ZM60.3114 146.985C60.1904 146.369 59.6074 146.017 58.9144 146.017C58.3424 146.017 57.8254 146.292 57.8254 146.842C57.8364 147.436 58.5404 147.568 59.1894 147.733C60.3004 147.997 61.4114 148.404 61.4114 149.493C61.4114 150.637 60.3114 151.132 59.1124 151.132C57.7484 151.132 56.6484 150.362 56.5604 149.152L57.6494 149.086C57.7594 149.746 58.3534 150.153 59.1124 150.153C59.7064 150.153 60.3114 150.01 60.3114 149.438C60.3114 148.855 59.5634 148.756 58.9254 148.613C57.8364 148.349 56.7254 147.942 56.7254 146.886C56.7254 145.709 57.7924 145.038 59.0134 145.038C60.2454 145.038 61.1914 145.775 61.3784 146.919L60.3114 146.985ZM64.6081 143.63H65.6641V145.17H67.8531V146.094H65.6641V149.295C65.6641 149.779 65.9281 150.076 66.4121 150.076H67.8311V151H66.3571C65.1361 151 64.6081 150.362 64.6081 149.328V146.094H63.0461V145.17H64.6081V143.63ZM73.5028 146.985C73.3818 146.369 72.7988 146.017 72.1058 146.017C71.5338 146.017 71.0168 146.292 71.0168 146.842C71.0278 147.436 71.7318 147.568 72.3808 147.733C73.4918 147.997 74.6028 148.404 74.6028 149.493C74.6028 150.637 73.5028 151.132 72.3038 151.132C70.9398 151.132 69.8398 150.362 69.7518 149.152L70.8408 149.086C70.9508 149.746 71.5448 150.153 72.3038 150.153C72.8978 150.153 73.5028 150.01 73.5028 149.438C73.5028 148.855 72.7548 148.756 72.1168 148.613C71.0278 148.349 69.9168 147.942 69.9168 146.886C69.9168 145.709 70.9838 145.038 72.2048 145.038C73.4368 145.038 74.3828 145.775 74.5698 146.919L73.5028 146.985Z",
            fill: "#EDEDED"
          }), (0, e.jsxs)("defs", {
            children: [(0, e.jsxs)("filter", {
              id: "filter0_d_17_1198",
              x: "0",
              y: "33",
              width: "148",
              height: "137",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1198"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1198",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter1_d_17_1198",
              x: "174",
              y: "32",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1198"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1198",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter2_d_17_1198",
              x: "174",
              y: "126",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1198"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1198",
                result: "shape"
              })]
            }), (0, e.jsxs)("filter", {
              id: "filter3_d_17_1198",
              x: "174",
              y: "80",
              width: "138",
              height: "42",
              filterUnits: "userSpaceOnUse",
              colorInterpolationFilters: "sRGB",
              children: [(0, e.jsx)("feFlood", {
                floodOpacity: "0",
                result: "BackgroundImageFix"
              }), (0, e.jsx)("feColorMatrix", {
                in: "SourceAlpha",
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
                result: "hardAlpha"
              }), (0, e.jsx)("feOffset", {
                dy: "1"
              }), (0, e.jsx)("feGaussianBlur", {
                stdDeviation: "1"
              }), (0, e.jsx)("feColorMatrix", {
                type: "matrix",
                values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in2: "BackgroundImageFix",
                result: "effect1_dropShadow_17_1198"
              }), (0, e.jsx)("feBlend", {
                mode: "normal",
                in: "SourceGraphic",
                in2: "effect1_dropShadow_17_1198",
                result: "shape"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint0_linear_17_1198",
              x1: "202.13",
              y1: "49",
              x2: "202.13",
              y2: "55",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "0.609375",
                stopColor: "white",
                stopOpacity: "0.57"
              }), (0, e.jsx)("stop", {
                offset: "0.796875",
                stopColor: "white",
                stopOpacity: "0"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsxs)("linearGradient", {
              id: "paint1_linear_17_1198",
              x1: "200.701",
              y1: "54.4728",
              x2: "203.79",
              y2: "58.4122",
              gradientUnits: "userSpaceOnUse",
              children: [(0, e.jsx)("stop", {
                stopColor: "white"
              }), (0, e.jsx)("stop", {
                offset: "0.604072",
                stopColor: "white",
                stopOpacity: "0"
              }), (0, e.jsx)("stop", {
                offset: "1",
                stopColor: "white",
                stopOpacity: "0"
              })]
            }), (0, e.jsx)("clipPath", {
              id: "clip0_17_1198",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(191 44)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip1_17_1198",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(191 92)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip2_17_1198",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 85)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip3_17_1198",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 112)"
              })
            }), (0, e.jsx)("clipPath", {
              id: "clip4_17_1198",
              children: (0, e.jsx)("rect", {
                width: "16",
                height: "16",
                fill: "white",
                transform: "translate(18.5 139)"
              })
            })]
          })]
        })
      })
  }
}]);

//# sourceMappingURL=8f3caf9a04b122c2.js.map