Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
60/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability52%Agent Easeof Use10%Security& Trust40%GEO, AIO, AEO73%SEO100%Performance& Accessibility82%
  • AI Discoverability 52 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 73 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 82 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Akiflow | Time-Blocking Digital Planner & Calendar favicon

Akiflow | Time-Blocking Digital Planner & Calendar

Akiflow is a premier digital planner and calendar for centralising tasks, unifying schedules, and optimising productivity. Experience the world's #1 time-blocking app.

Next step

Turn this report into a fix workflow

24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
52
Needs work1491View details
Discoverability
71
Needs work540View details
Content Readiness
71
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
73
Needs work4015
GEO Readiness
85
Mostly ready203
AIO Readiness
68
Needs work106
AEO Readiness
66
Needs work106
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
82
Mostly ready2031View details
Performance
72
Needs work1631View details
Accessibility
100
Strong400

Prioritized recommendations

Issues ranked by score impact

44 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "Not found\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "Organization",
    "SoftwareApplication",
    "WebPage",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          },
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 7:39 PM UTC -->\r\n<html lang=\"en-US\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n    \r\n    <!-- End of headStart -->\r\n\t<meta name=\"viewport\" content=\"width=device-width\">\r\n\t<meta name=\"generator\" content=\"Framer fe01371\">\r\n\t<title>Akiflow | Time-Blocking Digital Planner &amp; Calendar</title>\r\n    <meta name=\"description\" content=\"Akiflow is a premier digital planner and calendar for centralising tasks, unifying schedules, and optimising productivit"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 7:39 PM UTC -->\r\n<html lang=\"en-US\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n    \r\n    <!-- End of headStart -->\r\n\t<meta name=\"viewport\" content=\"width=device-width\">\r\n\t<meta name=\"generator\" content=\"Framer fe01371\">\r\n\t<title>Akiflow | Time-Blocking Digital Planner &amp; Calendar</title>\r\n    <meta name=\"description\" content=\"Akiflow is a premier digital planner and calendar for centralising tasks, unifying schedules, and optimising productivit"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "Not found\n"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 2).

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 2,
    "headings": 39,
    "links": 193,
    "inaccessibleLinks": 0,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 171,
    "imagesWithAlt": 171,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

38 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Tue, 09 Jun 2026 19:39:54 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "akiflow.com",
        "probes": [
          {
            "name": "_index._agents.akiflow.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.akiflow.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "akiflow.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 75/100 and needs improvement.

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, clear definition sentence using "is", "means", or "refers to" where natural.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 75/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 0,
  "schemaBlocks": 2,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema",
    "clear definition sentence using \"is\", \"means\", or \"refers to\" where natural"
  ],
  "score": 75,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

37 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 37,
  "passing": 0,
  "failing": [
    {
      "heading": "Save hours every week with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and obsessed doers.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\"><span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">Save hours every week</span> with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">obsessed doers</span>.</h2>",
      "firstParagraph": "You have",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-fmt6og\" data-styles-preset=\"ua2ot5o8s\" dir=\"auto\">You have</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 10.000+ of ambitious busy professionals and teams worldwide",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\">Trusted by <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">10.000+ </span><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">of ambitious busy professionals and teams worldwide</span></h2>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "The All-in-One Productivity Suite",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center\">The All-in-One Productivity Suite</h2>",
      "firstParagraph": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "One calendar that syncs",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">One calendar that syncs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Work & Life",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Work &amp; Life</h3>",
      "firstParagraph": "Mon",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1lzruoy\" data-styles-preset=\"M1F5nXlvM\" dir=\"auto\" style=\"--framer-text-color:var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123))\">Mon</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Task Manager for",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">Task Manager for</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mindful Planning",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Mindful Planning</h3>",
      "firstParagraph": "Review all contents",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-186ywyh\" data-styles-preset=\"bRZUSTVwv\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51)))\">Review all contents</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Universal Inbox & Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Universal Inbox &amp; Integrations</h3>",
      "firstParagraph": "Inbox",
      "paragraphHtml": "<p style=\"--font-selector:SW50ZXItQm9sZA==;--framer-font-open-type-features:&apos;cv01&apos; on, &apos;cv09&apos; on, &apos;cv05&apos; on, &apos;ss03&apos; on;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-text-alignment:left\" class=\"framer-text\">Inbox</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "On-Demand",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">On-Demand</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Executive AI Assistant",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Executive AI Assistant</h3>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Every meeting, every task all in one place.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Every meeting, every task all in one place.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Every meeting, every task all in one place.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Every meeting, every task all in one place.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-q9yeTPe0i-gAxgnfxEB))\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn your tasks into a clear Plan",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Turn your tasks into a clear Plan</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Turn your tasks into a clear Plan",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Turn your tasks into a clear Plan</h3>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your work, captured and organized",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">All your work, captured and organized</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your work, captured and organized",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">All your work, captured and organized</h3>",
      "firstParagraph": "2",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:SW50ZXItU2VtaUJvbGQ=;--framer-font-family:&quot;Inter&quot;, &quot;Inter Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-letter-spacing:-0.04em;--framer-text-color:var(--extracted-r6o4lv, var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255)))\">2</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "Let AI handle the busywork",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)))\"><strong class=\"framer-text\">Let AI handle the busywork</strong></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-prgsnl\" data-styles-preset=\"dIt_oOEiu\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5e0db867-3301-4e02-a621-c5a8aff966a3, rgb(175, 56, 249)))\">&#xe91c;</p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Always-On AI Sidekick",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Your Always-On AI Sidekick</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "One message away",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">One message away</h3>",
      "firstParagraph": "10+ Native Integrations",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(0deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">10+ Native Integrations</span></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phone Calls",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Phone Calls</h3>",
      "firstParagraph": "Aki can call you or your contacts.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Aki can call you or your contacts.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Voice Commands",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Voice Commands</h3>",
      "firstParagraph": "Talk to your schedule.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Talk to your schedule. </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Daily Briefings& Reminders",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">Daily Briefings</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">&amp; Reminders</span></h3>",
      "firstParagraph": "Aki keeps you on track with daily updates and reminders",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Aki keeps you on track with <br class=\"framer-text\">daily updates and reminders</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Capture tasks at the speed of thoughts",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Capture tasks at the speed of thoughts</h2>",
      "firstParagraph": "From anywhere - in natural language",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(91deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\">From anywhere - in natural language</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "A Productivity Tool Box",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A Productivity Tool Box",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "It's not just about the app",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "It's not just about the app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Science-basedMethodology",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><span style=\"--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\" class=\"framer-text\"><strong class=\"framer-text\">Science-based</strong></span><strong class=\"framer-text\"><br class=\"framer-text\"></strong><span style=\"--framer-text-color:var(--token-3f0ecd2f-3028-4240-879d-42dcdc0ac032, rgb(215, 241, 254))\" class=\"framer-text\">...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Masterclass",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\"><strong class=\"framer-text\">Masterclass</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\"><strong class=\"framer-text\">Book</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><strong class=\"framer-text\">Community</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><strong class=\"framer-text\">Community</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost your productivity",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Boost your productivity</h2>",
      "firstParagraph": "Start organizing with next-level efficiency",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74))\">Start organizing with next-level efficiency</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find us on",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">Find us on</h3>",
      "firstParagraph": "GetApp",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\" style=\"--framer-text-color:var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123))\">GetApp</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 55/100 and needs improvement.

4 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

10 structured-data value(s) were not found in visible page text.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Visible structured data match

Score

55/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Visible structured data match scored 55/100 and needs improvement.

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Akiflow"
    },
    {
      "path": "$[0].@graph[0].founder[0].name",
      "value": "Nunzio Martinello"
    },
    {
      "path": "$[0].@graph[0].founder[1].name",
      "value": "Sebastiano Favaro"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Akiflow"
    },
    {
      "path": "$[1].name",
      "value": "Akiflow"
    },
    {
      "path": "$[1].founder[0].name",
      "value": "Nunzio Martinello"
    },
    {
      "path": "$[1].founder[1].name",
      "value": "Sebastiano Favaro"
    },
    {
      "path": "$[2].name",
      "value": "Akiflow"
    },
    {
      "path": "$[3].@graph[0].name",
      "value": "Akiflow – Time Blocking & Task Management"
    },
    {
      "path": "$[3].@graph[1].name",
      "value": "Akiflow"
    },
    {
      "path": "$[3].@graph[1].offers.description",
      "value": "Free trial available. See pricing for paid plans."
    },
    {
      "path": "$[3].@graph[1].aggregateRating[0].name",
      "value": "Capterra"
    },
    {
      "path": "$[3].@graph[1].aggregateRating[2].name",
      "value": "Trustpilot"
    },
    {
      "path": "$[3].@graph[1].review[0].publisher.name",
      "value": "Capterra"
    },
    {
      "path": "$[3].@graph[1].review[2].publisher.name",
      "value": "Trustpilot"
    },
    {
      "path": "$[4].name",
      "value": "Akiflow – Time Blocking & Task Management"
    },
    {
      "path": "$[5].name",
      "value": "Akiflow"
    },
    {
      "path": "$[5].offers.description",
      "value": "Free trial available. See pricing for paid plans."
    },
    {
      "path": "$[5].aggregateRating[0].name",
      "value": "Capterra"
    },
    {
      "path": "$[5].aggregateRating[2].name",
      "value": "Trustpilot"
    },
    {
      "path": "$[5].review[0].publisher.name",
      "value": "Capterra"
    },
    {
      "path": "$[5].review[2].publisher.name",
      "value": "Trustpilot"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[0].founder[0].name",
      "value": "Nunzio Martinello"
    },
    {
      "path": "$[0].@graph[0].founder[1].name",
      "value": "Sebastiano Favaro"
    },
    {
      "path": "$[1].founder[0].name",
      "value": "Nunzio Martinello"
    },
    {
      "path": "$[1].founder[1].name",
      "value": "Sebastiano Favaro"
    },
    {
      "path": "$[3].@graph[1].offers.description",
      "value": "Free trial available. See pricing for paid plans."
    },
    {
      "path": "$[3].@graph[1].aggregateRating[2].name",
      "value": "Trustpilot"
    },
    {
      "path": "$[3].@graph[1].review[2].publisher.name",
      "value": "Trustpilot"
    },
    {
      "path": "$[5].offers.description",
      "value": "Free trial available. See pricing for paid plans."
    },
    {
      "path": "$[5].aggregateRating[2].name",
      "value": "Trustpilot"
    },
    {
      "path": "$[5].review[2].publisher.name",
      "value": "Trustpilot"
    }
  ],
  "score": 55,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 60/100 and needs improvement.

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Capterra",
    "G2",
    "Trustpilot"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    },
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    },
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    }
  ],
  "privacyLinks": [
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 10,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 60/100 and needs improvement.

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Capterra",
    "G2",
    "Trustpilot"
  ],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "Linkedin",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://www.linkedin.com/company/akiflow\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Linkedin</a>"
    },
    {
      "href": "./about",
      "text": "About us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/akiflow",
      "text": "",
      "html": "<a aria-label=\"Linkedin page link\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-oxh77c framer-1o5fagr\" data-framer-name=\"White/In\" href=\"https://www.linkedin.com/company/akiflow\" rel=\"noopener\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-uxIIc framer-s2ngjr\" style=\"--wqfmq..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    },
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    },
    {
      "href": "https://product.akiflow.com/help",
      "text": "How to use guide",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">How to use guide</a>"
    },
    {
      "href": "https://product.akiflow.com/help/articles/9413118-security",
      "text": "Security",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"https://product.akiflow.com/help/articles/9413118-security\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Security</a>"
    },
    {
      "href": "./contacts",
      "text": "Contact us",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./contacts\">Contact us</a>"
    },
    {
      "href": "./contacts",
      "text": "",
      "html": "<a aria-label=\"Visit the Contacts page\" class=\"framer-6QgQ7 framer-1jlexjx framer-v-4jg4io framer-1o5fagr\" data-framer-name=\"White/Email\" href=\"./contacts\" style=\"background-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255));height:100%;width:100%;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top-left-radius:7px;border-top-right-radius:7px;box-shadow:none\"><div class=\"framer-SEgyy framer-s2ngjr\" style=\"--wqfmqf:var(--token-a3929668-389b-4d4d-ba27..."
    }
  ],
  "privacyLinks": [
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of Service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of Service</a>"
    },
    {
      "href": "./privacy-policy",
      "text": "Privacy policy",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./privacy-policy\">Privacy policy</a>"
    },
    {
      "href": "./terms-of-service",
      "text": "Terms of service",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"./terms-of-service\">Terms of service</a>"
    },
    {
      "href": "javascript:window.HorusConsentBanner?.showSettings()",
      "text": "Privacy settings",
      "html": "<a class=\"framer-text framer-styles-preset-f4dljc\" data-styles-preset=\"Zi2sRZW6G\" href=\"javascript:window.HorusConsentBanner?.showSettings()\" rel=\"noopener\">Privacy settings</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: AI preview controls

AIO: AI preview controls scored 60/100 and needs improvement.

2 Warning

Needs attention

AIO: AI preview controls

Warning
01

Issue

90 data-nosnippet element(s) found.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: AI preview controls

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: AI preview controls scored 60/100 and needs improvement.

Evidence
{
  "restrictiveDirectives": [],
  "dataNoSnippetElements": [
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:nofollow,noreferrer;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--e...",
    "<div class=\"framer-mfonw4\" data-framer-name=\"The Method\" data-nosnippet=\"true\" data-framer-component-type=\"RichTextContainer\" style=\"justify-content:center;--extracted-tcooor:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74));--framer-paragraph-spacing:0px;--variable-reference-f_6BMRd48-XPsLQwb10:;transform:none\"><div class=\"framer-text framer-styles-preset-caozq3\" data-styles-preset=\"D1crLAoOM\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-tcooor, va..."
  ],
  "score": 60,
  "weight": 12
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 60/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

HTML size is large (2077833 bytes). 77 image(s) are missing width/height attributes.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 60/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 1313,
  "htmlBytes": 2077833,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-17u0un5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z\" fill=\"rgb(255, 255, 255)\" height=\"17.142975px\" id=\"U__xaa5EX\" transform=\"translate(11.429 11.429)\" width=\"17.14292499999999px\"/><path d=\"M 1.178 8.04 C 0.609 7.684 0.215 7.165 0 6.478 L 1.321 5.974 C 1.441 6.397 1.65 6.724 1.949 6.957 C 2.246 7.189 2.607 7.304 3.03 7.304 C 3.462 7.304 3.833 7.182 4.143 6.939 C 4.453 6.696 4.609 6.386 4.609 6.011 C 4.609 5.627 4.446 5.314 4.118 5.071 C 3.791 4.828 3.38 4.707 2.889 4.707 L 2.126 4.707 L 2.126 3.497 L 2.811 3.497 C 3.233 3.497 3.589 3.391 3.878 3.18 C 4.168 2.969 4.312 2.68 4.312 2.312 C 4.312 1.984 4.183 1.724 3.924 1.528 C 3.665 1.333 3.338 1.234 2.94 1.234 C 2.552 1.234 2.244 1.329 2.015 1.521 C 1.787 1.714 1.616 1.957 1.517 2.227 L 0.209 1.724 C 0.382 1.27 0.7 0.868 1.167 0.521 C 1.633 0.174 2.229 0 2.952 0 C 3.486 0 3.968 0.095 4.394 0.287 C 4.82 0.479 5.155 0.745 5.397 1.083 C 5.639 1.423 5.759 1.803 5.759 2.226 C 5.759 2.657 5.646 3.021 5.422 3.321 C 5.197 3.62 4.921 3.849 4.594 4.009 L 4.594 4.081 C 5.017 4.243 5.384 4.507 5.656 4.847 C 5.932 5.191 6.071 5.601 6.071 6.08 C 6.071 6.559 5.939 6.987 5.677 7.362 C 5.414 7.737 5.051 8.033 4.59 8.247 C 4.128 8.462 3.608 8.571 3.032 8.571 C 2.364 8.573 1.747 8.395 1.178 8.04 Z M 9.291 1.976 L 7.841 2.946 L 7.116 1.928 L 9.717 0.192 L 10.714 0.192 L 10.714 8.381 L 9.291 8.381 Z\" fill=\"rgb(66, 133, 244)\" height=\"8.57141315522756px\" id=\"sPvNpecE7\" transform=\"translate(13.571 15.714)\" width=\"10.714275313568123px\"/><path d=\"M 17.143 0 L 0 0 L 0 6.428 L 17.143 6.428 Z\" fill=\"rgb(52, 168, 83)\" height=\"6.4285px\" id=\"i4OgtLgZw\" transform=\"translate(11.429 28.572)\" width=\"17.14292499999999px\"/><path d=\"M 23.571 0 L 2.438 0 C 1.091 0 0 1.091 0 2.438 L 0 23.572 L 6.429 23.572 L 6.429 6.429 L 23.571 6.429 Z\" fill=\"rgb(66, 133, 244)\" height=\"23.5715px\" id=\"Ow5oI_W8O\" transform=\"translate(5 5)\" width=\"23.571499999999972px\"/><path d=\"M 0 0 L 0 4.286 C 0 5.47 0.959 6.428 2.143 6.428 L 6.429 6.428 L 6.429 0 Z\" fill=\"rgb(24, 128, 56)\" height=\"6.4285px\" id=\"yIdb_pVEx\" transform=\"translate(5 28.572)\" width=\"6.428574999999981px\"/><path d=\"M 6.429 0 L 0 0 L 0 17.143 L 6.429 17.143 Z\" fill=\"rgb(251, 188, 4)\" height=\"17.142975px\" id=\"cuS9Dd8V4\" transform=\"translate(28.571 11.429)\" width=\"6.428500000000028px\"/><path d=\"M 6.429 6.429 L 6.429 2.143 C 6.429 0.959 5.47 0 4.286 0 L 0 0 L 0 6.429 Z\" fill=\"rgb(25, 103, 210)\" height=\"6.428575px\" id=\"Vj98vYFsM\" transform=\"translate(28.571 5)\" width=\"6.428500000000028px\"/><path d=\"M 0 6.428 L 6.429 0 L 0 0 Z\" fill=\"rgb(234, 67, 53)\" height=\"6.4285px\" id=\"JMFzTSc2q\" transform=\"translate(28.571 28.572)\" width=\"6.428500000000028px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1znME framer-x8xuf3\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z&quot; fill=&quot;rgb(255, 255, 255)&quot; height=&quot;17.142975px&quot; id=&quot;U__xaa5EX&quot; transform=&quot;translate(11.429 11.429)&quot; width=&quot;17.14292499999999px&quot;/&gt;&lt;path d=&quot;M 1.178 8.04 C 0.609..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-17u0un5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z\" fill=\"rgb(255, 255, 255)\" height=\"17.142975px\" id=\"U__xaa5EX\" transform=\"translate(11.429 11.429)\" width=\"17.14292499999999px\"/><path d=\"M 1.178 8.04 C 0.609 7.684 0.215 7.165 0 6.478 L 1.321 5.974 C 1.441 6.397 1.65 6.724 1.949 6.957 C 2.246 7.189 2.607 7.304 3.03 7.304 C 3.462 7.304 3.833 7.182 4.143 6.939 C 4.453 6.696 4.609 6.386 4.609 6.011 C 4.609 5.627 4.446 5.314 4.118 5.071 C 3.791 4.828 3.38 4.707 2.889 4.707 L 2.126 4.707 L 2.126 3.497 L 2.811 3.497 C 3.233 3.497 3.589 3.391 3.878 3.18 C 4.168 2.969 4.312 2.68 4.312 2.312 C 4.312 1.984 4.183 1.724 3.924 1.528 C 3.665 1.333 3.338 1.234 2.94 1.234 C 2.552 1.234 2.244 1.329 2.015 1.521 C 1.787 1.714 1.616 1.957 1.517 2.227 L 0.209 1.724 C 0.382 1.27 0.7 0.868 1.167 0.521 C 1.633 0.174 2.229 0 2.952 0 C 3.486 0 3.968 0.095 4.394 0.287 C 4.82 0.479 5.155 0.745 5.397 1.083 C 5.639 1.423 5.759 1.803 5.759 2.226 C 5.759 2.657 5.646 3.021 5.422 3.321 C 5.197 3.62 4.921 3.849 4.594 4.009 L 4.594 4.081 C 5.017 4.243 5.384 4.507 5.656 4.847 C 5.932 5.191 6.071 5.601 6.071 6.08 C 6.071 6.559 5.939 6.987 5.677 7.362 C 5.414 7.737 5.051 8.033 4.59 8.247 C 4.128 8.462 3.608 8.571 3.032 8.571 C 2.364 8.573 1.747 8.395 1.178 8.04 Z M 9.291 1.976 L 7.841 2.946 L 7.116 1.928 L 9.717 0.192 L 10.714 0.192 L 10.714 8.381 L 9.291 8.381 Z\" fill=\"rgb(66, 133, 244)\" height=\"8.57141315522756px\" id=\"sPvNpecE7\" transform=\"translate(13.571 15.714)\" width=\"10.714275313568123px\"/><path d=\"M 17.143 0 L 0 0 L 0 6.428 L 17.143 6.428 Z\" fill=\"rgb(52, 168, 83)\" height=\"6.4285px\" id=\"i4OgtLgZw\" transform=\"translate(11.429 28.572)\" width=\"17.14292499999999px\"/><path d=\"M 23.571 0 L 2.438 0 C 1.091 0 0 1.091 0 2.438 L 0 23.572 L 6.429 23.572 L 6.429 6.429 L 23.571 6.429 Z\" fill=\"rgb(66, 133, 244)\" height=\"23.5715px\" id=\"Ow5oI_W8O\" transform=\"translate(5 5)\" width=\"23.571499999999972px\"/><path d=\"M 0 0 L 0 4.286 C 0 5.47 0.959 6.428 2.143 6.428 L 6.429 6.428 L 6.429 0 Z\" fill=\"rgb(24, 128, 56)\" height=\"6.4285px\" id=\"yIdb_pVEx\" transform=\"translate(5 28.572)\" width=\"6.428574999999981px\"/><path d=\"M 6.429 0 L 0 0 L 0 17.143 L 6.429 17.143 Z\" fill=\"rgb(251, 188, 4)\" height=\"17.142975px\" id=\"cuS9Dd8V4\" transform=\"translate(28.571 11.429)\" width=\"6.428500000000028px\"/><path d=\"M 6.429 6.429 L 6.429 2.143 C 6.429 0.959 5.47 0 4.286 0 L 0 0 L 0 6.429 Z\" fill=\"rgb(25, 103, 210)\" height=\"6.428575px\" id=\"Vj98vYFsM\" transform=\"translate(28.571 5)\" width=\"6.428500000000028px\"/><path d=\"M 0 6.428 L 6.429 0 L 0 0 Z\" fill=\"rgb(234, 67, 53)\" height=\"6.4285px\" id=\"JMFzTSc2q\" transform=\"translate(28.571 28.572)\" width=\"6.428500000000028px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1znME framer-x8xuf3\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z&quot; fill=&quot;rgb(255, 255, 255)&quot; height=&quot;17.142975px&quot; id=&quot;U__xaa5EX&quot; transform=&quot;translate(11.429 11.429)&quot; width=&quot;17.14292499999999px&quot;/&gt;&lt;path d=&quot;M 1.178 8.04 C 0.609..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-1iqd3fw\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-izkjjo\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735 26.741 34.147 29.699 31.407 L 24.061 27.039 C 22.552 28.092 20.527 28.826 17.867 28.826 C 13.142 28.826 9.132 25.709 7.702 21.401 L 7.493 21.419 L 1.978 25.687 L 1.906 25.888 C 4.844 31.725 10.879 35.735 17.867 35.735 Z M 7.703 21.401 C 7.326 20.289 7.107 19.098 7.107 17.867 C 7.107 16.636 7.326 15.445 7.683 14.333 L 7.673 14.097 L 2.089 9.76 L 1.906 9.847 C 0.695 12.269 0 14.989 0 17.867 C 0 20.746 0.695 23.466 1.906 25.888 Z M 17.867 6.909 C 21.222 6.909 23.485 8.358 24.776 9.569 L 29.818 4.645 C 26.721 1.767 22.691 0 17.867 0 C 10.879 0 4.844 4.01 1.906 9.847 L 7.683 14.333 C 9.132 10.025 13.142 6.909 17.867 6.909 Z\" fill=\"transparent\" height=\"35.73507604370117px\" id=\"A5p5iacPS\" transform=\"translate(2.482 2.529)\" width=\"35.01930912971494px\"><path d=\"M 17.152 3.653 C 17.152 2.184 17.034 1.112 16.775 0 L 0 0 L 0 6.631 L 9.847 6.631 C 9.648 8.278 8.576 10.76 6.194 12.428 L 6.161 12.65 L 11.465 16.758 L 11.832 16.795 C 15.207 13.678 17.152 9.092 17.152 3.653 Z\" fill=\"rgb(66, 133, 244)\" height=\"16.79505px\" id=\"hazjuzl4D\" transform=\"translate(17.867 14.612)\" width=\"17.152499999999975px\"/><path d=\"M 15.961 14.334 C 20.786 14.334 24.835 12.745 27.794 10.006 L 22.155 5.638 C 20.647 6.69 18.622 7.425 15.961 7.425 C 11.237 7.425 7.226 4.308 5.797 0 L 5.587 0.018 L 0.072 4.286 L 0 4.487 C 2.938 10.323 8.973 14.334 15.961 14.334 Z\" fill=\"rgb(52, 168, 83)\" height=\"14.333849999999998px\" id=\"MOyFzFYGT\" transform=\"translate(1.906 21.401)\" width=\"27.793550000000025px\"/><path d=\"M 7.703 11.641 C 7.326 10.529 7.107 9.338 7.107 8.107 C 7.107 6.876 7.326 5.685 7.683 4.574 L 7.673 4.337 L 2.089 0 L 1.906 0.087 C 0.695 2.509 0 5.229 0 8.107 C 0 10.986 0.695 13.706 1.906 16.128 Z\" fill=\"rgb(251, 188, 5)\" height=\"16.127724999999998px\" id=\"Ordrjk4RE\" transform=\"translate(0 9.76)\" width=\"7.70271000000001px\"/><path d=\"M 15.962 6.909 C 19.317 6.909 21.58 8.358 22.87 9.569 L 27.913 4.645 C 24.816 1.767 20.786 0 15.962 0 C 8.973 0 2.938 4.01 0 9.847 L 5.777 14.333 C 7.226 10.025 11.237 6.909 15.962 6.909 Z\" fill=\"rgb(235, 67, 53)\" height=\"14.333424999999998px\" id=\"xFel6wD3I\" transform=\"translate(1.906 0)\" width=\"27.912800000000004px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-dhuHs framer-1udmxoo\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.933 5.555 24.933 C 7.354 25.06 8.308 26.781 8.308 26.781 C 9.91 29.524 12.506 28.727 13.528 28.275 C 13.685 27.115 14.157 26.328 14.669 25.876 C 10.687 25.424 6.489 23.88 6.489 17.008 C 6.489 15.052 7.187 13.449 8.337 12.191 C 8.15 11.739 7.541 9.91 8.514 7.442 C 8.514 7.442 10.018 6.961 13.449 9.281 C 14.885 8.888 16.418 8.681 17.942 8.681 C 19.466 8.691 21 8.888 22.435 9.281 C 25.857 6.961 27.361 7.442 27.361 7.442 C 28.334 9.91 27.724 11.739 27.538 12.191 C 28.688 13.449 29.386 15.052 29.386 17.008 C 29.386 23.9 25.188 25.414 21.197 25.857 C 21.836 26.417 22.416 27.508 22.416 29.18 C 22.416 31.578 22.396 33.515 22.396 34.105 C 22.396 34.587 22.721 35.137 23.625 34.971 C 30.753 32.591 35.885 25.876 35.885 17.942 C 35.885 8.032 27.852 0 17.942 0 Z\" fill=\"rgb(24, 22, 22)\" height=\"35.00102784180767px\" id=\"rtF1p73Kd\" transform=\"translate(2.5 2.5)\" width=\"35.884750000000025px\"/><path d=\"M 0.477 0.296 C 0.438 0.384 0.3 0.414 0.172 0.355 C 0.044 0.296 -0.034 0.178 0.015 0.089 C 0.054 0.001 0.192 -0.028 0.32 0.031 C 0.447 0.089 0.526 0.207 0.477 0.296 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"AFOW5DwsU\" transform=\"translate(8.816 27.962)\" width=\"1px\"/><path d=\"M 0.468 0.493 C 0.379 0.572 0.212 0.532 0.104 0.414 C -0.014 0.287 -0.033 0.12 0.055 0.041 C 0.143 -0.038 0.301 0.002 0.419 0.12 C 0.537 0.247 0.556 0.414 0.468 0.493 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"MMefchr19\" transform=\"translate(9.553 28.581)\" width=\"1px\"/><path d=\"M 0.484 0.623 C 0.376 0.701 0.199 0.632 0.081 0.465 C -0.027 0.308 -0.027 0.111 0.081 0.033 C 0.189 -0.046 0.366 0.023 0.484 0.18 C 0.602 0.347 0.602 0.544 0.484 0.623 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"FDTwXV7Cf\" transform=\"translate(10.245 29.484)\" width=\"1px\"/><path d=\"M 0.614 0.596 C 0.516 0.704 0.309 0.675 0.152 0.527 C -0.005 0.38 -0.045 0.173 0.054 0.065 C 0.152 -0.043 0.368 -0.014 0.516 0.134 C 0.673 0.291 0.712 0.498 0.614 0.596 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"Ngjw48CdL\" transform=\"translate(11.088 30.504)\" width=\"1px\"/><path d=\"M 0.754 0.385 C 0.715 0.523 0.509 0.591 0.302 0.532 C 0.096 0.473 -0.032 0.306 0.007 0.169 C 0.046 0.031 0.253 -0.038 0.459 0.021 C 0.656 0.08 0.794 0.247 0.754 0.385 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I95FIwbuc\" transform=\"translate(12.285 31.295)\" width=\"1px\"/><path d=\"M 0.777 0.265 C 0.787 0.413 0.61 0.541 0.393 0.541 C 0.177 0.551 0.01 0.423 0 0.275 C 0 0.128 0.167 0 0.383 0 C 0.6 0 0.777 0.118 0.777 0.265 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"NOXjMQHSW\" transform=\"translate(13.727 31.522)\" width=\"1px\"/><path d=\"M 0.761 0.206 C 0.79 0.354 0.643 0.501 0.426 0.54 C 0.22 0.58 0.023 0.491 0.004 0.344 C -0.026 0.196 0.131 0.049 0.338 0.009 C 0.544 -0.03 0.731 0.059 0.761 0.206 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I5_xctdnH\" transform=\"translate(15.11 31.356)\" width=\"1px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-TgaPc framer-1g3ham9\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-go1vsl\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.5714285714285714\" cy=\"0.5789114285714286\" gradient-transform=\"translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)\" id=\"YbnqSGUBj-4027972285-radial-gradient\" r=\"0.66263\"><stop offset=\"0\" stop-color=\"rgb(255, 185, 0)\"/><stop offset=\"1\" stop-color=\"rgb(249, 83, 83)\"/></radialGradient></defs><path d=\"M 27.389 19.706 C 23.184 19.706 19.776 23.129 19.776 27.352 C 19.776 31.576 23.184 35 27.389 35 C 31.592 35 35 31.576 35 27.352 C 35 23.129 31.592 19.706 27.389 19.706 Z M 7.612 19.706 C 3.408 19.706 0 23.129 0 27.353 C 0 31.576 3.408 35 7.612 35 C 11.816 35 15.224 31.576 15.224 27.353 C 15.224 23.129 11.816 19.706 7.612 19.706 Z M 25.112 7.647 C 25.112 11.87 21.704 15.295 17.5 15.295 C 13.296 15.295 9.888 11.87 9.888 7.647 C 9.888 3.424 13.296 0 17.5 0 C 21.704 0 25.112 3.424 25.112 7.647 Z\" fill=\"url(%23YbnqSGUBj-4027972285-radial-gradient)\" height=\"35px\" id=\"YbnqSGUBj\" transform=\"translate(2.5 2.5)\" width=\"35.00000124816893px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-ZyqhO framer-1ltmoqd\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;radialGradient cx=&quot;0.5714285714285714&quot; cy=&quot;0.5789114285714286&quot; gradient-transform=&quot;translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)&quot; id=&quot;YbnqSGUBj-4027972285-radial-gradi..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-ys71e3\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z\" fill=\"transparent\" height=\"35px\" id=\"IUOdo4gnY\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z\" fill=\"rgb(255, 74, 0)\" height=\"35px\" id=\"i6qswQfhy\" width=\"35px\"/><path d=\"M 0 5 L 0 0 L 25 0 L 25 5 Z\" fill=\"rgb(255, 255, 255)\" height=\"5px\" id=\"epYu591Vn\" transform=\"translate(5 25)\" width=\"25px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6b5mO framer-wisfi4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z&quot; fill=&quot;transparent&quot; height=&quot;35px&quot; id=&quot;IUOdo4gnY&quot; transform=&quot;translate(2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-x77q56\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-1iqd3fw\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-izkjjo\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735 26.741 34.147 29.699 31.407 L 24.061 27.039 C 22.552 28.092 20.527 28.826 17.867 28.826 C 13.142 28.826 9.132 25.709 7.702 21.401 L 7.493 21.419 L 1.978 25.687 L 1.906 25.888 C 4.844 31.725 10.879 35.735 17.867 35.735 Z M 7.703 21.401 C 7.326 20.289 7.107 19.098 7.107 17.867 C 7.107 16.636 7.326 15.445 7.683 14.333 L 7.673 14.097 L 2.089 9.76 L 1.906 9.847 C 0.695 12.269 0 14.989 0 17.867 C 0 20.746 0.695 23.466 1.906 25.888 Z M 17.867 6.909 C 21.222 6.909 23.485 8.358 24.776 9.569 L 29.818 4.645 C 26.721 1.767 22.691 0 17.867 0 C 10.879 0 4.844 4.01 1.906 9.847 L 7.683 14.333 C 9.132 10.025 13.142 6.909 17.867 6.909 Z\" fill=\"transparent\" height=\"35.73507604370117px\" id=\"A5p5iacPS\" transform=\"translate(2.482 2.529)\" width=\"35.01930912971494px\"><path d=\"M 17.152 3.653 C 17.152 2.184 17.034 1.112 16.775 0 L 0 0 L 0 6.631 L 9.847 6.631 C 9.648 8.278 8.576 10.76 6.194 12.428 L 6.161 12.65 L 11.465 16.758 L 11.832 16.795 C 15.207 13.678 17.152 9.092 17.152 3.653 Z\" fill=\"rgb(66, 133, 244)\" height=\"16.79505px\" id=\"hazjuzl4D\" transform=\"translate(17.867 14.612)\" width=\"17.152499999999975px\"/><path d=\"M 15.961 14.334 C 20.786 14.334 24.835 12.745 27.794 10.006 L 22.155 5.638 C 20.647 6.69 18.622 7.425 15.961 7.425 C 11.237 7.425 7.226 4.308 5.797 0 L 5.587 0.018 L 0.072 4.286 L 0 4.487 C 2.938 10.323 8.973 14.334 15.961 14.334 Z\" fill=\"rgb(52, 168, 83)\" height=\"14.333849999999998px\" id=\"MOyFzFYGT\" transform=\"translate(1.906 21.401)\" width=\"27.793550000000025px\"/><path d=\"M 7.703 11.641 C 7.326 10.529 7.107 9.338 7.107 8.107 C 7.107 6.876 7.326 5.685 7.683 4.574 L 7.673 4.337 L 2.089 0 L 1.906 0.087 C 0.695 2.509 0 5.229 0 8.107 C 0 10.986 0.695 13.706 1.906 16.128 Z\" fill=\"rgb(251, 188, 5)\" height=\"16.127724999999998px\" id=\"Ordrjk4RE\" transform=\"translate(0 9.76)\" width=\"7.70271000000001px\"/><path d=\"M 15.962 6.909 C 19.317 6.909 21.58 8.358 22.87 9.569 L 27.913 4.645 C 24.816 1.767 20.786 0 15.962 0 C 8.973 0 2.938 4.01 0 9.847 L 5.777 14.333 C 7.226 10.025 11.237 6.909 15.962 6.909 Z\" fill=\"rgb(235, 67, 53)\" height=\"14.333424999999998px\" id=\"xFel6wD3I\" transform=\"translate(1.906 0)\" width=\"27.912800000000004px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-dhuHs framer-1udmxoo\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.933 5.555 24.933 C 7.354 25.06 8.308 26.781 8.308 26.781 C 9.91 29.524 12.506 28.727 13.528 28.275 C 13.685 27.115 14.157 26.328 14.669 25.876 C 10.687 25.424 6.489 23.88 6.489 17.008 C 6.489 15.052 7.187 13.449 8.337 12.191 C 8.15 11.739 7.541 9.91 8.514 7.442 C 8.514 7.442 10.018 6.961 13.449 9.281 C 14.885 8.888 16.418 8.681 17.942 8.681 C 19.466 8.691 21 8.888 22.435 9.281 C 25.857 6.961 27.361 7.442 27.361 7.442 C 28.334 9.91 27.724 11.739 27.538 12.191 C 28.688 13.449 29.386 15.052 29.386 17.008 C 29.386 23.9 25.188 25.414 21.197 25.857 C 21.836 26.417 22.416 27.508 22.416 29.18 C 22.416 31.578 22.396 33.515 22.396 34.105 C 22.396 34.587 22.721 35.137 23.625 34.971 C 30.753 32.591 35.885 25.876 35.885 17.942 C 35.885 8.032 27.852 0 17.942 0 Z\" fill=\"rgb(24, 22, 22)\" height=\"35.00102784180767px\" id=\"rtF1p73Kd\" transform=\"translate(2.5 2.5)\" width=\"35.884750000000025px\"/><path d=\"M 0.477 0.296 C 0.438 0.384 0.3 0.414 0.172 0.355 C 0.044 0.296 -0.034 0.178 0.015 0.089 C 0.054 0.001 0.192 -0.028 0.32 0.031 C 0.447 0.089 0.526 0.207 0.477 0.296 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"AFOW5DwsU\" transform=\"translate(8.816 27.962)\" width=\"1px\"/><path d=\"M 0.468 0.493 C 0.379 0.572 0.212 0.532 0.104 0.414 C -0.014 0.287 -0.033 0.12 0.055 0.041 C 0.143 -0.038 0.301 0.002 0.419 0.12 C 0.537 0.247 0.556 0.414 0.468 0.493 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"MMefchr19\" transform=\"translate(9.553 28.581)\" width=\"1px\"/><path d=\"M 0.484 0.623 C 0.376 0.701 0.199 0.632 0.081 0.465 C -0.027 0.308 -0.027 0.111 0.081 0.033 C 0.189 -0.046 0.366 0.023 0.484 0.18 C 0.602 0.347 0.602 0.544 0.484 0.623 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"FDTwXV7Cf\" transform=\"translate(10.245 29.484)\" width=\"1px\"/><path d=\"M 0.614 0.596 C 0.516 0.704 0.309 0.675 0.152 0.527 C -0.005 0.38 -0.045 0.173 0.054 0.065 C 0.152 -0.043 0.368 -0.014 0.516 0.134 C 0.673 0.291 0.712 0.498 0.614 0.596 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"Ngjw48CdL\" transform=\"translate(11.088 30.504)\" width=\"1px\"/><path d=\"M 0.754 0.385 C 0.715 0.523 0.509 0.591 0.302 0.532 C 0.096 0.473 -0.032 0.306 0.007 0.169 C 0.046 0.031 0.253 -0.038 0.459 0.021 C 0.656 0.08 0.794 0.247 0.754 0.385 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I95FIwbuc\" transform=\"translate(12.285 31.295)\" width=\"1px\"/><path d=\"M 0.777 0.265 C 0.787 0.413 0.61 0.541 0.393 0.541 C 0.177 0.551 0.01 0.423 0 0.275 C 0 0.128 0.167 0 0.383 0 C 0.6 0 0.777 0.118 0.777 0.265 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"NOXjMQHSW\" transform=\"translate(13.727 31.522)\" width=\"1px\"/><path d=\"M 0.761 0.206 C 0.79 0.354 0.643 0.501 0.426 0.54 C 0.22 0.58 0.023 0.491 0.004 0.344 C -0.026 0.196 0.131 0.049 0.338 0.009 C 0.544 -0.03 0.731 0.059 0.761 0.206 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I5_xctdnH\" transform=\"translate(15.11 31.356)\" width=\"1px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-TgaPc framer-1g3ham9\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-go1vsl\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.5714285714285714\" cy=\"0.5789114285714286\" gradient-transform=\"translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)\" id=\"YbnqSGUBj-4027972285-radial-gradient\" r=\"0.66263\"><stop offset=\"0\" stop-color=\"rgb(255, 185, 0)\"/><stop offset=\"1\" stop-color=\"rgb(249, 83, 83)\"/></radialGradient></defs><path d=\"M 27.389 19.706 C 23.184 19.706 19.776 23.129 19.776 27.352 C 19.776 31.576 23.184 35 27.389 35 C 31.592 35 35 31.576 35 27.352 C 35 23.129 31.592 19.706 27.389 19.706 Z M 7.612 19.706 C 3.408 19.706 0 23.129 0 27.353 C 0 31.576 3.408 35 7.612 35 C 11.816 35 15.224 31.576 15.224 27.353 C 15.224 23.129 11.816 19.706 7.612 19.706 Z M 25.112 7.647 C 25.112 11.87 21.704 15.295 17.5 15.295 C 13.296 15.295 9.888 11.87 9.888 7.647 C 9.888 3.424 13.296 0 17.5 0 C 21.704 0 25.112 3.424 25.112 7.647 Z\" fill=\"url(%23YbnqSGUBj-4027972285-radial-gradient)\" height=\"35px\" id=\"YbnqSGUBj\" transform=\"translate(2.5 2.5)\" width=\"35.00000124816893px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-ZyqhO framer-1ltmoqd\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;radialGradient cx=&quot;0.5714285714285714&quot; cy=&quot;0.5789114285714286&quot; gradient-transform=&quot;translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)&quot; id=&quot;YbnqSGUBj-4027972285-radial-gradi..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-ys71e3\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z\" fill=\"transparent\" height=\"35px\" id=\"IUOdo4gnY\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z\" fill=\"rgb(255, 74, 0)\" height=\"35px\" id=\"i6qswQfhy\" width=\"35px\"/><path d=\"M 0 5 L 0 0 L 25 0 L 25 5 Z\" fill=\"rgb(255, 255, 255)\" height=\"5px\" id=\"epYu591Vn\" transform=\"translate(5 25)\" width=\"25px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6b5mO framer-wisfi4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z&quot; fill=&quot;transparent&quot; height=&quot;35px&quot; id=&quot;IUOdo4gnY&quot; transform=&quot;translate(2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.933 5.555 24.933 C 7.354 25.06 8.308 26.781 8.308 26.781 C 9.91 29.524 12.506 28.727 13.528 28.275 C 13.685 27.115 14.157 26.328 14.669 25.876 C 10.687 25.424 6.489 23.88 6.489 17.008 C 6.489 15.052 7.187 13.449 8.337 12.191 C 8.15 11.739 7.541 9.91 8.514 7.442 C 8.514 7.442 10.018 6.961 13.449 9.281 C 14.885 8.888 16.418 8.681 17.942 8.681 C 19.466 8.691 21 8.888 22.435 9.281 C 25.857 6.961 27.361 7.442 27.361 7.442 C 28.334 9.91 27.724 11.739 27.538 12.191 C 28.688 13.449 29.386 15.052 29.386 17.008 C 29.386 23.9 25.188 25.414 21.197 25.857 C 21.836 26.417 22.416 27.508 22.416 29.18 C 22.416 31.578 22.396 33.515 22.396 34.105 C 22.396 34.587 22.721 35.137 23.625 34.971 C 30.753 32.591 35.885 25.876 35.885 17.942 C 35.885 8.032 27.852 0 17.942 0 Z\" fill=\"rgb(24, 22, 22)\" height=\"35.00102784180767px\" id=\"rtF1p73Kd\" transform=\"translate(2.5 2.5)\" width=\"35.884750000000025px\"/><path d=\"M 0.477 0.296 C 0.438 0.384 0.3 0.414 0.172 0.355 C 0.044 0.296 -0.034 0.178 0.015 0.089 C 0.054 0.001 0.192 -0.028 0.32 0.031 C 0.447 0.089 0.526 0.207 0.477 0.296 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"AFOW5DwsU\" transform=\"translate(8.816 27.962)\" width=\"1px\"/><path d=\"M 0.468 0.493 C 0.379 0.572 0.212 0.532 0.104 0.414 C -0.014 0.287 -0.033 0.12 0.055 0.041 C 0.143 -0.038 0.301 0.002 0.419 0.12 C 0.537 0.247 0.556 0.414 0.468 0.493 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"MMefchr19\" transform=\"translate(9.553 28.581)\" width=\"1px\"/><path d=\"M 0.484 0.623 C 0.376 0.701 0.199 0.632 0.081 0.465 C -0.027 0.308 -0.027 0.111 0.081 0.033 C 0.189 -0.046 0.366 0.023 0.484 0.18 C 0.602 0.347 0.602 0.544 0.484 0.623 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"FDTwXV7Cf\" transform=\"translate(10.245 29.484)\" width=\"1px\"/><path d=\"M 0.614 0.596 C 0.516 0.704 0.309 0.675 0.152 0.527 C -0.005 0.38 -0.045 0.173 0.054 0.065 C 0.152 -0.043 0.368 -0.014 0.516 0.134 C 0.673 0.291 0.712 0.498 0.614 0.596 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"Ngjw48CdL\" transform=\"translate(11.088 30.504)\" width=\"1px\"/><path d=\"M 0.754 0.385 C 0.715 0.523 0.509 0.591 0.302 0.532 C 0.096 0.473 -0.032 0.306 0.007 0.169 C 0.046 0.031 0.253 -0.038 0.459 0.021 C 0.656 0.08 0.794 0.247 0.754 0.385 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I95FIwbuc\" transform=\"translate(12.285 31.295)\" width=\"1px\"/><path d=\"M 0.777 0.265 C 0.787 0.413 0.61 0.541 0.393 0.541 C 0.177 0.551 0.01 0.423 0 0.275 C 0 0.128 0.167 0 0.383 0 C 0.6 0 0.777 0.118 0.777 0.265 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"NOXjMQHSW\" transform=\"translate(13.727 31.522)\" width=\"1px\"/><path d=\"M 0.761 0.206 C 0.79 0.354 0.643 0.501 0.426 0.54 C 0.22 0.58 0.023 0.491 0.004 0.344 C -0.026 0.196 0.131 0.049 0.338 0.009 C 0.544 -0.03 0.731 0.059 0.761 0.206 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I5_xctdnH\" transform=\"translate(15.11 31.356)\" width=\"1px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-TgaPc framer-9dodr4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9.294 C 8.272 10.315 6.888 10.889 5.445 10.891 Z\" fill=\"rgb(66, 133, 244)\" height=\"10.89085px\" id=\"XFVtv8phx\" transform=\"translate(14.523 14.672)\" width=\"10.890800000000027px\"/><path d=\"M 17.408 14.73 C 16.272 15.142 15.048 15.251 13.857 15.046 C 12.667 14.842 11.55 14.33 10.617 13.562 C 9.612 12.732 8.861 11.636 8.449 10.4 L 8.447 10.392 L 2.445 0 C 0.293 3.293 -0.48 7.3 0.292 11.157 C 0.671 13.106 1.433 14.96 2.534 16.612 C 3.634 18.265 5.052 19.682 6.704 20.783 C 8.438 21.949 10.397 22.74 12.455 23.106 L 17.408 14.731 Z\" fill=\"rgb(74, 174, 72)\" height=\"23.10555px\" id=\"dXUyXZJdm\" transform=\"translate(4.853 11.801)\" width=\"17.407590386398155px\"/><path d=\"M 25.476 8.46 C 24.341 6.176 22.65 4.213 20.56 2.752 C 18.47 1.29 16.047 0.376 13.512 0.094 C 10.977 -0.189 8.412 0.169 6.052 1.135 C 3.691 2.1 1.61 3.642 0 5.62 L 5.069 14.399 C 5.277 12.774 6.065 11.278 7.288 10.187 C 8.511 9.096 10.086 8.483 11.725 8.46 Z\" fill=\"rgb(234, 57, 57)\" height=\"14.39940278024794px\" id=\"E4NmsV7m0\" transform=\"translate(8.105 4.852)\" width=\"25.475899999999996px\"/><path d=\"M 0.977 20.465 C 4.776 20.465 8.412 19.04 11.213 16.454 C 14.024 13.865 15.746 10.304 16.029 6.492 C 16.192 4.286 15.871 2.07 15.09 0 L 5.175 0 C 6.001 0.653 6.667 1.486 7.124 2.435 C 7.581 3.384 7.817 4.424 7.812 5.478 C 7.802 7.026 7.278 8.527 6.321 9.745 L 0 20.435 C 0.326 20.455 0.654 20.465 0.977 20.465 Z\" fill=\"rgb(254, 209, 75)\" height=\"20.465099999999993px\" id=\"wlGAIMOjp\" transform=\"translate(18.93 14.672)\" width=\"16.070271948115955px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JG6Qr framer-pq3cv2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z\" fill=\"rgb(87, 113, 243)\" height=\"35px\" id=\"Afccad7f4\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 22.303 2.71 L 10.14 17.914 C 9.28 18.989 7.704 19.148 6.647 18.267 L 0 12.728 L 2.778 9.395 L 7.951 13.705 L 18.915 0 Z\" fill=\"rgb(243, 180, 56)\" height=\"18.83655766443358px\" id=\"HDq4K9XkG\" transform=\"translate(11.882 6.537)\" width=\"22.302924999999973px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JraHX framer-xzokxg\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z&quot; fill=&quot;rgb(87, 113, 243)&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z\" fill=\"rgb(0, 0, 0)\" height=\"35px\" id=\"rRbbSUnTk\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 0 0 L 2.604 0 L 2.604 7.824 L 0 7.824 Z M 14.883 0 L 10.418 0 L 10.418 2.489 L 12.279 2.489 L 12.279 7.824 L 14.883 7.824 L 14.883 2.489 L 16.743 2.489 L 16.743 0 Z M 21.953 0 L 17.488 0 L 17.488 2.489 L 19.348 2.489 L 19.348 7.824 L 21.953 7.824 L 21.953 2.489 L 23.813 2.489 L 23.813 0 Z M 29.022 0 L 24.557 0 L 24.557 2.489 L 26.418 2.489 L 26.418 7.824 L 29.022 7.824 L 29.022 2.489 L 30.882 2.489 L 30.882 0 Z M 9.674 2.489 L 9.674 0 L 3.721 0 L 3.721 7.824 L 6.325 7.824 L 6.325 5.69 L 8.558 5.69 L 8.558 3.201 L 6.325 3.201 L 6.325 2.489 Z\" fill=\"rgb(255, 255, 255)\" height=\"7.823525px\" id=\"Do_qRMXii\" transform=\"translate(4.559 16.088)\" width=\"30.882274002075206px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-VuQv6 framer-1urm1ba\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z&quot; fill=&quot;rgb(0, 0, 0)&quot; height=&quot;35px&quot; id=&quot;rRbbSUnTk&quot; transform=&quot;transl..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735 26.741 34.147 29.699 31.407 L 24.061 27.039 C 22.552 28.092 20.527 28.826 17.867 28.826 C 13.142 28.826 9.132 25.709 7.702 21.401 L 7.493 21.419 L 1.978 25.687 L 1.906 25.888 C 4.844 31.725 10.879 35.735 17.867 35.735 Z M 7.703 21.401 C 7.326 20.289 7.107 19.098 7.107 17.867 C 7.107 16.636 7.326 15.445 7.683 14.333 L 7.673 14.097 L 2.089 9.76 L 1.906 9.847 C 0.695 12.269 0 14.989 0 17.867 C 0 20.746 0.695 23.466 1.906 25.888 Z M 17.867 6.909 C 21.222 6.909 23.485 8.358 24.776 9.569 L 29.818 4.645 C 26.721 1.767 22.691 0 17.867 0 C 10.879 0 4.844 4.01 1.906 9.847 L 7.683 14.333 C 9.132 10.025 13.142 6.909 17.867 6.909 Z\" fill=\"transparent\" height=\"35.73507604370117px\" id=\"A5p5iacPS\" transform=\"translate(2.482 2.529)\" width=\"35.01930912971494px\"><path d=\"M 17.152 3.653 C 17.152 2.184 17.034 1.112 16.775 0 L 0 0 L 0 6.631 L 9.847 6.631 C 9.648 8.278 8.576 10.76 6.194 12.428 L 6.161 12.65 L 11.465 16.758 L 11.832 16.795 C 15.207 13.678 17.152 9.092 17.152 3.653 Z\" fill=\"rgb(66, 133, 244)\" height=\"16.79505px\" id=\"hazjuzl4D\" transform=\"translate(17.867 14.612)\" width=\"17.152499999999975px\"/><path d=\"M 15.961 14.334 C 20.786 14.334 24.835 12.745 27.794 10.006 L 22.155 5.638 C 20.647 6.69 18.622 7.425 15.961 7.425 C 11.237 7.425 7.226 4.308 5.797 0 L 5.587 0.018 L 0.072 4.286 L 0 4.487 C 2.938 10.323 8.973 14.334 15.961 14.334 Z\" fill=\"rgb(52, 168, 83)\" height=\"14.333849999999998px\" id=\"MOyFzFYGT\" transform=\"translate(1.906 21.401)\" width=\"27.793550000000025px\"/><path d=\"M 7.703 11.641 C 7.326 10.529 7.107 9.338 7.107 8.107 C 7.107 6.876 7.326 5.685 7.683 4.574 L 7.673 4.337 L 2.089 0 L 1.906 0.087 C 0.695 2.509 0 5.229 0 8.107 C 0 10.986 0.695 13.706 1.906 16.128 Z\" fill=\"rgb(251, 188, 5)\" height=\"16.127724999999998px\" id=\"Ordrjk4RE\" transform=\"translate(0 9.76)\" width=\"7.70271000000001px\"/><path d=\"M 15.962 6.909 C 19.317 6.909 21.58 8.358 22.87 9.569 L 27.913 4.645 C 24.816 1.767 20.786 0 15.962 0 C 8.973 0 2.938 4.01 0 9.847 L 5.777 14.333 C 7.226 10.025 11.237 6.909 15.962 6.909 Z\" fill=\"rgb(235, 67, 53)\" height=\"14.333424999999998px\" id=\"xFel6wD3I\" transform=\"translate(1.906 0)\" width=\"27.912800000000004px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-dhuHs framer-4e76ky\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z\" fill=\"rgb(0, 131, 45)\" height=\"12.0197px\" id=\"tcj4DgdjC\" transform=\"translate(22.679 14.438)\" width=\"7.85717499999997px\"/><path d=\"M 0 1.072 L 0 6.25 C 0 7.434 0.959 8.393 2.143 8.393 L 7.321 8.393 L 8.393 4.479 L 7.321 1.072 L 3.768 0 Z\" fill=\"rgb(0, 102, 218)\" height=\"8.392775px\" id=\"HEptSc_tY\" transform=\"translate(5 24.821)\" width=\"8.392849999999967px\"/><path d=\"M 7.321 0 L 0 7.321 L 3.768 8.393 L 7.321 7.321 L 8.375 3.959 Z\" fill=\"rgb(233, 66, 53)\" height=\"8.392850000000001px\" id=\"ePf3ih9Xy\" transform=\"translate(5 7.5)\" width=\"8.374999999999986px\"/><path d=\"M 7.321 0 L 0 0 L 0 11.072 L 7.321 11.072 Z\" fill=\"rgb(38, 132, 252)\" height=\"11.071525000000001px\" id=\"OSTWtV6ho\" transform=\"translate(5 14.821)\" width=\"7.321425000000019px\"/><path d=\"M 22.177 0.245 L 17.5 4.083 L 17.5 16.102 L 22.196 19.954 C 22.9 20.504 23.929 20.002 23.929 19.109 L 23.929 1.074 C 23.929 0.168 22.877 -0.328 22.177 0.245 Z M 10.357 10.002 L 10.357 15.538 L 0 15.538 L 0 22.859 L 15.357 22.859 C 16.541 22.859 17.5 21.9 17.5 20.716 L 17.5 16.102 Z\" fill=\"rgb(0, 172, 71)\" height=\"22.85933221130371px\" id=\"HMMbuVzLv\" transform=\"translate(12.321 10.355)\" width=\"23.928574386596708px\"/><path d=\"M 15.357 0 L 0 0 L 0 7.321 L 10.357 7.321 L 10.357 12.857 L 17.5 6.938 L 17.5 2.143 C 17.5 0.959 16.541 0 15.357 0 Z\" fill=\"rgb(255, 186, 0)\" height=\"12.85715px\" id=\"K8jwW_k3w\" transform=\"translate(12.321 7.5)\" width=\"17.500075000000024px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6xtrf framer-1bdgcq7\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z&quot; fill=&quot;rgb(0, 131, 45)&quot; height=&quot;12.0197px&quot; id=&quot;tcj4DgdjC&quot; transform=&quot;translate(22.679 14.438)&quot; width=&quot;7.85717499999997px&quot;/&gt;&lt;path d=&q..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"wVbgUYryV-1375443430-linear-gradient\" x1=\"0.9769661142347362\" x2=\"0.023033885765263773\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient><linearGradient id=\"sOLbpgBtF-1375443430-linear-gradient\" x1=\"0.00934841435420597\" x2=\"0.990651585645794\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient></defs><path d=\"M 39.516 18.88 L 21.722 1.668 L 19.998 0 L 6.603 12.957 L 0.478 18.88 C 0.172 19.178 0 19.58 0 20 C 0 20.42 0.172 20.822 0.478 21.12 L 12.715 32.957 L 19.998 40 L 33.391 27.043 L 33.599 26.843 L 39.516 21.129 C 39.669 20.981 39.791 20.806 39.874 20.613 C 39.957 20.42 40 20.213 40 20.004 C 40 19.795 39.957 19.589 39.874 19.396 C 39.791 19.203 39.669 19.028 39.516 18.88 Z M 19.998 25.914 L 13.884 20 L 19.998 14.086 L 26.11 20 Z\" fill=\"rgb(38, 132, 255)\" height=\"40px\" id=\"lkqki78xX\" width=\"40px\"/><path d=\"M 13.423 14.038 C 11.5 12.178 10.416 9.658 10.407 7.028 C 10.399 4.397 11.467 1.871 13.378 0 L 0 12.936 L 7.281 19.979 Z\" fill=\"url(%23wVbgUYryV-1375443430-linear-gradient)\" height=\"19.97858225px\" id=\"wVbgUYryV\" transform=\"translate(6.574 0.048)\" width=\"13.422624999999968px\"/><path d=\"M 6.129 0 L 0 5.93 C 1.93 7.798 3.014 10.331 3.014 12.971 C 3.014 15.612 1.93 18.145 0 20.012 L 13.415 7.043 Z\" fill=\"url(%23sOLbpgBtF-1375443430-linear-gradient)\" height=\"20.012425px\" id=\"sOLbpgBtF\" transform=\"translate(19.998 19.984)\" width=\"13.415324999999996px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-mju2Y framer-1w49hln\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;wVbgUYryV-1375443430-linear-gradient&quot; x1=&quot;0.9769661142347362&quot; x2=&quot;0.023033885765263773&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(0, 82, 204)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z\" fill=\"transparent\" height=\"35px\" id=\"IUOdo4gnY\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z\" fill=\"rgb(255, 74, 0)\" height=\"35px\" id=\"i6qswQfhy\" width=\"35px\"/><path d=\"M 0 5 L 0 0 L 25 0 L 25 5 Z\" fill=\"rgb(255, 255, 255)\" height=\"5px\" id=\"epYu591Vn\" transform=\"translate(5 25)\" width=\"25px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6b5mO framer-1nn8u6v\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z&quot; fill=&quot;transparent&quot; height=&quot;35px&quot; id=&quot;IUOdo4gnY&quot; transform=&quot;translate(..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-1xg5pqp\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.5714285714285714\" cy=\"0.5789114285714286\" gradient-transform=\"translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)\" id=\"YbnqSGUBj-4027972285-radial-gradient\" r=\"0.66263\"><stop offset=\"0\" stop-color=\"rgb(255, 185, 0)\"/><stop offset=\"1\" stop-color=\"rgb(249, 83, 83)\"/></radialGradient></defs><path d=\"M 27.389 19.706 C 23.184 19.706 19.776 23.129 19.776 27.352 C 19.776 31.576 23.184 35 27.389 35 C 31.592 35 35 31.576 35 27.352 C 35 23.129 31.592 19.706 27.389 19.706 Z M 7.612 19.706 C 3.408 19.706 0 23.129 0 27.353 C 0 31.576 3.408 35 7.612 35 C 11.816 35 15.224 31.576 15.224 27.353 C 15.224 23.129 11.816 19.706 7.612 19.706 Z M 25.112 7.647 C 25.112 11.87 21.704 15.295 17.5 15.295 C 13.296 15.295 9.888 11.87 9.888 7.647 C 9.888 3.424 13.296 0 17.5 0 C 21.704 0 25.112 3.424 25.112 7.647 Z\" fill=\"url(%23YbnqSGUBj-4027972285-radial-gradient)\" height=\"35px\" id=\"YbnqSGUBj\" transform=\"translate(2.5 2.5)\" width=\"35.00000124816893px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-ZyqhO framer-27b44c\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;radialGradient cx=&quot;0.5714285714285714&quot; cy=&quot;0.5789114285714286&quot; gradient-transform=&quot;translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)&quot; id=&quot;YbnqSGUBj-4027972285-radial-gradie..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-1laxb9g\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-eqavdq\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z\" fill=\"rgb(255, 255, 255)\" height=\"17.142975px\" id=\"U__xaa5EX\" transform=\"translate(11.429 11.429)\" width=\"17.14292499999999px\"/><path d=\"M 1.178 8.04 C 0.609 7.684 0.215 7.165 0 6.478 L 1.321 5.974 C 1.441 6.397 1.65 6.724 1.949 6.957 C 2.246 7.189 2.607 7.304 3.03 7.304 C 3.462 7.304 3.833 7.182 4.143 6.939 C 4.453 6.696 4.609 6.386 4.609 6.011 C 4.609 5.627 4.446 5.314 4.118 5.071 C 3.791 4.828 3.38 4.707 2.889 4.707 L 2.126 4.707 L 2.126 3.497 L 2.811 3.497 C 3.233 3.497 3.589 3.391 3.878 3.18 C 4.168 2.969 4.312 2.68 4.312 2.312 C 4.312 1.984 4.183 1.724 3.924 1.528 C 3.665 1.333 3.338 1.234 2.94 1.234 C 2.552 1.234 2.244 1.329 2.015 1.521 C 1.787 1.714 1.616 1.957 1.517 2.227 L 0.209 1.724 C 0.382 1.27 0.7 0.868 1.167 0.521 C 1.633 0.174 2.229 0 2.952 0 C 3.486 0 3.968 0.095 4.394 0.287 C 4.82 0.479 5.155 0.745 5.397 1.083 C 5.639 1.423 5.759 1.803 5.759 2.226 C 5.759 2.657 5.646 3.021 5.422 3.321 C 5.197 3.62 4.921 3.849 4.594 4.009 L 4.594 4.081 C 5.017 4.243 5.384 4.507 5.656 4.847 C 5.932 5.191 6.071 5.601 6.071 6.08 C 6.071 6.559 5.939 6.987 5.677 7.362 C 5.414 7.737 5.051 8.033 4.59 8.247 C 4.128 8.462 3.608 8.571 3.032 8.571 C 2.364 8.573 1.747 8.395 1.178 8.04 Z M 9.291 1.976 L 7.841 2.946 L 7.116 1.928 L 9.717 0.192 L 10.714 0.192 L 10.714 8.381 L 9.291 8.381 Z\" fill=\"rgb(66, 133, 244)\" height=\"8.57141315522756px\" id=\"sPvNpecE7\" transform=\"translate(13.571 15.714)\" width=\"10.714275313568123px\"/><path d=\"M 17.143 0 L 0 0 L 0 6.428 L 17.143 6.428 Z\" fill=\"rgb(52, 168, 83)\" height=\"6.4285px\" id=\"i4OgtLgZw\" transform=\"translate(11.429 28.572)\" width=\"17.14292499999999px\"/><path d=\"M 23.571 0 L 2.438 0 C 1.091 0 0 1.091 0 2.438 L 0 23.572 L 6.429 23.572 L 6.429 6.429 L 23.571 6.429 Z\" fill=\"rgb(66, 133, 244)\" height=\"23.5715px\" id=\"Ow5oI_W8O\" transform=\"translate(5 5)\" width=\"23.571499999999972px\"/><path d=\"M 0 0 L 0 4.286 C 0 5.47 0.959 6.428 2.143 6.428 L 6.429 6.428 L 6.429 0 Z\" fill=\"rgb(24, 128, 56)\" height=\"6.4285px\" id=\"yIdb_pVEx\" transform=\"translate(5 28.572)\" width=\"6.428574999999981px\"/><path d=\"M 6.429 0 L 0 0 L 0 17.143 L 6.429 17.143 Z\" fill=\"rgb(251, 188, 4)\" height=\"17.142975px\" id=\"cuS9Dd8V4\" transform=\"translate(28.571 11.429)\" width=\"6.428500000000028px\"/><path d=\"M 6.429 6.429 L 6.429 2.143 C 6.429 0.959 5.47 0 4.286 0 L 0 0 L 0 6.429 Z\" fill=\"rgb(25, 103, 210)\" height=\"6.428575px\" id=\"Vj98vYFsM\" transform=\"translate(28.571 5)\" width=\"6.428500000000028px\"/><path d=\"M 0 6.428 L 6.429 0 L 0 0 Z\" fill=\"rgb(234, 67, 53)\" height=\"6.4285px\" id=\"JMFzTSc2q\" transform=\"translate(28.571 28.572)\" width=\"6.428500000000028px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1znME framer-1fo553h\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z&quot; fill=&quot;rgb(255, 255, 255)&quot; height=&quot;17.142975px&quot; id=&quot;U__xaa5EX&quot; transform=&quot;translate(11.429 11.429)&quot; width=&quot;17.14292499999999px&quot;/&gt;&lt;path d=&quot;M 1.178 8.04 C 0.60..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-3a05d5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.461 C 21.062 7.268 20.425 6.902 20.188 6.761 C 20.022 6.67 19.835 6.623 19.646 6.625 C 19.456 6.628 19.271 6.679 19.107 6.774 C 18.939 6.872 7.739 13.378 7.365 13.591 C 6.915 13.848 6.362 13.853 5.916 13.591 L 0 10.12 L 0 13.071 C 1.438 13.918 5.02 16.024 5.887 16.519 C 6.405 16.813 6.901 16.807 7.402 16.516 M 7.401 22.095 C 8.011 21.739 21.12 14.121 21.419 13.944 C 21.719 13.77 21.735 13.234 21.398 13.04 C 21.062 12.847 20.425 12.481 20.188 12.34 C 20.022 12.249 19.835 12.202 19.646 12.205 C 19.456 12.207 19.271 12.258 19.107 12.354 C 18.939 12.452 7.739 18.957 7.365 19.17 C 6.915 19.428 6.362 19.432 5.916 19.17 L 0 15.699 L 0 18.65 C 1.438 19.497 5.02 21.603 5.887 22.099 C 6.405 22.393 6.901 22.386 7.402 22.095 M 7.401 28.023 C 8.011 27.667 21.12 20.049 21.419 19.872 C 21.719 19.698 21.735 19.162 21.398 18.968 C 21.062 18.775 20.425 18.409 20.188 18.268 C 20.022 18.177 19.835 18.13 19.646 18.132 C 19.456 18.135 19.271 18.186 19.107 18.281 C 18.939 18.379 7.739 24.885 7.365 25.098 C 6.915 25.356 6.362 25.36 5.916 25.098 L 0 21.627 L 0 24.578 C 1.438 25.425 5.02 27.531 5.887 28.026 C 6.405 28.321 6.901 28.314 7.402 28.023\" fill=\"transparent\" height=\"35px\" id=\"kDHKSb9nL\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z\" fill=\"rgb(228, 67, 50)\" height=\"35px\" id=\"AhNEownM7\" width=\"35px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111770973626165px\" id=\"oGeVxda20\" transform=\"translate(0 6.625)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111724492781264px\" id=\"WrmlAExAo\" transform=\"translate(0 12.205)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.277 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111789840052086px\" id=\"kTRSzU3UI\" transform=\"translate(0 18.132)\" width=\"21.647589028608884px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1pIe7 framer-n770se\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.46..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.933 5.555 24.933 C 7.354 25.06 8.308 26.781 8.308 26.781 C 9.91 29.524 12.506 28.727 13.528 28.275 C 13.685 27.115 14.157 26.328 14.669 25.876 C 10.687 25.424 6.489 23.88 6.489 17.008 C 6.489 15.052 7.187 13.449 8.337 12.191 C 8.15 11.739 7.541 9.91 8.514 7.442 C 8.514 7.442 10.018 6.961 13.449 9.281 C 14.885 8.888 16.418 8.681 17.942 8.681 C 19.466 8.691 21 8.888 22.435 9.281 C 25.857 6.961 27.361 7.442 27.361 7.442 C 28.334 9.91 27.724 11.739 27.538 12.191 C 28.688 13.449 29.386 15.052 29.386 17.008 C 29.386 23.9 25.188 25.414 21.197 25.857 C 21.836 26.417 22.416 27.508 22.416 29.18 C 22.416 31.578 22.396 33.515 22.396 34.105 C 22.396 34.587 22.721 35.137 23.625 34.971 C 30.753 32.591 35.885 25.876 35.885 17.942 C 35.885 8.032 27.852 0 17.942 0 Z\" fill=\"rgb(24, 22, 22)\" height=\"35.00102784180767px\" id=\"rtF1p73Kd\" transform=\"translate(2.5 2.5)\" width=\"35.884750000000025px\"/><path d=\"M 0.477 0.296 C 0.438 0.384 0.3 0.414 0.172 0.355 C 0.044 0.296 -0.034 0.178 0.015 0.089 C 0.054 0.001 0.192 -0.028 0.32 0.031 C 0.447 0.089 0.526 0.207 0.477 0.296 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"AFOW5DwsU\" transform=\"translate(8.816 27.962)\" width=\"1px\"/><path d=\"M 0.468 0.493 C 0.379 0.572 0.212 0.532 0.104 0.414 C -0.014 0.287 -0.033 0.12 0.055 0.041 C 0.143 -0.038 0.301 0.002 0.419 0.12 C 0.537 0.247 0.556 0.414 0.468 0.493 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"MMefchr19\" transform=\"translate(9.553 28.581)\" width=\"1px\"/><path d=\"M 0.484 0.623 C 0.376 0.701 0.199 0.632 0.081 0.465 C -0.027 0.308 -0.027 0.111 0.081 0.033 C 0.189 -0.046 0.366 0.023 0.484 0.18 C 0.602 0.347 0.602 0.544 0.484 0.623 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"FDTwXV7Cf\" transform=\"translate(10.245 29.484)\" width=\"1px\"/><path d=\"M 0.614 0.596 C 0.516 0.704 0.309 0.675 0.152 0.527 C -0.005 0.38 -0.045 0.173 0.054 0.065 C 0.152 -0.043 0.368 -0.014 0.516 0.134 C 0.673 0.291 0.712 0.498 0.614 0.596 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"Ngjw48CdL\" transform=\"translate(11.088 30.504)\" width=\"1px\"/><path d=\"M 0.754 0.385 C 0.715 0.523 0.509 0.591 0.302 0.532 C 0.096 0.473 -0.032 0.306 0.007 0.169 C 0.046 0.031 0.253 -0.038 0.459 0.021 C 0.656 0.08 0.794 0.247 0.754 0.385 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I95FIwbuc\" transform=\"translate(12.285 31.295)\" width=\"1px\"/><path d=\"M 0.777 0.265 C 0.787 0.413 0.61 0.541 0.393 0.541 C 0.177 0.551 0.01 0.423 0 0.275 C 0 0.128 0.167 0 0.383 0 C 0.6 0 0.777 0.118 0.777 0.265 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"NOXjMQHSW\" transform=\"translate(13.727 31.522)\" width=\"1px\"/><path d=\"M 0.761 0.206 C 0.79 0.354 0.643 0.501 0.426 0.54 C 0.22 0.58 0.023 0.491 0.004 0.344 C -0.026 0.196 0.131 0.049 0.338 0.009 C 0.544 -0.03 0.731 0.059 0.761 0.206 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I5_xctdnH\" transform=\"translate(15.11 31.356)\" width=\"1px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-TgaPc framer-9dodr4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9.294 C 8.272 10.315 6.888 10.889 5.445 10.891 Z\" fill=\"rgb(66, 133, 244)\" height=\"10.89085px\" id=\"XFVtv8phx\" transform=\"translate(14.523 14.672)\" width=\"10.890800000000027px\"/><path d=\"M 17.408 14.73 C 16.272 15.142 15.048 15.251 13.857 15.046 C 12.667 14.842 11.55 14.33 10.617 13.562 C 9.612 12.732 8.861 11.636 8.449 10.4 L 8.447 10.392 L 2.445 0 C 0.293 3.293 -0.48 7.3 0.292 11.157 C 0.671 13.106 1.433 14.96 2.534 16.612 C 3.634 18.265 5.052 19.682 6.704 20.783 C 8.438 21.949 10.397 22.74 12.455 23.106 L 17.408 14.731 Z\" fill=\"rgb(74, 174, 72)\" height=\"23.10555px\" id=\"dXUyXZJdm\" transform=\"translate(4.853 11.801)\" width=\"17.407590386398155px\"/><path d=\"M 25.476 8.46 C 24.341 6.176 22.65 4.213 20.56 2.752 C 18.47 1.29 16.047 0.376 13.512 0.094 C 10.977 -0.189 8.412 0.169 6.052 1.135 C 3.691 2.1 1.61 3.642 0 5.62 L 5.069 14.399 C 5.277 12.774 6.065 11.278 7.288 10.187 C 8.511 9.096 10.086 8.483 11.725 8.46 Z\" fill=\"rgb(234, 57, 57)\" height=\"14.39940278024794px\" id=\"E4NmsV7m0\" transform=\"translate(8.105 4.852)\" width=\"25.475899999999996px\"/><path d=\"M 0.977 20.465 C 4.776 20.465 8.412 19.04 11.213 16.454 C 14.024 13.865 15.746 10.304 16.029 6.492 C 16.192 4.286 15.871 2.07 15.09 0 L 5.175 0 C 6.001 0.653 6.667 1.486 7.124 2.435 C 7.581 3.384 7.817 4.424 7.812 5.478 C 7.802 7.026 7.278 8.527 6.321 9.745 L 0 20.435 C 0.326 20.455 0.654 20.465 0.977 20.465 Z\" fill=\"rgb(254, 209, 75)\" height=\"20.465099999999993px\" id=\"wlGAIMOjp\" transform=\"translate(18.93 14.672)\" width=\"16.070271948115955px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JG6Qr framer-pq3cv2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z\" fill=\"rgb(87, 113, 243)\" height=\"35px\" id=\"Afccad7f4\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 22.303 2.71 L 10.14 17.914 C 9.28 18.989 7.704 19.148 6.647 18.267 L 0 12.728 L 2.778 9.395 L 7.951 13.705 L 18.915 0 Z\" fill=\"rgb(243, 180, 56)\" height=\"18.83655766443358px\" id=\"HDq4K9XkG\" transform=\"translate(11.882 6.537)\" width=\"22.302924999999973px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JraHX framer-xzokxg\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z&quot; fill=&quot;rgb(87, 113, 243)&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z\" fill=\"rgb(0, 0, 0)\" height=\"35px\" id=\"rRbbSUnTk\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 0 0 L 2.604 0 L 2.604 7.824 L 0 7.824 Z M 14.883 0 L 10.418 0 L 10.418 2.489 L 12.279 2.489 L 12.279 7.824 L 14.883 7.824 L 14.883 2.489 L 16.743 2.489 L 16.743 0 Z M 21.953 0 L 17.488 0 L 17.488 2.489 L 19.348 2.489 L 19.348 7.824 L 21.953 7.824 L 21.953 2.489 L 23.813 2.489 L 23.813 0 Z M 29.022 0 L 24.557 0 L 24.557 2.489 L 26.418 2.489 L 26.418 7.824 L 29.022 7.824 L 29.022 2.489 L 30.882 2.489 L 30.882 0 Z M 9.674 2.489 L 9.674 0 L 3.721 0 L 3.721 7.824 L 6.325 7.824 L 6.325 5.69 L 8.558 5.69 L 8.558 3.201 L 6.325 3.201 L 6.325 2.489 Z\" fill=\"rgb(255, 255, 255)\" height=\"7.823525px\" id=\"Do_qRMXii\" transform=\"translate(4.559 16.088)\" width=\"30.882274002075206px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-VuQv6 framer-1urm1ba\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z&quot; fill=&quot;rgb(0, 0, 0)&quot; height=&quot;35px&quot; id=&quot;rRbbSUnTk&quot; transform=&quot;transl..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735 26.741 34.147 29.699 31.407 L 24.061 27.039 C 22.552 28.092 20.527 28.826 17.867 28.826 C 13.142 28.826 9.132 25.709 7.702 21.401 L 7.493 21.419 L 1.978 25.687 L 1.906 25.888 C 4.844 31.725 10.879 35.735 17.867 35.735 Z M 7.703 21.401 C 7.326 20.289 7.107 19.098 7.107 17.867 C 7.107 16.636 7.326 15.445 7.683 14.333 L 7.673 14.097 L 2.089 9.76 L 1.906 9.847 C 0.695 12.269 0 14.989 0 17.867 C 0 20.746 0.695 23.466 1.906 25.888 Z M 17.867 6.909 C 21.222 6.909 23.485 8.358 24.776 9.569 L 29.818 4.645 C 26.721 1.767 22.691 0 17.867 0 C 10.879 0 4.844 4.01 1.906 9.847 L 7.683 14.333 C 9.132 10.025 13.142 6.909 17.867 6.909 Z\" fill=\"transparent\" height=\"35.73507604370117px\" id=\"A5p5iacPS\" transform=\"translate(2.482 2.529)\" width=\"35.01930912971494px\"><path d=\"M 17.152 3.653 C 17.152 2.184 17.034 1.112 16.775 0 L 0 0 L 0 6.631 L 9.847 6.631 C 9.648 8.278 8.576 10.76 6.194 12.428 L 6.161 12.65 L 11.465 16.758 L 11.832 16.795 C 15.207 13.678 17.152 9.092 17.152 3.653 Z\" fill=\"rgb(66, 133, 244)\" height=\"16.79505px\" id=\"hazjuzl4D\" transform=\"translate(17.867 14.612)\" width=\"17.152499999999975px\"/><path d=\"M 15.961 14.334 C 20.786 14.334 24.835 12.745 27.794 10.006 L 22.155 5.638 C 20.647 6.69 18.622 7.425 15.961 7.425 C 11.237 7.425 7.226 4.308 5.797 0 L 5.587 0.018 L 0.072 4.286 L 0 4.487 C 2.938 10.323 8.973 14.334 15.961 14.334 Z\" fill=\"rgb(52, 168, 83)\" height=\"14.333849999999998px\" id=\"MOyFzFYGT\" transform=\"translate(1.906 21.401)\" width=\"27.793550000000025px\"/><path d=\"M 7.703 11.641 C 7.326 10.529 7.107 9.338 7.107 8.107 C 7.107 6.876 7.326 5.685 7.683 4.574 L 7.673 4.337 L 2.089 0 L 1.906 0.087 C 0.695 2.509 0 5.229 0 8.107 C 0 10.986 0.695 13.706 1.906 16.128 Z\" fill=\"rgb(251, 188, 5)\" height=\"16.127724999999998px\" id=\"Ordrjk4RE\" transform=\"translate(0 9.76)\" width=\"7.70271000000001px\"/><path d=\"M 15.962 6.909 C 19.317 6.909 21.58 8.358 22.87 9.569 L 27.913 4.645 C 24.816 1.767 20.786 0 15.962 0 C 8.973 0 2.938 4.01 0 9.847 L 5.777 14.333 C 7.226 10.025 11.237 6.909 15.962 6.909 Z\" fill=\"rgb(235, 67, 53)\" height=\"14.333424999999998px\" id=\"xFel6wD3I\" transform=\"translate(1.906 0)\" width=\"27.912800000000004px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-dhuHs framer-4e76ky\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z\" fill=\"rgb(0, 131, 45)\" height=\"12.0197px\" id=\"tcj4DgdjC\" transform=\"translate(22.679 14.438)\" width=\"7.85717499999997px\"/><path d=\"M 0 1.072 L 0 6.25 C 0 7.434 0.959 8.393 2.143 8.393 L 7.321 8.393 L 8.393 4.479 L 7.321 1.072 L 3.768 0 Z\" fill=\"rgb(0, 102, 218)\" height=\"8.392775px\" id=\"HEptSc_tY\" transform=\"translate(5 24.821)\" width=\"8.392849999999967px\"/><path d=\"M 7.321 0 L 0 7.321 L 3.768 8.393 L 7.321 7.321 L 8.375 3.959 Z\" fill=\"rgb(233, 66, 53)\" height=\"8.392850000000001px\" id=\"ePf3ih9Xy\" transform=\"translate(5 7.5)\" width=\"8.374999999999986px\"/><path d=\"M 7.321 0 L 0 0 L 0 11.072 L 7.321 11.072 Z\" fill=\"rgb(38, 132, 252)\" height=\"11.071525000000001px\" id=\"OSTWtV6ho\" transform=\"translate(5 14.821)\" width=\"7.321425000000019px\"/><path d=\"M 22.177 0.245 L 17.5 4.083 L 17.5 16.102 L 22.196 19.954 C 22.9 20.504 23.929 20.002 23.929 19.109 L 23.929 1.074 C 23.929 0.168 22.877 -0.328 22.177 0.245 Z M 10.357 10.002 L 10.357 15.538 L 0 15.538 L 0 22.859 L 15.357 22.859 C 16.541 22.859 17.5 21.9 17.5 20.716 L 17.5 16.102 Z\" fill=\"rgb(0, 172, 71)\" height=\"22.85933221130371px\" id=\"HMMbuVzLv\" transform=\"translate(12.321 10.355)\" width=\"23.928574386596708px\"/><path d=\"M 15.357 0 L 0 0 L 0 7.321 L 10.357 7.321 L 10.357 12.857 L 17.5 6.938 L 17.5 2.143 C 17.5 0.959 16.541 0 15.357 0 Z\" fill=\"rgb(255, 186, 0)\" height=\"12.85715px\" id=\"K8jwW_k3w\" transform=\"translate(12.321 7.5)\" width=\"17.500075000000024px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6xtrf framer-1bdgcq7\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z&quot; fill=&quot;rgb(0, 131, 45)&quot; height=&quot;12.0197px&quot; id=&quot;tcj4DgdjC&quot; transform=&quot;translate(22.679 14.438)&quot; width=&quot;7.85717499999997px&quot;/&gt;&lt;path d=&q..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"wVbgUYryV-1375443430-linear-gradient\" x1=\"0.9769661142347362\" x2=\"0.023033885765263773\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient><linearGradient id=\"sOLbpgBtF-1375443430-linear-gradient\" x1=\"0.00934841435420597\" x2=\"0.990651585645794\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient></defs><path d=\"M 39.516 18.88 L 21.722 1.668 L 19.998 0 L 6.603 12.957 L 0.478 18.88 C 0.172 19.178 0 19.58 0 20 C 0 20.42 0.172 20.822 0.478 21.12 L 12.715 32.957 L 19.998 40 L 33.391 27.043 L 33.599 26.843 L 39.516 21.129 C 39.669 20.981 39.791 20.806 39.874 20.613 C 39.957 20.42 40 20.213 40 20.004 C 40 19.795 39.957 19.589 39.874 19.396 C 39.791 19.203 39.669 19.028 39.516 18.88 Z M 19.998 25.914 L 13.884 20 L 19.998 14.086 L 26.11 20 Z\" fill=\"rgb(38, 132, 255)\" height=\"40px\" id=\"lkqki78xX\" width=\"40px\"/><path d=\"M 13.423 14.038 C 11.5 12.178 10.416 9.658 10.407 7.028 C 10.399 4.397 11.467 1.871 13.378 0 L 0 12.936 L 7.281 19.979 Z\" fill=\"url(%23wVbgUYryV-1375443430-linear-gradient)\" height=\"19.97858225px\" id=\"wVbgUYryV\" transform=\"translate(6.574 0.048)\" width=\"13.422624999999968px\"/><path d=\"M 6.129 0 L 0 5.93 C 1.93 7.798 3.014 10.331 3.014 12.971 C 3.014 15.612 1.93 18.145 0 20.012 L 13.415 7.043 Z\" fill=\"url(%23sOLbpgBtF-1375443430-linear-gradient)\" height=\"20.012425px\" id=\"sOLbpgBtF\" transform=\"translate(19.998 19.984)\" width=\"13.415324999999996px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-mju2Y framer-1w49hln\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;wVbgUYryV-1375443430-linear-gradient&quot; x1=&quot;0.9769661142347362&quot; x2=&quot;0.023033885765263773&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(0, 82, 204)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z\" fill=\"transparent\" height=\"35px\" id=\"IUOdo4gnY\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z\" fill=\"rgb(255, 74, 0)\" height=\"35px\" id=\"i6qswQfhy\" width=\"35px\"/><path d=\"M 0 5 L 0 0 L 25 0 L 25 5 Z\" fill=\"rgb(255, 255, 255)\" height=\"5px\" id=\"epYu591Vn\" transform=\"translate(5 25)\" width=\"25px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6b5mO framer-1nn8u6v\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z&quot; fill=&quot;transparent&quot; height=&quot;35px&quot; id=&quot;IUOdo4gnY&quot; transform=&quot;translate(..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-1xg5pqp\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.5714285714285714\" cy=\"0.5789114285714286\" gradient-transform=\"translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)\" id=\"YbnqSGUBj-4027972285-radial-gradient\" r=\"0.66263\"><stop offset=\"0\" stop-color=\"rgb(255, 185, 0)\"/><stop offset=\"1\" stop-color=\"rgb(249, 83, 83)\"/></radialGradient></defs><path d=\"M 27.389 19.706 C 23.184 19.706 19.776 23.129 19.776 27.352 C 19.776 31.576 23.184 35 27.389 35 C 31.592 35 35 31.576 35 27.352 C 35 23.129 31.592 19.706 27.389 19.706 Z M 7.612 19.706 C 3.408 19.706 0 23.129 0 27.353 C 0 31.576 3.408 35 7.612 35 C 11.816 35 15.224 31.576 15.224 27.353 C 15.224 23.129 11.816 19.706 7.612 19.706 Z M 25.112 7.647 C 25.112 11.87 21.704 15.295 17.5 15.295 C 13.296 15.295 9.888 11.87 9.888 7.647 C 9.888 3.424 13.296 0 17.5 0 C 21.704 0 25.112 3.424 25.112 7.647 Z\" fill=\"url(%23YbnqSGUBj-4027972285-radial-gradient)\" height=\"35px\" id=\"YbnqSGUBj\" transform=\"translate(2.5 2.5)\" width=\"35.00000124816893px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-ZyqhO framer-27b44c\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;radialGradient cx=&quot;0.5714285714285714&quot; cy=&quot;0.5789114285714286&quot; gradient-transform=&quot;translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)&quot; id=&quot;YbnqSGUBj-4027972285-radial-gradie..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-1laxb9g\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-eqavdq\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z\" fill=\"rgb(255, 255, 255)\" height=\"17.142975px\" id=\"U__xaa5EX\" transform=\"translate(11.429 11.429)\" width=\"17.14292499999999px\"/><path d=\"M 1.178 8.04 C 0.609 7.684 0.215 7.165 0 6.478 L 1.321 5.974 C 1.441 6.397 1.65 6.724 1.949 6.957 C 2.246 7.189 2.607 7.304 3.03 7.304 C 3.462 7.304 3.833 7.182 4.143 6.939 C 4.453 6.696 4.609 6.386 4.609 6.011 C 4.609 5.627 4.446 5.314 4.118 5.071 C 3.791 4.828 3.38 4.707 2.889 4.707 L 2.126 4.707 L 2.126 3.497 L 2.811 3.497 C 3.233 3.497 3.589 3.391 3.878 3.18 C 4.168 2.969 4.312 2.68 4.312 2.312 C 4.312 1.984 4.183 1.724 3.924 1.528 C 3.665 1.333 3.338 1.234 2.94 1.234 C 2.552 1.234 2.244 1.329 2.015 1.521 C 1.787 1.714 1.616 1.957 1.517 2.227 L 0.209 1.724 C 0.382 1.27 0.7 0.868 1.167 0.521 C 1.633 0.174 2.229 0 2.952 0 C 3.486 0 3.968 0.095 4.394 0.287 C 4.82 0.479 5.155 0.745 5.397 1.083 C 5.639 1.423 5.759 1.803 5.759 2.226 C 5.759 2.657 5.646 3.021 5.422 3.321 C 5.197 3.62 4.921 3.849 4.594 4.009 L 4.594 4.081 C 5.017 4.243 5.384 4.507 5.656 4.847 C 5.932 5.191 6.071 5.601 6.071 6.08 C 6.071 6.559 5.939 6.987 5.677 7.362 C 5.414 7.737 5.051 8.033 4.59 8.247 C 4.128 8.462 3.608 8.571 3.032 8.571 C 2.364 8.573 1.747 8.395 1.178 8.04 Z M 9.291 1.976 L 7.841 2.946 L 7.116 1.928 L 9.717 0.192 L 10.714 0.192 L 10.714 8.381 L 9.291 8.381 Z\" fill=\"rgb(66, 133, 244)\" height=\"8.57141315522756px\" id=\"sPvNpecE7\" transform=\"translate(13.571 15.714)\" width=\"10.714275313568123px\"/><path d=\"M 17.143 0 L 0 0 L 0 6.428 L 17.143 6.428 Z\" fill=\"rgb(52, 168, 83)\" height=\"6.4285px\" id=\"i4OgtLgZw\" transform=\"translate(11.429 28.572)\" width=\"17.14292499999999px\"/><path d=\"M 23.571 0 L 2.438 0 C 1.091 0 0 1.091 0 2.438 L 0 23.572 L 6.429 23.572 L 6.429 6.429 L 23.571 6.429 Z\" fill=\"rgb(66, 133, 244)\" height=\"23.5715px\" id=\"Ow5oI_W8O\" transform=\"translate(5 5)\" width=\"23.571499999999972px\"/><path d=\"M 0 0 L 0 4.286 C 0 5.47 0.959 6.428 2.143 6.428 L 6.429 6.428 L 6.429 0 Z\" fill=\"rgb(24, 128, 56)\" height=\"6.4285px\" id=\"yIdb_pVEx\" transform=\"translate(5 28.572)\" width=\"6.428574999999981px\"/><path d=\"M 6.429 0 L 0 0 L 0 17.143 L 6.429 17.143 Z\" fill=\"rgb(251, 188, 4)\" height=\"17.142975px\" id=\"cuS9Dd8V4\" transform=\"translate(28.571 11.429)\" width=\"6.428500000000028px\"/><path d=\"M 6.429 6.429 L 6.429 2.143 C 6.429 0.959 5.47 0 4.286 0 L 0 0 L 0 6.429 Z\" fill=\"rgb(25, 103, 210)\" height=\"6.428575px\" id=\"Vj98vYFsM\" transform=\"translate(28.571 5)\" width=\"6.428500000000028px\"/><path d=\"M 0 6.428 L 6.429 0 L 0 0 Z\" fill=\"rgb(234, 67, 53)\" height=\"6.4285px\" id=\"JMFzTSc2q\" transform=\"translate(28.571 28.572)\" width=\"6.428500000000028px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1znME framer-1fo553h\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z&quot; fill=&quot;rgb(255, 255, 255)&quot; height=&quot;17.142975px&quot; id=&quot;U__xaa5EX&quot; transform=&quot;translate(11.429 11.429)&quot; width=&quot;17.14292499999999px&quot;/&gt;&lt;path d=&quot;M 1.178 8.04 C 0.60..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-3a05d5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.461 C 21.062 7.268 20.425 6.902 20.188 6.761 C 20.022 6.67 19.835 6.623 19.646 6.625 C 19.456 6.628 19.271 6.679 19.107 6.774 C 18.939 6.872 7.739 13.378 7.365 13.591 C 6.915 13.848 6.362 13.853 5.916 13.591 L 0 10.12 L 0 13.071 C 1.438 13.918 5.02 16.024 5.887 16.519 C 6.405 16.813 6.901 16.807 7.402 16.516 M 7.401 22.095 C 8.011 21.739 21.12 14.121 21.419 13.944 C 21.719 13.77 21.735 13.234 21.398 13.04 C 21.062 12.847 20.425 12.481 20.188 12.34 C 20.022 12.249 19.835 12.202 19.646 12.205 C 19.456 12.207 19.271 12.258 19.107 12.354 C 18.939 12.452 7.739 18.957 7.365 19.17 C 6.915 19.428 6.362 19.432 5.916 19.17 L 0 15.699 L 0 18.65 C 1.438 19.497 5.02 21.603 5.887 22.099 C 6.405 22.393 6.901 22.386 7.402 22.095 M 7.401 28.023 C 8.011 27.667 21.12 20.049 21.419 19.872 C 21.719 19.698 21.735 19.162 21.398 18.968 C 21.062 18.775 20.425 18.409 20.188 18.268 C 20.022 18.177 19.835 18.13 19.646 18.132 C 19.456 18.135 19.271 18.186 19.107 18.281 C 18.939 18.379 7.739 24.885 7.365 25.098 C 6.915 25.356 6.362 25.36 5.916 25.098 L 0 21.627 L 0 24.578 C 1.438 25.425 5.02 27.531 5.887 28.026 C 6.405 28.321 6.901 28.314 7.402 28.023\" fill=\"transparent\" height=\"35px\" id=\"kDHKSb9nL\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z\" fill=\"rgb(228, 67, 50)\" height=\"35px\" id=\"AhNEownM7\" width=\"35px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111770973626165px\" id=\"oGeVxda20\" transform=\"translate(0 6.625)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111724492781264px\" id=\"WrmlAExAo\" transform=\"translate(0 12.205)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.277 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111789840052086px\" id=\"kTRSzU3UI\" transform=\"translate(0 18.132)\" width=\"21.647589028608884px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1pIe7 framer-n770se\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.46..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.933 5.555 24.933 C 7.354 25.06 8.308 26.781 8.308 26.781 C 9.91 29.524 12.506 28.727 13.528 28.275 C 13.685 27.115 14.157 26.328 14.669 25.876 C 10.687 25.424 6.489 23.88 6.489 17.008 C 6.489 15.052 7.187 13.449 8.337 12.191 C 8.15 11.739 7.541 9.91 8.514 7.442 C 8.514 7.442 10.018 6.961 13.449 9.281 C 14.885 8.888 16.418 8.681 17.942 8.681 C 19.466 8.691 21 8.888 22.435 9.281 C 25.857 6.961 27.361 7.442 27.361 7.442 C 28.334 9.91 27.724 11.739 27.538 12.191 C 28.688 13.449 29.386 15.052 29.386 17.008 C 29.386 23.9 25.188 25.414 21.197 25.857 C 21.836 26.417 22.416 27.508 22.416 29.18 C 22.416 31.578 22.396 33.515 22.396 34.105 C 22.396 34.587 22.721 35.137 23.625 34.971 C 30.753 32.591 35.885 25.876 35.885 17.942 C 35.885 8.032 27.852 0 17.942 0 Z\" fill=\"rgb(24, 22, 22)\" height=\"35.00102784180767px\" id=\"rtF1p73Kd\" transform=\"translate(2.5 2.5)\" width=\"35.884750000000025px\"/><path d=\"M 0.477 0.296 C 0.438 0.384 0.3 0.414 0.172 0.355 C 0.044 0.296 -0.034 0.178 0.015 0.089 C 0.054 0.001 0.192 -0.028 0.32 0.031 C 0.447 0.089 0.526 0.207 0.477 0.296 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"AFOW5DwsU\" transform=\"translate(8.816 27.962)\" width=\"1px\"/><path d=\"M 0.468 0.493 C 0.379 0.572 0.212 0.532 0.104 0.414 C -0.014 0.287 -0.033 0.12 0.055 0.041 C 0.143 -0.038 0.301 0.002 0.419 0.12 C 0.537 0.247 0.556 0.414 0.468 0.493 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"MMefchr19\" transform=\"translate(9.553 28.581)\" width=\"1px\"/><path d=\"M 0.484 0.623 C 0.376 0.701 0.199 0.632 0.081 0.465 C -0.027 0.308 -0.027 0.111 0.081 0.033 C 0.189 -0.046 0.366 0.023 0.484 0.18 C 0.602 0.347 0.602 0.544 0.484 0.623 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"FDTwXV7Cf\" transform=\"translate(10.245 29.484)\" width=\"1px\"/><path d=\"M 0.614 0.596 C 0.516 0.704 0.309 0.675 0.152 0.527 C -0.005 0.38 -0.045 0.173 0.054 0.065 C 0.152 -0.043 0.368 -0.014 0.516 0.134 C 0.673 0.291 0.712 0.498 0.614 0.596 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"Ngjw48CdL\" transform=\"translate(11.088 30.504)\" width=\"1px\"/><path d=\"M 0.754 0.385 C 0.715 0.523 0.509 0.591 0.302 0.532 C 0.096 0.473 -0.032 0.306 0.007 0.169 C 0.046 0.031 0.253 -0.038 0.459 0.021 C 0.656 0.08 0.794 0.247 0.754 0.385 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I95FIwbuc\" transform=\"translate(12.285 31.295)\" width=\"1px\"/><path d=\"M 0.777 0.265 C 0.787 0.413 0.61 0.541 0.393 0.541 C 0.177 0.551 0.01 0.423 0 0.275 C 0 0.128 0.167 0 0.383 0 C 0.6 0 0.777 0.118 0.777 0.265 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"NOXjMQHSW\" transform=\"translate(13.727 31.522)\" width=\"1px\"/><path d=\"M 0.761 0.206 C 0.79 0.354 0.643 0.501 0.426 0.54 C 0.22 0.58 0.023 0.491 0.004 0.344 C -0.026 0.196 0.131 0.049 0.338 0.009 C 0.544 -0.03 0.731 0.059 0.761 0.206 Z\" fill=\"rgb(24, 22, 22)\" height=\"1px\" id=\"I5_xctdnH\" transform=\"translate(15.11 31.356)\" width=\"1px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-TgaPc framer-9dodr4\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.942 0 C 8.032 0 0 8.032 0 17.942 C 0 25.867 5.142 32.591 12.27 34.971 C 13.164 35.137 13.499 34.577 13.499 34.105 C 13.499 33.673 13.479 32.267 13.479 30.763 C 8.485 31.844 7.433 28.649 7.433 28.649 C 6.617 26.574 5.437 26.024 5.437 26.024 C 3.805 24.913 5.555 24.9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9.294 C 8.272 10.315 6.888 10.889 5.445 10.891 Z\" fill=\"rgb(66, 133, 244)\" height=\"10.89085px\" id=\"XFVtv8phx\" transform=\"translate(14.523 14.672)\" width=\"10.890800000000027px\"/><path d=\"M 17.408 14.73 C 16.272 15.142 15.048 15.251 13.857 15.046 C 12.667 14.842 11.55 14.33 10.617 13.562 C 9.612 12.732 8.861 11.636 8.449 10.4 L 8.447 10.392 L 2.445 0 C 0.293 3.293 -0.48 7.3 0.292 11.157 C 0.671 13.106 1.433 14.96 2.534 16.612 C 3.634 18.265 5.052 19.682 6.704 20.783 C 8.438 21.949 10.397 22.74 12.455 23.106 L 17.408 14.731 Z\" fill=\"rgb(74, 174, 72)\" height=\"23.10555px\" id=\"dXUyXZJdm\" transform=\"translate(4.853 11.801)\" width=\"17.407590386398155px\"/><path d=\"M 25.476 8.46 C 24.341 6.176 22.65 4.213 20.56 2.752 C 18.47 1.29 16.047 0.376 13.512 0.094 C 10.977 -0.189 8.412 0.169 6.052 1.135 C 3.691 2.1 1.61 3.642 0 5.62 L 5.069 14.399 C 5.277 12.774 6.065 11.278 7.288 10.187 C 8.511 9.096 10.086 8.483 11.725 8.46 Z\" fill=\"rgb(234, 57, 57)\" height=\"14.39940278024794px\" id=\"E4NmsV7m0\" transform=\"translate(8.105 4.852)\" width=\"25.475899999999996px\"/><path d=\"M 0.977 20.465 C 4.776 20.465 8.412 19.04 11.213 16.454 C 14.024 13.865 15.746 10.304 16.029 6.492 C 16.192 4.286 15.871 2.07 15.09 0 L 5.175 0 C 6.001 0.653 6.667 1.486 7.124 2.435 C 7.581 3.384 7.817 4.424 7.812 5.478 C 7.802 7.026 7.278 8.527 6.321 9.745 L 0 20.435 C 0.326 20.455 0.654 20.465 0.977 20.465 Z\" fill=\"rgb(254, 209, 75)\" height=\"20.465099999999993px\" id=\"wlGAIMOjp\" transform=\"translate(18.93 14.672)\" width=\"16.070271948115955px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JG6Qr framer-pq3cv2\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.444 10.891 C 4 10.888 2.617 10.314 1.596 9.293 C 0.576 8.273 0.002 6.889 0 5.446 C 0.002 4.002 0.576 2.618 1.596 1.597 C 2.617 0.576 4.001 0.002 5.445 0 C 6.889 0.002 8.273 0.576 9.294 1.597 C 10.315 2.618 10.889 4.002 10.891 5.446 C 10.889 6.89 10.314 8.274 9.293 9..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z\" fill=\"rgb(87, 113, 243)\" height=\"35px\" id=\"Afccad7f4\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 22.303 2.71 L 10.14 17.914 C 9.28 18.989 7.704 19.148 6.647 18.267 L 0 12.728 L 2.778 9.395 L 7.951 13.705 L 18.915 0 Z\" fill=\"rgb(243, 180, 56)\" height=\"18.83655766443358px\" id=\"HDq4K9XkG\" transform=\"translate(11.882 6.537)\" width=\"22.302924999999973px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-JraHX framer-xzokxg\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.5 4.339 C 10.231 4.339 4.339 10.231 4.339 17.5 C 4.339 24.769 10.231 30.661 17.5 30.661 C 24.769 30.661 30.661 24.769 30.661 17.5 L 35 17.5 C 35 27.165 27.165 35 17.5 35 C 7.835 35 0 27.165 0 17.5 C 0 7.835 7.835 0 17.5 0 Z&quot; fill=&quot;rgb(87, 113, 243)&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z\" fill=\"rgb(0, 0, 0)\" height=\"35px\" id=\"rRbbSUnTk\" transform=\"translate(2.5 2.5)\" width=\"35px\"/><path d=\"M 0 0 L 2.604 0 L 2.604 7.824 L 0 7.824 Z M 14.883 0 L 10.418 0 L 10.418 2.489 L 12.279 2.489 L 12.279 7.824 L 14.883 7.824 L 14.883 2.489 L 16.743 2.489 L 16.743 0 Z M 21.953 0 L 17.488 0 L 17.488 2.489 L 19.348 2.489 L 19.348 7.824 L 21.953 7.824 L 21.953 2.489 L 23.813 2.489 L 23.813 0 Z M 29.022 0 L 24.557 0 L 24.557 2.489 L 26.418 2.489 L 26.418 7.824 L 29.022 7.824 L 29.022 2.489 L 30.882 2.489 L 30.882 0 Z M 9.674 2.489 L 9.674 0 L 3.721 0 L 3.721 7.824 L 6.325 7.824 L 6.325 5.69 L 8.558 5.69 L 8.558 3.201 L 6.325 3.201 L 6.325 2.489 Z\" fill=\"rgb(255, 255, 255)\" height=\"7.823525px\" id=\"Do_qRMXii\" transform=\"translate(4.559 16.088)\" width=\"30.882274002075206px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-VuQv6 framer-1urm1ba\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 4.941 35 C 2.212 35 0 32.788 0 30.059 L 0 4.941 C 0 2.212 2.212 0 4.941 0 L 30.059 0 C 32.788 0 35 2.212 35 4.941 L 35 30.059 C 35 32.788 32.788 35 30.059 35 Z&quot; fill=&quot;rgb(0, 0, 0)&quot; height=&quot;35px&quot; id=&quot;rRbbSUnTk&quot; transform=&quot;transl..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735 26.741 34.147 29.699 31.407 L 24.061 27.039 C 22.552 28.092 20.527 28.826 17.867 28.826 C 13.142 28.826 9.132 25.709 7.702 21.401 L 7.493 21.419 L 1.978 25.687 L 1.906 25.888 C 4.844 31.725 10.879 35.735 17.867 35.735 Z M 7.703 21.401 C 7.326 20.289 7.107 19.098 7.107 17.867 C 7.107 16.636 7.326 15.445 7.683 14.333 L 7.673 14.097 L 2.089 9.76 L 1.906 9.847 C 0.695 12.269 0 14.989 0 17.867 C 0 20.746 0.695 23.466 1.906 25.888 Z M 17.867 6.909 C 21.222 6.909 23.485 8.358 24.776 9.569 L 29.818 4.645 C 26.721 1.767 22.691 0 17.867 0 C 10.879 0 4.844 4.01 1.906 9.847 L 7.683 14.333 C 9.132 10.025 13.142 6.909 17.867 6.909 Z\" fill=\"transparent\" height=\"35.73507604370117px\" id=\"A5p5iacPS\" transform=\"translate(2.482 2.529)\" width=\"35.01930912971494px\"><path d=\"M 17.152 3.653 C 17.152 2.184 17.034 1.112 16.775 0 L 0 0 L 0 6.631 L 9.847 6.631 C 9.648 8.278 8.576 10.76 6.194 12.428 L 6.161 12.65 L 11.465 16.758 L 11.832 16.795 C 15.207 13.678 17.152 9.092 17.152 3.653 Z\" fill=\"rgb(66, 133, 244)\" height=\"16.79505px\" id=\"hazjuzl4D\" transform=\"translate(17.867 14.612)\" width=\"17.152499999999975px\"/><path d=\"M 15.961 14.334 C 20.786 14.334 24.835 12.745 27.794 10.006 L 22.155 5.638 C 20.647 6.69 18.622 7.425 15.961 7.425 C 11.237 7.425 7.226 4.308 5.797 0 L 5.587 0.018 L 0.072 4.286 L 0 4.487 C 2.938 10.323 8.973 14.334 15.961 14.334 Z\" fill=\"rgb(52, 168, 83)\" height=\"14.333849999999998px\" id=\"MOyFzFYGT\" transform=\"translate(1.906 21.401)\" width=\"27.793550000000025px\"/><path d=\"M 7.703 11.641 C 7.326 10.529 7.107 9.338 7.107 8.107 C 7.107 6.876 7.326 5.685 7.683 4.574 L 7.673 4.337 L 2.089 0 L 1.906 0.087 C 0.695 2.509 0 5.229 0 8.107 C 0 10.986 0.695 13.706 1.906 16.128 Z\" fill=\"rgb(251, 188, 5)\" height=\"16.127724999999998px\" id=\"Ordrjk4RE\" transform=\"translate(0 9.76)\" width=\"7.70271000000001px\"/><path d=\"M 15.962 6.909 C 19.317 6.909 21.58 8.358 22.87 9.569 L 27.913 4.645 C 24.816 1.767 20.786 0 15.962 0 C 8.973 0 2.938 4.01 0 9.847 L 5.777 14.333 C 7.226 10.025 11.237 6.909 15.962 6.909 Z\" fill=\"rgb(235, 67, 53)\" height=\"14.333424999999998px\" id=\"xFel6wD3I\" transform=\"translate(1.906 0)\" width=\"27.912800000000004px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-dhuHs framer-4e76ky\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 35.019 18.264 C 35.019 16.795 34.9 15.723 34.642 14.612 L 17.867 14.612 L 17.867 21.242 L 27.714 21.242 C 27.515 22.89 26.443 25.372 24.061 27.039 L 24.027 27.261 L 29.332 31.37 L 29.699 31.407 C 33.074 28.29 35.019 23.704 35.019 18.264 Z M 17.867 35.735 C 22.691 35.735..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z\" fill=\"rgb(0, 131, 45)\" height=\"12.0197px\" id=\"tcj4DgdjC\" transform=\"translate(22.679 14.438)\" width=\"7.85717499999997px\"/><path d=\"M 0 1.072 L 0 6.25 C 0 7.434 0.959 8.393 2.143 8.393 L 7.321 8.393 L 8.393 4.479 L 7.321 1.072 L 3.768 0 Z\" fill=\"rgb(0, 102, 218)\" height=\"8.392775px\" id=\"HEptSc_tY\" transform=\"translate(5 24.821)\" width=\"8.392849999999967px\"/><path d=\"M 7.321 0 L 0 7.321 L 3.768 8.393 L 7.321 7.321 L 8.375 3.959 Z\" fill=\"rgb(233, 66, 53)\" height=\"8.392850000000001px\" id=\"ePf3ih9Xy\" transform=\"translate(5 7.5)\" width=\"8.374999999999986px\"/><path d=\"M 7.321 0 L 0 0 L 0 11.072 L 7.321 11.072 Z\" fill=\"rgb(38, 132, 252)\" height=\"11.071525000000001px\" id=\"OSTWtV6ho\" transform=\"translate(5 14.821)\" width=\"7.321425000000019px\"/><path d=\"M 22.177 0.245 L 17.5 4.083 L 17.5 16.102 L 22.196 19.954 C 22.9 20.504 23.929 20.002 23.929 19.109 L 23.929 1.074 C 23.929 0.168 22.877 -0.328 22.177 0.245 Z M 10.357 10.002 L 10.357 15.538 L 0 15.538 L 0 22.859 L 15.357 22.859 C 16.541 22.859 17.5 21.9 17.5 20.716 L 17.5 16.102 Z\" fill=\"rgb(0, 172, 71)\" height=\"22.85933221130371px\" id=\"HMMbuVzLv\" transform=\"translate(12.321 10.355)\" width=\"23.928574386596708px\"/><path d=\"M 15.357 0 L 0 0 L 0 7.321 L 10.357 7.321 L 10.357 12.857 L 17.5 6.938 L 17.5 2.143 C 17.5 0.959 16.541 0 15.357 0 Z\" fill=\"rgb(255, 186, 0)\" height=\"12.85715px\" id=\"K8jwW_k3w\" transform=\"translate(12.321 7.5)\" width=\"17.500075000000024px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6xtrf framer-1bdgcq7\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 0 5.92 L 3.046 9.402 L 7.143 12.02 L 7.857 5.943 L 7.143 0 L 2.968 2.3 Z&quot; fill=&quot;rgb(0, 131, 45)&quot; height=&quot;12.0197px&quot; id=&quot;tcj4DgdjC&quot; transform=&quot;translate(22.679 14.438)&quot; width=&quot;7.85717499999997px&quot;/&gt;&lt;path d=&q..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"wVbgUYryV-1375443430-linear-gradient\" x1=\"0.9769661142347362\" x2=\"0.023033885765263773\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient><linearGradient id=\"sOLbpgBtF-1375443430-linear-gradient\" x1=\"0.00934841435420597\" x2=\"0.990651585645794\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0, 82, 204)\"/><stop offset=\"1\" stop-color=\"rgb(38, 132, 255)\"/></linearGradient></defs><path d=\"M 39.516 18.88 L 21.722 1.668 L 19.998 0 L 6.603 12.957 L 0.478 18.88 C 0.172 19.178 0 19.58 0 20 C 0 20.42 0.172 20.822 0.478 21.12 L 12.715 32.957 L 19.998 40 L 33.391 27.043 L 33.599 26.843 L 39.516 21.129 C 39.669 20.981 39.791 20.806 39.874 20.613 C 39.957 20.42 40 20.213 40 20.004 C 40 19.795 39.957 19.589 39.874 19.396 C 39.791 19.203 39.669 19.028 39.516 18.88 Z M 19.998 25.914 L 13.884 20 L 19.998 14.086 L 26.11 20 Z\" fill=\"rgb(38, 132, 255)\" height=\"40px\" id=\"lkqki78xX\" width=\"40px\"/><path d=\"M 13.423 14.038 C 11.5 12.178 10.416 9.658 10.407 7.028 C 10.399 4.397 11.467 1.871 13.378 0 L 0 12.936 L 7.281 19.979 Z\" fill=\"url(%23wVbgUYryV-1375443430-linear-gradient)\" height=\"19.97858225px\" id=\"wVbgUYryV\" transform=\"translate(6.574 0.048)\" width=\"13.422624999999968px\"/><path d=\"M 6.129 0 L 0 5.93 C 1.93 7.798 3.014 10.331 3.014 12.971 C 3.014 15.612 1.93 18.145 0 20.012 L 13.415 7.043 Z\" fill=\"url(%23sOLbpgBtF-1375443430-linear-gradient)\" height=\"20.012425px\" id=\"sOLbpgBtF\" transform=\"translate(19.998 19.984)\" width=\"13.415324999999996px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-mju2Y framer-1w49hln\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;wVbgUYryV-1375443430-linear-gradient&quot; x1=&quot;0.9769661142347362&quot; x2=&quot;0.023033885765263773&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(0, 82, 204)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z\" fill=\"transparent\" height=\"35px\" id=\"IUOdo4gnY\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z\" fill=\"rgb(255, 74, 0)\" height=\"35px\" id=\"i6qswQfhy\" width=\"35px\"/><path d=\"M 0 5 L 0 0 L 25 0 L 25 5 Z\" fill=\"rgb(255, 255, 255)\" height=\"5px\" id=\"epYu591Vn\" transform=\"translate(5 25)\" width=\"25px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-6b5mO framer-1nn8u6v\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 5 35 C 2.239 35 0 32.761 0 30 L 0 5 C 0 2.239 2.239 0 5 0 L 30 0 C 32.761 0 35 2.239 35 5 L 35 30 C 35 32.761 32.761 35 30 35 Z M 5 30 L 5 25 L 30 25 L 30 30 Z&quot; fill=&quot;transparent&quot; height=&quot;35px&quot; id=&quot;IUOdo4gnY&quot; transform=&quot;translate(..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 25.326 33.302 26.033 32.878 26.812 32.382 Z M 21.789 34.505 L 0.495 13.211 C 0.212 14.272 0.071 15.333 0 16.395 L 18.605 35 C 19.667 34.929 20.728 34.788 21.789 34.505 Z M 14.785 34.858 L 0.141 20.215 C 0.707 23.823 2.335 27.147 5.023 29.977 C 7.852 32.665 11.319 34.292 14.785 34.858 Z\" fill=\"rgb(94, 106, 210)\" height=\"34.99999669494629px\" id=\"FH5znFS62\" transform=\"translate(2.5 2.5)\" width=\"35px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-4SDOM framer-1xg5pqp\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 28.934 30.826 C 29.288 30.543 29.571 30.26 29.854 29.906 C 36.716 23.044 36.716 12.009 29.854 5.147 C 22.992 -1.716 11.885 -1.716 5.023 5.147 C 4.74 5.5 4.457 5.783 4.245 6.066 Z M 26.812 32.382 L 2.688 8.188 C 2.193 8.967 1.769 9.745 1.415 10.594 L 24.477 33.656 C 2..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.5714285714285714\" cy=\"0.5789114285714286\" gradient-transform=\"translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)\" id=\"YbnqSGUBj-4027972285-radial-gradient\" r=\"0.66263\"><stop offset=\"0\" stop-color=\"rgb(255, 185, 0)\"/><stop offset=\"1\" stop-color=\"rgb(249, 83, 83)\"/></radialGradient></defs><path d=\"M 27.389 19.706 C 23.184 19.706 19.776 23.129 19.776 27.352 C 19.776 31.576 23.184 35 27.389 35 C 31.592 35 35 31.576 35 27.352 C 35 23.129 31.592 19.706 27.389 19.706 Z M 7.612 19.706 C 3.408 19.706 0 23.129 0 27.353 C 0 31.576 3.408 35 7.612 35 C 11.816 35 15.224 31.576 15.224 27.353 C 15.224 23.129 11.816 19.706 7.612 19.706 Z M 25.112 7.647 C 25.112 11.87 21.704 15.295 17.5 15.295 C 13.296 15.295 9.888 11.87 9.888 7.647 C 9.888 3.424 13.296 0 17.5 0 C 21.704 0 25.112 3.424 25.112 7.647 Z\" fill=\"url(%23YbnqSGUBj-4027972285-radial-gradient)\" height=\"35px\" id=\"YbnqSGUBj\" transform=\"translate(2.5 2.5)\" width=\"35.00000124816893px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-ZyqhO framer-27b44c\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;radialGradient cx=&quot;0.5714285714285714&quot; cy=&quot;0.5789114285714286&quot; gradient-transform=&quot;translate(0.5714285714285714, 0.5789114285714286) scale(1 1) translate(-0.5714285714285714, -0.5789114285714286)&quot; id=&quot;YbnqSGUBj-4027972285-radial-gradie..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-1laxb9g\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7.789 30.023 L 26.712 28.885 C 27.807 28.821 27.934 28.129 27.934 27.304 L 27.934 8.607 C 27.934 7.781 27.628 7.342 26.957 7.406 L 7.184 8.607 C 6.451 8.671 6.211 9.045 6.211 9.866 Z M 24.89 10.875 C 25.012 11.447 24.89 12.013 24.34 12.082 L 23.429 12.273 L 23.429 26.168 C 22.635 26.612 21.908 26.866 21.302 26.866 C 20.325 26.866 20.08 26.549 19.352 25.602 L 13.387 15.87 L 13.387 25.285 L 15.275 25.73 C 15.275 25.73 15.275 26.867 13.754 26.867 L 9.554 27.121 C 9.432 26.867 9.554 26.233 9.982 26.111 L 11.077 25.793 L 11.077 13.347 L 9.555 13.22 C 9.433 12.649 9.739 11.829 10.588 11.766 L 15.092 11.448 L 21.302 21.307 L 21.302 12.585 L 19.719 12.394 C 19.596 11.701 20.08 11.193 20.691 11.134 Z M 1.889 1.402 L 19.23 0.075 C 21.357 -0.116 21.908 0.011 23.246 1.021 L 28.783 5.067 C 29.694 5.76 30 5.951 30 6.707 L 30 28.886 C 30 30.278 29.511 31.097 27.811 31.224 L 7.665 32.489 C 6.393 32.553 5.782 32.362 5.11 31.478 L 1.033 25.977 C 0.305 24.966 0 24.21 0 23.327 L 0 3.614 C 0 2.477 0.489 1.53 1.888 1.403 Z\" fill=\"rgb(0, 0, 0)\" height=\"32.500046440037295px\" id=\"ALR_4iZSM\" transform=\"translate(5 2.5)\" width=\"30px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-xQiJA framer-eqavdq\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 5.177 5.697 C 6.145 6.517 6.511 6.459 8.338 6.332 L 25.557 5.258 C 25.923 5.258 25.618 4.877 25.495 4.813 L 22.635 2.665 C 22.09 2.221 21.357 1.719 19.957 1.84 L 3.288 3.109 C 2.678 3.167 2.555 3.485 2.8 3.739 Z M 6.21 9.871 L 6.21 28.695 C 6.21 29.706 6.694 30.087 7...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z\" fill=\"rgb(255, 255, 255)\" height=\"17.142975px\" id=\"U__xaa5EX\" transform=\"translate(11.429 11.429)\" width=\"17.14292499999999px\"/><path d=\"M 1.178 8.04 C 0.609 7.684 0.215 7.165 0 6.478 L 1.321 5.974 C 1.441 6.397 1.65 6.724 1.949 6.957 C 2.246 7.189 2.607 7.304 3.03 7.304 C 3.462 7.304 3.833 7.182 4.143 6.939 C 4.453 6.696 4.609 6.386 4.609 6.011 C 4.609 5.627 4.446 5.314 4.118 5.071 C 3.791 4.828 3.38 4.707 2.889 4.707 L 2.126 4.707 L 2.126 3.497 L 2.811 3.497 C 3.233 3.497 3.589 3.391 3.878 3.18 C 4.168 2.969 4.312 2.68 4.312 2.312 C 4.312 1.984 4.183 1.724 3.924 1.528 C 3.665 1.333 3.338 1.234 2.94 1.234 C 2.552 1.234 2.244 1.329 2.015 1.521 C 1.787 1.714 1.616 1.957 1.517 2.227 L 0.209 1.724 C 0.382 1.27 0.7 0.868 1.167 0.521 C 1.633 0.174 2.229 0 2.952 0 C 3.486 0 3.968 0.095 4.394 0.287 C 4.82 0.479 5.155 0.745 5.397 1.083 C 5.639 1.423 5.759 1.803 5.759 2.226 C 5.759 2.657 5.646 3.021 5.422 3.321 C 5.197 3.62 4.921 3.849 4.594 4.009 L 4.594 4.081 C 5.017 4.243 5.384 4.507 5.656 4.847 C 5.932 5.191 6.071 5.601 6.071 6.08 C 6.071 6.559 5.939 6.987 5.677 7.362 C 5.414 7.737 5.051 8.033 4.59 8.247 C 4.128 8.462 3.608 8.571 3.032 8.571 C 2.364 8.573 1.747 8.395 1.178 8.04 Z M 9.291 1.976 L 7.841 2.946 L 7.116 1.928 L 9.717 0.192 L 10.714 0.192 L 10.714 8.381 L 9.291 8.381 Z\" fill=\"rgb(66, 133, 244)\" height=\"8.57141315522756px\" id=\"sPvNpecE7\" transform=\"translate(13.571 15.714)\" width=\"10.714275313568123px\"/><path d=\"M 17.143 0 L 0 0 L 0 6.428 L 17.143 6.428 Z\" fill=\"rgb(52, 168, 83)\" height=\"6.4285px\" id=\"i4OgtLgZw\" transform=\"translate(11.429 28.572)\" width=\"17.14292499999999px\"/><path d=\"M 23.571 0 L 2.438 0 C 1.091 0 0 1.091 0 2.438 L 0 23.572 L 6.429 23.572 L 6.429 6.429 L 23.571 6.429 Z\" fill=\"rgb(66, 133, 244)\" height=\"23.5715px\" id=\"Ow5oI_W8O\" transform=\"translate(5 5)\" width=\"23.571499999999972px\"/><path d=\"M 0 0 L 0 4.286 C 0 5.47 0.959 6.428 2.143 6.428 L 6.429 6.428 L 6.429 0 Z\" fill=\"rgb(24, 128, 56)\" height=\"6.4285px\" id=\"yIdb_pVEx\" transform=\"translate(5 28.572)\" width=\"6.428574999999981px\"/><path d=\"M 6.429 0 L 0 0 L 0 17.143 L 6.429 17.143 Z\" fill=\"rgb(251, 188, 4)\" height=\"17.142975px\" id=\"cuS9Dd8V4\" transform=\"translate(28.571 11.429)\" width=\"6.428500000000028px\"/><path d=\"M 6.429 6.429 L 6.429 2.143 C 6.429 0.959 5.47 0 4.286 0 L 0 0 L 0 6.429 Z\" fill=\"rgb(25, 103, 210)\" height=\"6.428575px\" id=\"Vj98vYFsM\" transform=\"translate(28.571 5)\" width=\"6.428500000000028px\"/><path d=\"M 0 6.428 L 6.429 0 L 0 0 Z\" fill=\"rgb(234, 67, 53)\" height=\"6.4285px\" id=\"JMFzTSc2q\" transform=\"translate(28.571 28.572)\" width=\"6.428500000000028px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1znME framer-1fo553h\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 17.143 0 L 0 0 L 0 17.143 L 17.143 17.143 Z&quot; fill=&quot;rgb(255, 255, 255)&quot; height=&quot;17.142975px&quot; id=&quot;U__xaa5EX&quot; transform=&quot;translate(11.429 11.429)&quot; width=&quot;17.14292499999999px&quot;/&gt;&lt;path d=&quot;M 1.178 8.04 C 0.60..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-3a05d5\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot;..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.461 C 21.062 7.268 20.425 6.902 20.188 6.761 C 20.022 6.67 19.835 6.623 19.646 6.625 C 19.456 6.628 19.271 6.679 19.107 6.774 C 18.939 6.872 7.739 13.378 7.365 13.591 C 6.915 13.848 6.362 13.853 5.916 13.591 L 0 10.12 L 0 13.071 C 1.438 13.918 5.02 16.024 5.887 16.519 C 6.405 16.813 6.901 16.807 7.402 16.516 M 7.401 22.095 C 8.011 21.739 21.12 14.121 21.419 13.944 C 21.719 13.77 21.735 13.234 21.398 13.04 C 21.062 12.847 20.425 12.481 20.188 12.34 C 20.022 12.249 19.835 12.202 19.646 12.205 C 19.456 12.207 19.271 12.258 19.107 12.354 C 18.939 12.452 7.739 18.957 7.365 19.17 C 6.915 19.428 6.362 19.432 5.916 19.17 L 0 15.699 L 0 18.65 C 1.438 19.497 5.02 21.603 5.887 22.099 C 6.405 22.393 6.901 22.386 7.402 22.095 M 7.401 28.023 C 8.011 27.667 21.12 20.049 21.419 19.872 C 21.719 19.698 21.735 19.162 21.398 18.968 C 21.062 18.775 20.425 18.409 20.188 18.268 C 20.022 18.177 19.835 18.13 19.646 18.132 C 19.456 18.135 19.271 18.186 19.107 18.281 C 18.939 18.379 7.739 24.885 7.365 25.098 C 6.915 25.356 6.362 25.36 5.916 25.098 L 0 21.627 L 0 24.578 C 1.438 25.425 5.02 27.531 5.887 28.026 C 6.405 28.321 6.901 28.314 7.402 28.023\" fill=\"transparent\" height=\"35px\" id=\"kDHKSb9nL\" transform=\"translate(2.5 2.5)\" width=\"35px\"><path d=\"M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z\" fill=\"rgb(228, 67, 50)\" height=\"35px\" id=\"AhNEownM7\" width=\"35px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111770973626165px\" id=\"oGeVxda20\" transform=\"translate(0 6.625)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.276 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111724492781264px\" id=\"WrmlAExAo\" transform=\"translate(0 12.205)\" width=\"21.647589028608884px\"/><path d=\"M 7.401 9.891 C 8.011 9.534 21.12 1.916 21.419 1.74 C 21.719 1.566 21.735 1.029 21.398 0.835 C 21.062 0.643 20.425 0.277 20.188 0.136 C 20.022 0.045 19.835 -0.002 19.646 0 C 19.456 0.002 19.271 0.054 19.107 0.149 C 18.939 0.247 7.739 6.752 7.365 6.966 C 6.915 7.223 6.362 7.227 5.916 6.966 L 0 3.494 L 0 6.445 C 1.438 7.293 5.02 9.398 5.887 9.894 C 6.405 10.188 6.901 10.182 7.402 9.891\" fill=\"rgb(248, 250, 252)\" height=\"10.111789840052086px\" id=\"kTRSzU3UI\" transform=\"translate(0 18.132)\" width=\"21.647589028608884px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-1pIe7 framer-n770se\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 30.625 0 L 4.375 0 C 1.963 0.005 0.008 1.96 0 4.375 L 0 30.625 C 0 33.031 1.968 35 4.375 35 L 30.625 35 C 33.032 35 35 33.031 35 30.625 L 35 4.375 C 35 1.969 33.032 0 30.625 0 Z M 7.401 16.516 C 8.011 16.16 21.12 8.542 21.419 8.365 C 21.719 8.191 21.735 7.655 21.398 7.46..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 24.509 18.435 C 24.494 15.576 25.787 13.419 28.404 11.83 C 26.939 9.735 24.727 8.583 21.807 8.357 C 19.042 8.139 16.02 9.969 14.914 9.969 C 13.746 9.969 11.067 8.435 8.964 8.435 C 4.618 8.505 0 11.9 0 18.808 C 0 20.849 0.374 22.957 1.121 25.132 C 2.118 27.991 5.716 35 9.47 34.883 C 11.433 34.836 12.819 33.489 15.374 33.489 C 17.85 33.489 19.136 34.883 21.324 34.883 C 25.109 34.829 28.364 28.458 29.315 25.592 C 24.237 23.201 24.509 18.583 24.509 18.435 Z M 20.101 5.646 C 22.227 3.123 22.033 0.826 21.97 0 C 20.093 0.109 17.921 1.277 16.682 2.718 C 15.319 4.26 14.517 6.168 14.688 8.318 C 16.721 8.474 18.575 7.43 20.101 5.646 Z\" fill=\"rgb(0, 0, 0)\" height=\"34.88469011790148px\" id=\"UlQA4h9lO\" transform=\"translate(5 2.5)\" width=\"29.31474999999999px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img data-framer-name=\"Apple\" alt class=\"framer-S7pXO framer-ba0wax\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 24.509 18.435 C 24.494 15.576 25.787 13.419 28.404 11.83 C 26.939 9.735 24.727 8.583 21.807 8.357 C 19.042 8.139 16.02 9.969 14.914 9.969 C 13.746 9.969 11.067 8.435 8.964 8.435 C 4.618 8.505 0 11.9 0 18.808 C 0 20.849 0.374 22.957 1.121 25.13..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C 35.562 0.647 32.141 -1.064 29.743 0.734 Z M 8.082 12.938 L 8.082 2.431 L 17.781 9.705 L 27.48 2.431 L 27.48 12.938 L 17.781 20.212 Z M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"transparent\" height=\"26.67849842529297px\" id=\"iYuzaSdOl\" transform=\"translate(2.5 7.5)\" width=\"35.56224967956544px\"><path d=\"M 2.425 19.802 L 8.082 19.802 L 8.082 6.062 L 0 0 L 0 17.377 C 0 18.717 1.085 19.802 2.425 19.802 Z\" fill=\"rgb(66, 133, 244)\" height=\"19.801675000000003px\" id=\"SbILs6NfQ\" transform=\"translate(0 6.877)\" width=\"8.08237499999997px\"/><path d=\"M 0 19.802 L 5.658 19.802 C 6.998 19.802 8.083 18.717 8.083 17.377 L 8.083 0 L 0 6.062 Z\" fill=\"rgb(52, 168, 83)\" height=\"19.801675000000003px\" id=\"AkQiEnKuW\" transform=\"translate(27.48 6.877)\" width=\"8.08250000000001px\"/><path d=\"M 0 2.431 L 0 12.938 L 8.083 6.877 L 8.083 3.644 C 8.083 0.647 4.661 -1.064 2.263 0.734 Z\" fill=\"rgb(251, 188, 4)\" height=\"12.938323524709803px\" id=\"xH39tBOUo\" transform=\"translate(27.48 0)\" width=\"8.08250000000001px\"/><path d=\"M 0 10.507 L 0 0 L 9.699 7.274 L 19.398 0 L 19.398 10.507 L 9.699 17.781 Z\" fill=\"rgb(234, 67, 53)\" height=\"17.781225px\" id=\"zJvKgqezJ\" transform=\"translate(8.082 2.431)\" width=\"19.397725000000037px\"/><path d=\"M 0 3.644 L 0 6.877 L 8.082 12.938 L 8.082 2.431 L 5.819 0.734 C 3.421 -1.064 0 0.647 0 3.644 Z\" fill=\"rgb(197, 34, 31)\" height=\"12.938323524709805px\" id=\"t1TAXkGJ_\" transform=\"translate(0 0)\" width=\"8.08237499999997px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-vX8Xa framer-13jrw0a\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 2.425 26.678 L 8.082 26.678 L 8.082 12.939 L 0 6.877 L 0 24.254 C 0 25.593 1.085 26.678 2.425 26.678 Z M 27.48 26.678 L 33.137 26.678 C 34.477 26.678 35.562 25.593 35.562 24.254 L 35.562 6.877 L 27.48 12.939 Z M 27.48 2.431 L 27.48 12.938 L 35.562 6.877 L 35.562 3.644 C..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"REpgJm9nJ-1388601970-linear-gradient\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(53, 184, 241)\"/><stop offset=\"1\" stop-color=\"rgb(40, 168, 234)\"/></linearGradient><linearGradient id=\"hyTMNrBiV-1388601970-linear-gradient\" x1=\"0.21009515187714195\" x2=\"0.7899048481228581\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(23, 132, 217)\"/><stop offset=\"1\" stop-color=\"rgb(10, 99, 201)\"/></linearGradient></defs><g d=\"M 35 17.212 C 35.001 17.079 34.967 16.948 34.901 16.832 C 34.836 16.716 34.741 16.618 34.626 16.549 L 34.621 16.549 L 34.607 16.541 L 22.428 9.455 C 22.375 9.42 22.32 9.388 22.264 9.359 C 22.032 9.242 21.775 9.18 21.514 9.18 C 21.254 9.18 20.997 9.242 20.765 9.359 C 20.709 9.388 20.654 9.42 20.601 9.455 L 8.422 16.541 L 8.407 16.549 C 8.035 16.777 7.921 17.258 8.153 17.624 C 8.221 17.731 8.315 17.821 8.426 17.885 L 20.606 24.971 C 20.658 25.006 20.713 25.038 20.769 25.067 C 21.001 25.185 21.258 25.246 21.519 25.246 C 21.779 25.246 22.036 25.185 22.268 25.067 C 22.324 25.038 22.379 25.006 22.432 24.971 L 34.611 17.885 C 34.73 17.817 34.829 17.718 34.898 17.6 C 34.966 17.482 35.001 17.348 35 17.212 Z M 9.934 12.245 L 17.866 12.245 L 17.866 19.508 L 9.934 19.508 Z M 33.278 4.862 L 33.278 1.54 C 33.297 0.709 32.639 0.02 31.807 0 L 11.225 0 C 10.394 0.02 9.735 0.709 9.754 1.54 L 9.754 4.862 L 21.922 8.103 Z M 9.754 5.164 L 17.787 5.164 L 17.787 12.623 L 9.754 12.623 Z M 25.94 5.164 L 17.787 5.164 L 17.787 12.336 L 25.94 19.508 L 33.279 19.508 L 33.279 12.336 Z M 17.787 12.623 L 25.82 12.623 L 25.82 19.508 L 17.787 19.508 Z M 17.787 19.508 L 25.82 19.508 L 25.82 26.967 L 17.787 26.967 Z M 10.328 19.508 L 17.787 19.508 L 17.787 26.393 L 10.328 26.393 Z M 25.82 19.508 L 33.279 19.508 L 33.279 26.967 L 25.82 26.967 Z M 34.626 17.852 L 34.61 17.86 L 22.434 24.692 C 22.381 24.725 22.327 24.756 22.271 24.784 C 22.064 24.882 21.839 24.937 21.61 24.947 L 20.945 24.559 C 20.889 24.531 20.834 24.499 20.782 24.465 L 8.442 17.438 L 8.437 17.438 L 8.033 17.213 L 8.033 31.045 C 8.039 31.968 8.794 32.711 9.719 32.705 L 33.34 32.705 C 33.354 32.705 33.366 32.698 33.381 32.698 C 33.576 32.686 33.769 32.646 33.953 32.579 C 34.033 32.546 34.109 32.506 34.183 32.46 C 34.237 32.429 34.331 32.362 34.331 32.362 C 34.538 32.209 34.706 32.011 34.822 31.782 C 34.938 31.554 34.999 31.301 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 34.426 17.158 L 34.426 18.025 L 21.771 26.967 L 8.669 17.449 C 8.669 17.447 8.669 17.445 8.667 17.444 C 8.665 17.442 8.663 17.441 8.661 17.441 L 7.459 16.699 L 7.459 16.074 L 7.955 16.066 L 9.002 16.682 L 9.027 16.691 L 9.116 16.749 C 9.116 16.749 21.43 23.96 21.463 23.977 L 21.934 24.26 C 21.974 24.244 22.015 24.227 22.064 24.21 C 22.088 24.194 34.288 17.149 34.288 17.149 Z M 34.626 17.852 L 34.61 17.861 L 22.434 24.693 C 22.381 24.726 22.327 24.757 22.271 24.785 C 22.037 24.898 21.781 24.957 21.521 24.957 C 21.262 24.957 21.005 24.898 20.772 24.785 C 20.716 24.757 20.661 24.726 20.608 24.693 L 8.432 17.861 L 8.418 17.852 C 8.302 17.789 8.206 17.697 8.138 17.585 C 8.07 17.472 8.034 17.344 8.033 17.213 L 8.033 31.045 C 8.039 31.967 8.793 32.711 9.718 32.705 L 33.315 32.705 C 34.24 32.711 34.994 31.968 35 31.045 L 35 17.213 C 35 17.343 34.965 17.471 34.899 17.583 C 34.834 17.695 34.739 17.788 34.626 17.852 Z M 22.789 24.672 L 22.608 24.77 C 22.555 24.802 22.501 24.832 22.444 24.858 C 22.244 24.953 22.026 25.008 21.804 25.021 L 26.426 30.267 L 34.489 32.131 C 34.71 31.971 34.886 31.76 35 31.518 Z M 23.593 24.098 L 22.599 24.65 C 22.547 24.682 22.493 24.712 22.437 24.74 C 22.239 24.835 22.024 24.892 21.804 24.905 L 23.945 30.73 L 34.349 32.131 C 34.551 31.981 34.715 31.787 34.828 31.564 C 34.941 31.341 35 31.095 35 30.846 L 35 30.671 Z M 9.748 32.705 L 33.413 32.705 C 33.777 32.707 34.132 32.592 34.426 32.379 L 20.996 24.56 C 20.939 24.532 20.884 24.501 20.832 24.467 L 8.443 17.44 L 8.437 17.44 L 8.033 17.213 L 8.033 30.998 C 8.032 31.94 8.8 32.704 9.748 32.705 Z M 19.508 8.357 L 19.508 25.489 C 19.507 26.09 19.134 26.63 18.566 26.855 C 18.39 26.929 18.2 26.967 18.008 26.967 L 8.033 26.967 L 8.033 7.688 L 9.672 7.688 L 9.672 6.885 L 18.008 6.885 C 18.836 6.888 19.506 7.546 19.508 8.357 Z M 18.934 8.932 L 18.934 26.065 C 18.937 26.26 18.894 26.452 18.809 26.628 C 18.576 27.178 18.019 27.538 17.4 27.541 L 8.033 27.541 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.515 18.096 7.628 C 18.61 7.876 18.934 8.38 18.934 8.932 Z M 18.934 8.968 L 18.934 24.881 C 18.93 25.713 18.247 26.386 17.4 26.394 L 8.033 26.394 L 8.033 7.459 L 17.4 7.459 C 17.643 7.457 17.883 7.516 18.096 7.632 C 18.61 7.886 18.934 8.403 18.934 8.968 Z M 17.787 8.968 L 17.787 24.881 C 17.786 25.714 17.121 26.389 16.299 26.394 L 8.033 26.394 L 8.033 7.459 L 16.299 7.459 C 17.121 7.46 17.787 8.135 17.787 8.967 C 17.787 8.968 17.787 8.968 17.787 8.968 Z M 1.482 7.459 L 16.305 7.459 C 17.123 7.459 17.787 8.123 17.787 8.941 L 17.787 23.764 C 17.787 24.582 17.123 25.246 16.305 25.246 L 1.482 25.246 C 0.663 25.246 0 24.582 0 23.764 L 0 8.941 C 0 8.123 0.663 7.459 1.482 7.459 Z M 4.597 14.026 C 4.966 13.246 5.56 12.594 6.304 12.153 C 7.129 11.684 8.067 11.45 9.017 11.477 C 9.897 11.459 10.765 11.68 11.527 12.118 C 12.243 12.542 12.82 13.164 13.187 13.908 C 13.588 14.727 13.787 15.629 13.77 16.539 C 13.789 17.491 13.584 18.434 13.17 19.292 C 12.794 20.063 12.199 20.706 11.458 21.144 C 10.667 21.596 9.767 21.823 8.855 21.802 C 7.956 21.823 7.068 21.599 6.289 21.154 C 5.566 20.729 4.982 20.107 4.606 19.361 C 4.204 18.554 4.002 17.662 4.018 16.761 C 4.001 15.818 4.199 14.883 4.597 14.026 Z M 6.417 18.423 C 6.613 18.915 6.946 19.343 7.377 19.655 C 7.816 19.96 8.342 20.117 8.877 20.104 C 9.448 20.126 10.01 19.964 10.478 19.641 C 10.904 19.329 11.228 18.901 11.411 18.408 C 11.615 17.858 11.716 17.275 11.709 16.689 C 11.715 16.097 11.62 15.508 11.428 14.948 C 11.259 14.442 10.945 13.996 10.525 13.664 C 10.068 13.326 9.507 13.154 8.938 13.178 C 8.391 13.164 7.853 13.322 7.403 13.631 C 6.964 13.944 6.625 14.375 6.424 14.874 C 5.979 16.015 5.977 17.281 6.418 18.424 Z M 25.82 5.164 L 33.279 5.164 L 33.279 12.623 L 25.82 12.623 Z\" fill=\"transparent\" height=\"32.70491273208674px\" id=\"gkEMJpuXg\" transform=\"translate(2.5 4.836)\" width=\"35.0002503112793px\"><path d=\"M 26.967 8.032 C 26.968 7.899 26.934 7.768 26.869 7.652 C 26.803 7.536 26.708 7.438 26.593 7.369 L 26.589 7.369 L 26.574 7.361 L 14.395 0.274 C 14.342 0.24 14.288 0.208 14.231 0.179 C 13.999 0.061 13.742 0 13.482 0 C 13.221 0 12.964 0.061 12.732 0.179 C 12.676 0.208 12.621 0.24 12.569 0.274 L 0.389 7.361 L 0.375 7.369 C 0.002 7.596 -0.112 8.077 0.12 8.443 C 0.188 8.551 0.282 8.641 0.393 8.705 L 12.573 15.791 C 12.626 15.826 12.68 15.858 12.736 15.887 C 12.968 16.004 13.225 16.066 13.486 16.066 C 13.747 16.066 14.004 16.004 14.235 15.887 C 14.291 15.858 14.346 15.826 14.399 15.791 L 26.578 8.705 C 26.698 8.636 26.797 8.538 26.865 8.42 C 26.933 8.301 26.969 8.168 26.967 8.032 Z\" fill=\"rgb(10, 39, 103)\" height=\"16.065575000000003px\" id=\"zAJj3Xz3L\" transform=\"translate(8.033 9.18)\" width=\"26.967213134514807px\"/><path d=\"M 0.18 12.245 L 8.112 12.245 L 8.112 19.508 L 0.18 19.508 Z M 23.524 4.862 L 23.524 1.54 C 23.543 0.709 22.885 0.02 22.053 0 L 1.471 0 C 0.64 0.02 -0.019 0.709 0 1.54 L 0 4.862 L 12.168 8.103 Z\" fill=\"rgb(3, 100, 184)\" height=\"19.50819906768799px\" id=\"B09ZvoT45\" transform=\"translate(9.754 0)\" width=\"23.52462949385219px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.459024999999997px\" id=\"Z8Pf_IKvq\" transform=\"translate(9.754 5.164)\" width=\"8.032800000000009px\"/><path d=\"M 8.154 0 L 0 0 L 0 7.172 L 8.154 14.344 L 15.492 14.344 L 15.492 7.172 Z\" fill=\"rgb(40, 168, 234)\" height=\"14.344274999999989px\" id=\"jITrmtCT0\" transform=\"translate(17.787 5.164)\" width=\"15.491875000000022px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 6.885 L 0 6.885 Z\" fill=\"rgb(0, 120, 212)\" height=\"6.885250000000003px\" id=\"W2HcmEINr\" transform=\"translate(17.787 12.623)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 8.033 0 L 8.033 7.459 L 0 7.459 Z\" fill=\"rgb(3, 100, 184)\" height=\"7.458924999999997px\" id=\"UQ_WQYppr\" transform=\"translate(17.787 19.508)\" width=\"8.032874999999962px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 6.885 L 0 6.885 Z\" fill=\"rgb(20, 68, 125)\" height=\"6.885174999999997px\" id=\"SIf_KB4jR\" transform=\"translate(10.328 19.508)\" width=\"7.459024999999997px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(0, 120, 212)\" height=\"7.458924999999997px\" id=\"cA3xZ9fGr\" transform=\"translate(25.82 19.508)\" width=\"7.458999999999989px\"/><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.479 C 14.348 7.512 14.294 7.543 14.238 7.57 C 14.031 7.669 13.806 7.724 13.578 7.734 L 12.912 7.346 C 12.856 7.318 12.802 7.286 12.749 7.252 L 0.409 0.225 L 0.404 0.225 L 0 0 L 0 13.832 C 0.006 14.755 0.761 15.498 1.686 15.492 L 25.307 15.492 C 25.321 15.492 25.334 15.485 25.348 15.485 C 25.544 15.473 25.736 15.433 25.92 15.366 C 26 15.332 26.077 15.293 26.15 15.247 C 26.205 15.216 26.299 15.149 26.299 15.149 C 26.505 14.996 26.673 14.798 26.789 14.569 C 26.905 14.341 26.966 14.088 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"url(%23REpgJm9nJ-1388601970-linear-gradient)\" height=\"15.491786072693426px\" id=\"REpgJm9nJ\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.5\"><path d=\"M 26.967 1.092 L 26.967 1.959 L 14.312 10.902 L 1.21 1.384 C 1.21 1.382 1.209 1.38 1.208 1.378 C 1.206 1.376 1.204 1.376 1.202 1.376 L 0 0.634 L 0 0.008 L 0.496 0 L 1.543 0.617 L 1.568 0.625 L 1.657 0.684 C 1.657 0.684 13.971 7.895 14.003 7.911 L 14.475 8.195 C 14.515 8.178 14.556 8.161 14.605 8.145 C 14.629 8.128 26.829 1.084 26.829 1.084 Z\" fill=\"rgb(10, 39, 103)\" height=\"10.901600000000002px\" id=\"WbQrJvwB8\" transform=\"translate(7.459 16.066)\" width=\"26.967149999999975px\"/></g><path d=\"M 26.593 0.638 L 26.577 0.647 L 14.401 7.48 C 14.348 7.513 14.294 7.544 14.238 7.572 C 14.004 7.685 13.748 7.744 13.488 7.744 C 13.229 7.744 12.972 7.685 12.739 7.572 C 12.683 7.544 12.629 7.513 12.576 7.48 L 0.4 0.647 L 0.385 0.638 C 0.269 0.576 0.173 0.484 0.105 0.372 C 0.038 0.259 0.001 0.131 0 0 L 0 13.832 C 0.006 14.754 0.76 15.498 1.685 15.492 L 25.282 15.492 C 26.207 15.498 26.961 14.755 26.967 13.832 L 26.967 0 C 26.967 0.13 26.932 0.258 26.867 0.37 C 26.801 0.482 26.706 0.575 26.593 0.638 Z\" fill=\"rgb(20, 144, 223)\" height=\"15.491786072693426px\" id=\"lW0AVslhE\" transform=\"translate(8.033 17.213)\" width=\"26.967174999999983px\"/><g opacity=\"0.1\"><path d=\"M 0.986 0 L 0.804 0.098 C 0.751 0.13 0.697 0.16 0.641 0.186 C 0.441 0.28 0.223 0.336 0 0.349 L 4.622 5.595 L 12.685 7.459 C 12.906 7.299 13.082 7.088 13.197 6.846 Z\" fill=\"rgb(0, 0, 0)\" height=\"7.459px\" id=\"R3RlUXV4s\" transform=\"translate(21.804 24.672)\" width=\"13.196650000000005px\"/></g><g opacity=\"0.05\"><path d=\"M 1.789 0 L 0.795 0.551 C 0.743 0.584 0.689 0.614 0.634 0.641 C 0.436 0.737 0.22 0.793 0 0.806 L 2.141 6.632 L 12.545 8.033 C 12.747 7.883 12.912 7.689 13.025 7.466 C 13.138 7.243 13.197 6.997 13.197 6.747 L 13.197 6.573 Z\" fill=\"rgb(0, 0, 0)\" height=\"8.032749999999997px\" id=\"lj4uG_yCo\" transform=\"translate(21.804 24.098)\" width=\"13.196650000000005px\"/></g><path d=\"M 1.715 15.492 L 25.38 15.492 C 25.744 15.494 26.099 15.379 26.393 15.166 L 12.963 7.347 C 12.906 7.319 12.852 7.288 12.799 7.254 L 0.41 0.227 L 0.404 0.227 L 0 0 L 0 13.785 C -0.001 14.727 0.767 15.491 1.715 15.492 Z\" fill=\"rgb(40, 168, 234)\" height=\"15.491775762151448px\" id=\"y02YGW3WN\" transform=\"translate(8.033 17.213)\" width=\"26.393400835047288px\"/><g opacity=\"0.1\"><path d=\"M 11.475 1.472 L 11.475 18.604 C 11.474 19.205 11.101 19.745 10.533 19.969 C 10.357 20.044 10.167 20.082 9.975 20.082 L 0 20.082 L 0 0.803 L 1.639 0.803 L 1.639 0 L 9.975 0 C 10.804 0.003 11.474 0.661 11.475 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.081899999999997px\" id=\"SCzPOcwo3\" transform=\"translate(8.033 6.885)\" width=\"11.475425000000001px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.472 L 10.902 18.606 C 10.904 18.801 10.861 18.993 10.776 19.169 C 10.543 19.719 9.986 20.079 9.367 20.082 L 0 20.082 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.056 10.063 0.169 C 10.577 0.417 10.901 0.921 10.902 1.472 Z\" fill=\"rgb(0, 0, 0)\" height=\"20.082017134985776px\" id=\"LGSyL28o6\" transform=\"translate(8.033 7.459)\" width=\"10.901650134453103px\"/></g><g opacity=\"0.2\"><path d=\"M 10.902 1.509 L 10.902 17.422 C 10.898 18.254 10.214 18.927 9.367 18.935 L 0 18.935 L 0 0 L 9.367 0 C 9.61 -0.002 9.85 0.057 10.063 0.173 C 10.577 0.427 10.901 0.944 10.902 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934519748051585px\" id=\"f5bgY0hF6\" transform=\"translate(8.033 7.459)\" width=\"10.90164999999999px\"/></g><g opacity=\"0.2\"><path d=\"M 9.754 1.509 L 9.754 17.422 C 9.753 18.255 9.089 18.93 8.267 18.935 L 0 18.935 L 0 0 L 8.267 0 C 9.089 0 9.755 0.676 9.754 1.508 C 9.754 1.508 9.754 1.509 9.754 1.509 Z\" fill=\"rgb(0, 0, 0)\" height=\"18.934524999999994px\" id=\"veubdexha\" transform=\"translate(8.033 7.459)\" width=\"9.754111111111083px\"/></g><path d=\"M 1.482 0 L 16.305 0 C 17.123 0 17.787 0.663 17.787 1.482 L 17.787 16.305 C 17.787 17.123 17.123 17.787 16.305 17.787 L 1.482 17.787 C 0.663 17.787 0 17.123 0 16.305 L 0 1.482 C 0 0.663 0.663 0 1.482 0 Z\" fill=\"url(%23hyTMNrBiV-1388601970-linear-gradient)\" height=\"17.786775px\" id=\"hyTMNrBiV\" transform=\"translate(0 7.459)\" width=\"17.786875000000038px\"/><path d=\"M 0.581 2.55 C 0.949 1.771 1.543 1.119 2.288 0.677 C 3.112 0.209 4.051 -0.025 5 0.002 C 5.88 -0.017 6.748 0.205 7.51 0.643 C 8.226 1.067 8.803 1.689 9.171 2.432 C 9.571 3.252 9.77 4.153 9.753 5.064 C 9.772 6.015 9.567 6.958 9.154 7.817 C 8.777 8.587 8.182 9.231 7.442 9.669 C 6.65 10.12 5.75 10.348 4.838 10.327 C 3.939 10.348 3.052 10.124 2.272 9.679 C 1.55 9.254 0.966 8.631 0.59 7.886 C 0.187 7.078 -0.015 6.187 0.001 5.286 C -0.016 4.342 0.182 3.407 0.581 2.55 Z M 2.4 6.947 C 2.597 7.44 2.93 7.867 3.361 8.18 C 3.8 8.485 4.325 8.642 4.861 8.628 C 5.431 8.651 5.993 8.488 6.462 8.165 C 6.887 7.854 7.211 7.425 7.394 6.933 C 7.599 6.383 7.7 5.8 7.692 5.214 C 7.698 4.622 7.603 4.033 7.411 3.473 C 7.242 2.967 6.928 2.521 6.508 2.188 C 6.051 1.85 5.49 1.679 4.921 1.703 C 4.374 1.689 3.836 1.847 3.386 2.155 C 2.948 2.469 2.608 2.9 2.408 3.398 C 1.962 4.54 1.96 5.806 2.401 6.949 Z\" fill=\"rgb(255, 255, 255)\" height=\"10.327929828986054px\" id=\"UwXjE6T4c\" transform=\"translate(4.017 11.475)\" width=\"9.75411013850145px\"/><path d=\"M 0 0 L 7.459 0 L 7.459 7.459 L 0 7.459 Z\" fill=\"rgb(80, 217, 255)\" height=\"7.459024999999997px\" id=\"d_UFt0cxt\" transform=\"translate(25.82 5.164)\" width=\"7.458999999999989px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-tJrXC framer-1ti1l8h\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;REpgJm9nJ-1388601970-linear-gradient&quot; x1=&quot;0.49751243781094523&quot; x2=&quot;0.5024875621890548&quot; y1=&quot;0&quot; y2=&quot;1&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(53, 184, 241)&quot;/&gt;&lt;stop offset=&quot..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><linearGradient id=\"nwRZRWAnp-3975666804-linear-gradient\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(32, 176, 56)\"/><stop offset=\"1\" stop-color=\"rgb(96, 214, 106)\"/></linearGradient><linearGradient id=\"iP86mKAW3-3975666804-linear-gradient\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(249, 249, 249)\"/><stop offset=\"1\" stop-color=\"rgb(255, 255, 255)\"/></linearGradient></defs><g d=\"M 0 0.005 L 35 0.005 L 35 35 L 0 35 Z M 0.082 34.998 L 2.542 26.016 C 1.022 23.379 0.223 20.387 0.225 17.343 C 0.225 7.779 8.012 0 17.567 0 C 22.205 0 26.557 1.805 29.842 5.087 C 33.103 8.334 34.93 12.749 34.917 17.35 C 34.917 26.914 27.13 34.693 17.577 34.693 L 17.567 34.693 C 14.667 34.693 11.812 33.968 9.282 32.583 Z M 9.7 29.451 L 10.225 29.766 C 12.448 31.08 14.983 31.775 17.565 31.778 L 17.575 31.778 C 25.532 31.771 31.981 25.323 31.987 17.368 C 31.987 13.513 30.487 9.894 27.767 7.176 C 25.071 4.463 21.401 2.941 17.575 2.95 C 9.616 2.954 3.162 9.4 3.15 17.358 C 3.15 20.077 3.915 22.732 5.357 25.031 L 5.7 25.576 L 4.24 30.891 Z M 0.683 34.395 L 3.058 25.721 C 0.08 20.539 0.088 14.163 3.078 8.988 C 6.069 3.812 11.59 0.621 17.568 0.612 C 22.045 0.612 26.255 2.36 29.415 5.517 C 32.565 8.651 34.328 12.917 34.31 17.36 C 34.299 26.6 26.811 34.088 17.57 34.1 L 17.56 34.1 C 14.765 34.099 12.015 33.4 9.56 32.065 L 0.685 34.395 Z M 0.082 34.998 L 2.542 26.016 C 1.022 23.379 0.223 20.387 0.225 17.343 C 0.225 7.779 8.012 0 17.567 0 C 22.205 0 26.557 1.805 29.842 5.087 C 33.103 8.334 34.93 12.749 34.917 17.35 C 34.917 26.914 27.13 34.693 17.577 34.693 L 17.567 34.693 C 14.667 34.693 11.812 33.968 9.282 32.583 Z M 9.7 29.451 L 10.225 29.766 C 12.448 31.08 14.983 31.775 17.565 31.778 L 17.575 31.778 C 25.532 31.771 31.981 25.323 31.987 17.368 C 31.987 13.513 30.487 9.894 27.767 7.176 C 25.071 4.463 21.401 2.941 17.575 2.95 C 9.616 2.954 3.162 9.4 3.15 17.358 C 3.15 20.077 3.915 22.732 5.357 25.031 L 5.7 25.576 L 4.24 30.891 Z M 13.233 10.099 C 12.908 9.374 12.565 9.364 12.26 9.354 C 12.01 9.344 11.715 9.344 11.43 9.344 C 10.986 9.355 10.566 9.553 10.275 9.889 C 9.875 10.319 8.758 11.368 8.758 13.506 C 8.758 15.635 10.313 17.695 10.523 17.99 C 10.743 18.277 13.52 22.789 17.93 24.526 C 21.595 25.969 22.34 25.681 23.13 25.616 C 23.923 25.541 25.7 24.566 26.06 23.554 C 26.425 22.542 26.425 21.674 26.31 21.492 C 26.205 21.312 25.91 21.207 25.48 20.987 C 25.05 20.767 22.913 19.717 22.52 19.575 C 22.12 19.432 21.833 19.355 21.545 19.795 C 21.113 20.382 20.654 20.949 20.17 21.494 C 19.925 21.779 19.668 21.819 19.238 21.599 C 18.808 21.379 17.405 20.922 15.753 19.45 C 14.465 18.305 13.598 16.883 13.34 16.455 C 13.09 16.025 13.31 15.785 13.53 15.568 C 13.72 15.375 13.96 15.06 14.18 14.803 C 14.398 14.545 14.465 14.375 14.608 14.078 C 14.75 13.793 14.683 13.533 14.57 13.316 C 14.465 13.096 13.625 10.958 13.233 10.099 Z\" fill=\"transparent\" height=\"35px\" id=\"FWwWlAvYi\" transform=\"translate(2 2)\" width=\"35px\"><path d=\"M 0 0 L 35 0 L 35 34.995 L 0 34.995 Z\" fill=\"transparent\" height=\"34.99500071398933px\" id=\"nMR1eke5K\" transform=\"translate(0 0.005)\" width=\"35px\"/><path d=\"M 0 34.998 L 2.46 26.016 C 0.939 23.379 0.14 20.387 0.143 17.343 C 0.143 7.779 7.93 0 17.485 0 C 22.123 0 26.475 1.805 29.76 5.087 C 33.021 8.334 34.848 12.749 34.835 17.35 C 34.835 26.914 27.048 34.693 17.495 34.693 L 17.485 34.693 C 14.585 34.693 11.73 33.968 9.2 32.583 Z M 9.617 29.451 L 10.142 29.766 C 12.366 31.08 14.9 31.775 17.482 31.778 L 17.492 31.778 C 25.449 31.771 31.898 25.323 31.905 17.368 C 31.905 13.513 30.405 9.894 27.685 7.176 C 24.988 4.463 21.318 2.941 17.492 2.95 C 9.533 2.954 3.08 9.4 3.067 17.358 C 3.067 20.077 3.832 22.732 5.275 25.031 L 5.617 25.576 L 4.157 30.891 Z\" fill=\"rgb(255, 255, 255)\" height=\"34.99750034493229px\" id=\"hXtHilPPe\" transform=\"translate(0.082 0)\" width=\"34.83506666155834px\"/><path d=\"M 0 33.783 L 2.375 25.109 C -0.603 19.926 -0.595 13.55 2.396 8.375 C 5.386 3.2 10.907 0.009 16.885 0 C 21.363 0 25.573 1.747 28.733 4.904 C 31.883 8.039 33.646 12.304 33.628 16.748 C 33.616 25.987 26.129 33.475 16.888 33.488 L 16.878 33.488 C 14.083 33.487 11.333 32.788 8.878 31.453 L 0.003 33.783 Z\" fill=\"url(%23nwRZRWAnp-3975666804-linear-gradient)\" height=\"33.7826739222632px\" id=\"nwRZRWAnp\" transform=\"translate(0.683 0.612)\" width=\"33.627638482517256px\"/><path d=\"M 0 34.998 L 2.46 26.016 C 0.939 23.379 0.14 20.387 0.143 17.343 C 0.143 7.779 7.93 0 17.485 0 C 22.123 0 26.475 1.805 29.76 5.087 C 33.021 8.334 34.848 12.749 34.835 17.35 C 34.835 26.914 27.048 34.693 17.495 34.693 L 17.485 34.693 C 14.585 34.693 11.73 33.968 9.2 32.583 Z M 9.617 29.451 L 10.142 29.766 C 12.366 31.08 14.9 31.775 17.482 31.778 L 17.492 31.778 C 25.449 31.771 31.898 25.323 31.905 17.368 C 31.905 13.513 30.405 9.894 27.685 7.176 C 24.988 4.463 21.318 2.941 17.492 2.95 C 9.533 2.954 3.08 9.4 3.067 17.358 C 3.067 20.077 3.832 22.732 5.275 25.031 L 5.617 25.576 L 4.157 30.891 Z\" fill=\"url(%23iP86mKAW3-3975666804-linear-gradient)\" height=\"34.99750034493229px\" id=\"iP86mKAW3\" transform=\"translate(0.082 0)\" width=\"34.83506666155834px\"/><path d=\"M 4.475 0.755 C 4.15 0.03 3.808 0.02 3.503 0.01 C 3.252 0 2.958 0 2.673 0 C 2.228 0.011 1.809 0.209 1.518 0.545 C 1.118 0.975 0 2.025 0 4.162 C 0 6.292 1.555 8.351 1.765 8.646 C 1.985 8.934 4.762 13.446 9.173 15.183 C 12.837 16.625 13.583 16.338 14.373 16.273 C 15.165 16.198 16.943 15.223 17.303 14.21 C 17.668 13.198 17.668 12.331 17.553 12.148 C 17.447 11.968 17.153 11.863 16.723 11.643 C 16.293 11.423 14.155 10.374 13.763 10.231 C 13.363 10.089 13.075 10.011 12.788 10.451 C 12.356 11.039 11.897 11.606 11.413 12.151 C 11.167 12.436 10.91 12.476 10.48 12.256 C 10.05 12.036 8.648 11.578 6.995 10.106 C 5.708 8.961 4.84 7.539 4.582 7.111 C 4.333 6.682 4.553 6.442 4.773 6.224 C 4.963 6.032 5.203 5.717 5.422 5.459 C 5.64 5.202 5.708 5.032 5.85 4.734 C 5.993 4.449 5.925 4.189 5.813 3.972 C 5.708 3.752 4.868 1.615 4.475 0.755 Z\" fill=\"rgb(255, 255, 255)\" height=\"16.339540612947317px\" id=\"MIU9m3Wsr\" transform=\"translate(8.758 9.344)\" width=\"17.62032414637058px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-o0wg9 framer-173yccz\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 40 40&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;defs &gt;&lt;linearGradient id=&quot;nwRZRWAnp-3975666804-linear-gradient&quot; x1=&quot;0.49748743718592964&quot; x2=&quot;0.5025125628140703&quot; y1=&quot;1&quot; y2=&quot;0&quot;&gt;&lt;stop offset=&quot;0&quot; stop-color=&quot;rgb(32, 176, 56)&quot;/&gt;&lt;stop offset=&quot;..."
    }
  ],
  "possibleDialogs": [],
  "score": 60,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 80/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: one, calendars.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 80/100 and needs improvement.

Evidence
{
  "title": "Akiflow | Time-Blocking Digital Planner & Calendar",
  "h1": "One app for tasks & calendars",
  "description": "Akiflow is a premier digital planner and calendar for centralising tasks, unifying schedules, and optimising productivity. Experience the world's #1 time-blocking app.",
  "topicOverlap": 0.8,
  "definitionCount": 0,
  "topicTerms": [
    "akiflow",
    "time",
    "blocking",
    "digital",
    "planner",
    "calendar",
    "one",
    "app",
    "tasks",
    "calendars"
  ],
  "descriptionTerms": [
    "akiflow",
    "premier",
    "digital",
    "planner",
    "calendar",
    "centralising",
    "tasks",
    "unifying",
    "schedules",
    "optimising",
    "productivity",
    "experience",
    "world",
    "time",
    "blocking",
    "app"
  ],
  "missingFromDescription": [
    "one",
    "calendars"
  ],
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

37 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 37,
  "passing": 0,
  "failing": [
    {
      "heading": "Save hours every week with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and obsessed doers.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\"><span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">Save hours every week</span> with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">obsessed doers</span>.</h2>",
      "firstParagraph": "You have",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-fmt6og\" data-styles-preset=\"ua2ot5o8s\" dir=\"auto\">You have</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 10.000+ of ambitious busy professionals and teams worldwide",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\">Trusted by <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">10.000+ </span><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">of ambitious busy professionals and teams worldwide</span></h2>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "The All-in-One Productivity Suite",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center\">The All-in-One Productivity Suite</h2>",
      "firstParagraph": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "One calendar that syncs",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">One calendar that syncs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Work & Life",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Work &amp; Life</h3>",
      "firstParagraph": "Mon",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1lzruoy\" data-styles-preset=\"M1F5nXlvM\" dir=\"auto\" style=\"--framer-text-color:var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123))\">Mon</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Task Manager for",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">Task Manager for</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mindful Planning",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Mindful Planning</h3>",
      "firstParagraph": "Review all contents",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-186ywyh\" data-styles-preset=\"bRZUSTVwv\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51)))\">Review all contents</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Universal Inbox & Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Universal Inbox &amp; Integrations</h3>",
      "firstParagraph": "Inbox",
      "paragraphHtml": "<p style=\"--font-selector:SW50ZXItQm9sZA==;--framer-font-open-type-features:&apos;cv01&apos; on, &apos;cv09&apos; on, &apos;cv05&apos; on, &apos;ss03&apos; on;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-text-alignment:left\" class=\"framer-text\">Inbox</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "On-Demand",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">On-Demand</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Executive AI Assistant",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\">Executive AI Assistant</h3>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Every meeting, every task all in one place.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Every meeting, every task all in one place.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Every meeting, every task all in one place.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Every meeting, every task all in one place.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, var(--variable-reference-q9yeTPe0i-gAxgnfxEB))\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn your tasks into a clear Plan",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Turn your tasks into a clear Plan</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Turn your tasks into a clear Plan",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Turn your tasks into a clear Plan</h3>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "All your work, captured and organized",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">All your work, captured and organized</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "All your work, captured and organized",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">All your work, captured and organized</h3>",
      "firstParagraph": "2",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:SW50ZXItU2VtaUJvbGQ=;--framer-font-family:&quot;Inter&quot;, &quot;Inter Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-letter-spacing:-0.04em;--framer-text-color:var(--extracted-r6o4lv, var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255)))\">2</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "Let AI handle the busywork",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-r6o4lv, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)))\"><strong class=\"framer-text\">Let AI handle the busywork</strong></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Built-in AI that plans, prioritizes, and keeps you moving.",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Built-in AI that plans, prioritizes, and keeps you moving.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-prgsnl\" data-styles-preset=\"dIt_oOEiu\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-5e0db867-3301-4e02-a621-c5a8aff966a3, rgb(175, 56, 249)))\">&#xe91c;</p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your Always-On AI Sidekick",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Your Always-On AI Sidekick</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "One message away",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">One message away</h3>",
      "firstParagraph": "10+ Native Integrations",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(0deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">10+ Native Integrations</span></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Phone Calls",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Phone Calls</h3>",
      "firstParagraph": "Aki can call you or your contacts.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Aki can call you or your contacts.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Voice Commands",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Voice Commands</h3>",
      "firstParagraph": "Talk to your schedule.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Talk to your schedule. </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Daily Briefings& Reminders",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">Daily Briefings</span><br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">&amp; Reminders</span></h3>",
      "firstParagraph": "Aki keeps you on track with daily updates and reminders",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\">Aki keeps you on track with <br class=\"framer-text\">daily updates and reminders</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Capture tasks at the speed of thoughts",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Capture tasks at the speed of thoughts</h2>",
      "firstParagraph": "From anywhere - in natural language",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(91deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\">From anywhere - in natural language</span></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "A Productivity Tool Box",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A Productivity Tool Box",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>",
      "firstParagraph": "7 days free. Cancel anytime.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-2r9w0f\" data-styles-preset=\"ydFLZ7STt\" dir=\"auto\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123)))\">7 days free. Cancel anytime.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "It's not just about the app",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-eac7kj\" data-styles-preset=\"FiLoEYdal\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-a0htzi, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "It's not just about the app",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Science-basedMethodology",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><span style=\"--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\" class=\"framer-text\"><strong class=\"framer-text\">Science-based</strong></span><strong class=\"framer-text\"><br class=\"framer-text\"></strong><span style=\"--framer-text-color:var(--token-3f0ecd2f-3028-4240-879d-42dcdc0ac032, rgb(215, 241, 254))\" class=\"framer-text\">...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Masterclass",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\"><strong class=\"framer-text\">Masterclass</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Book",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-9e3379e6-1c5a-4dcd-a201-ed544e3491c5, rgb(255, 255, 255))\"><strong class=\"framer-text\">Book</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><strong class=\"framer-text\">Community</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Community",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\" style=\"--framer-text-alignment:left\"><strong class=\"framer-text\">Community</strong></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Boost your productivity",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Boost your productivity</h2>",
      "firstParagraph": "Start organizing with next-level efficiency",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-2e56f5df-2069-4307-af95-ad7d90cdfc8f, rgb(50, 59, 74))\">Start organizing with next-level efficiency</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find us on",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-ex48me\" data-styles-preset=\"cORgxqigx\" dir=\"auto\">Find us on</h3>",
      "firstParagraph": "GetApp",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-12today\" data-styles-preset=\"u2dMq751O\" dir=\"auto\" style=\"--framer-text-color:var(--token-317c029f-4a91-4db1-ac24-d4b7b66f41dc, rgb(94, 104, 123))\">GetApp</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [
    {
      "text": "Save hours every week with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and obsessed doers.",
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\"><span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">Save hours every week</span> with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">obsessed doers</span>.</h2>"
    },
    {
      "text": "Trusted by 10.000+ of ambitious busy professionals and teams worldwide",
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\">Trusted by <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">10.000+ </span><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">of ambitious busy professionals and teams worldwide</span></h2>"
    },
    {
      "text": "The All-in-One Productivity Suite",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center\">The All-in-One Productivity Suite</h2>"
    },
    {
      "text": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "html": "<h2 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></h2>"
    },
    {
      "text": "Your Always-On AI Sidekick",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Your Always-On AI Sidekick</h2>"
    },
    {
      "text": "Capture tasks at the speed of thoughts",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Capture tasks at the speed of thoughts</h2>"
    },
    {
      "text": "A Productivity Tool Box",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "text": "A Productivity Tool Box",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "text": "It's not just about the app",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h2>"
    },
    {
      "text": "Boost your productivity",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Boost your productivity</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Akiflow?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Akiflow work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Akiflow?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Akiflow free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Akiflow compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Akiflow?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Akiflow work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Akiflow?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Akiflow free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Akiflow compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 472311
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 472311
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 472311
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Save hours every week with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and obsessed doers.",
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\"><span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">Save hours every week</span> with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">obsessed doers</span>.</h2>"
    },
    {
      "text": "Trusted by 10.000+ of ambitious busy professionals and teams worldwide",
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\">Trusted by <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">10.000+ </span><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">of ambitious busy professionals and teams worldwide</span></h2>"
    },
    {
      "text": "The All-in-One Productivity Suite",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center\">The All-in-One Productivity Suite</h2>"
    },
    {
      "text": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "html": "<h2 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></h2>"
    },
    {
      "text": "Your Always-On AI Sidekick",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Your Always-On AI Sidekick</h2>"
    },
    {
      "text": "Capture tasks at the speed of thoughts",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Capture tasks at the speed of thoughts</h2>"
    },
    {
      "text": "A Productivity Tool Box",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "text": "A Productivity Tool Box",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "text": "It's not just about the app",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h2>"
    },
    {
      "text": "Boost your productivity",
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Boost your productivity</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Akiflow?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Akiflow work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Akiflow?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Akiflow free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Akiflow compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Akiflow?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Akiflow work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Akiflow?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Akiflow free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Akiflow compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 472311,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 460129,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://framer.com/edit/init.mjs\";document.head.appendChild(n",
            "/script",
            "/title",
            "https://framerusercontent.com/sites/3gLmUc0quPbV7BFdXC6UmZ/searchIndex-anD6BuWiLiY0.json\">",
            "https://framerusercontent.com/sites/3gLmUc0quPbV7BFdXC6UmZ/searchIndex-YnsHh5XNQkUE.json\">",
            "https://framerusercontent.com/images/F2Y1eI8xxEfe6LXuhuVa7JIOLbw.svg\"",
            "https://framerusercontent.com/images/F8myGPh6kBiAR2BuPTtef4KdGs.svg\"",
            "https://framerusercontent.com/images/6zkr6DSdZLvIEYabj4leyDTikQ.png\">",
            "https://framerusercontent.com/images/4Gxi74kOT8XyoFWliuXnlk3LC4.jpg\">",
            "https://framerusercontent.com/images/4Gxi74kOT8XyoFWliuXnlk3LC4.jpg\">"
          ],
          "rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 7:39 PM UTC -->\r\n<html lang=\"en-US\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n    \r\n    <!-- End of headStart -->\r\n\t<meta name=\"viewport\" content=\"width=device-width\">\r\n\t<meta name=\"generator\" content=\"Framer fe01371\">\r\n\t<title>Akiflow | Time-Blocking Digital Planner &amp; Calendar</title>\r\n    <meta name=\"description\" content=\"Akiflow is a premier digital planner and calendar for centralising tasks, unifying schedules, and optimising productivit"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 10,
        "text": "Not found\n"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 10,
          "text": "Not found\n"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

10 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 10,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Save hours every week with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and obsessed doers.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\"><span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">Save hours every week</span> with your calendars, tasks, and assistant. All in one place. Built for founders, operators, and <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">obsessed doers</span>.</h2>"
    },
    {
      "index": 2,
      "text": "Trusted by 10.000+ of ambitious busy professionals and teams worldwide",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1fk8hon\" data-styles-preset=\"nkgY8qeKK\" dir=\"auto\">Trusted by <span style=\"--framer-text-color:var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255))\" class=\"framer-text\">10.000+ </span><span style=\"--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\" class=\"framer-text\">of ambitious busy professionals and teams worldwide</span></h2>"
    },
    {
      "index": 3,
      "text": "The All-in-One Productivity Suite",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center\">The All-in-One Productivity Suite</h2>"
    },
    {
      "index": 4,
      "text": "Calendar, tasks, inbox, and AI into one seamless flow.",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-1n94rvc\" data-styles-preset=\"gOWaJi138\" dir=\"auto\" style=\"--framer-text-alignment:center\"><span data-text-fill=\"true\" style=\"background-image:linear-gradient(90deg, var(--token-768ecf16-ddbf-4283-846b-ab12ccea82f7, rgb(48, 161, 223)) 0%, var(--token-6f0e9f07-86a7-4cc0-bc8c-e0028a8d000c, rgb(144, 0, 255)) 100%)\" class=\"framer-text\">Calendar, tasks, inbox, and AI into one seamless flow.</span></h2>"
    },
    {
      "index": 5,
      "text": "Your Always-On AI Sidekick",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Your Always-On AI Sidekick</h2>"
    },
    {
      "index": 6,
      "text": "Capture tasks at the speed of thoughts",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">Capture tasks at the speed of thoughts</h2>"
    },
    {
      "index": 7,
      "text": "A Productivity Tool Box",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "index": 8,
      "text": "A Productivity Tool Box",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">A Productivity Tool Box</h2>"
    },
    {
      "index": 9,
      "text": "It's not just about the app",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--variable-reference-XZwbLD64f-me8DOo1lv))\">It&apos;s not just about the app</h2>"
    },
    {
      "index": 10,
      "text": "Boost your productivity",
      "isQuestion": false,
      "html": "<h2 class=\"framer-text framer-styles-preset-4cjpon\" data-styles-preset=\"db0wpaD3z\" dir=\"auto\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-a3929668-389b-4d4d-ba27-8f0a79d3eec6, rgb(33, 40, 51))\">Boost your productivity</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 10
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "Not found\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://akiflow.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://akiflow.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://akiflow.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://akiflow.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

25 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

25 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 205 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 205 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

6 Fail

Check name

Loading performance

Score

75/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 87,
      "displayValue": "1.0 s",
      "numericValue": 985.0121953180877
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 81,
      "displayValue": "1.5 s",
      "numericValue": 1540.3953706795742
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 63,
      "displayValue": "3.8 s",
      "numericValue": 3817.0493991775647
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 25.815015
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 89,
      "displayValue": "1.2 s",
      "numericValue": 1205.0153409172747
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 300 ms",
      "numericValue": 304
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 56,
      "displayValue": "230 ms",
      "numericValue": 229.99999999999955
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 26,
      "displayValue": "530 ms",
      "numericValue": 528.9999999999998
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
60/100Level 3, Bot-AwareCurrent report
akiflow.com AI SEO Report: 60/100 (Level 3, Bot-Aware)