Home · Branding · PartnerStack

PartnerStack Brand Identity

A complete profile of PartnerStack's visual system — colors, typography, components, and personality — extracted from https://partnerstack.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#434DE1
Accent
#434DE1
Body Font
Inter
Heading
Newsreader

Color Palette

Brand palette extracted from https://partnerstack.com.

primary
#434DE1
rgb(67, 77, 225)
secondary
#0A1567
rgb(10, 21, 103)
accent
#434DE1
rgb(67, 77, 225)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#434EE1
rgb(67, 78, 225)
link
#434EE1
rgb(67, 78, 225)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Newsreader
Inter, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

PartnerStack logo
Logo
PartnerStack favicon
Favicon
PartnerStack social image
Social Card

UI Components

Live previews rendered using PartnerStack's actual button styles.

input
background #FFFFFF textColor #38393E borderColor #747474 borderRadius 8px shadow none
buttonPrimary
background #434DE1 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background transparent textColor #434EE1 borderColor #434EE1 borderRadius 8px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

PartnerStack Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is PartnerStack's primary brand color?

PartnerStack's primary brand color is #434DE1. It anchors the visual identity across their website, product UI, and marketing materials.

What font does PartnerStack use?

PartnerStack uses Inter for body text and Newsreader for headings. Fonts were detected on https://partnerstack.com as part of their live design system.

Does PartnerStack use a light or dark theme?

PartnerStack's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find PartnerStack's logo?

PartnerStack's logo is available directly on their site (https://partnerstack.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://partnerstack.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by PartnerStack.

Methodology

Brand data on this page was extracted from https://partnerstack.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by PartnerStack.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Newsreader",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#434DE1",
    "secondary": "#0A1567",
    "accent": "#434DE1",
    "background": "#FFFFFF",
    "textPrimary": "#434EE1",
    "link": "#434EE1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Newsreader"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "36px",
      "body": "30px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#38393E",
      "borderColor": "#747474",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#434DE1",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#434EE1",
      "borderColor": "#434EE1",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201070%20254%22%20width%3D%221070%22%20height%3D%22254%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20style%3D%22width%3A%20100%25%3B%20height%3A%20100%25%3B%20transform%3A%20translate3d(0px%2C%200px%2C%200px)%3B%20content-visibility%3A%20visible%3B%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22__lottie_element_10%22%3E%3Crect%20width%3D%221070%22%20height%3D%22254%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2FclipPath%3E%3Cg%20id%3D%22__lottie_element_26%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.77099609375%2C9.652999877929688)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C72.58300018310547%2C84.63800048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(225%2C201%2C67)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0%2C84.38800048828125%20C0%2C84.38800048828125%200%2C84.38800048828125%200%2C84.38800048828125%20C-39.948001861572266%2C84.38800048828125%20-72.33300018310547%2C52.00400161743164%20-72.33300018310547%2C12.055000305175781%20C-72.33300018310547%2C12.055000305175781%20-72.33300018310547%2C-12.055999755859375%20-72.33300018310547%2C-12.055999755859375%20C-72.33300018310547%2C-52.00400161743164%20-39.948001861572266%2C-84.38800048828125%200%2C-84.38800048828125%20C39.948001861572266%2C-84.38800048828125%2072.33300018310547%2C-52.00400161743164%2072.33300018310547%2C-12.055999755859375%20C72.33300018310547%2C-12.055999755859375%2072.33300018310547%2C12.055000305175781%2072.33300018310547%2C12.055000305175781%20C72.33300018310547%2C52.00400161743164%2039.948001861572266%2C84.38800048828125%200%2C84.38800048828125z%22%20style%3D%22fill%3A%20rgb(225%2C%20201%2C%2067)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cmask%20id%3D%22__lottie_element_26_1%22%20mask-type%3D%22alpha%22%3E%3Cg%20id%3D%22__lottie_element_26%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.77099609375%2C9.652999877929688)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C72.58300018310547%2C84.63800048828125)%22%3E%3Cpath%20fill%3D%22rgb(225%2C201%2C67)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0%2C84.38800048828125%20C0%2C84.38800048828125%200%2C84.38800048828125%200%2C84.38800048828125%20C-39.948001861572266%2C84.38800048828125%20-72.33300018310547%2C52.00400161743164%20-72.33300018310547%2C12.055000305175781%20C-72.33300018310547%2C12.055000305175781%20-72.33300018310547%2C-12.055999755859375%20-72.33300018310547%2C-12.055999755859375%20C-72.33300018310547%2C-52.00400161743164%20-39.948001861572266%2C-84.38800048828125%200%2C-84.38800048828125%20C39.948001861572266%2C-84.38800048828125%2072.33300018310547%2C-52.00400161743164%2072.33300018310547%2C-12.055999755859375%20C72.33300018310547%2C-12.055999755859375%2072.33300018310547%2C12.055000305175781%2072.33300018310547%2C12.055000305175781%20C72.33300018310547%2C52.00400161743164%2039.948001861572266%2C84.38800048828125%200%2C84.38800048828125z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_10)%22%3E%3Cg%20transform%3D%22matrix(0.6557199954986572%2C0%2C0%2C0.6557199954986572%2C241.375%2C57.51499938964844)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C56.571998596191406%2C80.01300048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M50.099998474121094%2C-52.540000915527344%20C45.91999816894531%2C-60.30699920654297%2039.5359992980957%2C-66.66300201416016%2031.753999710083008%2C-70.80599975585938%20C23.672000885009766%2C-75.24199676513672%2013.678000450134277%2C-77.45999908447266%201.7740000486373901%2C-77.45999908447266%20C1.7740000486373901%2C-77.45999908447266%20-56.321998596191406%2C-77.45999908447266%20-56.321998596191406%2C-77.45999908447266%20C-56.321998596191406%2C-77.45999908447266%20-56.321998596191406%2C77.45999908447266%20-56.321998596191406%2C77.45999908447266%20C-56.321998596191406%2C77.45999908447266%20-28.25200080871582%2C77.45999908447266%20-28.25200080871582%2C77.45999908447266%20C-28.25200080871582%2C77.45999908447266%20-28.25200080871582%2C25.111000061035156%20-28.25200080871582%2C25.111000061035156%20C-28.25200080871582%2C25.111000061035156%201.3760000467300415%2C25.111000061035156%201.3760000467300415%2C25.111000061035156%20C13.331999778747559%2C25.111000061035156%2023.38599967956543%2C22.908000946044922%2031.540000915527344%2C18.50200080871582%20C39.38199996948242%2C14.404000282287598%2045.83000183105469%2C8.067999839782715%2050.06999969482422%2C0.2980000078678131%20C54.18000030517578%2C-7.901000022888184%2056.321998596191406%2C-16.947999954223633%2056.321998596191406%2C-26.121000289916992%20C56.321998596191406%2C-35.29399871826172%2054.18000030517578%2C-44.340999603271484%2050.06999969482422%2C-52.540000915527344%20C50.06999969482422%2C-52.540000915527344%2050.099998474121094%2C-52.540000915527344%2050.099998474121094%2C-52.540000915527344z%20M24.554000854492188%2C-11.572999954223633%20C22.3799991607666%2C-7.301000118255615%2018.93400001525879%2C-3.809999942779541%2014.692000389099121%2C-1.5839999914169312%20C9.383999824523926%2C1.027999997138977%203.509999990463257%2C2.2750000953674316%20-2.4000000953674316%2C2.0420000553131104%20C-2.4000000953674316%2C2.0420000553131104%20-28.25200080871582%2C2.0420000553131104%20-28.25200080871582%2C2.0420000553131104%20C-28.25200080871582%2C2.0420000553131104%20-28.25200080871582%2C-54.00899887084961%20-28.25200080871582%2C-54.00899887084961%20C-28.25200080871582%2C-54.00899887084961%20-2.552000045776367%2C-54.00899887084961%20-2.552000045776367%2C-54.00899887084961%20C3.380000114440918%2C-54.24599838256836%209.281999588012695%2C-53.03799819946289%2014.645999908447266%2C-50.4900016784668%20C18.898000717163086%2C-48.35499954223633%2022.365999221801758%2C-44.928001403808594%2024.554000854492188%2C-40.70000076293945%20C26.76799964904785%2C-36.18199920654297%2027.8700008392334%2C-31.197999954223633%2027.763999938964844%2C-26.16699981689453%20C27.86199951171875%2C-21.117000579833984%2026.761999130249023%2C-16.114999771118164%2024.554000854492188%2C-11.572999954223633z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C167.22799682617188%2C99.83100128173828)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-11.206000328063965%2C59.99599838256836%20C-18.040000915527344%2C60.108001708984375%20-24.81599998474121%2C58.75%20-31.079999923706055%2C56.02000045776367%20C-36.762001037597656%2C53.534000396728516%20-41.59600067138672%2C49.44599914550781%20-44.99399948120117%2C44.25600051879883%20C-48.54600143432617%2C38.49399948120117%20-50.31800079345703%2C31.808000564575195%20-50.08399963378906%2C25.04199981689453%20C-50.29600143432617%2C19.399999618530273%20-49.04800033569336%2C13.79800033569336%20-46.459999084472656%2C8.779999732971191%20C-44.10200119018555%2C4.551000118255615%20-40.6879997253418%2C1.003999948501587%20-36.55400085449219%2C-1.5149999856948853%20C-32.15599822998047%2C-4.181000232696533%20-27.378000259399414%2C-6.1570000648498535%20-22.381999969482422%2C-7.374000072479248%20C-17%2C-8.732000350952148%20-11.527999877929688%2C-9.70300006866455%20-6.007999897003174%2C-10.281000137329102%20C0.7900000214576721%2C-10.984000205993652%206.308000087738037%2C-11.626999855041504%2010.54800033569336%2C-12.208000183105469%20C13.781999588012695%2C-12.487000465393066%2016.92799949645996%2C-13.413000106811523%2019.79800033569336%2C-14.930999755859375%20C20.757999420166016%2C-15.54699993133545%2021.535999298095703%2C-16.410999298095703%2022.049999237060547%2C-17.43000030517578%20C22.56399917602539%2C-18.450000762939453%2022.79400062561035%2C-19.589000701904297%2022.718000411987305%2C-20.729000091552734%20C22.718000411987305%2C-20.729000091552734%2022.718000411987305%2C-21.172000885009766%2022.718000411987305%2C-21.172000885009766%20C22.718000411987305%2C-26.878999710083008%2021.02199935913086%2C-31.284000396728516%2017.642000198364258%2C-34.41999816894531%20C14.263999938964844%2C-37.555999755859375%209.402000427246094%2C-39.10100173950195%203.058000087738037%2C-39.10100173950195%20C-3.638000011444092%2C-39.10100173950195%20-8.944000244140625%2C-37.643001556396484%20-12.857999801635742%2C-34.72600173950195%20C-16.486000061035156%2C-32.15399932861328%20-19.242000579833984%2C-28.535999298095703%20-20.761999130249023%2C-24.354000091552734%20C-20.761999130249023%2C-24.354000091552734%20-46.30799865722656%2C-27.979999542236328%20-46.30799865722656%2C-27.979999542236328%20C-44.5260009765625%2C-34.641998291015625%20-41.09199905395508%2C-40.744998931884766%20-36.32400131225586%2C-45.724998474121094%20C-31.56399917602539%2C-50.564998626708984%20-25.743999481201172%2C-54.23099899291992%20-19.323999404907227%2C-56.433998107910156%20C-12.178000450134277%2C-58.90599822998047%20-4.656000137329102%2C-60.12200164794922%202.9040000438690186%2C-60.02899932861328%20C8.531999588012695%2C-60.02199935913086%2014.137999534606934%2C-59.3650016784668%2019.61400032043457%2C-58.06999969482422%20C25.01799964904785%2C-56.816001892089844%2030.16200065612793%2C-54.625999450683594%2034.8120002746582%2C-51.599998474121094%20C39.46799850463867%2C-48.513999938964844%2043.27399826049805%2C-44.30500030517578%2045.880001068115234%2C-39.361000061035156%20C48.87200164794922%2C-33.38399887084961%2050.31800079345703%2C-26.75200080871582%2050.08399963378906%2C-20.070999145507812%20C50.08399963378906%2C-20.070999145507812%2050.08399963378906%2C57.68600082397461%2050.08399963378906%2C57.68600082397461%20C50.08399963378906%2C57.68600082397461%2023.804000854492188%2C57.68600082397461%2023.804000854492188%2C57.68600082397461%20C23.804000854492188%2C57.68600082397461%2023.804000854492188%2C41.68600082397461%2023.804000854492188%2C41.68600082397461%20C23.804000854492188%2C41.68600082397461%2022.902000427246094%2C41.68600082397461%2022.902000427246094%2C41.68600082397461%20C19.025999069213867%2C49.08000183105469%2012.5%2C54.736000061035156%204.631999969482422%2C57.518001556396484%20C-0.4580000042915344%2C59.28200149536133%20-5.822000026702881%2C60.12200164794922%20-11.206000328063965%2C59.99599838256836z%20M-4.0980000495910645%2C39.86600112915039%20C0.8679999709129333%2C39.99599838256836%205.785999774932861%2C38.86399841308594%2010.197999954223633%2C36.57600021362305%20C14.039999961853027%2C34.560001373291016%2017.26799964904785%2C31.54199981689453%2019.538000106811523%2C27.840999603271484%20C21.711999893188477%2C24.266000747680664%2022.850000381469727%2C20.1560001373291%2022.826000213623047%2C15.970000267028809%20C22.826000213623047%2C15.970000267028809%2022.826000213623047%2C2.2019999027252197%2022.826000213623047%2C2.2019999027252197%20C21.510000228881836%2C3.124000072479248%2020.030000686645508%2C3.7890000343322754%2018.468000411987305%2C4.159999847412109%20C16.219999313354492%2C4.796999931335449%2013.937999725341797%2C5.307000160217285%2011.633999824523926%2C5.690000057220459%20C9.112000465393066%2C6.14900016784668%206.619999885559082%2C6.546999931335449%204.144000053405762%2C6.89900016784668%20C4.144000053405762%2C6.89900016784668%20-2.2780001163482666%2C7.801000118255615%20-2.2780001163482666%2C7.801000118255615%20C-6.02400016784668%2C8.281000137329102%20-9.704000473022461%2C9.194000244140625%20-13.239999771118164%2C10.52400016784668%20C-16.194000244140625%2C11.597999572753906%20-18.826000213623047%2C13.40999984741211%20-20.884000778198242%2C15.786999702453613%20C-23.100000381469727%2C18.841999053955078%20-24.054000854492188%2C22.634000778198242%20-23.54800033569336%2C26.375%20C-23.040000915527344%2C30.115999221801758%20-21.11199951171875%2C33.518001556396484%20-18.16200065612793%2C35.87200164794922%20C-14.001999855041504%2C38.63199996948242%20-9.086000442504883%2C40.02799987792969%20-4.0980000495910645%2C39.86600112915039z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C272.73199462890625%2C98.4739990234375)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-33.11399841308594%2C58.999000549316406%20C-33.11399841308594%2C58.999000549316406%20-33.11399841308594%2C-57.18899917602539%20-33.11399841308594%2C-57.18899917602539%20C-33.11399841308594%2C-57.18899917602539%20-6.573999881744385%2C-57.18899917602539%20-6.573999881744385%2C-57.18899917602539%20C-6.573999881744385%2C-57.18899917602539%20-6.573999881744385%2C-37.821998596191406%20-6.573999881744385%2C-37.821998596191406%20C-6.573999881744385%2C-37.821998596191406%20-5.366000175476074%2C-37.821998596191406%20-5.366000175476074%2C-37.821998596191406%20C-3.559999942779541%2C-44.08300018310547%200.2879999876022339%2C-49.558998107910156%205.564000129699707%2C-53.37900161743164%20C10.734000205993652%2C-57.058998107910156%2016.940000534057617%2C-58.999000549316406%2023.284000396728516%2C-58.91699981689453%20C24.812000274658203%2C-58.91699981689453%2026.493999481201172%2C-58.91600036621094%2028.389999389648438%2C-58.733001708984375%20C29.974000930786133%2C-58.63600158691406%2031.552000045776367%2C-58.448001861572266%2033.11399841308594%2C-58.167999267578125%20C33.11399841308594%2C-58.167999267578125%2033.11399841308594%2C-32.90999984741211%2033.11399841308594%2C-32.90999984741211%20C31.326000213623047%2C-33.439998626708984%2029.493999481201172%2C-33.80799865722656%2027.639999389648438%2C-34.012001037597656%20C25.243999481201172%2C-34.327999114990234%2022.827999114990234%2C-34.492000579833984%2020.40999984741211%2C-34.500999450683594%20C15.739999771118164%2C-34.57899856567383%2011.128000259399414%2C-33.4739990234375%207.001999855041504%2C-31.288999557495117%20C3.138000011444092%2C-29.231000900268555%20-0.09200000017881393%2C-26.158000946044922%20-2.3399999141693115%2C-22.400999069213867%20C-4.6539998054504395%2C-18.430999755859375%20-5.834000110626221%2C-13.901000022888184%20-5.748000144958496%2C-9.305999755859375%20C-5.748000144958496%2C-9.305999755859375%20-5.748000144958496%2C58.999000549316406%20-5.748000144958496%2C58.999000549316406%20C-5.748000144958496%2C58.999000549316406%20-33.11399841308594%2C58.999000549316406%20-33.11399841308594%2C58.999000549316406z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C344.89898681640625%2C86.4000015258789)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M21.749000549316406%2C48.53900146484375%20C20.982999801635742%2C48.73699951171875%2019.89900016784668%2C48.96699905395508%2018.461000442504883%2C49.21099853515625%20C16.91900062561035%2C49.45500183105469%2015.359000205993652%2C49.5629997253418%2013.798999786376953%2C49.53300094604492%20C11.682999610900879%2C49.56100082397461%209.579000473022461%2C49.202999114990234%207.591000080108643%2C48.47700119018555%20C5.671000003814697%2C47.722999572753906%204.078999996185303%2C46.314998626708984%203.0969998836517334%2C44.500999450683594%20C1.8170000314712524%2C41.882999420166016%201.2330000400543213%2C38.97999954223633%201.3990000486373901%2C36.07099914550781%20C1.3990000486373901%2C36.07099914550781%201.3990000486373901%2C-23.895999908447266%201.3990000486373901%2C-23.895999908447266%20C1.3990000486373901%2C-23.895999908447266%2024.33300018310547%2C-23.895999908447266%2024.33300018310547%2C-23.895999908447266%20C24.33300018310547%2C-23.895999908447266%2024.33300018310547%2C-45.11399841308594%2024.33300018310547%2C-45.11399841308594%20C24.33300018310547%2C-45.11399841308594%201.3990000486373901%2C-45.11399841308594%201.3990000486373901%2C-45.11399841308594%20C1.3990000486373901%2C-45.11399841308594%201.3990000486373901%2C-72.95500183105469%201.3990000486373901%2C-72.95500183105469%20C1.3990000486373901%2C-72.95500183105469%20-25.951000213623047%2C-72.95500183105469%20-25.951000213623047%2C-72.95500183105469%20C-25.951000213623047%2C-72.95500183105469%20-25.951000213623047%2C40.65999984741211%20-25.951000213623047%2C40.65999984741211%20C-26.288999557495117%2C47.0369987487793%20-24.68899917602539%2C53.367000579833984%20-21.364999771118164%2C58.819000244140625%20C-18.208999633789062%2C63.6349983215332%20-13.659000396728516%2C67.37100219726562%20-8.322999954223633%2C69.5270004272461%20C-2.447000026702881%2C71.88700103759766%203.867000102996826%2C72.95500183105469%2010.190999984741211%2C72.66300201416016%20C13.508999824523926%2C72.63300323486328%2016.816999435424805%2C72.28099822998047%2020.066999435424805%2C71.60700225830078%20C22.16699981689453%2C71.15899658203125%2024.2450008392334%2C70.60299682617188%2026.288999557495117%2C69.94100189208984%20C26.288999557495117%2C69.94100189208984%2021.749000549316406%2C48.53900146484375%2021.749000549316406%2C48.53900146484375z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C442.0530090332031%2C98.51300048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-23.731000900268555%2C-9.116000175476074%20C-23.731000900268555%2C-9.116000175476074%20-23.731000900268555%2C58.95899963378906%20-23.731000900268555%2C58.95899963378906%20C-23.731000900268555%2C58.95899963378906%20-51.09700012207031%2C58.95899963378906%20-51.09700012207031%2C58.95899963378906%20C-51.09700012207031%2C58.95899963378906%20-51.09700012207031%2C-57.22700119018555%20-51.09700012207031%2C-57.22700119018555%20C-51.09700012207031%2C-57.22700119018555%20-24.93899917602539%2C-57.22700119018555%20-24.93899917602539%2C-57.22700119018555%20C-24.93899917602539%2C-57.22700119018555%20-24.93899917602539%2C-37.53900146484375%20-24.93899917602539%2C-37.53900146484375%20C-24.93899917602539%2C-37.53900146484375%20-23.57900047302246%2C-37.53900146484375%20-23.57900047302246%2C-37.53900146484375%20C-21.017000198364258%2C-43.90800094604492%20-16.541000366210938%2C-49.32400131225586%20-10.767000198364258%2C-53.0359992980957%20C-4.896999835968018%2C-56.880001068115234%202.375%2C-58.79800033569336%2011.048999786376953%2C-58.7869987487793%20C18.371000289916992%2C-58.95899963378906%2025.608999252319336%2C-57.185001373291016%2032.025001525878906%2C-53.64699935913086%20C38.03900146484375%2C-50.17599868774414%2042.882999420166016%2C-44.987998962402344%2045.9370002746582%2C-38.74800109863281%20C49.42499923706055%2C-31.354999542236328%2051.09700012207031%2C-23.236000061035156%2050.8129997253418%2C-15.067000389099121%20C50.8129997253418%2C-15.067000389099121%2050.8129997253418%2C58.91299819946289%2050.8129997253418%2C58.91299819946289%20C50.8129997253418%2C58.91299819946289%2023.44700050354004%2C58.91299819946289%2023.44700050354004%2C58.91299819946289%20C23.44700050354004%2C58.91299819946289%2023.44700050354004%2C-10.782999992370605%2023.44700050354004%2C-10.782999992370605%20C23.44700050354004%2C-18.55500030517578%2021.44499969482422%2C-24.632999420166016%2017.43899917602539%2C-29.01799964904785%20C13.432999610900879%2C-33.40399932861328%207.86299991607666%2C-35.59600067138672%200.7289999723434448%2C-35.59600067138672%20C-3.7090001106262207%2C-35.707000732421875%20-8.10099983215332%2C-34.652000427246094%20-12.005000114440918%2C-32.5369987487793%20C-15.718999862670898%2C-30.429000854492188%20-18.740999221801758%2C-27.288999557495117%20-20.704999923706055%2C-23.496000289916992%20C-22.886999130249023%2C-19.027000427246094%20-23.927000045776367%2C-14.086000442504883%20-23.731000900268555%2C-9.116000175476074z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C565.1500244140625%2C99.68000030517578)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M54.02799987792969%2C-1.2109999656677246%20C54.231998443603516%2C-10.182000160217285%2052.79600143432617%2C-19.114999771118164%2049.79199981689453%2C-27.569000244140625%20C47.29199981689453%2C-34.433998107910156%2043.321998596191406%2C-40.667999267578125%2038.15800094604492%2C-45.834999084472656%20C33.358001708984375%2C-50.595001220703125%2027.576000213623047%2C-54.249000549316406%2021.218000411987305%2C-56.542999267578125%20C14.708000183105469%2C-58.861000061035156%207.8420000076293945%2C-60.0260009765625%200.9319999814033508%2C-59.98500061035156%20C-9.248000144958496%2C-60.21500015258789%20-19.284000396728516%2C-57.5629997253418%20-28.02400016784668%2C-52.33599853515625%20C-36.28799819946289%2C-47.196998596191406%20-42.92399978637695%2C-39.81800079345703%20-47.16600036621094%2C-31.05699920654297%20C-51.88999938964844%2C-21.23699951171875%20-54.231998443603516%2C-10.4399995803833%20-54%2C0.4560000002384186%20C-54%2C12.61299991607666%20-51.731998443603516%2C23.167999267578125%20-47.19599914550781%2C32.12300109863281%20C-42.89400100708008%2C40.78300094604492%20-36.119998931884766%2C47.96900177001953%20-27.733999252319336%2C52.775001525878906%20C-19.29400062561035%2C57.638999938964844%20-9.25%2C60.07099914550781%202.4000000953674316%2C60.07099914550781%20C10.597999572753906%2C60.21500015258789%2018.75200080871582%2C58.814998626708984%2026.43199920654297%2C55.941001892089844%20C33.02799987792969%2C53.47700119018555%2038.948001861572266%2C49.48899841308594%2043.70800018310547%2C44.29899978637695%20C48.209999084472656%2C39.28099822998047%2051.36600112915039%2C33.20100021362305%2052.880001068115234%2C26.6299991607666%20C52.880001068115234%2C26.6299991607666%2027.31800079345703%2C23.753999710083008%2027.31800079345703%2C23.753999710083008%20C26.20400047302246%2C26.88800048828125%2024.365999221801758%2C29.71299934387207%2021.95199966430664%2C32.000999450683594%20C19.538000106811523%2C34.24700164794922%2016.67799949645996%2C35.9630012512207%2013.5600004196167%2C37.03300094604492%20C10.07800006866455%2C38.207000732421875%206.423999786376953%2C38.78099822998047%202.75%2C38.73099899291992%20C-2.684000015258789%2C38.862998962402344%20-8.057999610900879%2C37.542999267578125%20-12.812000274658203%2C34.90700149536133%20C-17.285999298095703%2C32.33700180053711%20-20.895999908447266%2C28.490999221801758%20-23.17799949645996%2C23.86199951171875%20C-25.68400001525879%2C18.665000915527344%20-26.950000762939453%2C12.956999778747559%20-26.878000259399414%2C7.186999797821045%20C-26.878000259399414%2C7.186999797821045%2054.012001037597656%2C7.186999797821045%2054.012001037597656%2C7.186999797821045%20C54.012001037597656%2C7.186999797821045%2054.02799987792969%2C-1.2109999656677246%2054.02799987792969%2C-1.2109999656677246z%20M-26.802000045776367%2C-11.26200008392334%20C-26.576000213623047%2C-15.697999954223633%20-25.368000030517578%2C-20.02899932861328%20-23.270000457763672%2C-23.944000244140625%20C-20.961999893188477%2C-28.273000717163086%20-17.562000274658203%2C-31.922000885009766%20-13.407999992370605%2C-34.529998779296875%20C-8.991999626159668%2C-37.279998779296875%20-3.871999979019165%2C-38.6879997253418%201.3279999494552612%2C-38.58399963378906%20C6.1539998054504395%2C-38.678001403808594%2010.913999557495117%2C-37.44499969482422%2015.088000297546387%2C-35.01900100708008%20C19.00200080871582%2C-32.685001373291016%2022.20599937438965%2C-29.32699966430664%2024.351999282836914%2C-25.30500030517578%20C26.621999740600586%2C-20.975000381469727%2027.788000106811523%2C-16.150999069213867%2027.746000289916992%2C-11.26200008392334%20C27.746000289916992%2C-11.26200008392334%20-26.802000045776367%2C-11.26200008392334%20-26.802000045776367%2C-11.26200008392334z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C672.39599609375%2C98.49600219726562)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-33.11399841308594%2C58.97700119018555%20C-33.11399841308594%2C58.97700119018555%20-33.11399841308594%2C-57.21099853515625%20-33.11399841308594%2C-57.21099853515625%20C-33.11399841308594%2C-57.21099853515625%20-6.573999881744385%2C-57.21099853515625%20-6.573999881744385%2C-57.21099853515625%20C-6.573999881744385%2C-57.21099853515625%20-6.573999881744385%2C-37.84400177001953%20-6.573999881744385%2C-37.84400177001953%20C-6.573999881744385%2C-37.84400177001953%20-5.366000175476074%2C-37.84400177001953%20-5.366000175476074%2C-37.84400177001953%20C-3.5739998817443848%2C-44.106998443603516%200.2720000147819519%2C-49.584999084472656%205.550000190734863%2C-53.4010009765625%20C10.732000350952148%2C-57.05799865722656%2016.941999435424805%2C-58.97700119018555%2023.284000396728516%2C-58.87799835205078%20C24.812000274658203%2C-58.87799835205078%2026.493999481201172%2C-58.87699890136719%2028.389999389648438%2C-58.694000244140625%20C29.974000930786133%2C-58.595001220703125%2031.552000045776367%2C-58.40700149536133%2033.11399841308594%2C-58.12900161743164%20C33.11399841308594%2C-58.12900161743164%2033.11399841308594%2C-32.93199920654297%2033.11399841308594%2C-32.93199920654297%20C31.31999969482422%2C-33.46099853515625%2029.483999252319336%2C-33.83000183105469%2027.625999450683594%2C-34.034000396728516%20C25.233999252319336%2C-34.35100173950195%2022.82200050354004%2C-34.51499938964844%2020.40999984741211%2C-34.52299880981445%20C15.736000061035156%2C-34.5989990234375%2011.119999885559082%2C-33.49399948120117%206.986000061035156%2C-31.31100082397461%20C3.128000020980835%2C-29.25200080871582%20-0.09600000083446503%2C-26.179000854492188%20-2.3399999141693115%2C-22.42300033569336%20C-4.6620001792907715%2C-18.45599937438965%20-5.8420000076293945%2C-13.923999786376953%20-5.748000144958496%2C-9.32800006866455%20C-5.748000144958496%2C-9.32800006866455%20-5.748000144958496%2C58.97700119018555%20-5.748000144958496%2C58.97700119018555%20C-5.748000144958496%2C58.97700119018555%20-33.11399841308594%2C58.97700119018555%20-33.11399841308594%2C58.97700119018555z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C777.2219848632812%2C80.16100311279297)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M30.243999481201172%2C-35.020999908447266%20C30.006000518798828%2C-38.09299850463867%2029.083999633789062%2C-41.071998596191406%2027.54800033569336%2C-43.74300003051758%20C26.010000228881836%2C-46.41299819946289%2023.898000717163086%2C-48.707000732421875%2021.36199951171875%2C-50.45600128173828%20C16.143999099731445%2C-54.12799835205078%209.37600040435791%2C-55.96900177001953%201.059999942779541%2C-55.979000091552734%20C-4.079999923706055%2C-56.10300064086914%20-9.194000244140625%2C-55.20399856567383%20-13.984000205993652%2C-53.332000732421875%20C-17.777999877929688%2C-51.854000091552734%20-21.097999572753906%2C-49.36800003051758%20-23.586000442504883%2C-46.141998291015625%20C-25.79400062561035%2C-43.13600158691406%20-26.983999252319336%2C-39.50199890136719%20-26.979999542236328%2C-35.770999908447266%20C-27.059999465942383%2C-32.819000244140625%20-26.284000396728516%2C-29.908000946044922%20-24.74799919128418%2C-27.386999130249023%20C-23.18400001525879%2C-24.94700050354004%20-21.0939998626709%2C-22.88599967956543%20-18.631999969482422%2C-21.358999252319336%20C-15.949999809265137%2C-19.663000106811523%20-13.081999778747559%2C-18.284000396728516%20-10.086000442504883%2C-17.2450008392334%20C-6.992000102996826%2C-16.13599967956543%20-3.8359999656677246%2C-15.199999809265137%20-0.6380000114440918%2C-14.444999694824219%20C-0.6380000114440918%2C-14.444999694824219%2013.869999885559082%2C-10.819999694824219%2013.869999885559082%2C-10.819999694824219%20C19.652000427246094%2C-9.47700023651123%2025.305999755859375%2C-7.629000186920166%2030.763999938964844%2C-5.297999858856201%20C36.02199935913086%2C-3.0759999752044678%2040.9379997253418%2C-0.11999999731779099%2045.36399841308594%2C3.4830000400543213%20C49.64400100708008%2C6.974999904632568%2053.13399887084961%2C11.333000183105469%2055.608001708984375%2C16.27199935913086%20C58.23400115966797%2C21.739999771118164%2059.52799987792969%2C27.753000259399414%2059.38399887084961%2C33.81800079345703%20C59.5260009765625%2C42.32899856567383%2057.071998596191406%2C50.680999755859375%2052.35200119018555%2C57.75899887084961%20C47.34400177001953%2C64.9469985961914%2040.375999450683594%2C70.53900146484375%2032.27799987792969%2C73.86900329589844%20C23.531999588012695%2C77.74299621582031%2012.96399974822998%2C79.677001953125%200.5699999928474426%2C79.66500091552734%20C-10.145999908447266%2C79.91100311279297%20-20.802000045776367%2C78.00800323486328%20-30.770000457763672%2C74.06800079345703%20C-39.10599899291992%2C70.73600006103516%20-46.29999923706055%2C65.06099700927734%20-51.486000061035156%2C57.729000091552734%20C-56.45000076293945%2C50.590999603271484%20-59.130001068115234%2C41.8650016784668%20-59.52799987792969%2C31.554000854492188%20C-59.52799987792969%2C31.554000854492188%20-32.007999420166016%2C31.554000854492188%20-32.007999420166016%2C31.554000854492188%20C-31.781999588012695%2C36.452999114990234%20-30.034000396728516%2C41.15800094604492%20-27.010000228881836%2C45.01599884033203%20C-23.983999252319336%2C48.67300033569336%20-20.027999877929688%2C51.441001892089844%20-15.557999610900879%2C53.03300094604492%20C-10.45199966430664%2C54.867000579833984%20-5.053999900817871%2C55.76499938964844%200.3720000088214874%2C55.67900085449219%20C5.854000091552734%2C55.7869987487793%2011.305999755859375%2C54.85300064086914%2016.440000534057617%2C52.92499923706055%20C20.65999984741211%2C51.37099838256836%2024.398000717163086%2C48.733001708984375%2027.277999877929688%2C45.2760009765625%20C29.902000427246094%2C41.97700119018555%2031.31999969482422%2C37.88100051879883%2031.299999237060547%2C33.66600036621094%20C31.378000259399414%2C30.00200080871582%2030.110000610351562%2C26.437000274658203%2027.738000869750977%2C23.645999908447266%20C25.035999298095703%2C20.73200035095215%2021.719999313354492%2C18.458999633789062%2018.030000686645508%2C16.990999221801758%20C13.3100004196167%2C15.013999938964844%208.444000244140625%2C13.407999992370605%203.4739999771118164%2C12.187999725341797%20C3.4739999771118164%2C12.187999725341797%20-14.137999534606934%2C7.5980000495910645%20-14.137999534606934%2C7.5980000495910645%20C-26.908000946044922%2C4.324999809265137%20-36.97800064086914%2C-0.656000018119812%20-44.34600067138672%2C-7.3460001945495605%20C-51.715999603271484%2C-14.036999702453613%20-55.40399932861328%2C-22.924999237060547%20-55.41600036621094%2C-34.0099983215332%20C-55.58399963378906%2C-42.595001220703125%20-52.97200012207031%2C-51.00600051879883%20-47.970001220703125%2C-57.983001708984375%20C-42.76599884033203%2C-65.04199981689453%20-35.757999420166016%2C-70.56900024414062%20-27.68199920654297%2C-73.98400115966797%20C-18.510000228881836%2C-77.91200256347656%20-8.612000465393066%2C-79.86100006103516%201.3660000562667847%2C-79.7040023803711%20C11.305999755859375%2C-79.91100311279297%2021.176000595092773%2C-77.96099853515625%2030.290000915527344%2C-73.98400115966797%20C38.099998474121094%2C-70.56400299072266%2044.849998474121094%2C-65.10600280761719%2049.827999114990234%2C-58.18199920654297%20C54.5880012512207%2C-51.38399887084961%2057.150001525878906%2C-43.290000915527344%2057.16600036621094%2C-34.9900016784668%20C57.16600036621094%2C-34.9900016784668%2030.243999481201172%2C-35.020999908447266%2030.243999481201172%2C-35.020999908447266z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C876.469970703125%2C86.4000015258789)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M29.850000381469727%2C48.53900146484375%20C29.086000442504883%2C48.73699951171875%2028%2C48.96699905395508%2026.562000274658203%2C49.21099853515625%20C25.02199935913086%2C49.45500183105469%2023.459999084472656%2C49.5629997253418%2021.899999618530273%2C49.53300094604492%20C19.784000396728516%2C49.56100082397461%2017.68199920654297%2C49.202999114990234%2015.694000244140625%2C48.47700119018555%20C13.77400016784668%2C47.722999572753906%2012.180000305175781%2C46.314998626708984%2011.197999954223633%2C44.500999450683594%20C9.920000076293945%2C41.882999420166016%209.336000442504883%2C38.97999954223633%209.501999855041504%2C36.07099914550781%20C9.501999855041504%2C36.07099914550781%209.501999855041504%2C-23.895999908447266%209.501999855041504%2C-23.895999908447266%20C9.501999855041504%2C-23.895999908447266%2032.433998107910156%2C-23.895999908447266%2032.433998107910156%2C-23.895999908447266%20C32.433998107910156%2C-23.895999908447266%2032.433998107910156%2C-45.11399841308594%2032.433998107910156%2C-45.11399841308594%20C32.433998107910156%2C-45.11399841308594%209.501999855041504%2C-45.11399841308594%209.501999855041504%2C-45.11399841308594%20C9.501999855041504%2C-45.11399841308594%209.501999855041504%2C-72.95500183105469%209.501999855041504%2C-72.95500183105469%20C9.501999855041504%2C-72.95500183105469%20-17.850000381469727%2C-72.95500183105469%20-17.850000381469727%2C-72.95500183105469%20C-17.850000381469727%2C-72.95500183105469%20-17.850000381469727%2C-45.11399841308594%20-17.850000381469727%2C-45.11399841308594%20C-17.850000381469727%2C-45.11399841308594%20-34.40599822998047%2C-45.11399841308594%20-34.40599822998047%2C-45.11399841308594%20C-34.40599822998047%2C-45.11399841308594%20-34.40599822998047%2C-23.895999908447266%20-34.40599822998047%2C-23.895999908447266%20C-34.40599822998047%2C-23.895999908447266%20-17.850000381469727%2C-23.895999908447266%20-17.850000381469727%2C-23.895999908447266%20C-17.850000381469727%2C-23.895999908447266%20-17.850000381469727%2C40.65999984741211%20-17.850000381469727%2C40.65999984741211%20C-18.187999725341797%2C47.0369987487793%20-16.58799934387207%2C53.367000579833984%20-13.26200008392334%2C58.819000244140625%20C-10.107999801635742%2C63.6349983215332%20-5.558000087738037%2C67.37100219726562%20-0.22200000286102295%2C69.5270004272461%20C5.6539998054504395%2C71.88700103759766%2011.968000411987305%2C72.95500183105469%2018.29199981689453%2C72.66300201416016%20C21.610000610351562%2C72.63300323486328%2024.917999267578125%2C72.28099822998047%2028.167999267578125%2C71.60700225830078%20C30.27400016784668%2C71.15699768066406%2032.35599899291992%2C70.60099792480469%2034.40599822998047%2C69.94100189208984%20C34.40599822998047%2C69.94100189208984%2029.850000381469727%2C48.53900146484375%2029.850000381469727%2C48.53900146484375z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C971.8790283203125%2C99.80999755859375)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-11.225000381469727%2C60.016998291015625%20C-18.05699920654297%2C60.12900161743164%20-24.834999084472656%2C58.770999908447266%20-31.099000930786133%2C56.04100036621094%20C-36.78099822998047%2C53.55500030517578%20-41.6150016784668%2C49.46699905395508%20-45.01100158691406%2C44.277000427246094%20C-48.569000244140625%2C38.51499938964844%20-50.345001220703125%2C31.829999923706055%20-50.11899948120117%2C25.062000274658203%20C-50.33300018310547%2C19.417999267578125%20-49.07899856567383%2C13.814000129699707%20-46.479000091552734%2C8.800000190734863%20C-44.12099838256836%2C4.574999809265137%20-40.71500015258789%2C1.0299999713897705%20-36.58700180053711%2C-1.49399995803833%20C-32.18299865722656%2C-4.1570000648498535%20-27.39900016784668%2C-6.133999824523926%20-22.400999069213867%2C-7.354000091552734%20C-17.023000717163086%2C-8.711000442504883%20-11.557000160217285%2C-9.682000160217285%20-6.043000221252441%2C-10.26099967956543%20C0.7670000195503235%2C-10.96399974822998%206.284999847412109%2C-11.607000350952148%2010.515000343322754%2C-12.187999725341797%20C13.755000114440918%2C-12.46500015258789%2016.905000686645508%2C-13.390999794006348%2019.77899932861328%2C-14.91100025177002%20C20.73699951171875%2C-15.529000282287598%2021.51300048828125%2C-16.39299964904785%2022.023000717163086%2C-17.413000106811523%20C22.533000946044922%2C-18.433000564575195%2022.76300048828125%2C-19.56999969482422%2022.684999465942383%2C-20.70800018310547%20C22.684999465942383%2C-20.70800018310547%2022.684999465942383%2C-21.150999069213867%2022.684999465942383%2C-21.150999069213867%20C22.684999465942383%2C-26.857999801635742%2021.003000259399414%2C-31.263999938964844%2017.62299919128418%2C-34.400001525878906%20C14.244999885559082%2C-37.5359992980957%209.383000373840332%2C-39.08100128173828%203.0390000343322754%2C-39.08100128173828%20C-3.6670000553131104%2C-39.08100128173828%20-8.972999572753906%2C-37.62300109863281%20-12.876999855041504%2C-34.70600128173828%20C-16.509000778198242%2C-32.138999938964844%20-19.267000198364258%2C-28.518999099731445%20-20.7810001373291%2C-24.333999633789062%20C-20.7810001373291%2C-24.333999633789062%20-46.32699966430664%2C-27.958999633789062%20-46.32699966430664%2C-27.958999633789062%20C-44.55099868774414%2C-34.61899948120117%20-41.12099838256836%2C-40.722999572753906%20-36.35900115966797%2C-45.70399856567383%20C-31.593000411987305%2C-50.54399871826172%20-25.767000198364258%2C-54.21099853515625%20-19.343000411987305%2C-56.41400146484375%20C-12.182999610900879%2C-58.902000427246094%20-4.646999835968018%2C-60.12900161743164%202.930999994277954%2C-60.03900146484375%20C8.559000015258789%2C-60.03300094604492%2014.164999961853027%2C-59.375999450683594%2019.641000747680664%2C-58.08100128173828%20C25.045000076293945%2C-56.82400131225586%2030.187000274658203%2C-54.63399887084961%2034.8390007019043%2C-51.61000061035156%20C39.494998931884766%2C-48.52399826049805%2043.30099868774414%2C-44.316001892089844%2045.90700149536133%2C-39.37200164794922%20C48.89899826049805%2C-33.39500045776367%2050.345001220703125%2C-26.76099967956543%2050.111000061035156%2C-20.08099937438965%20C50.111000061035156%2C-20.08099937438965%2050.111000061035156%2C57.67599868774414%2050.111000061035156%2C57.67599868774414%20C50.111000061035156%2C57.67599868774414%2023.78499984741211%2C57.67599868774414%2023.78499984741211%2C57.67599868774414%20C23.78499984741211%2C57.67599868774414%2023.78499984741211%2C41.70600128173828%2023.78499984741211%2C41.70600128173828%20C23.78499984741211%2C41.70600128173828%2022.80699920654297%2C41.70600128173828%2022.80699920654297%2C41.70600128173828%20C21.020999908447266%2C45.10200119018555%2018.656999588012695%2C48.16299819946289%2015.819000244140625%2C50.74700164794922%20C12.54699993133545%2C53.71500015258789%208.717000007629395%2C56.00299835205078%204.552999973297119%2C57.479000091552734%20C-0.5149999856948853%2C59.255001068115234%20-5.85699987411499%2C60.1150016784668%20-11.225000381469727%2C60.016998291015625z%20M-4.114999771118164%2C39.887001037597656%20C0.8489999771118164%2C40.01499938964844%205.767000198364258%2C38.882999420166016%2010.178999900817871%2C36.59700012207031%20C14.017000198364258%2C34.57899856567383%2017.23900032043457%2C31.56100082397461%2019.5049991607666%2C27.86199951171875%20C21.684999465942383%2C24.288999557495117%2022.822999954223633%2C20.17799949645996%2022.791000366210938%2C15.991000175476074%20C22.791000366210938%2C15.991000175476074%2022.791000366210938%2C2.2230000495910645%2022.791000366210938%2C2.2230000495910645%20C21.481000900268555%2C3.1449999809265137%2020.006999969482422%2C3.809000015258789%2018.448999404907227%2C4.179999828338623%20C16.19700050354004%2C4.815000057220459%2013.909000396728516%2C5.327000141143799%2011.60099983215332%2C5.710999965667725%20C9.093000411987305%2C6.170000076293945%206.585000038146973%2C6.567999839782715%204.125%2C6.920000076293945%20C4.125%2C6.920000076293945%20-2.296999931335449%2C7.822000026702881%20-2.296999931335449%2C7.822000026702881%20C-6.043000221252441%2C8.302000045776367%20-9.722999572753906%2C9.21500015258789%20-13.258999824523926%2C10.545000076293945%20C-16.21299934387207%2C11.619000434875488%20-18.843000411987305%2C13.430999755859375%20-20.902999877929688%2C15.807999610900879%20C-23.118999481201172%2C18.863000869750977%20-24.072999954223633%2C22.655000686645508%20-23.565000534057617%2C26.395999908447266%20C-23.05900001525879%2C30.136999130249023%20-21.131000518798828%2C33.53900146484375%20-18.180999755859375%2C35.893001556396484%20C-14.020999908447266%2C38.654998779296875%20-9.104999542236328%2C40.05099868774414%20-4.114999771118164%2C39.887001037597656z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C1089.7159423828125%2C99.74600219726562)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M2.9660000801086426%2C60.00400161743164%20C-8.631999969482422%2C60.00400161743164%20-18.573999404907227%2C57.45500183105469%20-26.860000610351562%2C52.356998443603516%20C-35.13399887084961%2C47.29499816894531%20-41.77399826049805%2C39.95399856567383%20-45.986000061035156%2C31.214000701904297%20C-50.417999267578125%2C21.405000686645508%20-52.70000076293945%2C10.760000228881836%20-52.68199920654297%2C-0.004999999888241291%20C-52.66400146484375%2C-10.770000457763672%20-50.34400177001953%2C-21.4060001373291%20-45.87799835205078%2C-31.200000762939453%20C-41.61199951171875%2C-39.95000076293945%20-34.933998107910156%2C-47.297000885009766%20-26.631999969482422%2C-52.37200164794922%20C-18.3439998626709%2C-57.47100067138672%20-8.529999732971191%2C-60.020999908447266%202.813999891281128%2C-60.020999908447266%20C11.447999954223633%2C-60.1870002746582%2020.010000228881836%2C-58.415000915527344%2027.871999740600586%2C-54.834999084472656%20C34.9739990234375%2C-51.61800003051758%2041.051998138427734%2C-46.5%2045.433998107910156%2C-40.04600143432617%20C49.81399917602539%2C-33.590999603271484%2052.327999114990234%2C-26.052000045776367%2052.70000076293945%2C-18.257999420166016%20C52.70000076293945%2C-18.257999420166016%2026.54199981689453%2C-18.257999420166016%2026.54199981689453%2C-18.257999420166016%20C25.610000610351562%2C-23.628000259399414%2022.972000122070312%2C-28.55299949645996%2019.020000457763672%2C-32.301998138427734%20C15.076000213623047%2C-36.04499816894531%209.795999526977539%2C-37.91999816894531%203.180000066757202%2C-37.93000030517578%20C-2.0840001106262207%2C-38.02899932861328%20-7.24399995803833%2C-36.45500183105469%20-11.555999755859375%2C-33.433998107910156%20C-16.00200080871582%2C-30.15999984741211%20-19.422000885009766%2C-25.68600082397461%20-21.417999267578125%2C-20.538000106811523%20C-23.9060001373291%2C-14.125%20-25.101999282836914%2C-7.2829999923706055%20-24.93400001525879%2C-0.4059999883174896%20C-25.100000381469727%2C6.546000003814697%20-23.922000885009766%2C13.465999603271484%20-21.464000701904297%2C19.97100067138672%20C-19.5%2C25.174999237060547%20-16.101999282836914%2C29.714000701904297%20-11.663999557495117%2C33.066001892089844%20C-7.927999973297119%2C35.60200119018555%20-3.6059999465942383%2C37.13999938964844%200.8920000195503235%2C37.5359992980957%20C5.389999866485596%2C37.93199920654297%209.913999557495117%2C37.172000885009766%2014.03600025177002%2C35.33000183105469%20C17.233999252319336%2C33.79800033569336%2020.00200080871582%2C31.496999740600586%2022.091999053955078%2C28.628999710083008%20C24.368000030517578%2C25.44499969482422%2025.889999389648438%2C21.781999588012695%2026.54199981689453%2C17.92099952697754%20C26.54199981689453%2C17.92099952697754%2052.70000076293945%2C17.92099952697754%2052.70000076293945%2C17.92099952697754%20C52.198001861572266%2C25.698999404907227%2049.70199966430664%2C33.21900177001953%2045.45199966430664%2C39.750999450683594%20C41.198001861572266%2C46.14699935913086%2035.29199981689453%2C51.26900100708008%2028.360000610351562%2C54.57500076293945%20C20.43000030517578%2C58.32699966430664%2011.73799991607666%2C60.18600082397461%202.9660000801086426%2C60.00400161743164z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C1212.02294921875%2C85.11399841308594)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(10%2C21%2C103)%22%20fill-opacity%3D%221%22%20d%3D%22%20M20.072999954223633%2C71.66899871826172%20C20.072999954223633%2C71.66899871826172%2052.80500030517578%2C71.66899871826172%2052.80500030517578%2C71.66899871826172%20C52.80500030517578%2C71.66899871826172%205.13700008392334%2C5.644999980926514%205.13700008392334%2C5.644999980926514%20C5.13700008392334%2C5.644999980926514%2050.1609992980957%2C-44.51599884033203%2050.1609992980957%2C-44.51599884033203%20C50.1609992980957%2C-44.51599884033203%2018.177000045776367%2C-44.51599884033203%2018.177000045776367%2C-44.51599884033203%20C18.177000045776367%2C-44.51599884033203%20-23.55900001525879%2C2.1570000648498535%20-23.55900001525879%2C2.1570000648498535%20C-23.55900001525879%2C2.1570000648498535%20-25.43899917602539%2C2.1570000648498535%20-25.43899917602539%2C2.1570000648498535%20C-25.43899917602539%2C2.1570000648498535%20-25.43899917602539%2C-71.66899871826172%20-25.43899917602539%2C-71.66899871826172%20C-25.43899917602539%2C-71.66899871826172%20-52.80500030517578%2C-71.66899871826172%20-52.80500030517578%2C-71.66899871826172%20C-52.80500030517578%2C-71.66899871826172%20-52.80500030517578%2C71.66899871826172%20-52.80500030517578%2C71.66899871826172%20C-52.80500030517578%2C71.66899871826172%20-25.43899917602539%2C71.66899871826172%20-25.43899917602539%2C71.66899871826172%20C-25.43899917602539%2C71.66899871826172%20-25.43899917602539%2C32.6150016784668%20-25.43899917602539%2C32.6150016784668%20C-25.43899917602539%2C32.6150016784668%20-15.487000465393066%2C21.937000274658203%20-15.487000465393066%2C21.937000274658203%20C-15.487000465393066%2C21.937000274658203%2020.072999954223633%2C71.66899871826172%2020.072999954223633%2C71.66899871826172z%22%20style%3D%22fill%3A%20rgb(10%2C%2021%2C%20103)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C833.6710205078125%2C268.281005859375)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-11.49899959564209%2C29.81800079345703%20C-12.76099967956543%2C29.81800079345703%20-13.906999588012695%2C29.714000701904297%20-14.942999839782715%2C29.507999420166016%20C-15.97700023651123%2C29.31999969482422%20-16.749000549316406%2C29.11199951171875%20-17.256999969482422%2C28.88599967956543%20C-17.256999969482422%2C28.88599967956543%20-15.225000381469727%2C21.968000411987305%20-15.225000381469727%2C21.968000411987305%20C-13.680999755859375%2C22.381999969482422%20-12.309000015258789%2C22.562000274658203%20-11.104999542236328%2C22.503999710083008%20C-9.901000022888184%2C22.447999954223633%20-8.836999893188477%2C21.996000289916992%20-7.914999961853027%2C21.149999618530273%20C-6.974999904632568%2C20.302000045776367%20-6.146999835968018%2C18.917999267578125%20-5.433000087738037%2C16.99799919128418%20C-5.433000087738037%2C16.99799919128418%20-4.388999938964844%2C14.118000030517578%20-4.388999938964844%2C14.118000030517578%20C-4.388999938964844%2C14.118000030517578%20-20.246999740600586%2C-29.81800079345703%20-20.246999740600586%2C-29.81800079345703%20C-20.246999740600586%2C-29.81800079345703%20-11.217000007629395%2C-29.81800079345703%20-11.217000007629395%2C-29.81800079345703%20C-11.217000007629395%2C-29.81800079345703%20-0.2409999966621399%2C3.8399999141693115%20-0.2409999966621399%2C3.8399999141693115%20C-0.2409999966621399%2C3.8399999141693115%200.210999995470047%2C3.8399999141693115%200.210999995470047%2C3.8399999141693115%20C0.210999995470047%2C3.8399999141693115%2011.189000129699707%2C-29.81800079345703%2011.189000129699707%2C-29.81800079345703%20C11.189000129699707%2C-29.81800079345703%2020.246999740600586%2C-29.81800079345703%2020.246999740600586%2C-29.81800079345703%20C20.246999740600586%2C-29.81800079345703%202.384999990463257%2C19.341999053955078%202.384999990463257%2C19.341999053955078%20C1.5570000410079956%2C21.601999282836914%200.503000020980835%2C23.511999130249023%20-0.7770000100135803%2C25.073999404907227%20C-2.055000066757202%2C26.6560001373291%20-3.5789999961853027%2C27.841999053955078%20-5.3470001220703125%2C28.631999969482422%20C-7.117000102996826%2C29.422000885009766%20-9.166999816894531%2C29.81800079345703%20-11.49899959564209%2C29.81800079345703z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C790.5750122070312%2C259.86700439453125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-9.651000022888184%2C-3.7839999198913574%20C-9.651000022888184%2C-3.7839999198913574%20-9.651000022888184%2C21.968000411987305%20-9.651000022888184%2C21.968000411987305%20C-9.651000022888184%2C21.968000411987305%20-18.089000701904297%2C21.968000411987305%20-18.089000701904297%2C21.968000411987305%20C-18.089000701904297%2C21.968000411987305%20-18.089000701904297%2C-21.40399932861328%20-18.089000701904297%2C-21.40399932861328%20C-18.089000701904297%2C-21.40399932861328%20-9.98900032043457%2C-21.40399932861328%20-9.98900032043457%2C-21.40399932861328%20C-9.98900032043457%2C-21.40399932861328%20-9.98900032043457%2C-14.343999862670898%20-9.98900032043457%2C-14.343999862670898%20C-9.98900032043457%2C-14.343999862670898%20-9.45300006866455%2C-14.343999862670898%20-9.45300006866455%2C-14.343999862670898%20C-8.456999778747559%2C-16.642000198364258%20-6.894999980926514%2C-18.486000061035156%20-4.769000053405762%2C-19.8799991607666%20C-2.625%2C-21.27199935913086%200.07500000298023224%2C-21.968000411987305%203.3289999961853027%2C-21.968000411987305%20C6.2829999923706055%2C-21.968000411987305%208.871000289916992%2C-21.347999572753906%2011.08899974822998%2C-20.104000091552734%20C13.309000015258789%2C-18.881999969482422%2015.031000137329102%2C-17.055999755859375%2016.253000259399414%2C-14.628000259399414%20C17.476999282836914%2C-12.197999954223633%2018.089000701904297%2C-9.196000099182129%2018.089000701904297%2C-5.619999885559082%20C18.089000701904297%2C-5.619999885559082%2018.089000701904297%2C21.968000411987305%2018.089000701904297%2C21.968000411987305%20C18.089000701904297%2C21.968000411987305%209.651000022888184%2C21.968000411987305%209.651000022888184%2C21.968000411987305%20C9.651000022888184%2C21.968000411987305%209.651000022888184%2C-4.604000091552734%209.651000022888184%2C-4.604000091552734%20C9.651000022888184%2C-7.745999813079834%208.833000183105469%2C-10.204000473022461%207.195000171661377%2C-11.972000122070312%20C5.559000015258789%2C-13.76200008392334%203.311000108718872%2C-14.656000137329102%200.45100000500679016%2C-14.656000137329102%20C-1.5049999952316284%2C-14.656000137329102%20-3.244999885559082%2C-14.232000350952148%20-4.769000053405762%2C-13.383999824523926%20C-6.275000095367432%2C-12.538000106811523%20-7.468999862670898%2C-11.295999526977539%20-8.352999687194824%2C-9.657999992370605%20C-9.218999862670898%2C-8.038000106811523%20-9.651000022888184%2C-6.079999923706055%20-9.651000022888184%2C-3.7839999198913574z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C744.8200073242188%2C260.34698486328125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-3.371999979019165%2C22.447999954223633%20C-6.119999885559082%2C22.447999954223633%20-8.60200023651123%2C21.940000534057617%20-10.821999549865723%2C20.922000885009766%20C-13.041999816894531%2C19.88800048828125%20-14.802000045776367%2C18.392000198364258%20-16.100000381469727%2C16.43400001525879%20C-17.378000259399414%2C14.47599983215332%20-18.01799964904785%2C12.076000213623047%20-18.01799964904785%2C9.232000350952148%20C-18.01799964904785%2C6.785999774932861%20-17.54800033569336%2C4.771999835968018%20-16.607999801635742%2C3.190000057220459%20C-15.666000366210938%2C1.6100000143051147%20-14.395999908447266%2C0.3580000102519989%20-12.79800033569336%2C-0.5659999847412109%20C-11.197999954223633%2C-1.4880000352859497%20-9.411999702453613%2C-2.184000015258789%20-7.435999870300293%2C-2.6540000438690186%20C-5.460000038146973%2C-3.125999927520752%20-3.447999954223633%2C-3.4820001125335693%20-1.3980000019073486%2C-3.7279999256134033%20C1.2000000476837158%2C-4.0279998779296875%203.305999994277954%2C-4.27400016784668%204.923999786376953%2C-4.461999893188477%20C6.541999816894531%2C-4.668000221252441%207.7179999351501465%2C-4.998000144958496%208.45199966430664%2C-5.449999809265137%20C9.185999870300293%2C-5.9019999504089355%209.552000045776367%2C-6.636000156402588%209.552000045776367%2C-7.6519999504089355%20C9.552000045776367%2C-7.6519999504089355%209.552000045776367%2C-7.849999904632568%209.552000045776367%2C-7.849999904632568%20C9.552000045776367%2C-10.315999984741211%208.855999946594238%2C-12.22599983215332%207.464000225067139%2C-13.581999778747559%20C6.090000152587891%2C-14.937999725341797%204.039999961853027%2C-15.616000175476074%201.312000036239624%2C-15.616000175476074%20C-1.527999997138977%2C-15.616000175476074%20-3.7679998874664307%2C-14.984000205993652%20-5.4039998054504395%2C-13.723999977111816%20C-7.021999835968018%2C-12.482000350952148%20-8.142000198364258%2C-11.097999572753906%20-8.76200008392334%2C-9.571999549865723%20C-8.76200008392334%2C-9.571999549865723%20-16.691999435424805%2C-11.380000114440918%20-16.691999435424805%2C-11.380000114440918%20C-15.751999855041504%2C-14.015999794006348%20-14.378000259399414%2C-16.142000198364258%20-12.571999549865723%2C-17.761999130249023%20C-10.748000144958496%2C-19.399999618530273%20-8.649999618530273%2C-20.583999633789062%20-6.28000020980835%2C-21.31999969482422%20C-3.9079999923706055%2C-22.07200050354004%20-1.4160000085830688%2C-22.447999954223633%201.2000000476837158%2C-22.447999954223633%20C2.930000066757202%2C-22.447999954223633%204.763999938964844%2C-22.242000579833984%206.702000141143799%2C-21.827999114990234%20C8.657999992370605%2C-21.43199920654297%2010.484000205993652%2C-20.697999954223633%2012.175999641418457%2C-19.624000549316406%20C13.887999534606934%2C-18.552000045776367%2015.289999961853027%2C-17.01799964904785%2016.3799991607666%2C-15.022000312805176%20C17.472000122070312%2C-13.045999526977539%2018.01799964904785%2C-10.47599983215332%2018.01799964904785%2C-7.314000129699707%20C18.01799964904785%2C-7.314000129699707%2018.01799964904785%2C21.488000869750977%2018.01799964904785%2C21.488000869750977%20C18.01799964904785%2C21.488000869750977%209.777999877929688%2C21.488000869750977%209.777999877929688%2C21.488000869750977%20C9.777999877929688%2C21.488000869750977%209.777999877929688%2C15.557999610900879%209.777999877929688%2C15.557999610900879%20C9.777999877929688%2C15.557999610900879%209.4399995803833%2C15.557999610900879%209.4399995803833%2C15.557999610900879%20C8.894000053405762%2C16.649999618530273%208.076000213623047%2C17.722000122070312%206.984000205993652%2C18.775999069213867%20C5.892000198364258%2C19.832000732421875%204.492000102996826%2C20.70599937438965%202.7799999713897705%2C21.402000427246094%20C1.0679999589920044%2C22.100000381469727%20-0.984000027179718%2C22.447999954223633%20-3.371999979019165%2C22.447999954223633z%20M-1.5379999876022339%2C15.670000076293945%20C0.7940000295639038%2C15.670000076293945%202.7880001068115234%2C15.210000038146973%204.443999767303467%2C14.288000106811523%20C6.118000030517578%2C13.36400032043457%207.388000011444092%2C12.15999984741211%208.253999710083008%2C10.67199993133545%20C9.137999534606934%2C9.168000221252441%209.579999923706055%2C7.558000087738037%209.579999923706055%2C5.843999862670898%20C9.579999923706055%2C5.843999862670898%209.579999923706055%2C0.2540000081062317%209.579999923706055%2C0.2540000081062317%20C9.279999732971191%2C0.5540000200271606%208.696000099182129%2C0.8379999995231628%207.829999923706055%2C1.100000023841858%20C6.984000205993652%2C1.3459999561309814%206.015999794006348%2C1.562000036239624%204.923999786376953%2C1.75%20C3.8320000171661377%2C1.9199999570846558%202.7699999809265137%2C2.0799999237060547%201.7359999418258667%2C2.2300000190734863%20C0.699999988079071%2C2.361999988555908%20-0.164000004529953%2C2.4739999771118164%20-0.8619999885559082%2C2.569999933242798%20C-2.497999906539917%2C2.7760000228881836%20-3.99399995803833%2C3.124000072479248%20-5.3480000495910645%2C3.614000082015991%20C-6.684000015258789%2C4.104000091552734%20-7.75600004196167%2C4.809999942779541%20-8.564000129699707%2C5.73199987411499%20C-9.354000091552734%2C6.636000156402588%20-9.75%2C7.840000152587891%20-9.75%2C9.345999717712402%20C-9.75%2C11.435999870300293%20-8.977999687194824%2C13.015999794006348%20-7.435999870300293%2C14.09000015258789%20C-5.894000053405762%2C15.144000053405762%20-3.927999973297119%2C15.670000076293945%20-1.5379999876022339%2C15.670000076293945z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C701.1740112304688%2C267.9989929199219)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-19.79599952697754%2C30.100000381469727%20C-19.79599952697754%2C30.100000381469727%20-19.79599952697754%2C-29.535999298095703%20-19.79599952697754%2C-29.535999298095703%20C-19.79599952697754%2C-29.535999298095703%20-11.555999755859375%2C-29.535999298095703%20-11.555999755859375%2C-29.535999298095703%20C-11.555999755859375%2C-29.535999298095703%20-11.555999755859375%2C-22.503999710083008%20-11.555999755859375%2C-22.503999710083008%20C-11.555999755859375%2C-22.503999710083008%20-10.850000381469727%2C-22.503999710083008%20-10.850000381469727%2C-22.503999710083008%20C-10.362000465393066%2C-23.408000946044922%20-9.656000137329102%2C-24.45400047302246%20-8.734000205993652%2C-25.639999389648438%20C-7.811999797821045%2C-26.826000213623047%20-6.533999919891357%2C-27.860000610351562%20-4.895999908447266%2C-28.746000289916992%20C-3.259999990463257%2C-29.648000717163086%20-1.0959999561309814%2C-30.100000381469727%201.593999981880188%2C-30.100000381469727%20C5.0920000076293945%2C-30.100000381469727%208.215999603271484%2C-29.215999603271484%2010.961999893188477%2C-27.445999145507812%20C13.710000038146973%2C-25.676000595092773%2015.86400032043457%2C-23.125999450683594%2017.423999786376953%2C-19.79400062561035%20C19.006000518798828%2C-16.461999893188477%2019.79599952697754%2C-12.45199966430664%2019.79599952697754%2C-7.765999794006348%20C19.79599952697754%2C-3.078000068664551%2019.013999938964844%2C0.9399999976158142%2017.45199966430664%2C4.291999816894531%20C15.892000198364258%2C7.624000072479248%2013.746000289916992%2C10.194000244140625%2011.020000457763672%2C12%20C8.291999816894531%2C13.788000106811523%205.177999973297119%2C14.682000160217285%201.6779999732971191%2C14.682000160217285%20C-0.9559999704360962%2C14.682000160217285%20-3.109999895095825%2C14.239999771118164%20-4.783999919891357%2C13.355999946594238%20C-6.440000057220459%2C12.470000267028809%20-7.73799991607666%2C11.435999870300293%20-8.678000450134277%2C10.25%20C-9.618000030517578%2C9.064000129699707%20-10.342000007629395%2C8.010000228881836%20-10.850000381469727%2C7.0879998207092285%20C-10.850000381469727%2C7.0879998207092285%20-11.357999801635742%2C7.0879998207092285%20-11.357999801635742%2C7.0879998207092285%20C-11.357999801635742%2C7.0879998207092285%20-11.357999801635742%2C30.100000381469727%20-11.357999801635742%2C30.100000381469727%20C-11.357999801635742%2C30.100000381469727%20-19.79599952697754%2C30.100000381469727%20-19.79599952697754%2C30.100000381469727z%20M-11.527999877929688%2C-7.849999904632568%20C-11.527999877929688%2C-4.800000190734863%20-11.086000442504883%2C-2.128000020980835%20-10.20199966430664%2C0.17000000178813934%20C-9.317999839782715%2C2.4660000801086426%20-8.038000106811523%2C4.263999938964844%20-6.363999843597412%2C5.561999797821045%20C-4.690000057220459%2C6.8420000076293945%20-2.640000104904175%2C7.48199987411499%20-0.21199999749660492%2C7.48199987411499%20C2.308000087738037%2C7.48199987411499%204.415999889373779%2C6.814000129699707%206.110000133514404%2C5.478000164031982%20C7.802000045776367%2C4.122000217437744%209.081999778747559%2C2.2860000133514404%209.946000099182129%2C-0.02800000086426735%20C10.831999778747559%2C-2.3440001010894775%2011.27400016784668%2C-4.952000141143799%2011.27400016784668%2C-7.849999904632568%20C11.27400016784668%2C-10.711999893188477%2010.84000015258789%2C-13.279999732971191%209.973999977111816%2C-15.557999610900879%20C9.128000259399414%2C-17.836000442504883%207.849999904632568%2C-19.634000778198242%206.138000011444092%2C-20.95199966430664%20C4.443999767303467%2C-22.270000457763672%202.328000068664551%2C-22.92799949645996%20-0.21199999749660492%2C-22.92799949645996%20C-2.6579999923706055%2C-22.92799949645996%20-4.728000164031982%2C-22.29800033569336%20-6.420000076293945%2C-21.035999298095703%20C-8.093999862670898%2C-19.775999069213867%20-9.36400032043457%2C-18.016000747680664%20-10.229999542236328%2C-15.755999565124512%20C-11.095999717712402%2C-13.498000144958496%20-11.527999877929688%2C-10.862000465393066%20-11.527999877929688%2C-7.849999904632568z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C642.197021484375%2C259.86700439453125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-29.461000442504883%2C21.968000411987305%20C-29.461000442504883%2C21.968000411987305%20-29.461000442504883%2C-21.40399932861328%20-29.461000442504883%2C-21.40399932861328%20C-29.461000442504883%2C-21.40399932861328%20-21.361000061035156%2C-21.40399932861328%20-21.361000061035156%2C-21.40399932861328%20C-21.361000061035156%2C-21.40399932861328%20-21.361000061035156%2C-14.343999862670898%20-21.361000061035156%2C-14.343999862670898%20C-21.361000061035156%2C-14.343999862670898%20-20.825000762939453%2C-14.343999862670898%20-20.825000762939453%2C-14.343999862670898%20C-19.92300033569336%2C-16.736000061035156%20-18.44499969482422%2C-18.597999572753906%20-16.395000457763672%2C-19.93600082397461%20C-14.345000267028809%2C-21.290000915527344%20-11.888999938964844%2C-21.968000411987305%20-9.029000282287598%2C-21.968000411987305%20C-6.132999897003174%2C-21.968000411987305%20-3.7049999237060547%2C-21.290000915527344%20-1.7489999532699585%2C-19.93600082397461%20C0.22499999403953552%2C-18.579999923706055%201.6829999685287476%2C-16.715999603271484%202.625%2C-14.343999862670898%20C2.625%2C-14.343999862670898%203.0769999027252197%2C-14.343999862670898%203.0769999027252197%2C-14.343999862670898%20C4.111000061035156%2C-16.65999984741211%205.756999969482422%2C-18.503999710083008%208.015000343322754%2C-19.8799991607666%20C10.270999908447266%2C-21.27199935913086%2012.963000297546387%2C-21.968000411987305%2016.084999084472656%2C-21.968000411987305%20C20.017000198364258%2C-21.968000411987305%2023.225000381469727%2C-20.736000061035156%2025.707000732421875%2C-18.270000457763672%20C28.208999633789062%2C-15.803999900817871%2029.461000442504883%2C-12.086000442504883%2029.461000442504883%2C-7.116000175476074%20C29.461000442504883%2C-7.116000175476074%2029.461000442504883%2C21.968000411987305%2029.461000442504883%2C21.968000411987305%20C29.461000442504883%2C21.968000411987305%2021.023000717163086%2C21.968000411987305%2021.023000717163086%2C21.968000411987305%20C21.023000717163086%2C21.968000411987305%2021.023000717163086%2C-6.326000213623047%2021.023000717163086%2C-6.326000213623047%20C21.023000717163086%2C-9.26200008392334%2020.222999572753906%2C-11.390000343322754%2018.625%2C-12.706000328063965%20C17.024999618530273%2C-14.02400016784668%2015.116999626159668%2C-14.684000015258789%2012.897000312805176%2C-14.684000015258789%20C10.14900016784668%2C-14.684000015258789%208.015000343322754%2C-13.836000442504883%206.491000175476074%2C-12.142000198364258%20C4.9670000076293945%2C-10.465999603271484%204.204999923706055%2C-8.312000274658203%204.204999923706055%2C-5.676000118255615%20C4.204999923706055%2C-5.676000118255615%204.204999923706055%2C21.968000411987305%204.204999923706055%2C21.968000411987305%20C4.204999923706055%2C21.968000411987305%20-4.204999923706055%2C21.968000411987305%20-4.204999923706055%2C21.968000411987305%20C-4.204999923706055%2C21.968000411987305%20-4.204999923706055%2C-6.861999988555908%20-4.204999923706055%2C-6.861999988555908%20C-4.204999923706055%2C-9.215999603271484%20-4.939000129699707%2C-11.105999946594238%20-6.40500020980835%2C-12.538000106811523%20C-7.873000144958496%2C-13.968000411987305%20-9.782999992370605%2C-14.684000015258789%20-12.135000228881836%2C-14.684000015258789%20C-13.732999801635742%2C-14.684000015258789%20-15.211000442504883%2C-14.260000228881836%20-16.565000534057617%2C-13.411999702453613%20C-17.900999069213867%2C-12.583999633789062%20-18.981000900268555%2C-11.425999641418457%20-19.80900001525879%2C-9.9399995803833%20C-20.618999481201172%2C-8.45199966430664%20-21.023000717163086%2C-6.730000019073486%20-21.023000717163086%2C-4.771999835968018%20C-21.023000717163086%2C-4.771999835968018%20-21.023000717163086%2C21.968000411987305%20-21.023000717163086%2C21.968000411987305%20C-21.023000717163086%2C21.968000411987305%20-29.461000442504883%2C21.968000411987305%20-29.461000442504883%2C21.968000411987305z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C584.7030029296875%2C260.3039855957031)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0.0010000000474974513%2C22.405000686645508%20C-4.063000202178955%2C22.405000686645508%20-7.609000205993652%2C21.475000381469727%20-10.638999938964844%2C19.611000061035156%20C-13.666999816894531%2C17.746999740600586%20-16.018999099731445%2C15.138999938964844%20-17.69300079345703%2C11.788999557495117%20C-19.367000579833984%2C8.439000129699707%20-20.204999923706055%2C4.5229997634887695%20-20.204999923706055%2C0.0430000014603138%20C-20.204999923706055%2C-4.456999778747559%20-19.367000579833984%2C-8.390999794006348%20-17.69300079345703%2C-11.76099967956543%20C-16.018999099731445%2C-15.128999710083008%20-13.666999816894531%2C-17.746999740600586%20-10.638999938964844%2C-19.611000061035156%20C-7.609000205993652%2C-21.472999572753906%20-4.063000202178955%2C-22.405000686645508%200.0010000000474974513%2C-22.405000686645508%20C4.063000202178955%2C-22.405000686645508%207.609000205993652%2C-21.472999572753906%2010.638999938964844%2C-19.611000061035156%20C13.666999816894531%2C-17.746999740600586%2016.018999099731445%2C-15.128999710083008%2017.69300079345703%2C-11.76099967956543%20C19.367000579833984%2C-8.390999794006348%2020.204999923706055%2C-4.456999778747559%2020.204999923706055%2C0.0430000014603138%20C20.204999923706055%2C4.5229997634887695%2019.367000579833984%2C8.439000129699707%2017.69300079345703%2C11.788999557495117%20C16.018999099731445%2C15.138999938964844%2013.666999816894531%2C17.746999740600586%2010.638999938964844%2C19.611000061035156%20C7.609000205993652%2C21.475000381469727%204.063000202178955%2C22.405000686645508%200.0010000000474974513%2C22.405000686645508z%20M0.028999999165534973%2C15.319000244140625%20C2.6610000133514404%2C15.319000244140625%204.84499979019165%2C14.623000144958496%206.574999809265137%2C13.229000091552734%20C8.305000305175781%2C11.836999893188477%209.585000038146973%2C9.980999946594238%2010.413000106811523%2C7.666999816894531%20C11.258999824523926%2C5.35099983215332%2011.682999610900879%2C2.8010001182556152%2011.682999610900879%2C0.014999999664723873%20C11.682999610900879%2C-2.753000020980835%2011.258999824523926%2C-5.295000076293945%2010.413000106811523%2C-7.609000205993652%20C9.585000038146973%2C-9.942999839782715%208.305000305175781%2C-11.817000389099121%206.574999809265137%2C-13.229000091552734%20C4.84499979019165%2C-14.640999794006348%202.6610000133514404%2C-15.347000122070312%200.028999999165534973%2C-15.347000122070312%20C-2.625%2C-15.347000122070312%20-4.824999809265137%2C-14.640999794006348%20-6.574999809265137%2C-13.229000091552734%20C-8.305000305175781%2C-11.817000389099121%20-9.595000267028809%2C-9.942999839782715%20-10.440999984741211%2C-7.609000205993652%20C-11.269000053405762%2C-5.295000076293945%20-11.682999610900879%2C-2.753000020980835%20-11.682999610900879%2C0.014999999664723873%20C-11.682999610900879%2C2.8010001182556152%20-11.269000053405762%2C5.35099983215332%20-10.440999984741211%2C7.666999816894531%20C-9.595000267028809%2C9.980999946594238%20-8.305000305175781%2C11.836999893188477%20-6.574999809265137%2C13.229000091552734%20C-4.824999809265137%2C14.623000144958496%20-2.625%2C15.319000244140625%200.028999999165534973%2C15.319000244140625z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C533.3460083007812%2C252.9199981689453)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M24.93199920654297%2C-10.109000205993652%20C24.93199920654297%2C-10.109000205993652%2016.128000259399414%2C-10.109000205993652%2016.128000259399414%2C-10.109000205993652%20C15.788000106811523%2C-11.991000175476074%2015.157999992370605%2C-13.647000312805176%2014.236000061035156%2C-15.079000473022461%20C13.314000129699707%2C-16.509000778198242%2012.185999870300293%2C-17.722999572753906%2010.850000381469727%2C-18.72100067138672%20C9.513999938964844%2C-19.7189998626709%208.020000457763672%2C-20.47100067138672%206.363999843597412%2C-20.979000091552734%20C4.72599983215332%2C-21.48699951171875%202.9860000610351562%2C-21.740999221801758%201.1419999599456787%2C-21.740999221801758%20C-2.186000108718872%2C-21.740999221801758%20-5.168000221252441%2C-20.905000686645508%20-7.802000045776367%2C-19.229000091552734%20C-10.418000221252441%2C-17.55299949645996%20-12.486000061035156%2C-15.097000122070312%20-14.010000228881836%2C-11.859000205993652%20C-15.515999794006348%2C-8.621000289916992%20-16.26799964904785%2C-4.669000148773193%20-16.26799964904785%2C0.0010000000474974513%20C-16.26799964904785%2C4.706999778747559%20-15.515999794006348%2C8.678999900817871%20-14.010000228881836%2C11.916999816894531%20C-12.486000061035156%2C15.154999732971191%20-10.407999992370605%2C17.60099983215332%20-7.77400016784668%2C19.256999969482422%20C-5.139999866485596%2C20.915000915527344%20-2.177999973297119%2C21.743000030517578%201.1139999628067017%2C21.743000030517578%20C2.940000057220459%2C21.743000030517578%204.670000076293945%2C21.496999740600586%206.308000087738037%2C21.009000778198242%20C7.961999893188477%2C20.500999450683594%209.458000183105469%2C19.756999969482422%2010.793999671936035%2C18.777000427246094%20C12.130000114440918%2C17.798999786376953%2013.258000373840332%2C16.60300064086914%2014.180000305175781%2C15.190999984741211%20C15.119999885559082%2C13.76099967956543%2015.770000457763672%2C12.123000144958496%2016.128000259399414%2C10.279000282287598%20C16.128000259399414%2C10.279000282287598%2024.93199920654297%2C10.307000160217285%2024.93199920654297%2C10.307000160217285%20C24.461999893188477%2C13.14900016784668%2023.549999237060547%2C15.765000343322754%2022.194000244140625%2C18.156999588012695%20C20.857999801635742%2C20.52899932861328%2019.13800048828125%2C22.58099937438965%2017.030000686645508%2C24.312999725341797%20C14.942000389099121%2C26.024999618530273%2012.552000045776367%2C27.35300064086914%209.862000465393066%2C28.292999267578125%20C7.171999931335449%2C29.235000610351562%204.23799991607666%2C29.704999923706055%201.0579999685287476%2C29.704999923706055%20C-3.946000099182129%2C29.704999923706055%20-8.404000282287598%2C28.518999099731445%20-12.317999839782715%2C26.14699935913086%20C-16.229999542236328%2C23.756999969482422%20-19.31599998474121%2C20.340999603271484%20-21.573999404907227%2C15.897000312805176%20C-23.812000274658203%2C11.454999923706055%20-24.93199920654297%2C6.15500020980835%20-24.93199920654297%2C0.0010000000474974513%20C-24.93199920654297%2C-6.175000190734863%20-23.802000045776367%2C-11.472999572753906%20-21.54599952697754%2C-15.897000312805176%20C-19.288000106811523%2C-20.339000701904297%20-16.20199966430664%2C-23.746999740600586%20-12.289999961853027%2C-26.118999481201172%20C-8.37600040435791%2C-28.509000778198242%20-3.9260001182556152%2C-29.704999923706055%201.0579999685287476%2C-29.704999923706055%20C4.124000072479248%2C-29.704999923706055%206.984000205993652%2C-29.26300048828125%209.63599967956543%2C-28.37700080871582%20C12.307999610900879%2C-27.51099967956543%2014.706000328063965%2C-26.231000900268555%2016.832000732421875%2C-24.53700065612793%20C18.95800018310547%2C-22.861000061035156%2020.718000411987305%2C-20.81100082397461%2022.110000610351562%2C-18.381000518798828%20C23.50200080871582%2C-15.972999572753906%2024.441999435424805%2C-13.21500015258789%2024.93199920654297%2C-10.109000205993652z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C470.97100830078125%2C255.2550048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M11.442999839782715%2C-10.015999794006348%20C11.442999839782715%2C-10.015999794006348%20-12.232999801635742%2C-10.015999794006348%20-12.232999801635742%2C-10.015999794006348%20C-12.232999801635742%2C-10.015999794006348%20-12.232999801635742%2C-16.79199981689453%20-12.232999801635742%2C-16.79199981689453%20C-12.232999801635742%2C-16.79199981689453%2011.442999839782715%2C-16.79199981689453%2011.442999839782715%2C-16.79199981689453%20C11.442999839782715%2C-16.79199981689453%2011.442999839782715%2C-10.015999794006348%2011.442999839782715%2C-10.015999794006348z%20M-5.882999897003174%2C-27.18199920654297%20C-5.882999897003174%2C-27.18199920654297%202.555000066757202%2C-27.18199920654297%202.555000066757202%2C-27.18199920654297%20C2.555000066757202%2C-27.18199920654297%202.555000066757202%2C13.843999862670898%202.555000066757202%2C13.843999862670898%20C2.555000066757202%2C15.482000350952148%202.7990000247955322%2C16.715999603271484%203.2869999408721924%2C17.54400062561035%20C3.7769999504089355%2C18.354000091552734%204.4070000648498535%2C18.908000946044922%205.178999900817871%2C19.209999084472656%20C5.968999862670898%2C19.492000579833984%206.824999809265137%2C19.634000778198242%207.747000217437744%2C19.634000778198242%20C8.42300033569336%2C19.634000778198242%209.017000198364258%2C19.586000442504883%209.524999618530273%2C19.492000579833984%20C10.032999992370605%2C19.398000717163086%2010.427000045776367%2C19.32200050354004%2010.708999633789062%2C19.266000747680664%20C10.708999633789062%2C19.266000747680664%2012.232999801635742%2C26.239999771118164%2012.232999801635742%2C26.239999771118164%20C11.744999885559082%2C26.43000030517578%2011.048999786376953%2C26.618000030517578%2010.145000457763672%2C26.805999755859375%20C9.243000030517578%2C27.011999130249023%208.11299991607666%2C27.125999450683594%206.758999824523926%2C27.143999099731445%20C4.539000034332275%2C27.18199920654297%202.4690001010894775%2C26.785999298095703%200.5509999990463257%2C25.95800018310547%20C-1.36899995803833%2C25.1299991607666%20-2.9210000038146973%2C23.850000381469727%20-4.105000019073486%2C22.118000030517578%20C-5.290999889373779%2C20.38599967956543%20-5.882999897003174%2C18.211999893188477%20-5.882999897003174%2C15.595999717712402%20C-5.882999897003174%2C15.595999717712402%20-5.882999897003174%2C-27.18199920654297%20-5.882999897003174%2C-27.18199920654297z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C435.74200439453125%2C260.3039855957031)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M1.2000000476837158%2C22.405000686645508%20C-2.996000051498413%2C22.405000686645508%20-6.607999801635742%2C21.454999923706055%20-9.63599967956543%2C19.55500030517578%20C-12.645999908447266%2C17.632999420166016%20-14.960000038146973%2C14.98900032043457%20-16.577999114990234%2C11.619000434875488%20C-18.195999145507812%2C8.24899959564209%20-19.006000518798828%2C4.390999794006348%20-19.006000518798828%2C0.0430000014603138%20C-19.006000518798828%2C-4.36299991607666%20-18.17799949645996%2C-8.24899959564209%20-16.52199935913086%2C-11.619000434875488%20C-14.866000175476074%2C-15.006999969482422%20-12.534000396728516%2C-17.652999877929688%20-9.52400016784668%2C-19.55299949645996%20C-6.513999938964844%2C-21.454999923706055%20-2.9679999351501465%2C-22.405000686645508%201.1139999628067017%2C-22.405000686645508%20C4.406000137329102%2C-22.405000686645508%207.3420000076293945%2C-21.792999267578125%209.918000221252441%2C-20.570999145507812%20C12.496000289916992%2C-19.364999771118164%2014.576000213623047%2C-17.67099952697754%2016.1560001373291%2C-15.487000465393066%20C17.753999710083008%2C-13.303000450134277%2018.70400047302246%2C-10.753000259399414%2019.006000518798828%2C-7.835000038146973%20C19.006000518798828%2C-7.835000038146973%2010.793999671936035%2C-7.835000038146973%2010.793999671936035%2C-7.835000038146973%20C10.342000007629395%2C-9.869000434875488%209.307999610900879%2C-11.619000434875488%207.690000057220459%2C-13.086999893188477%20C6.090000152587891%2C-14.555000305175781%203.946000099182129%2C-15.288999557495117%201.25600004196167%2C-15.288999557495117%20C-1.0959999561309814%2C-15.288999557495117%20-3.1559998989105225%2C-14.668999671936035%20-4.923999786376953%2C-13.427000045776367%20C-6.673999786376953%2C-12.20300006866455%20-8.038000106811523%2C-10.45300006866455%20-9.015999794006348%2C-8.175000190734863%20C-9.994000434875488%2C-5.914999961853027%20-10.484000205993652%2C-3.243000030517578%20-10.484000205993652%2C-0.1550000011920929%20C-10.484000205993652%2C3.006999969482422%20-10.003999710083008%2C5.736999988555908%20-9.043999671936035%2C8.032999992370605%20C-8.083999633789062%2C10.331000328063965%20-6.730000019073486%2C12.109000205993652%20-4.980000019073486%2C13.371000289916992%20C-3.2119998931884766%2C14.630999565124512%20-1.1339999437332153%2C15.262999534606934%201.25600004196167%2C15.262999534606934%20C2.8540000915527344%2C15.262999534606934%204.303999900817871%2C14.970999717712402%205.6020002365112305%2C14.38700008392334%20C6.918000221252441%2C13.78499984741211%208.017999649047852%2C12.927000045776367%208.904000282287598%2C11.817000389099121%20C9.805999755859375%2C10.706999778747559%2010.435999870300293%2C9.371000289916992%2010.793999671936035%2C7.807000160217285%20C10.793999671936035%2C7.807000160217285%2019.006000518798828%2C7.807000160217285%2019.006000518798828%2C7.807000160217285%20C18.70400047302246%2C10.61299991607666%2017.79199981689453%2C13.116999626159668%2016.26799964904785%2C15.319000244140625%20C14.744000434875488%2C17.520999908447266%2012.704000473022461%2C19.253000259399414%2010.144000053405762%2C20.514999389648438%20C7.604000091552734%2C21.774999618530273%204.624000072479248%2C22.405000686645508%201.2000000476837158%2C22.405000686645508z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C391.29901123046875%2C260.3039855957031)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M1.0149999856948853%2C22.405000686645508%20C-3.255000114440918%2C22.405000686645508%20-6.933000087738037%2C21.493000030517578%20-10.019000053405762%2C19.66699981689453%20C-13.085000038146973%2C17.822999954223633%20-15.454999923706055%2C15.232999801635742%20-17.128999710083008%2C11.901000022888184%20C-18.78499984741211%2C8.550999641418457%20-19.613000869750977%2C4.626999855041504%20-19.613000869750977%2C0.12700000405311584%20C-19.613000869750977%2C-4.315000057220459%20-18.78499984741211%2C-8.230999946594238%20-17.128999710083008%2C-11.619000434875488%20C-15.454999923706055%2C-15.006999969482422%20-13.123000144958496%2C-17.652999877929688%20-10.130999565124512%2C-19.55299949645996%20C-7.120999813079834%2C-21.454999923706055%20-3.6029999256134033%2C-22.405000686645508%200.4230000078678131%2C-22.405000686645508%20C2.86899995803833%2C-22.405000686645508%205.238999843597412%2C-22.000999450683594%207.534999847412109%2C-21.19099998474121%20C9.829000473022461%2C-20.381000518798828%2011.888999938964844%2C-19.111000061035156%2013.71500015258789%2C-17.378999710083008%20C15.538999557495117%2C-15.647000312805176%2016.979000091552734%2C-13.39900016784668%2018.0310001373291%2C-10.630999565124512%20C19.084999084472656%2C-7.882999897003174%2019.613000869750977%2C-4.540999889373779%2019.613000869750977%2C-0.6069999933242798%20C19.613000869750977%2C-0.6069999933242798%2019.613000869750977%2C2.38700008392334%2019.613000869750977%2C2.38700008392334%20C19.613000869750977%2C2.38700008392334%20-14.843000411987305%2C2.38700008392334%20-14.843000411987305%2C2.38700008392334%20C-14.843000411987305%2C2.38700008392334%20-14.843000411987305%2C-3.938999891281128%20-14.843000411987305%2C-3.938999891281128%20C-14.843000411987305%2C-3.938999891281128%2011.343000411987305%2C-3.938999891281128%2011.343000411987305%2C-3.938999891281128%20C11.343000411987305%2C-6.160999774932861%2010.892999649047852%2C-8.126999855041504%209.98900032043457%2C-9.840999603271484%20C9.086999893188477%2C-11.572999954223633%207.816999912261963%2C-12.937000274658203%206.178999900817871%2C-13.9350004196167%20C4.560999870300293%2C-14.932999610900879%202.6610000133514404%2C-15.430999755859375%200.4790000021457672%2C-15.430999755859375%20C-1.8910000324249268%2C-15.430999755859375%20-3.9609999656677246%2C-14.847000122070312%20-5.729000091552734%2C-13.680999755859375%20C-7.479000091552734%2C-12.532999992370605%20-8.833000183105469%2C-11.027000427246094%20-9.793000221252441%2C-9.163000106811523%20C-10.732999801635742%2C-7.316999912261963%20-11.20300006866455%2C-5.313000202178955%20-11.20300006866455%2C-3.1489999294281006%20C-11.20300006866455%2C-3.1489999294281006%20-11.20300006866455%2C1.7929999828338623%20-11.20300006866455%2C1.7929999828338623%20C-11.20300006866455%2C4.692999839782715%20-10.694999694824219%2C7.158999919891357%20-9.678999900817871%2C9.190999984741211%20C-8.645000457763672%2C11.225000381469727%20-7.204999923706055%2C12.777000427246094%20-5.361000061035156%2C13.85099983215332%20C-3.5190000534057617%2C14.904999732971191%20-1.3650000095367432%2C15.430999755859375%201.1009999513626099%2C15.430999755859375%20C2.6989998817443848%2C15.430999755859375%204.1570000648498535%2C15.204999923706055%205.474999904632568%2C14.753000259399414%20C6.790999889373779%2C14.282999992370605%207.928999900817871%2C13.586999893188477%208.888999938964844%2C12.664999961853027%20C9.848999977111816%2C11.741000175476074%2010.581000328063965%2C10.602999687194824%2011.08899974822998%2C9.246999740600586%20C11.08899974822998%2C9.246999740600586%2019.075000762939453%2C10.687000274658203%2019.075000762939453%2C10.687000274658203%20C18.437000274658203%2C13.041000366210938%2017.288999557495117%2C15.102999687194824%2015.633000373840332%2C16.871000289916992%20C13.996999740600586%2C18.62299919128418%2011.937000274658203%2C19.98699951171875%209.45300006866455%2C20.96500015258789%20C6.988999843597412%2C21.924999237060547%204.177000045776367%2C22.405000686645508%201.0149999856948853%2C22.405000686645508z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C357.8760070800781%2C259.8240051269531)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-11.597999572753906%2C22.01099967956543%20C-11.597999572753906%2C22.01099967956543%20-11.597999572753906%2C-21.361000061035156%20-11.597999572753906%2C-21.361000061035156%20C-11.597999572753906%2C-21.361000061035156%20-3.444000005722046%2C-21.361000061035156%20-3.444000005722046%2C-21.361000061035156%20C-3.444000005722046%2C-21.361000061035156%20-3.444000005722046%2C-14.470999717712402%20-3.444000005722046%2C-14.470999717712402%20C-3.444000005722046%2C-14.470999717712402%20-2.992000102996826%2C-14.470999717712402%20-2.992000102996826%2C-14.470999717712402%20C-2.2019999027252197%2C-16.80500030517578%20-0.8100000023841858%2C-18.641000747680664%201.184000015258789%2C-19.976999282836914%20C3.197999954223633%2C-21.33300018310547%205.473999977111816%2C-22.01099967956543%208.013999938964844%2C-22.01099967956543%20C8.539999961853027%2C-22.01099967956543%209.15999984741211%2C-21.990999221801758%209.87600040435791%2C-21.952999114990234%20C10.609999656677246%2C-21.91699981689453%2011.184000015258789%2C-21.868999481201172%2011.597999572753906%2C-21.812999725341797%20C11.597999572753906%2C-21.812999725341797%2011.597999572753906%2C-13.737000465393066%2011.597999572753906%2C-13.737000465393066%20C11.258000373840332%2C-13.831000328063965%2010.656000137329102%2C-13.9350004196167%209.791999816894531%2C-14.04699993133545%20C8.925999641418457%2C-14.178999900817871%208.0600004196167%2C-14.244999885559082%207.196000099182129%2C-14.244999885559082%20C5.199999809265137%2C-14.244999885559082%203.4240000247955322%2C-13.821000099182129%201.8619999885559082%2C-12.975000381469727%20C0.3199999928474426%2C-12.147000312805176%20-0.9039999842643738%2C-10.98900032043457%20-1.805999994277954%2C-9.50100040435791%20C-2.7100000381469727%2C-8.032999992370605%20-3.1619999408721924%2C-6.35699987411499%20-3.1619999408721924%2C-4.474999904632568%20C-3.1619999408721924%2C-4.474999904632568%20-3.1619999408721924%2C22.01099967956543%20-3.1619999408721924%2C22.01099967956543%20C-3.1619999408721924%2C22.01099967956543%20-11.597999572753906%2C22.01099967956543%20-11.597999572753906%2C22.01099967956543z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C332.3389892578125%2C251.76300048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-4.261000156402588%2C-13.300000190734863%20C-4.261000156402588%2C-13.300000190734863%204.177000045776367%2C-13.300000190734863%204.177000045776367%2C-13.300000190734863%20C4.177000045776367%2C-13.300000190734863%204.177000045776367%2C30.07200050354004%204.177000045776367%2C30.07200050354004%20C4.177000045776367%2C30.07200050354004%20-4.261000156402588%2C30.07200050354004%20-4.261000156402588%2C30.07200050354004%20C-4.261000156402588%2C30.07200050354004%20-4.261000156402588%2C-13.300000190734863%20-4.261000156402588%2C-13.300000190734863z%20M-0.0010000000474974513%2C-19.992000579833984%20C-1.4670000076293945%2C-19.992000579833984%20-2.7269999980926514%2C-20.48200035095215%20-3.7809998989105225%2C-21.459999084472656%20C-4.816999912261963%2C-22.45800018310547%20-5.333000183105469%2C-23.643999099731445%20-5.333000183105469%2C-25.01799964904785%20C-5.333000183105469%2C-26.41200065612793%20-4.816999912261963%2C-27.59600067138672%20-3.7809998989105225%2C-28.576000213623047%20C-2.7269999980926514%2C-29.573999404907227%20-1.4670000076293945%2C-30.07200050354004%20-0.0010000000474974513%2C-30.07200050354004%20C1.4670000076293945%2C-30.07200050354004%202.7190001010894775%2C-29.573999404907227%203.753000020980835%2C-28.576000213623047%20C4.807000160217285%2C-27.59600067138672%205.333000183105469%2C-26.41200065612793%205.333000183105469%2C-25.01799964904785%20C5.333000183105469%2C-23.643999099731445%204.807000160217285%2C-22.45800018310547%203.753000020980835%2C-21.459999084472656%20C2.7190001010894775%2C-20.48200035095215%201.4670000076293945%2C-19.992000579833984%20-0.0010000000474974513%2C-19.992000579833984z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C296.24798583984375%2C252.92100524902344)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-4.544000148773193%2C28.913999557495117%20C-4.544000148773193%2C28.913999557495117%20-23.25200080871582%2C28.913999557495117%20-23.25200080871582%2C28.913999557495117%20C-23.25200080871582%2C28.913999557495117%20-23.25200080871582%2C-28.913999557495117%20-23.25200080871582%2C-28.913999557495117%20C-23.25200080871582%2C-28.913999557495117%20-3.950000047683716%2C-28.913999557495117%20-3.950000047683716%2C-28.913999557495117%20C1.7120000123977661%2C-28.913999557495117%206.576000213623047%2C-27.757999420166016%2010.637999534606934%2C-25.441999435424805%20C14.70199966430664%2C-23.145999908447266%2017.81599998474121%2C-19.841999053955078%2019.979999542236328%2C-15.529999732971191%20C22.16200065612793%2C-11.23799991607666%2023.25200080871582%2C-6.090000152587891%2023.25200080871582%2C-0.0860000029206276%20C23.25200080871582%2C5.938000202178955%2022.152000427246094%2C11.116000175476074%2019.95199966430664%2C15.444000244140625%20C17.76799964904785%2C19.77400016784668%2014.607999801635742%2C23.106000900268555%2010.470000267028809%2C25.440000534057617%20C6.329999923706055%2C27.756000518798828%201.3259999752044678%2C28.913999557495117%20-4.544000148773193%2C28.913999557495117z%20M-14.531999588012695%2C21.290000915527344%20C-14.531999588012695%2C21.290000915527344%20-5.021999835968018%2C21.290000915527344%20-5.021999835968018%2C21.290000915527344%20C-0.6200000047683716%2C21.290000915527344%203.0380001068115234%2C20.461999893188477%205.953999996185303%2C18.804000854492188%20C8.869999885559082%2C17.1299991607666%2011.052000045776367%2C14.710000038146973%2012.501999855041504%2C11.54800033569336%20C13.949999809265137%2C8.366000175476074%2014.673999786376953%2C4.489999771118164%2014.673999786376953%2C-0.0860000029206276%20C14.673999786376953%2C-4.622000217437744%2013.949999809265137%2C-8.472000122070312%2012.501999855041504%2C-11.633999824523926%20C11.071999549865723%2C-14.795999526977539%208.935999870300293%2C-17.195999145507812%206.0960001945495605%2C-18.833999633789062%20C3.253999948501587%2C-20.472000122070312%20-0.2720000147819519%2C-21.29199981689453%20-4.486000061035156%2C-21.29199981689453%20C-4.486000061035156%2C-21.29199981689453%20-14.531999588012695%2C-21.29199981689453%20-14.531999588012695%2C-21.29199981689453%20C-14.531999588012695%2C-21.29199981689453%20-14.531999588012695%2C21.290000915527344%20-14.531999588012695%2C21.290000915527344z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C244.65899658203125%2C267.9989929199219)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-19.795000076293945%2C30.100000381469727%20C-19.795000076293945%2C30.100000381469727%20-19.795000076293945%2C-29.535999298095703%20-19.795000076293945%2C-29.535999298095703%20C-19.795000076293945%2C-29.535999298095703%20-11.555000305175781%2C-29.535999298095703%20-11.555000305175781%2C-29.535999298095703%20C-11.555000305175781%2C-29.535999298095703%20-11.555000305175781%2C-22.503999710083008%20-11.555000305175781%2C-22.503999710083008%20C-11.555000305175781%2C-22.503999710083008%20-10.85099983215332%2C-22.503999710083008%20-10.85099983215332%2C-22.503999710083008%20C-10.361000061035156%2C-23.408000946044922%20-9.654999732971191%2C-24.45400047302246%20-8.732999801635742%2C-25.639999389648438%20C-7.813000202178955%2C-26.826000213623047%20-6.5329999923706055%2C-27.860000610351562%20-4.894999980926514%2C-28.746000289916992%20C-3.259000062942505%2C-29.648000717163086%20-1.0950000286102295%2C-30.100000381469727%201.5950000286102295%2C-30.100000381469727%20C5.0929999351501465%2C-30.100000381469727%208.217000007629395%2C-29.215999603271484%2010.963000297546387%2C-27.445999145507812%20C13.708999633789062%2C-25.676000595092773%2015.86299991607666%2C-23.125999450683594%2017.424999237060547%2C-19.79400062561035%20C19.0049991607666%2C-16.461999893188477%2019.795000076293945%2C-12.45199966430664%2019.795000076293945%2C-7.765999794006348%20C19.795000076293945%2C-3.078000068664551%2019.014999389648438%2C0.9399999976158142%2017.452999114990234%2C4.291999816894531%20C15.892999649047852%2C7.624000072479248%2013.746999740600586%2C10.194000244140625%2011.019000053405762%2C12%20C8.291000366210938%2C13.788000106811523%205.178999900817871%2C14.682000160217285%201.6790000200271606%2C14.682000160217285%20C-0.9549999833106995%2C14.682000160217285%20-3.1089999675750732%2C14.239999771118164%20-4.7829999923706055%2C13.355999946594238%20C-6.439000129699707%2C12.470000267028809%20-7.736999988555908%2C11.435999870300293%20-8.677000045776367%2C10.25%20C-9.619000434875488%2C9.064000129699707%20-10.343000411987305%2C8.010000228881836%20-10.85099983215332%2C7.0879998207092285%20C-10.85099983215332%2C7.0879998207092285%20-11.359000205993652%2C7.0879998207092285%20-11.359000205993652%2C7.0879998207092285%20C-11.359000205993652%2C7.0879998207092285%20-11.359000205993652%2C30.100000381469727%20-11.359000205993652%2C30.100000381469727%20C-11.359000205993652%2C30.100000381469727%20-19.795000076293945%2C30.100000381469727%20-19.795000076293945%2C30.100000381469727z%20M-11.527000427246094%2C-7.849999904632568%20C-11.527000427246094%2C-4.800000190734863%20-11.085000038146973%2C-2.128000020980835%20-10.201000213623047%2C0.17000000178813934%20C-9.317000389099121%2C2.4660000801086426%20-8.036999702453613%2C4.263999938964844%20-6.36299991607666%2C5.561999797821045%20C-4.689000129699707%2C6.8420000076293945%20-2.6389999389648438%2C7.48199987411499%20-0.210999995470047%2C7.48199987411499%20C2.309000015258789%2C7.48199987411499%204.416999816894531%2C6.814000129699707%206.109000205993652%2C5.478000164031982%20C7.802999973297119%2C4.122000217437744%209.081000328063965%2C2.2860000133514404%209.946999549865723%2C-0.02800000086426735%20C10.831000328063965%2C-2.3440001010894775%2011.27299976348877%2C-4.952000141143799%2011.27299976348877%2C-7.849999904632568%20C11.27299976348877%2C-10.711999893188477%2010.840999603271484%2C-13.279999732971191%209.975000381469727%2C-15.557999610900879%20C9.128999710083008%2C-17.836000442504883%207.848999977111816%2C-19.634000778198242%206.13700008392334%2C-20.95199966430664%20C4.445000171661377%2C-22.270000457763672%202.3289999961853027%2C-22.92799949645996%20-0.210999995470047%2C-22.92799949645996%20C-2.6570000648498535%2C-22.92799949645996%20-4.7270002365112305%2C-22.29800033569336%20-6.419000148773193%2C-21.035999298095703%20C-8.095000267028809%2C-19.775999069213867%20-9.364999771118164%2C-18.016000747680664%20-10.229000091552734%2C-15.755999565124512%20C-11.095000267028809%2C-13.498000144958496%20-11.527000427246094%2C-10.862000465393066%20-11.527000427246094%2C-7.849999904632568z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C197.2030029296875%2C267.9989929199219)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-19.795000076293945%2C30.100000381469727%20C-19.795000076293945%2C30.100000381469727%20-19.795000076293945%2C-29.535999298095703%20-19.795000076293945%2C-29.535999298095703%20C-19.795000076293945%2C-29.535999298095703%20-11.555000305175781%2C-29.535999298095703%20-11.555000305175781%2C-29.535999298095703%20C-11.555000305175781%2C-29.535999298095703%20-11.555000305175781%2C-22.503999710083008%20-11.555000305175781%2C-22.503999710083008%20C-11.555000305175781%2C-22.503999710083008%20-10.85099983215332%2C-22.503999710083008%20-10.85099983215332%2C-22.503999710083008%20C-10.361000061035156%2C-23.408000946044922%20-9.654999732971191%2C-24.45400047302246%20-8.732999801635742%2C-25.639999389648438%20C-7.810999870300293%2C-26.826000213623047%20-6.5329999923706055%2C-27.860000610351562%20-4.894999980926514%2C-28.746000289916992%20C-3.259000062942505%2C-29.648000717163086%20-1.0950000286102295%2C-30.100000381469727%201.5950000286102295%2C-30.100000381469727%20C5.0929999351501465%2C-30.100000381469727%208.217000007629395%2C-29.215999603271484%2010.963000297546387%2C-27.445999145507812%20C13.708999633789062%2C-25.676000595092773%2015.864999771118164%2C-23.125999450683594%2017.424999237060547%2C-19.79400062561035%20C19.0049991607666%2C-16.461999893188477%2019.795000076293945%2C-12.45199966430664%2019.795000076293945%2C-7.765999794006348%20C19.795000076293945%2C-3.078000068664551%2019.014999389648438%2C0.9399999976158142%2017.452999114990234%2C4.291999816894531%20C15.892999649047852%2C7.624000072479248%2013.746999740600586%2C10.194000244140625%2011.019000053405762%2C12%20C8.291000366210938%2C13.788000106811523%205.178999900817871%2C14.682000160217285%201.6790000200271606%2C14.682000160217285%20C-0.9549999833106995%2C14.682000160217285%20-3.1089999675750732%2C14.239999771118164%20-4.7829999923706055%2C13.355999946594238%20C-6.439000129699707%2C12.470000267028809%20-7.736999988555908%2C11.435999870300293%20-8.677000045776367%2C10.25%20C-9.616999626159668%2C9.064000129699707%20-10.343000411987305%2C8.010000228881836%20-10.85099983215332%2C7.0879998207092285%20C-10.85099983215332%2C7.0879998207092285%20-11.359000205993652%2C7.0879998207092285%20-11.359000205993652%2C7.0879998207092285%20C-11.359000205993652%2C7.0879998207092285%20-11.359000205993652%2C30.100000381469727%20-11.359000205993652%2C30.100000381469727%20C-11.359000205993652%2C30.100000381469727%20-19.795000076293945%2C30.100000381469727%20-19.795000076293945%2C30.100000381469727z%20M-11.527000427246094%2C-7.849999904632568%20C-11.527000427246094%2C-4.800000190734863%20-11.085000038146973%2C-2.128000020980835%20-10.201000213623047%2C0.17000000178813934%20C-9.317000389099121%2C2.4660000801086426%20-8.036999702453613%2C4.263999938964844%20-6.36299991607666%2C5.561999797821045%20C-4.689000129699707%2C6.8420000076293945%20-2.6389999389648438%2C7.48199987411499%20-0.210999995470047%2C7.48199987411499%20C2.309000015258789%2C7.48199987411499%204.416999816894531%2C6.814000129699707%206.109000205993652%2C5.478000164031982%20C7.802999973297119%2C4.122000217437744%209.083000183105469%2C2.2860000133514404%209.946999549865723%2C-0.02800000086426735%20C10.831000328063965%2C-2.3440001010894775%2011.27299976348877%2C-4.952000141143799%2011.27299976348877%2C-7.849999904632568%20C11.27299976348877%2C-10.711999893188477%2010.840999603271484%2C-13.279999732971191%209.975000381469727%2C-15.557999610900879%20C9.128999710083008%2C-17.836000442504883%207.848999977111816%2C-19.634000778198242%206.13700008392334%2C-20.95199966430664%20C4.445000171661377%2C-22.270000457763672%202.3289999961853027%2C-22.92799949645996%20-0.210999995470047%2C-22.92799949645996%20C-2.6570000648498535%2C-22.92799949645996%20-4.7270002365112305%2C-22.29800033569336%20-6.419000148773193%2C-21.035999298095703%20C-8.095000267028809%2C-19.775999069213867%20-9.36299991607666%2C-18.016000747680664%20-10.229000091552734%2C-15.755999565124512%20C-11.095000267028809%2C-13.498000144958496%20-11.527000427246094%2C-10.862000465393066%20-11.527000427246094%2C-7.849999904632568z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C145.4929962158203%2C252.9199981689453)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-16.57900047302246%2C28.913999557495117%20C-16.57900047302246%2C28.913999557495117%20-25.834999084472656%2C28.913999557495117%20-25.834999084472656%2C28.913999557495117%20C-25.834999084472656%2C28.913999557495117%20-5.0370001792907715%2C-28.913999557495117%20-5.0370001792907715%2C-28.913999557495117%20C-5.0370001792907715%2C-28.913999557495117%205.0370001792907715%2C-28.913999557495117%205.0370001792907715%2C-28.913999557495117%20C5.0370001792907715%2C-28.913999557495117%2025.834999084472656%2C28.913999557495117%2025.834999084472656%2C28.913999557495117%20C25.834999084472656%2C28.913999557495117%2016.57900047302246%2C28.913999557495117%2016.57900047302246%2C28.913999557495117%20C16.57900047302246%2C28.913999557495117%200.2409999966621399%2C-18.40999984741211%200.2409999966621399%2C-18.40999984741211%20C0.2409999966621399%2C-18.40999984741211%20-0.210999995470047%2C-18.40999984741211%20-0.210999995470047%2C-18.40999984741211%20C-0.210999995470047%2C-18.40999984741211%20-16.57900047302246%2C28.913999557495117%20-16.57900047302246%2C28.913999557495117z%20M-15.027000427246094%2C6.26800012588501%20C-15.027000427246094%2C6.26800012588501%2014.99899959564209%2C6.26800012588501%2014.99899959564209%2C6.26800012588501%20C14.99899959564209%2C6.26800012588501%2014.99899959564209%2C13.609999656677246%2014.99899959564209%2C13.609999656677246%20C14.99899959564209%2C13.609999656677246%20-15.027000427246094%2C13.609999656677246%20-15.027000427246094%2C13.609999656677246%20C-15.027000427246094%2C13.609999656677246%20-15.027000427246094%2C6.26800012588501%20-15.027000427246094%2C6.26800012588501z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C76.0989990234375%2C259.86700439453125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-9.651000022888184%2C-3.7839999198913574%20C-9.651000022888184%2C-3.7839999198913574%20-9.651000022888184%2C21.968000411987305%20-9.651000022888184%2C21.968000411987305%20C-9.651000022888184%2C21.968000411987305%20-18.089000701904297%2C21.968000411987305%20-18.089000701904297%2C21.968000411987305%20C-18.089000701904297%2C21.968000411987305%20-18.089000701904297%2C-21.40399932861328%20-18.089000701904297%2C-21.40399932861328%20C-18.089000701904297%2C-21.40399932861328%20-9.98900032043457%2C-21.40399932861328%20-9.98900032043457%2C-21.40399932861328%20C-9.98900032043457%2C-21.40399932861328%20-9.98900032043457%2C-14.343999862670898%20-9.98900032043457%2C-14.343999862670898%20C-9.98900032043457%2C-14.343999862670898%20-9.45300006866455%2C-14.343999862670898%20-9.45300006866455%2C-14.343999862670898%20C-8.454999923706055%2C-16.642000198364258%20-6.894999980926514%2C-18.486000061035156%20-4.769000053405762%2C-19.8799991607666%20C-2.625%2C-21.27199935913086%200.07500000298023224%2C-21.968000411987305%203.3310000896453857%2C-21.968000411987305%20C6.2829999923706055%2C-21.968000411987305%208.871000289916992%2C-21.347999572753906%2011.090999603271484%2C-20.104000091552734%20C13.310999870300293%2C-18.881999969482422%2015.031000137329102%2C-17.055999755859375%2016.2549991607666%2C-14.628000259399414%20C17.476999282836914%2C-12.197999954223633%2018.089000701904297%2C-9.196000099182129%2018.089000701904297%2C-5.619999885559082%20C18.089000701904297%2C-5.619999885559082%2018.089000701904297%2C21.968000411987305%2018.089000701904297%2C21.968000411987305%20C18.089000701904297%2C21.968000411987305%209.651000022888184%2C21.968000411987305%209.651000022888184%2C21.968000411987305%20C9.651000022888184%2C21.968000411987305%209.651000022888184%2C-4.604000091552734%209.651000022888184%2C-4.604000091552734%20C9.651000022888184%2C-7.745999813079834%208.833000183105469%2C-10.204000473022461%207.197000026702881%2C-11.972000122070312%20C5.559000015258789%2C-13.76200008392334%203.311000108718872%2C-14.656000137329102%200.45100000500679016%2C-14.656000137329102%20C-1.5049999952316284%2C-14.656000137329102%20-3.244999885559082%2C-14.232000350952148%20-4.769000053405762%2C-13.383999824523926%20C-6.2729997634887695%2C-12.538000106811523%20-7.468999862670898%2C-11.295999526977539%20-8.352999687194824%2C-9.657999992370605%20C-9.217000007629395%2C-8.038000106811523%20-9.651000022888184%2C-6.079999923706055%20-9.651000022888184%2C-3.7839999198913574z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C26.097000122070312%2C252.9199981689453)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(51%2C51%2C51)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-16.57900047302246%2C28.913999557495117%20C-16.57900047302246%2C28.913999557495117%20-25.834999084472656%2C28.913999557495117%20-25.834999084472656%2C28.913999557495117%20C-25.834999084472656%2C28.913999557495117%20-5.0370001792907715%2C-28.913999557495117%20-5.0370001792907715%2C-28.913999557495117%20C-5.0370001792907715%2C-28.913999557495117%205.0370001792907715%2C-28.913999557495117%205.0370001792907715%2C-28.913999557495117%20C5.0370001792907715%2C-28.913999557495117%2025.834999084472656%2C28.913999557495117%2025.834999084472656%2C28.913999557495117%20C25.834999084472656%2C28.913999557495117%2016.57900047302246%2C28.913999557495117%2016.57900047302246%2C28.913999557495117%20C16.57900047302246%2C28.913999557495117%200.2409999966621399%2C-18.40999984741211%200.2409999966621399%2C-18.40999984741211%20C0.2409999966621399%2C-18.40999984741211%20-0.210999995470047%2C-18.40999984741211%20-0.210999995470047%2C-18.40999984741211%20C-0.210999995470047%2C-18.40999984741211%20-16.57900047302246%2C28.913999557495117%20-16.57900047302246%2C28.913999557495117z%20M-15.027000427246094%2C6.26800012588501%20C-15.027000427246094%2C6.26800012588501%2014.99899959564209%2C6.26800012588501%2014.99899959564209%2C6.26800012588501%20C14.99899959564209%2C6.26800012588501%2014.99899959564209%2C13.609999656677246%2014.99899959564209%2C13.609999656677246%20C14.99899959564209%2C13.609999656677246%20-15.027000427246094%2C13.609999656677246%20-15.027000427246094%2C13.609999656677246%20C-15.027000427246094%2C13.609999656677246%20-15.027000427246094%2C6.26800012588501%20-15.027000427246094%2C6.26800012588501z%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C19.6290283203125%2C94.37200164794922)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C50.882999420166016%2C59.321998596191406)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(12%2C16%2C108)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0%2C59.07099914550781%20C0%2C59.07099914550781%200%2C59.07099914550781%200%2C59.07099914550781%20C-27.964000701904297%2C59.07099914550781%20-50.632999420166016%2C36.402000427246094%20-50.632999420166016%2C8.437999725341797%20C-50.632999420166016%2C8.437999725341797%20-50.632999420166016%2C-8.4399995803833%20-50.632999420166016%2C-8.4399995803833%20C-50.632999420166016%2C-36.40299987792969%20-27.964000701904297%2C-59.07099914550781%200%2C-59.07099914550781%20C27.964000701904297%2C-59.07099914550781%2050.632999420166016%2C-36.40299987792969%2050.632999420166016%2C-8.4399995803833%20C50.632999420166016%2C-8.4399995803833%2050.632999420166016%2C8.437999725341797%2050.632999420166016%2C8.437999725341797%20C50.632999420166016%2C36.402000427246094%2027.964000701904297%2C59.07099914550781%200%2C59.07099914550781z%22%20style%3D%22fill%3A%20rgb(12%2C%2016%2C%20108)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C48.77099609375%2C9.652999877929688)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C72.58300018310547%2C84.63800048828125)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(67%2C78%2C225)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0%2C84.38800048828125%20C0%2C84.38800048828125%200%2C84.38800048828125%200%2C84.38800048828125%20C-39.948001861572266%2C84.38800048828125%20-72.33300018310547%2C52.00400161743164%20-72.33300018310547%2C12.055000305175781%20C-72.33300018310547%2C12.055000305175781%20-72.33300018310547%2C-12.055999755859375%20-72.33300018310547%2C-12.055999755859375%20C-72.33300018310547%2C-52.00400161743164%20-39.948001861572266%2C-84.38800048828125%200%2C-84.38800048828125%20C39.948001861572266%2C-84.38800048828125%2072.33300018310547%2C-52.00400161743164%2072.33300018310547%2C-12.055999755859375%20C72.33300018310547%2C-12.055999755859375%2072.33300018310547%2C12.055000305175781%2072.33300018310547%2C12.055000305175781%20C72.33300018310547%2C52.00400161743164%2039.948001861572266%2C84.38800048828125%200%2C84.38800048828125z%22%20style%3D%22fill%3A%20rgb(67%2C%2078%2C%20225)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20mask%3D%22url(%23__lottie_element_26_1)%22%20style%3D%22display%3A%20block%3B%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C19.6290283203125%2C94.37200164794922)%22%20opacity%3D%221%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C50.882999420166016%2C59.321998596191406)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(181%2C187%2C252)%22%20fill-opacity%3D%221%22%20d%3D%22%20M0%2C59.07099914550781%20C0%2C59.07099914550781%200%2C59.07099914550781%200%2C59.07099914550781%20C-27.964000701904297%2C59.07099914550781%20-50.632999420166016%2C36.402000427246094%20-50.632999420166016%2C8.437999725341797%20C-50.632999420166016%2C8.437999725341797%20-50.632999420166016%2C-8.4399995803833%20-50.632999420166016%2C-8.4399995803833%20C-50.632999420166016%2C-36.40299987792969%20-27.964000701904297%2C-59.07099914550781%200%2C-59.07099914550781%20C27.964000701904297%2C-59.07099914550781%2050.632999420166016%2C-36.40299987792969%2050.632999420166016%2C-8.4399995803833%20C50.632999420166016%2C-8.4399995803833%2050.632999420166016%2C8.437999725341797%2050.632999420166016%2C8.437999725341797%20C50.632999420166016%2C36.402000427246094%2027.964000701904297%2C59.07099914550781%200%2C59.07099914550781z%22%20style%3D%22fill%3A%20rgb(181%2C%20187%2C%20252)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20style%3D%22display%3A%20none%3B%22%3E%3Cg%3E%3Cpath%2F%3E%3Cpath%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill-opacity%3D%220%22%20stroke-miterlimit%3D%224%22%20style%3D%22stroke-linecap%3A%20butt%20!important%3B%20stroke-linejoin%3A%20miter%20!important%3B%20fill-opacity%3A%200%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/655381e691678a2583615d93/655381e691678a2583616259_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/655381e691678a2583615d93/6827a0ca1ab621ba25669df8_PS-Home25-OG_meta_v1%40x2.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Get started",
      "reasoning": "Button #3 'Get started' uses a vibrant brand color (#434DE1) and has strong action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Start earning today",
      "reasoning": "Button #0 'Start earning today' has a transparent background with a border, making it a suitable secondary CTA with a different color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles