Home · Branding · Torus

Torus Brand Identity

A complete profile of Torus's visual system — colors, typography, components, and personality — extracted from https://www.torus.co/. Built for designers, agents, and AI tools.

Download JSON
Primary
#FFFF00
Accent
#B3D4FC
Body Font
Century Gothic
Heading
CircularXX Book

Color Palette

Brand palette extracted from https://www.torus.co/.

primary
#FFFF00
rgb(255, 255, 0)
secondary
#F0F8FF
rgb(240, 248, 255)
accent
#B3D4FC
rgb(179, 212, 252)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#B3D4FC
rgb(179, 212, 252)

Typography

Each font links to its Google Fonts page where available.

primary
Century Gothic
Century Gothic Google Fonts →
heading
CircularXX Book
CircularXX Book Google Fonts →
CircularXX Book, Century Gothic, centurygothic, applegothic, 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

Torus logo
Logo
Torus favicon
Favicon
Torus social image
Social Card

UI Components

Live previews rendered using Torus's actual button styles.

input
background #FFFFFF textColor #232221 borderColor #E2E0DC borderRadius 3px shadow none
buttonPrimary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 100px shadow none
buttonSecondary
background #403E3A textColor #FFFFFF borderRadius 100px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking energy solutions

Torus Brand in the Wild

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

Frequently Asked Questions

What is Torus's primary brand color?

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

What accent color does Torus use?

Torus uses #B3D4FC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Torus use?

Torus uses Century Gothic for body text and CircularXX Book for headings. Fonts were detected on https://www.torus.co/ as part of their live design system.

Does Torus use a light or dark theme?

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

Where can I find Torus's logo?

Torus's logo is available directly on their site (https://www.torus.co/). 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://www.torus.co/ 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 Torus.

Methodology

Brand data on this page was extracted from https://www.torus.co/ 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 Torus.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Century Gothic",
      "role": "body"
    },
    {
      "family": "CircularXX Book",
      "role": "heading"
    },
    {
      "family": "CircularXX Regular",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFFF00",
    "secondary": "#F0F8FF",
    "accent": "#B3D4FC",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#B3D4FC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Century Gothic",
      "heading": "CircularXX Book"
    },
    "fontStacks": {
      "heading": [
        "CircularXX Book",
        "Century Gothic",
        "centurygothic",
        "applegothic",
        "sans-serif"
      ],
      "body": [
        "CircularXX Regular",
        "Century Gothic",
        "centurygothic",
        "applegothic",
        "sans-serif"
      ],
      "paragraph": [
        "CircularXX Regular",
        "Century Gothic",
        "centurygothic",
        "applegothic",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "18px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#232221",
      "borderColor": "#E2E0DC",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#403E3A",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20data-v-441f835a%3D%22%22%20data-v-c13bb79a%3D%22%22%20width%3D%22130.53%22%20height%3D%2228.67%22%20viewBox%3D%220%200%20130.53%2028.67%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22logo%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20none%20!important%3B%22%3ETorus%20Logo%3C%2Ftitle%3E%3Cpolygon%20points%3D%2237.97%2C5.01%2037.97%2C7.4%2044.2%2C7.4%2044.2%2C23.65%2046.78%2C23.65%2046.78%2C7.4%2053%2C7.4%2053%2C5.01%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M64.95%2C4.61c-4.68%2C0-9.36%2C3.47-9.36%2C9.7c0%2C6.23%2C4.68%2C9.73%2C9.36%2C9.73c4.68%2C0%2C9.36-3.5%2C9.36-9.73%26%2310%3B%20%20%20%20%20%20S69.63%2C4.61%2C64.95%2C4.61z%20M64.95%2C21.68c-3.47%2C0-6.73-2.5-6.73-7.36c0-4.86%2C3.26-7.34%2C6.73-7.34c3.47%2C0%2C6.73%2C2.47%2C6.73%2C7.34%26%2310%3B%20%20%20%20%20%20C71.68%2C19.19%2C68.42%2C21.68%2C64.95%2C21.68z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M92.59%2C10.56c0-3.08-2.18-5.55-5.7-5.55h-7.02v18.65h2.6v-7.62h2.79l4.26%2C7.62v0h3l-4.44-7.81%26%2310%3B%20%20%20%20%20%20C90.89%2C15.32%2C92.59%2C13.24%2C92.59%2C10.56z%20M86.42%2C13.71h-3.94V7.32h3.94c2.1%2C0%2C3.52%2C1.26%2C3.52%2C3.23%26%2310%3B%20%20%20%20%20%20C89.94%2C12.53%2C88.52%2C13.71%2C86.42%2C13.71z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M108.99%2C17.21c0%2C2.84-1.5%2C4.44-4.13%2C4.44c-2.63%2C0-4.15-1.6-4.15-4.44V5.01h-2.55v12.28%26%2310%3B%20%20%20%20%20%20c0%2C4.39%2C2.92%2C6.76%2C6.7%2C6.76l0%2C0c3.79%2C0%2C6.7-2.37%2C6.7-6.76V5.01h-2.57V17.21z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M125.69%2C13.29l-2.79-0.6c-1.58-0.34-2.39-1.37-2.39-2.71c0-1.74%2C1.5-3.1%2C3.6-3.1c2.6%2C0%2C3.73%2C1.84%2C3.94%2C3.18%26%2310%3B%20%20%20%20%20%20l2.31-0.81c-0.42-2.03-2.1-4.62-6.3-4.62c-3.44%2C0-6.15%2C2.63-6.15%2C5.55s1.89%2C4.52%2C4.55%2C5.1l2.65%2C0.58c1.87%2C0.39%2C2.79%2C1.55%2C2.79%2C2.89%26%2310%3B%20%20%20%20%20%20c0%2C1.63-1.26%2C2.97-3.84%2C2.97c-2.81%2C0-4.28-1.92-4.47-4l-2.47%2C0.79c0.34%2C2.66%2C2.47%2C5.55%2C6.96%2C5.55c3.97%2C0%2C6.44-2.63%2C6.44-5.52%26%2310%3B%20%20%20%20%20%20C130.53%2C15.92%2C128.8%2C13.98%2C125.69%2C13.29z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpolygon%20points%3D%22130.37%2C9.24%20130.37%2C9.24%20130.37%2C9.25%20%26%239%3B%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2219.48%22%20cy%3D%2223.34%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M18.99%2C24.31c-0.45-0.1-0.89%2C0.19-0.98%2C0.64c-0.1%2C0.45%2C0.19%2C0.89%2C0.64%2C0.98c0.45%2C0.1%2C0.89-0.19%2C0.98-0.64v0%26%2310%3B%20%20%20%20%20%20C19.72%2C24.84%2C19.44%2C24.4%2C18.99%2C24.31z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M17.87%2C25.91c-0.44-0.06-0.85%2C0.25-0.91%2C0.69c-0.06%2C0.44%2C0.25%2C0.85%2C0.69%2C0.91c0.44%2C0.06%2C0.85-0.25%2C0.91-0.69%26%2310%3B%20%20%20%20%20%20C18.63%2C26.38%2C18.32%2C25.97%2C17.87%2C25.91z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M16.37%2C27.34c-0.37%2C0-0.67%2C0.3-0.67%2C0.67c0%2C0.37%2C0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20C17.04%2C27.64%2C16.74%2C27.34%2C16.37%2C27.34z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M16.45%2C25.2c0.4%2C0%2C0.72-0.32%2C0.72-0.72c0-0.4-0.32-0.72-0.72-0.72c-0.4%2C0-0.72%2C0.32-0.72%2C0.72%26%2310%3B%20%20%20%20%20%20C15.73%2C24.88%2C16.05%2C25.2%2C16.45%2C25.2z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M15.99%2C26.39c0.23-0.4%2C0.09-0.9-0.3-1.13c-0.4-0.23-0.9-0.09-1.13%2C0.3c-0.23%2C0.4-0.09%2C0.9%2C0.3%2C1.13%26%2310%3B%20%20%20%20%20%20C15.25%2C26.92%2C15.76%2C26.79%2C15.99%2C26.39z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M14.12%2C26.43c-0.4-0.2-0.89-0.03-1.09%2C0.38c-0.2%2C0.4-0.03%2C0.89%2C0.38%2C1.09s0.89%2C0.03%2C1.09-0.38%26%2310%3B%20%20%20%20%20%20C14.7%2C27.11%2C14.53%2C26.63%2C14.12%2C26.43z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.05%2C27.3c-0.37%2C0-0.67%2C0.3-0.67%2C0.67s0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67S12.41%2C27.3%2C12.05%2C27.3z%26%2310%3B%20%20%20%20%20%20%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2213.21%22%20cy%3D%2224.64%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.18%2C26.31c0.34-0.31%2C0.37-0.83%2C0.06-1.17c-0.31-0.34-0.83-0.37-1.17-0.06c-0.34%2C0.31-0.37%2C0.83-0.06%2C1.17%26%2310%3B%20%20%20%20%20%20C11.32%2C26.59%2C11.84%2C26.62%2C12.18%2C26.31z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M9.25%2C25.8c-0.31%2C0.32-0.3%2C0.84%2C0.02%2C1.15c0.32%2C0.31%2C0.84%2C0.3%2C1.15-0.02c0.31-0.32%2C0.3-0.84-0.02-1.15%26%2310%3B%20%20%20%20%20%20S9.56%2C25.47%2C9.25%2C25.8z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M7.95%2C25.93c-0.37%2C0-0.67%2C0.3-0.67%2C0.67s0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67S8.31%2C25.93%2C7.95%2C25.93z%26%2310%3B%20%20%20%20%20%20%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2210.08%22%20cy%3D%2223.79%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M9%2C23.97c-0.18-0.42-0.68-0.6-1.09-0.42c-0.42%2C0.18-0.6%2C0.68-0.42%2C1.09s0.68%2C0.6%2C1.09%2C0.42%26%2310%3B%20%20%20%20%20%20C9%2C24.87%2C9.19%2C24.38%2C9%2C23.97z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M5.96%2C23.66c-0.4%2C0.21-0.55%2C0.7-0.33%2C1.1s0.7%2C0.55%2C1.1%2C0.33c0.4-0.21%2C0.55-0.7%2C0.33-1.1%26%2310%3B%20%20%20%20%20%20C6.85%2C23.6%2C6.36%2C23.45%2C5.96%2C23.66z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M4.47%2C23.35c-0.37%2C0-0.67%2C0.3-0.67%2C0.67s0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67S4.84%2C23.35%2C4.47%2C23.35z%26%2310%3B%20%20%20%20%20%20%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%227.37%22%20cy%3D%2222.01%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M5.38%2C21.11c-0.45%2C0.05-0.78%2C0.46-0.74%2C0.91c0.05%2C0.45%2C0.46%2C0.78%2C0.91%2C0.74c0.45-0.05%2C0.78-0.46%2C0.74-0.91%26%2310%3B%20%20%20%20%20%20C6.24%2C21.39%2C5.83%2C21.06%2C5.38%2C21.11z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M4.43%2C21.27c-0.08-0.44-0.5-0.74-0.94-0.66c-0.44%2C0.08-0.74%2C0.5-0.66%2C0.94c0.08%2C0.44%2C0.5%2C0.74%2C0.94%2C0.66%26%2310%3B%20%20%20%20%20%20C4.21%2C22.14%2C4.51%2C21.72%2C4.43%2C21.27z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1.97%2C19.83c-0.37%2C0-0.67%2C0.3-0.67%2C0.67c0%2C0.37%2C0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20C2.63%2C20.13%2C2.33%2C19.83%2C1.97%2C19.83z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M4.62%2C19.48c0%2C0.4%2C0.32%2C0.72%2C0.72%2C0.72s0.72-0.32%2C0.72-0.72c0-0.4-0.32-0.72-0.72-0.72S4.62%2C19.08%2C4.62%2C19.48z%26%2310%3B%20%20%20%20%20%20%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M3.38%2C19.63c0.45%2C0.1%2C0.89-0.19%2C0.98-0.64v0c0.1-0.45-0.19-0.89-0.64-0.98c-0.45-0.1-0.89%2C0.19-0.98%2C0.64%26%2310%3B%20%20%20%20%20%20C2.65%2C19.09%2C2.94%2C19.53%2C3.38%2C19.63z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1.85%2C18.57c0.44%2C0.06%2C0.85-0.25%2C0.91-0.69c0.06-0.44-0.25-0.85-0.69-0.91c-0.44-0.06-0.85%2C0.25-0.91%2C0.69%26%2310%3B%20%20%20%20%20%20C1.1%2C18.1%2C1.41%2C18.51%2C1.85%2C18.57z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%220.67%22%20cy%3D%2216.37%22%20r%3D%220.67%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%224.19%22%20cy%3D%2216.45%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2.29%2C15.98c0.4%2C0.23%2C0.9%2C0.09%2C1.13-0.3c0.23-0.4%2C0.09-0.9-0.3-1.13c-0.4-0.23-0.9-0.09-1.13%2C0.3%26%2310%3B%20%20%20%20%20%20C1.75%2C15.24%2C1.89%2C15.75%2C2.29%2C15.98z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1.87%2C13.04c-0.4-0.2-0.89-0.03-1.09%2C0.38c-0.2%2C0.4-0.03%2C0.89%2C0.38%2C1.09c0.4%2C0.2%2C0.89%2C0.03%2C1.09-0.38%26%2310%3B%20%20%20%20%20%20C2.44%2C13.72%2C2.27%2C13.24%2C1.87%2C13.04z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M0.71%2C12.71c0.37%2C0%2C0.67-0.3%2C0.67-0.67s-0.3-0.67-0.67-0.67c-0.37%2C0-0.67%2C0.3-0.67%2C0.67S0.34%2C12.71%2C0.71%2C12.71%26%2310%3B%20%20%20%20%20%20z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%224.03%22%20cy%3D%2213.2%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2.43%2C11.01c-0.34%2C0.31-0.37%2C0.83-0.06%2C1.17c0.31%2C0.34%2C0.83%2C0.37%2C1.17%2C0.06c0.34-0.31%2C0.37-0.83%2C0.06-1.17%26%2310%3B%20%20%20%20%20%20C3.29%2C10.73%2C2.76%2C10.7%2C2.43%2C11.01z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M1.73%2C9.27c-0.31%2C0.32-0.3%2C0.84%2C0.02%2C1.15c0.32%2C0.31%2C0.84%2C0.3%2C1.15-0.02c0.31-0.32%2C0.3-0.84-0.02-1.15%26%2310%3B%20%20%20%20%20%20S2.04%2C8.95%2C1.73%2C9.27z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M2.08%2C8.61c0.37%2C0%2C0.67-0.3%2C0.67-0.67c0-0.37-0.3-0.67-0.67-0.67c-0.37%2C0-0.67%2C0.3-0.67%2C0.67%26%2310%3B%20%20%20%20%20%20C1.42%2C8.31%2C1.72%2C8.61%2C2.08%2C8.61z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%224.89%22%20cy%3D%2210.08%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M4.71%2C9c0.42-0.18%2C0.6-0.68%2C0.42-1.09C4.94%2C7.49%2C4.45%2C7.3%2C4.04%2C7.49c-0.42%2C0.18-0.6%2C0.68-0.42%2C1.09%26%2310%3B%20%20%20%20%20%20C3.8%2C9%2C4.29%2C9.18%2C4.71%2C9z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M4.68%2C7.05c0.4-0.21%2C0.55-0.7%2C0.33-1.1s-0.7-0.55-1.1-0.33s-0.55%2C0.7-0.33%2C1.1C3.79%2C7.11%2C4.28%2C7.26%2C4.68%2C7.05z%26%2310%3B%20%20%20%20%20%20%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%224.66%22%20cy%3D%224.47%22%20r%3D%220.67%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%226.66%22%20cy%3D%227.37%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M6.83%2C6.29c0.45-0.05%2C0.78-0.46%2C0.74-0.91C7.52%2C4.92%2C7.11%2C4.59%2C6.66%2C4.64C6.21%2C4.69%2C5.88%2C5.1%2C5.92%2C5.55%26%2310%3B%20%20%20%20%20%20C5.97%2C6%2C6.38%2C6.33%2C6.83%2C6.29z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M7.4%2C4.42c0.44-0.08%2C0.74-0.5%2C0.66-0.94c-0.08-0.44-0.5-0.74-0.94-0.66C6.67%2C2.9%2C6.38%2C3.32%2C6.46%2C3.77%26%2310%3B%20%20%20%20%20%20S6.96%2C4.5%2C7.4%2C4.42z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%228.18%22%20cy%3D%221.96%22%20r%3D%220.67%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%229.2%22%20cy%3D%225.33%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M9.69%2C4.36c0.45%2C0.1%2C0.89-0.19%2C0.98-0.64c0.1-0.45-0.19-0.89-0.64-0.98c-0.45-0.1-0.89%2C0.19-0.98%2C0.64%26%2310%3B%20%20%20%20%20%20C8.96%2C3.83%2C9.24%2C4.27%2C9.69%2C4.36z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M10.8%2C2.77c0.44%2C0.06%2C0.85-0.25%2C0.91-0.69s-0.25-0.85-0.69-0.91s-0.85%2C0.25-0.91%2C0.69%26%2310%3B%20%20%20%20%20%20C10.05%2C2.3%2C10.36%2C2.71%2C10.8%2C2.77z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2212.3%22%20cy%3D%220.67%22%20r%3D%220.67%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.94%2C4.18c0-0.4-0.32-0.72-0.72-0.72c-0.4%2C0-0.72%2C0.32-0.72%2C0.72s0.32%2C0.72%2C0.72%2C0.72%26%2310%3B%20%20%20%20%20%20C12.62%2C4.9%2C12.94%2C4.58%2C12.94%2C4.18z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M12.7%2C2.28c-0.23%2C0.4-0.09%2C0.9%2C0.3%2C1.13c0.4%2C0.23%2C0.9%2C0.09%2C1.13-0.3c0.23-0.4%2C0.09-0.9-0.3-1.13%26%2310%3B%20%20%20%20%20%20C13.43%2C1.75%2C12.92%2C1.88%2C12.7%2C2.28z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M14.55%2C2.24c0.4%2C0.2%2C0.89%2C0.03%2C1.09-0.38c0.2-0.4%2C0.03-0.89-0.38-1.09c-0.4-0.2-0.89-0.03-1.09%2C0.38%26%2310%3B%20%20%20%20%20%20C13.97%2C1.56%2C14.14%2C2.05%2C14.55%2C2.24z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2216.63%22%20cy%3D%220.71%22%20r%3D%220.67%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2215.47%22%20cy%3D%224.03%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M16.5%2C2.36c-0.34%2C0.31-0.37%2C0.83-0.06%2C1.17c0.31%2C0.34%2C0.83%2C0.37%2C1.17%2C0.06c0.34-0.31%2C0.37-0.83%2C0.06-1.17%26%2310%3B%20%20%20%20%20%20C17.36%2C2.08%2C16.84%2C2.05%2C16.5%2C2.36z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M19.42%2C2.88c0.31-0.32%2C0.3-0.84-0.02-1.15c-0.32-0.31-0.84-0.3-1.15%2C0.02c-0.31%2C0.32-0.3%2C0.84%2C0.02%2C1.15%26%2310%3B%20%20%20%20%20%20C18.6%2C3.21%2C19.11%2C3.2%2C19.42%2C2.88z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M20.73%2C2.75c0.37%2C0%2C0.67-0.3%2C0.67-0.67s-0.3-0.67-0.67-0.67s-0.67%2C0.3-0.67%2C0.67S20.36%2C2.75%2C20.73%2C2.75z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2218.6%22%20cy%3D%224.88%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M19.68%2C4.71c0.18%2C0.42%2C0.68%2C0.6%2C1.09%2C0.42c0.42-0.18%2C0.6-0.68%2C0.42-1.09c-0.18-0.42-0.68-0.6-1.09-0.42%26%2310%3B%20%20%20%20%20%20C19.68%2C3.8%2C19.5%2C4.29%2C19.68%2C4.71z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M22.72%2C5.01c0.4-0.21%2C0.55-0.7%2C0.33-1.1s-0.7-0.55-1.1-0.33s-0.55%2C0.7-0.33%2C1.1%26%2310%3B%20%20%20%20%20%20C21.83%2C5.07%2C22.32%2C5.22%2C22.72%2C5.01z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24.2%2C5.32c0.37%2C0%2C0.67-0.3%2C0.67-0.67c0-0.37-0.3-0.67-0.67-0.67s-0.67%2C0.3-0.67%2C0.67%26%2310%3B%20%20%20%20%20%20C23.54%2C5.02%2C23.84%2C5.32%2C24.2%2C5.32z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2221.31%22%20cy%3D%226.66%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M23.3%2C7.56c0.45-0.05%2C0.78-0.46%2C0.74-0.91c-0.05-0.45-0.46-0.78-0.91-0.74c-0.45%2C0.05-0.78%2C0.46-0.74%2C0.91%26%2310%3B%20%20%20%20%20%20C22.44%2C7.28%2C22.85%2C7.61%2C23.3%2C7.56z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24.24%2C7.39c0.08%2C0.44%2C0.5%2C0.74%2C0.94%2C0.66c0.44-0.08%2C0.74-0.5%2C0.66-0.94s-0.5-0.74-0.94-0.66%26%2310%3B%20%20%20%20%20%20C24.46%2C6.53%2C24.17%2C6.95%2C24.24%2C7.39z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.71%2C8.84c0.37%2C0%2C0.67-0.3%2C0.67-0.67c0-0.37-0.3-0.67-0.67-0.67c-0.37%2C0-0.67%2C0.3-0.67%2C0.67%26%2310%3B%20%20%20%20%20%20C26.04%2C8.54%2C26.34%2C8.84%2C26.71%2C8.84z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2223.34%22%20cy%3D%229.19%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M25.3%2C9.05c-0.45-0.1-0.89%2C0.19-0.98%2C0.64c-0.1%2C0.45%2C0.19%2C0.89%2C0.64%2C0.98c0.45%2C0.1%2C0.89-0.19%2C0.98-0.64%26%2310%3B%20%20%20%20%20%20C26.03%2C9.58%2C25.74%2C9.14%2C25.3%2C9.05z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.82%2C10.11c-0.44-0.06-0.85%2C0.25-0.92%2C0.69c-0.06%2C0.44%2C0.25%2C0.85%2C0.69%2C0.91c0.44%2C0.06%2C0.85-0.25%2C0.92-0.69%26%2310%3B%20%20%20%20%20%20C27.57%2C10.58%2C27.27%2C10.17%2C26.82%2C10.11z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M28.01%2C11.64c-0.37%2C0-0.67%2C0.3-0.67%2C0.67c0%2C0.37%2C0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20C28.68%2C11.94%2C28.38%2C11.64%2C28.01%2C11.64z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2224.49%22%20cy%3D%2212.23%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M25.57%2C14.12c0.4%2C0.23%2C0.9%2C0.09%2C1.13-0.3c0.23-0.4%2C0.09-0.9-0.3-1.13c-0.4-0.23-0.9-0.09-1.13%2C0.3%26%2310%3B%20%20%20%20%20%20C25.04%2C13.39%2C25.18%2C13.89%2C25.57%2C14.12z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.81%2C15.63c0.4%2C0.2%2C0.89%2C0.03%2C1.09-0.38s0.03-0.89-0.38-1.09c-0.4-0.2-0.89-0.03-1.09%2C0.38%26%2310%3B%20%20%20%20%20%20C26.23%2C14.95%2C26.4%2C15.43%2C26.81%2C15.63z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M27.97%2C15.96c-0.37%2C0-0.67%2C0.3-0.67%2C0.67s0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20S28.34%2C15.96%2C27.97%2C15.96z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24.64%2C16.18c0.4%2C0%2C0.72-0.32%2C0.72-0.72c0-0.4-0.32-0.72-0.72-0.72c-0.4%2C0-0.72%2C0.32-0.72%2C0.72%26%2310%3B%20%20%20%20%20%20C23.93%2C15.86%2C24.25%2C16.18%2C24.64%2C16.18z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.25%2C17.66c0.34-0.31%2C0.37-0.83%2C0.06-1.17c-0.31-0.34-0.83-0.37-1.17-0.06c-0.34%2C0.31-0.37%2C0.83-0.06%2C1.17%26%2310%3B%20%20%20%20%20%20C25.4%2C17.94%2C25.92%2C17.97%2C26.25%2C17.66z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.94%2C19.4c0.31-0.32%2C0.3-0.84-0.02-1.15c-0.32-0.31-0.84-0.3-1.15%2C0.02c-0.31%2C0.32-0.3%2C0.84%2C0.02%2C1.15%26%2310%3B%20%20%20%20%20%20C26.12%2C19.74%2C26.63%2C19.72%2C26.94%2C19.4z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M26.59%2C20.06c-0.37%2C0-0.67%2C0.3-0.67%2C0.67c0%2C0.37%2C0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20C27.26%2C20.36%2C26.96%2C20.06%2C26.59%2C20.06z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2223.79%22%20cy%3D%2218.6%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M23.97%2C19.67c-0.42%2C0.18-0.6%2C0.68-0.42%2C1.09c0.18%2C0.42%2C0.68%2C0.6%2C1.09%2C0.42c0.42-0.18%2C0.6-0.68%2C0.42-1.09%26%2310%3B%20%20%20%20%20%20C24.88%2C19.68%2C24.38%2C19.49%2C23.97%2C19.67z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24%2C21.61c-0.4%2C0.21-0.55%2C0.7-0.33%2C1.1c0.21%2C0.4%2C0.7%2C0.55%2C1.1%2C0.33c0.4-0.21%2C0.55-0.7%2C0.33-1.1%26%2310%3B%20%20%20%20%20%20C24.89%2C21.55%2C24.39%2C21.4%2C24%2C21.61z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M24.02%2C23.54c-0.37%2C0-0.67%2C0.3-0.67%2C0.67c0%2C0.37%2C0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67%26%2310%3B%20%20%20%20%20%20C24.68%2C23.84%2C24.38%2C23.54%2C24.02%2C23.54z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Ccircle%20cx%3D%2222.01%22%20cy%3D%2221.31%22%20r%3D%220.72%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M21.85%2C22.39c-0.45%2C0.05-0.78%2C0.46-0.74%2C0.91c0.05%2C0.45%2C0.46%2C0.78%2C0.91%2C0.74c0.45-0.05%2C0.78-0.46%2C0.74-0.91%26%2310%3B%20%20%20%20%20%20C22.71%2C22.67%2C22.3%2C22.34%2C21.85%2C22.39z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M21.28%2C24.24c-0.44%2C0.08-0.74%2C0.5-0.66%2C0.94c0.08%2C0.44%2C0.5%2C0.74%2C0.94%2C0.66c0.44-0.08%2C0.74-0.5%2C0.66-0.94%26%2310%3B%20%20%20%20%20%20C22.14%2C24.46%2C21.72%2C24.17%2C21.28%2C24.24z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M20.5%2C26.04c-0.37%2C0-0.67%2C0.3-0.67%2C0.67s0.3%2C0.67%2C0.67%2C0.67c0.37%2C0%2C0.67-0.3%2C0.67-0.67S20.86%2C26.04%2C20.5%2C26.04%26%2310%3B%20%20%20%20%20%20z%22%20fill%3D%22currentColor%22%20data-v-441f835a%3D%22%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.torus.co/icons/apple-touch-icon.png?v=1",
    "ogImage": "https://www.datocms-assets.com/93357/1739376293-ab_torus_spin_studio_4-1.jpg?auto=format&fit=max&w=1200",
    "logoHref": "/",
    "logoAlt": "Torus Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, has an alt text matching the brand name 'Torus', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Sign Up",
      "reasoning": "Button #2 ('Sign Up') is selected as the primary CTA because it has action-oriented text and a unique transparent background with a white border, making it stand out among the other buttons."
    },
    "secondary": {
      "index": 1,
      "text": "Faster to Deploy",
      "reasoning": "Button #1 ('Faster to Deploy') is chosen as the secondary button due to its distinct neutral background color (#403E3A), which is different from the primary button's transparent background."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking energy solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, has an alt text matching the brand name 'Torus', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles