Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 24 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 64 out of 100
- SEO 85 out of 100
- Performance and Accessibility 75 out of 100
What AI sees of your website
Modern Business Intelligence | Better data, better decisions
Mode is a collaborative data platform that combines SQL, R, Python, and visual analytics in one place. Connect, analyze, and share, faster.
Next step
Turn this report into a fix workflow
27 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 24 | Priority fix | 5 | 18 | 0 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 64 | Needs work | 3 | 3 | 13 | View details |
| GEO Readiness | 75 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 55 | Needs work | 1 | 2 | 4 | View details |
| AEO Readiness | 62 | Needs work | 1 | 1 | 5 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 75 | Mostly ready | 19 | 5 | 3 | View details |
| Performance | 79 | Mostly ready | 13 | 4 | 3 | View details |
| Accessibility | 67 | Needs work | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
"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."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
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.
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
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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"path": "/openapi.yaml",
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"path": "/swagger.yaml",
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
{
"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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
}
]
},
"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 DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
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
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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": 104167
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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": 104167
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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": 104167
}
]
},
"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
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 104167
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
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
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
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": []
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 25729,
"excerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 4); 2 links missing accessible names; 2 buttons missing accessible names; missing alt text on >10% of images.
Details
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": false,
"accessibleButtons": false,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://mode.com\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"111\" height=\"35\" viewBox=\"0 0 111 35\" fill=\"none\"><path d=\"M36.0376 27.443C36.0376 27.1089 36.0376 26.9418 36.0041 26.8035C35.8965 26.3655 35.5474 26.0226 35.1004 25.9179C34.9593 25.8851 34.7888 25.8851 34.4479 25.8851H33.3436C33.0026 25.8851 32.8322 25.8851 32.6911 25.8523C32.2441 25.7468 31.8942 25.4047 31.7873 24.9667C31.7539 24.8284 31.7539 24.6613 31.7539 24.3272V16.2562C31.7539 15.9221 31.7539 15.7542 31.7882 15.6167",
"<a href=\"https://mode.com\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"111\" height=\"35\" viewBox=\"0 0 111 35\" fill=\"none\"><path d=\"M36.0376 27.443C36.0376 27.1089 36.0376 26.9418 36.0041 26.8035C35.8965 26.3655 35.5474 26.0226 35.1004 25.9179C34.9593 25.8851 34.7888 25.8851 34.4479 25.8851H33.3436C33.0026 25.8851 32.8322 25.8851 32.6911 25.8523C32.2441 25.7468 31.8942 25.4047 31.7873 24.9667C31.7539 24.8284 31.7539 24.6613 31.7539 24.3272V16.2562C31.7539 15.9221 31.7539 15.7542 31.7882 15.6167"
],
"inaccessibleButtons": [
"<button class=\"c-PJLV c-PJLV-ieodCCJ-css\"><svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.76562 8.70717C10.0469 9.01869 10.0469 9.48598 9.76562 9.76636C9.45312 10.0779 8.98438 10.0779 8.70312 9.76636L5.01562 6.05919L1.29688 9.76636C0.984375 10.0779 0.515625 10.0779 0.234375 9.76636C-0.078125 9.48598 -0.078125 9.01869 0.234375 8.70717L3.95313 5L0.234375 1.29283C-0.078125 0.981308 -0.078125 0.514019 0.234375 0.233645C0.515625 -0.0778816 0.",
"<button class=\"sc-guJBdh bxvNgc\"><div class=\"sc-hZDyAQ iMekaS\"><div class=\"sc-fTFjTM sc-ktJbId eUblUf iTzBMC\"></div><div class=\"sc-fTFjTM sc-gmgFlS eUblUf VPneQ\"></div><div class=\"sc-fTFjTM sc-kMkxaj eUblUf bKjRfm\"></div></div></button>"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAAEWklEQVR4nO2d623jMAyAhbME3M+MkAFOiiawOEI3uG7QbtBs0GyQbpDboCN0hIzgEe5Ap0GDXiJKsl6ORcAokAK19IUiKZJSGWvSpEkC+Ql63YF+5PBrJ4zccyPfO6OO54cb9YGfcSMPHNS2A/3AQK9TjGWeAnrFQQPC64wauFF/Q54TcLnHv8UWC7JXL1MgWuGCfFyG5sII8jU2xFtg8UvDd7J7FNGrpxQa6ayxdyOg1ydHkhfk/2DlfvZmoAP5UEIrbdo6W6i8Vy9BkwZ1FCD3P0A9n0IoDZfP6TO15SAPgV/WMIZb9wyzQzCgthiHer9rhKzePuNU53eKXv9mdwcT5HvM2BGdjw/Y6jVV9OrJVSMFqOdU4xhNguPyF6A1q1JAr51s",
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAYAAACqj0o2AAAACXBIWXMAACxLAAAsSwGlPZapAAADnUlEQVR4nO1b7U3rMBSNnh3p/ewIHQAbT5DcEboBbPDYADagG5QNOkJHCBswQkbo000EAslu3dgnTuk9kv8AItfH9/vaVSUQCAQCgUAgEAgEAoFAIBAIBIIbBrlVTc5pcqTIPXrWhn/Hf1Na1GWA3IqJ0XS31a05qNb2urXHC1enW7PXZF+Y3OoWoMkRk6Za+zGBsMhlDorMY0VuXf0akFvpxj5jiTtD6NWC3FqReZtoplkXH+B1kUkjeaWJu04y6ctsi2veVZKpOSUp4vNSyTS78gGIBu17LU3G9WolubVuzXtpErKtxj6XMN+++Mbzr24W864b+28Bmz0izRtKJKs8fCNkDprslktCrpH/klt/1tN/yD4psm/oIAYjEk2gau93l9S/",
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAACsElEQVR4nO3b0XHbMAwGYF1B3fUxI2QBsZzAxAjZoN0g3iDdoN0gGaEbZAR3g47gEZyjEztKRKuSDBsAif8OT44i+TsYZ5NS01gsFouFPW7lf0H0/w7lot84DMh9XWoDuEfcfSj0P7mvS20MlDgGShwDJY6BEsdAiWOgxDFQ4hgocQyUOAZKHANdGgw3+1oCivlj6w2G27eVpF27Ct9ngWK4cbH7mzu2qR3zUH2YUVB8x8wdW2U+Yx5h0K/TumfuNUhroxh+fMY8vo7hrqky+w4bgpxdOH29tF35+zZ2j/+r9ElqNOS10+gwAf3TnPNP/b9t/PbYaAkVKszELBaUAhUWYBYNeg4qLMQsHnQJKpyBWQXoHFQ4E7Ma0CmoQIBZFegYKhBh",
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAEyklEQVR4nO1c63EiMQzeOXtn8pMSUsDZ5wqwSqCDo4O7DkIHoYOkA9IBJZAOrgRK4EZ2SHhYXu/au44NmtGfhED8oZXkT4+m6SugZhwUcPi55lpsmJb/uJaHEtX+72JrzgIKemPRE7hH/CCm5T73wfmIgDItXvCsKYGb8bl8zn04PjmYCYBEs67Z4niIRYJaDANvLp9yH4B/F53Lp+TgGcsEdMByzUAtj/oD5F8OZQeXKBC7wRPvCBL6xibEBYB8vRkQGYiFz+JaBG6IgHqsxiLJdMdzSPx5dEQCNavEGvfOp4+BeB0NvBOpAsS5eL5Okt3g7dMmlVa4lrvsIETqGS6U9Q32eV1iv7Cy80uQ68/zuHyfeXRHFA5ylR2EFL7QEAOOFzAQ",
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABUCAYAAADzqXv/AAAACXBIWXMAACxLAAAsSwGlPZapAAACYElEQVR4nO2c0W3CMBCGLXxIfewIDIBdT0BuBEZgg3YDOgIb0A3oBh2hI3SEjtAqjaJSSCBRfdjn/J90jwjx6fw7PpIYAwAAAGhgvvKPVLk3jWUrtzcc7k1uWPYfVPkvtcWBTW5AqgCQKgCkClCqVOLA18pwWEg4LVLqjP3zwM9/ilw9lCjVsn8Z+vk7iW6F1ACphE71okvfNpl41mmW3QbLvzqV9XCIvYEQ+92kM9Wy28T+nT+XUZAaF0hldKqK5W84hK7vmszFv+2RSiu/nVduf6mIl7s+UZbD2nLYtCU2NtQilXo2mpt1+hggVQBIFQBSBZiMVA6L5s9C//Fbbi/hdDJSCScqB6no1BOw/EP8KVVzt0f6HKXj4iWrzlQtEKTGB1IF",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTIyNTMgMTEuNjk2NEwzLjAzODcgMTAuMjEyNUMyLjkyMzQ4IDEwLjA5NzMgMi43MzY2NyAxMC4wOTczIDIuNjIxNDUgMTAuMjEyNUwwLjIwODcyNSAxMi42MjUzQzAuMDkzNTA1NyAxMi43NDA1IDAuMDkzNTA1NiAxMi45MjczIDAuMjA4NzI1IDEzLjA0MjVMMS42OTI1NiAxNC41MjYzQzEuODA3NzggMTQuNjQxNiAxLjk5NDU4IDE0LjY0MTYgMi4xMDk4IDE0LjUyNjNMNC41MjI1MyAxMi4xMTM2QzQuNjM3NzUgMTEuOTk4",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcwMTggNi42NjYyNkgxNi4yOTQzQzE2LjEzMDcgNi42NjYyNiAxNS45OTggNi43OTg5MiAxNS45OTggNi45NjI1NlY5LjAzNjYzQzE1Ljk5OCA5LjIwMDI3IDE2LjEzMDcgOS4zMzI5MyAxNi4yOTQzIDkuMzMyOTNIMTkuNzAxOEMxOS44NjU0IDkuMzMyOTMgMTkuOTk4IDkuMjAwMjcgMTkuOTk4IDkuMDM2NjNWNi45NjI1NkMxOS45OTggNi43OTg5MiAxOS44NjU0IDYuNjY2MjYgMTkuNzAxOCA2LjY2NjI2WiIgZmlsbD0i",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzMDI0",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzMDI0",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44OTQy",
"<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44OTQy"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 4,
"headings": 12,
"links": 104,
"inaccessibleLinks": 2,
"buttons": 21,
"inaccessibleButtons": 2,
"images": 49,
"imagesWithAlt": 38,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 104167
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
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": 104167
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 104167
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 104167
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
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": "mode.com",
"probes": [
{
"name": "_index._agents.mode.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.mode.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": "mode.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
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
7 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
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
0/100
Status
fail
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 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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
40/100
Status
fail
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 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/mode-analytics",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/mode-analytics\" class=\"sc-ecPEgm bDkhkI\"><img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy..."
},
{
"href": "https://mode.com/about-us/",
"text": "About",
"html": "<a href=\"https://mode.com/about-us/\" class=\"sc-gdyeKB jwIMyX\">About</a>"
},
{
"href": "https://www.linkedin.com/company/mode-analytics",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/mode-analytics\" class=\"sc-ecPEgm bDkhkI\"><img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy..."
}
],
"contactLinks": [
{
"href": "https://mode.com/help/",
"text": "Help Center",
"html": "<a class=\"sc-Nxspf jHjBqC sc-kAkpmW khbyba\" href=\"https://mode.com/help/\">Help Center</a>"
},
{
"href": "https://mode.com/help/",
"text": "Help & Support",
"html": "<a href=\"https://mode.com/help/\" class=\"sc-gdyeKB jwIMyX\">Help & Support</a>"
},
{
"href": "https://mode.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://mode.com/contact-us/\" class=\"sc-gdyeKB jwIMyX\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://mode.com/legal/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://mode.com/legal/tos/\" class=\"sc-gdyeKB jwIMyX\">Terms of Service</a>"
},
{
"href": "https://mode.com/legal/privacy/",
"text": "Website Privacy Statement",
"html": "<a href=\"https://mode.com/legal/privacy/\" class=\"sc-gdyeKB jwIMyX\">Website Privacy Statement</a>"
},
{
"href": "https://mode.com/legal/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://mode.com/legal/tos/\" class=\"sc-gdyeKB jwIMyX\">Terms of Service</a>"
},
{
"href": "https://mode.com/legal/privacy/",
"text": "Website Privacy Statement",
"html": "<a href=\"https://mode.com/legal/privacy/\" class=\"sc-gdyeKB jwIMyX\">Website Privacy Statement</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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
40/100
Status
fail
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 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.linkedin.com/company/mode-analytics",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/mode-analytics\" class=\"sc-ecPEgm bDkhkI\"><img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy..."
},
{
"href": "https://mode.com/about-us/",
"text": "About",
"html": "<a href=\"https://mode.com/about-us/\" class=\"sc-gdyeKB jwIMyX\">About</a>"
},
{
"href": "https://www.linkedin.com/company/mode-analytics",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/mode-analytics\" class=\"sc-ecPEgm bDkhkI\"><img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy..."
}
],
"contactLinks": [
{
"href": "https://mode.com/help/",
"text": "Help Center",
"html": "<a class=\"sc-Nxspf jHjBqC sc-kAkpmW khbyba\" href=\"https://mode.com/help/\">Help Center</a>"
},
{
"href": "https://mode.com/help/",
"text": "Help & Support",
"html": "<a href=\"https://mode.com/help/\" class=\"sc-gdyeKB jwIMyX\">Help & Support</a>"
},
{
"href": "https://mode.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://mode.com/contact-us/\" class=\"sc-gdyeKB jwIMyX\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://mode.com/legal/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://mode.com/legal/tos/\" class=\"sc-gdyeKB jwIMyX\">Terms of Service</a>"
},
{
"href": "https://mode.com/legal/privacy/",
"text": "Website Privacy Statement",
"html": "<a href=\"https://mode.com/legal/privacy/\" class=\"sc-gdyeKB jwIMyX\">Website Privacy Statement</a>"
},
{
"href": "https://mode.com/legal/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://mode.com/legal/tos/\" class=\"sc-gdyeKB jwIMyX\">Terms of Service</a>"
},
{
"href": "https://mode.com/legal/privacy/",
"text": "Website Privacy Statement",
"html": "<a href=\"https://mode.com/legal/privacy/\" class=\"sc-gdyeKB jwIMyX\">Website Privacy Statement</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
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, JSON-LD structured data.
Details
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
60/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 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 6,
"schemaBlocks": 0,
"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",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
3 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 6,
"passing": 3,
"failing": [
{
"heading": "Capabilities you can count on",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Capabilities you can count on</h2>",
"firstParagraph": "Dive right into your data using SQL and rapidly iterate through queries to deliver results.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-fIzdKa-style-p2 c-PJLV-ihvLcVH-css\">Dive right into your data using SQL and rapidly iterate through queries to deliver results.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Clear the path from data to insights, together",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Clear the path from data to insights, together</h2>",
"firstParagraph": "Perform complex, ad hoc analysis and empower simple self-service reporting, all on the same platform.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-etqTYR-style-p1 c-PJLV-ignAIGd-css\">Perform complex, ad hoc analysis and empower simple self-service reporting, all on the same platform.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "The intelligence layer for your modern data stack",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">The intelligence layer for your modern data stack</h2>",
"firstParagraph": "Mode amplifies the investment you've made in every layer of the stack, by getting data you've made meaningful into everyone's hands.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-etqTYR-style-p1 c-PJLV-ignAIGd-css\">Mode amplifies the investment you've made in every layer of the stack, by getting data you've made meaningful into everyone's hands. </p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: modern, business, intelligence, better, decisions.
Details
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: Entity clarity
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: Entity clarity scored 75/100 and needs improvement.
Evidence
{
"title": "Modern Business Intelligence | Better data, better decisions",
"h1": "Business Intelligence",
"description": "Mode is a collaborative data platform that combines SQL, R, Python, and visual analytics in one place. Connect, analyze, and share, faster.",
"topicOverlap": 0.16666666666666666,
"topicTerms": [
"modern",
"business",
"intelligence",
"better",
"data",
"decisions"
],
"descriptionTerms": [
"mode",
"collaborative",
"data",
"platform",
"combines",
"sql",
"python",
"visual",
"analytics",
"one",
"place",
"connect",
"analyze",
"share",
"faster"
],
"missingFromDescription": [
"modern",
"business",
"intelligence",
"better",
"decisions"
],
"score": 75,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
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": 6,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
1 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
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": [
{
"index": 40,
"heading": "H2: Mode customers lead their industries",
"text": "Mode is incredibly valuable as a full stack, full-service platform from a data analyst all the way to an end user. Analysts can go deep, end users get the data they need, and our team gets to make everyone a part of the data strategy.",
"words": 45,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (45 words; target 80-220)."
],
"html": "<p class=\"c-PJLV c-PJLV-ibathL-style-quote c-PJLV-icKwRiR-css\">Mode is incredibly valuable as a full stack, full-service platform from a data analyst all the way to an end user. Analysts can go deep, end users get the data they need, and our team gets to make everyone a part of the data strategy.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Google eligibility and indexability
AIO: Google eligibility and indexability scored 80/100 and needs improvement.
Needs attention
AIO: Google eligibility and indexability
Issue
Canonical tag is missing.
Details
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: Google eligibility and indexability
Score
80/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: Google eligibility and indexability scored 80/100 and needs improvement.
Evidence
{
"status": 200,
"googlebotBlocked": false,
"metaRobotsTags": [],
"xRobotsTag": "",
"canonical": "",
"finalUrl": "https://mode.com/",
"canonicalScore": 0,
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: modern, business, intelligence, better, decisions.
Details
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
79/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 79/100 and needs improvement.
Evidence
{
"title": "Modern Business Intelligence | Better data, better decisions",
"h1": "Business Intelligence",
"description": "Mode is a collaborative data platform that combines SQL, R, Python, and visual analytics in one place. Connect, analyze, and share, faster.",
"topicOverlap": 0.16666666666666666,
"definitionCount": 6,
"topicTerms": [
"modern",
"business",
"intelligence",
"better",
"data",
"decisions"
],
"descriptionTerms": [
"mode",
"collaborative",
"data",
"platform",
"combines",
"sql",
"python",
"visual",
"analytics",
"one",
"place",
"connect",
"analyze",
"share",
"faster"
],
"missingFromDescription": [
"modern",
"business",
"intelligence",
"better",
"decisions"
],
"score": 79,
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
3 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 6,
"passing": 3,
"failing": [
{
"heading": "Capabilities you can count on",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Capabilities you can count on</h2>",
"firstParagraph": "Dive right into your data using SQL and rapidly iterate through queries to deliver results.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-fIzdKa-style-p2 c-PJLV-ihvLcVH-css\">Dive right into your data using SQL and rapidly iterate through queries to deliver results.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Clear the path from data to insights, together",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Clear the path from data to insights, together</h2>",
"firstParagraph": "Perform complex, ad hoc analysis and empower simple self-service reporting, all on the same platform.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-etqTYR-style-p1 c-PJLV-ignAIGd-css\">Perform complex, ad hoc analysis and empower simple self-service reporting, all on the same platform.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "The intelligence layer for your modern data stack",
"headingHtml": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">The intelligence layer for your modern data stack</h2>",
"firstParagraph": "Mode amplifies the investment you've made in every layer of the stack, by getting data you've made meaningful into everyone's hands.",
"paragraphHtml": "<p class=\"c-PJLV c-PJLV-etqTYR-style-p1 c-PJLV-ignAIGd-css\">Mode amplifies the investment you've made in every layer of the stack, by getting data you've made meaningful into everyone's hands. </p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
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": "Capabilities you can count on",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Capabilities you can count on</h2>"
},
{
"text": "Clear the path from data to insights, together",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Clear the path from data to insights, together</h2>"
},
{
"text": "The intelligence layer for your modern data stack",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">The intelligence layer for your modern data stack</h2>"
},
{
"text": "Mode customers lead their industries",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-igOWOnH-css\">Mode customers lead their industries</h2>"
},
{
"text": "Get to know Mode",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-iPJLV-css\">Get to know Mode</h2>"
},
{
"text": "Beyond BI as you know it",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-ikfBZWw-css\">Beyond BI as you know it</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Modern Business Intelligence?",
"pattern": {}
},
{
"id": "how",
"label": "How does Modern Business Intelligence work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Modern Business Intelligence?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Modern Business Intelligence free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Modern Business Intelligence compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Modern Business Intelligence?",
"pattern": {}
},
{
"id": "how",
"label": "How does Modern Business Intelligence work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Modern Business Intelligence?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Modern Business Intelligence free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Modern Business Intelligence compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
49 image(s) are missing width/height attributes.
Details
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
80/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 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
"visibleWords": 707,
"htmlBytes": 281973,
"imagesMissingDimensions": [
{
"src": "/static/promo-card-platform-8b021c07c18ce474d788da0507ad1442.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/static/promo-card-platform-8b021c07c18ce474d788da0507ad1442.png\" alt=\"Mode is the intelligence layer for your data stack\" class=\"sc-klVQfs gXEDdN\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAAEWklEQVR4nO2d623jMAyAhbME3M+MkAFOiiawOEI3uG7QbtBs0GyQbpDboCN0hIzgEe5Ap0GDXiJKsl6ORcAokAK19IUiKZJSGWvSpEkC+Ql63YF+5PBrJ4zccyPfO6OO54cb9YGfcSMPHNS2A/3AQK9TjGWeAnrFQQPC64wauFF/Q54TcLnHv8UWC7JXL1MgWuGCfFyG5sII8jU2xFtg8UvDd7J7FNGrpxQa6ayxdyOg1ydHkhfk/2DlfvZmoAP5UEIrbdo6W6i8Vy9BkwZ1FCD3P0A9n0IoDZfP6TO15SAPgV/WMIZb9wyzQzCgthiHer9rhKzePuNU53eKXv9mdwcT5HvM2BGdjw/Y6jVV9OrJVSMFqOdU4xhNguPyF6A1q1JAr51sGsj3LI7hNJ6jo6OqL1btXJYaqF3+kA33/5SmygObnd0EtS01PnRatD2tJfiHUQuqhXkWh83FUMXS55hKs9qoTR3LCfSKNEulv3iOwfaMdibo0avW0g7k2zzskkdIVUxLwW47O7PZlxgWmcWnl/7ASogA9WwDWmKpn6MNytTgyrFraYHMP7fFdxi8Fw7dKKioibfGL7KvLiCWe2bbeSsOtu2CCFs6ZM9z8koGY9tUjEADI5SQzFf4JEDtLF7yTzUwCSiYe61ilXHLriNlFikmTHJLmjPv0Fm+2RweMgZMMlLJuNLYVNszAunla0mYDr7gg2WrrRtL/ElNwmz2XwDkvhTMz7noEIeWNWRijjB9oUaHScyleqDcEqZQUJPApOcy1K2hMJqKD1+oyWBWs+TZBKfkCTUpTDq4z+SUGLEPpqqIDlDHvKWlqSxWntUeNmXMR3AbEJcdBgE1V9LatuPLmiDpLDsM54EEQI1dAbC9P9eOzyUX6u4dPaBGL6dQxcWsOVEgajM+g3GAmqI2RSWZWW7hti4R38SCBWqqQl9tCXJmTeGFVA+vQE0Gk6rWligucmJQQdXDC6gpS9BU00Ox0je3D2wI3F+vsNk21aQo21mqWutWPTQFbNHEjryijRncpUkMj7ZUImRjRknt5B6dyjW0X7uMt5zt7L0PJBTtFHZst9zVOzhzHWqJnnaX8RbrYubhMPPbVI9jkEWWOo8B89L7J5zEeNTG9TRIiW47HhXmN22NnPCgPPn9wjRf9uucVJ62a7N3Ui8CJr8CF29zQOd1EzDoFf4OjygGX1ywBJj8NuTh4pqM6QdxlwyTR9f+Eo20dwlzc5hvnGkqeiIfzq0SpsATw56nhmcFMjdMdv2s+2Rn83nmflf8qqFSML8LgsDEMt7UwIEs2g2XNz9Uc0S7Fpg3BfQKW3sQGP4c23xqOI85S5hzkgYzojSYEaXBjCgNZkRpMCNKg5m1EaGFRl4S2iXc4syQI4QNpr+kvLdTLGEH5N1y2GAmvVivaWZuqGKJyzwVVNFgxoMqGsx4mioazHjLv8GMCLXBjAi1wZwg2JiFdexxmzpWHJf6H1+aNGEzlX/bFZH+2wvB/AAAAABJRU5ErkJggg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAAEWklEQVR4nO2d623jMAyAhbME3M+MkAFOiiawOEI3uG7QbtBs0GyQbpDboCN0hIzgEe5Ap0GDXiJKsl6ORcAokAK19IUiKZJSGWvSpEkC+Ql63YF+5PBrJ4zccyPfO6OO54cb9YGfcSMPHNS2A/3AQK9TjGWeAnrFQQPC64wauFF/Q54TcLnHv8UWC7JXL1MgWuGCfFyG5sII8jU2xFtg8UvDd7J7FNGrpxQa6ayxdyOg1ydHkhfk/2DlfvZmoAP5UEIrbdo6W6i8Vy9BkwZ1FCD3P0A9n0IoDZfP6TO15SAPgV/WMIZb9wyzQzCgthiHer9rhKzePuNU53eKXv9mdwcT5HvM2BGdjw/Y6jVV9OrJVSMFqOdU4xhNguPyF6A1q1JAr..."
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAYAAACqj0o2AAAACXBIWXMAACxLAAAsSwGlPZapAAADnUlEQVR4nO1b7U3rMBSNnh3p/ewIHQAbT5DcEboBbPDYADagG5QNOkJHCBswQkbo000EAslu3dgnTuk9kv8AItfH9/vaVSUQCAQCgUAgEAgEAoFAIBAIBIIbBrlVTc5pcqTIPXrWhn/Hf1Na1GWA3IqJ0XS31a05qNb2urXHC1enW7PXZF+Y3OoWoMkRk6Za+zGBsMhlDorMY0VuXf0akFvpxj5jiTtD6NWC3FqReZtoplkXH+B1kUkjeaWJu04y6ctsi2veVZKpOSUp4vNSyTS78gGIBu17LU3G9WolubVuzXtpErKtxj6XMN+++Mbzr24W864b+28Bmz0izRtKJKs8fCNkDprslktCrpH/klt/1tN/yD4psm/oIAYjEk2gau93l9S/HAyQZGYnEkmgYiISmgdD82HpRNaNfYAJSfaN06RkGck5lFamE8klHCgKKyYwJ0ZZUebdLVAo8x4jAgeVsX3mKEZjhwAEshrdmNeLOVTc7CxoHsp/gN256gLpI+vGPSwjEpN9iZIh4SCAZt3H+cehnMMQqHjzsQeZoNE12SeYErTmECN8hyPxfpeLxJMb4sYIsCzlQwoKzv4Gd4L2GJ0PXmANiszGfwjmANxLHwx06HKq8n2Yy7rW7L6vy7pDfm3EmnTAtw+pBPCjKuAPc2zWdzisobPvB2/KxqsxnHSn/m/OJ+dWiuHwhESbSmIfimjzqn+VJzn2mTNcEwOWhY5oRz+JyZvtSgSWcOU0phbA/Mp5LyKlfDOUs0Fn32T2fgJnqD11oOTjjvUkbThRtSDTtajSD1i1dKFvTorSgeQd6g8ja//PllI/d9WiyW4jNbCvT3RzcL49roWXbGI6zgRXk2cnHBVPdXBA+e7kDnesZmhAg/Nzujde4LQvPP0725gFNpJDNfp5jLljN3snZLKsoBsZsX6wxOnWuYhcNIFzzFuaCbOLn7LhJn25h2lQf9NOuJkFvpGWn8AZiNRfg/y7bWi6x92a4cUBuDzlgIoh8BuRyBGC/klqP2jpuOa5hZbNB54ncgVLf9oy61wCD4NG1tnzEsiJdMFXWoT1k/DF/i/DfaCb1EqVeBsNB+LomT4zAZPXD8FjKdoXwngJCZyG/FbyvPcGC2vm1ZIXeKr2qGm+/HK8+71En5eVULPPmUAr4kBhg9XOr0Y9mDy/qOe+IT8A5+e1/gpl+PlAltnXZHbjawK3uTnSBAKBQCAQCAQCgUAgEFQ3hf8WE7K/EsCK5AAAAABJRU5ErkJggg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAYAAACqj0o2AAAACXBIWXMAACxLAAAsSwGlPZapAAADnUlEQVR4nO1b7U3rMBSNnh3p/ewIHQAbT5DcEboBbPDYADagG5QNOkJHCBswQkbo000EAslu3dgnTuk9kv8AItfH9/vaVSUQCAQCgUAgEAgEAoFAIBAIBIIbBrlVTc5pcqTIPXrWhn/Hf1Na1GWA3IqJ0XS31a05qNb2urXHC1enW7PXZF+Y3OoWoMkRk6Za+zGBsMhlDorMY0VuXf0akFvpxj5jiTtD6NWC3FqReZtoplkXH+B1kUkjeaWJu04y6ctsi2veVZKpOSUp4vNSyTS78gGIBu17LU3G9WolubVuzXtpErKtxj6XMN+++Mbzr24W864b+28Bmz0izRtKJKs8fCNkDprslktCrpH/klt/1tN/yD4psm/oIAYjEk2gau93l..."
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAACsElEQVR4nO3b0XHbMAwGYF1B3fUxI2QBsZzAxAjZoN0g3iDdoN0gGaEbZAR3g47gEZyjEztKRKuSDBsAif8OT44i+TsYZ5NS01gsFouFPW7lf0H0/w7lot84DMh9XWoDuEfcfSj0P7mvS20MlDgGShwDJY6BEsdAiWOgxDFQ4hgocQyUOAZKHANdGgw3+1oCivlj6w2G27eVpF27Ct9ngWK4cbH7mzu2qR3zUH2YUVB8x8wdW2U+Yx5h0K/TumfuNUhroxh+fMY8vo7hrqky+w4bgpxdOH29tF35+zZ2j/+r9ElqNOS10+gwAf3TnPNP/b9t/PbYaAkVKszELBaUAhUWYBYNeg4qLMQsHnQJKpyBWQXoHFQ4E7Ma0CmoQIBZFegYKhBhVgeaQwVCzCpB+6hAjKkbNLMIAukn3QUC2N1B9NsPIOjXRYECdtl5eJlz+afBubB7zv2tgU6IgRIHqu7QC2xdAHZ/qgVNN9BOWY9sZ1T2PBWBXqfQQA205A510W9EbYMUALq73rVOeSgjbchh98xVgF12J5QdL1Op+RqtcQIADTQa6Mlwd6N1aDTQ0XB3o3VoNNDRcHejdWg00NFwd6N1aKwI9OuCxQvubhQL6lb+YcmqEDeeTFAMt4OLmnjXMTeeSFDAbrgp91rb1Lljx3LjyQPFYXfmH3LIXyQ3njhQOPEUyYkazFduPFGgsHAX4DhfJ3R3XaBxVneqKRZQ9/41qbi6PijK/KiqBXXof3O/6aJAWwyh1PnJAnrIF/TrEmHZv9hD7vZFxcX+07MHO7yNUWHJAH1LuhjtY0AU6CHpmXmtsCJBNc9XuaD9HwLppjEBWGWAKpuvakC1zFd1oNLnq05QwfNVN6jA+VoEaH++7jf3DLSc+VpUh2YWsjdXxYx+K+rxHYvFYmn05wU4BWY/u21BoQAAAABJRU5ErkJggg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAACxLAAAsSwGlPZapAAACsElEQVR4nO3b0XHbMAwGYF1B3fUxI2QBsZzAxAjZoN0g3iDdoN0gGaEbZAR3g47gEZyjEztKRKuSDBsAif8OT44i+TsYZ5NS01gsFouFPW7lf0H0/w7lot84DMh9XWoDuEfcfSj0P7mvS20MlDgGShwDJY6BEsdAiWOgxDFQ4hgocQyUOAZKHANdGgw3+1oCivlj6w2G27eVpF27Ct9ngWK4cbH7mzu2qR3zUH2YUVB8x8wdW2U+Yx5h0K/TumfuNUhroxh+fMY8vo7hrqky+w4bgpxdOH29tF35+zZ2j/+r9ElqNOS10+gwAf3TnPNP/b9t/PbYaAkVKszELBaUAhUWYBYNeg4qLMQsHnQJKpyBWQXoHFQ4E7Ma0CmoQIBZFegYK..."
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAEyklEQVR4nO1c63EiMQzeOXtn8pMSUsDZ5wqwSqCDo4O7DkIHoYOkA9IBJZAOrgRK4EZ2SHhYXu/au44NmtGfhED8oZXkT4+m6SugZhwUcPi55lpsmJb/uJaHEtX+72JrzgIKemPRE7hH/CCm5T73wfmIgDItXvCsKYGb8bl8zn04PjmYCYBEs67Z4niIRYJaDANvLp9yH4B/F53Lp+TgGcsEdMByzUAtj/oD5F8OZQeXKBC7wRPvCBL6xibEBYB8vRkQGYiFz+JaBG6IgHqsxiLJdMdzSPx5dEQCNavEGvfOp4+BeB0NvBOpAsS5eL5Okt3g7dMmlVa4lrvsIETqGS6U9Q32eV1iv7Cy80uQ68/zuHyfeXRHFA5ylR2EFL7QEAOOFzAQyzEBbPCKWLwVKkBLWLt+2UwgDORb2QDKdWPonKtfiO00AIpl4QC+oRVc534gV1MA2BDRvxQ1cSKL/zv3g4eSNS+AjckJs4NwB1BnBNDlA0dLoC8FlMptQZG6d16rWv3rpZlAmIf9KUIxWyEu9/uJAHzNDkKEMjQ0MhcbvczXOK+QJakNtmQqMW4yzUpPok8ZGedtZGQrZIVbn7mFHIUkFCyZ2ln7uMmK36VxUVZoCswJpZ3LP9kPH6lOqo+ywpQgtnP5O/fhUyjJ0lPU1ofuBtP7UFF7SBfRQgaU09poDyC5bQ8pO2B8qngPspawA4sNpiItKHUaaB6wPApqUVsnV7/qpOXpiq+c8ZSW19t9mUZKr0883IQibR+TyuFjWo8Pkz1b28Sw1rZbBpKZrjO5GuMC8QGkWhgGB+rxkYYTRXc1AYFCNJwrOO0RLEQXlxnEXe5yl7vcZUoBNUNHbCNz9qDQS4/Bb/Iggh/aavFSU07IPiaUBs+EBNJRTzWRA9wHZsrODLzO1GRtfDIgayJBdWRDeW8/aegs8Z79n9ffRnuw8TUNxehPcgDH0RZI9p4e1WYQYhkyehFcoazF8hgaQR9ywMxDm8Z3T6DsaDaool6rI0nQLjb+asjm/A8PpWubKAXxPtYuy67B77WJ+xppEC8e5eL79HR3vRYDBo7p4i0K1VQN0Vp90dVXoTy1ws5a8DdX5puqsilZd62bELpj42iFFfg+Rvk9TFPCr587KvBQX4B5fel9eoyyvkH5rDtN8Y7DVdFm65Ch56Ks2ZUfml7y4v0fOGq3UW7JbYVERN45kS1JW6ysXQimMzHveXnlo96THPUqSZtwa4myaipW3AHUtw4gXKce0U1RjqsaCaBz3LUgfXD4q9jUjPhSVk4fyEAUPTXOXGlHxDoBKi0iB9PL7wEU25RLLZx3Y2oYyYz8e7rzi94k1Ay44xOEROc4XOm5IKeYmB7rpnxUWOdamEp2uDySAKAFOfoZjyv8kHToOxh07isrYGQ4XquC6h62lzGoN9ASEs6n8+oLKz+YyLRjad5tdq5IXcMmIY0qNtENQ0NXAVYQkQ/HQ7pIhhBBn+cjYTs79ysIKIcvILH2EVAbBjXDekknARu6kKgmEPnXxvINnuu8R9BsY98G0f59tznVBiKP0aGrsEznaQX1Yj5QbZ4YOztipi8r2HuqJ56Ro4Cs2SLZ15hX8r2xZ2IbtHE0ymwyL3LkC8GyI14muAwe8/oPodGLeQKerH4AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAEyklEQVR4nO1c63EiMQzeOXtn8pMSUsDZ5wqwSqCDo4O7DkIHoYOkA9IBJZAOrgRK4EZ2SHhYXu/au44NmtGfhED8oZXkT4+m6SugZhwUcPi55lpsmJb/uJaHEtX+72JrzgIKemPRE7hH/CCm5T73wfmIgDItXvCsKYGb8bl8zn04PjmYCYBEs67Z4niIRYJaDANvLp9yH4B/F53Lp+TgGcsEdMByzUAtj/oD5F8OZQeXKBC7wRPvCBL6xibEBYB8vRkQGYiFz+JaBG6IgHqsxiLJdMdzSPx5dEQCNavEGvfOp4+BeB0NvBOpAsS5eL5Okt3g7dMmlVa4lrvsIETqGS6U9Q32eV1iv7Cy80uQ68/zuHyfeXRHFA5ylR2EFL7QEAOOF..."
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABUCAYAAADzqXv/AAAACXBIWXMAACxLAAAsSwGlPZapAAACYElEQVR4nO2c0W3CMBCGLXxIfewIDIBdT0BuBEZgg3YDOgIb0A3oBh2hI3SEjtAqjaJSSCBRfdjn/J90jwjx6fw7PpIYAwAAAGhgvvKPVLk3jWUrtzcc7k1uWPYfVPkvtcWBTW5AqgCQKgCkClCqVOLA18pwWEg4LVLqjP3zwM9/ilw9lCjVsn8Z+vk7iW6F1ACphE71okvfNpl41mmW3QbLvzqV9XCIvYEQ+92kM9Wy28T+nT+XUZAaF0hldKqK5W84hK7vmszFv+2RSiu/nVduf6mIl7s+UZbD2nLYtCU2NtQilXo2mpt1+hggVQBIFQBSBZiMVA6L5s9C//Fbbi/hdDJSCScqB6no1BOw/EP8KVVzt0f6HKXj4iWrzlQtEKTGB1IFgFQBIFWACCeq281Tc7g/dj5gHhpj9HezeWpqbMcxWf08NTUWUpVIrdy+vqiXLjMlqXSjqseHWW50VrHUurLsWAupkEroVI/lT8hUwXku/2+eOvmNaiiQKgCkCgCpAkCqAJB6jfq8PPLMDKlXoMod2mnS0OdDIfUCnc84rfzWXAFSL1CPy/rGaJcm9pDaQ92RA2eUZ5EAqV1wWPR1ad/0/lgupHZg2Q1+XLwrb5u3EqU/6+cz+uP6Lub0AoqSSjneWahZqh3xmLjGSiKVCu7ShJ0a1mN2fW2VdKOyI14Wo6nS/0XN5clNL/Vo8yolErKRWpLc7KSWEAl5Sv0r9zW1pLKkKo0EFVJbZuyfNMhVJVVL3uqTqiBv9UrNOG/VS80xb4uRmlPeliU1k7wtU2rKvGX/3n4/AAAAE5Vv5ApC8Twl/A4AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABUCAYAAADzqXv/AAAACXBIWXMAACxLAAAsSwGlPZapAAACYElEQVR4nO2c0W3CMBCGLXxIfewIDIBdT0BuBEZgg3YDOgIb0A3oBh2hI3SEjtAqjaJSSCBRfdjn/J90jwjx6fw7PpIYAwAAAGhgvvKPVLk3jWUrtzcc7k1uWPYfVPkvtcWBTW5AqgCQKgCkClCqVOLA18pwWEg4LVLqjP3zwM9/ilw9lCjVsn8Z+vk7iW6F1ACphE71okvfNpl41mmW3QbLvzqV9XCIvYEQ+92kM9Wy28T+nT+XUZAaF0hldKqK5W84hK7vmszFv+2RSiu/nVduf6mIl7s+UZbD2nLYtCU2NtQilXo2mpt1+hggVQBIFQBSBZiMVA6L5s9C//Fbbi/hdDJSCScqB6no1BOw/EP8KVVzt0f6HKXj4iWrzlQtEKTGB..."
},
{
"src": "/static/promo-card-live-weekly-demo-dee18f485f9e9901d8dd3a355326df0d.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/static/promo-card-live-weekly-demo-dee18f485f9e9901d8dd3a355326df0d.png\" alt=\"Get a firsthand look at Mode's key features & workflows\" class=\"sc-klVQfs gXEDdN\">"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTIyNTMgMTEuNjk2NEwzLjAzODcgMTAuMjEyNUMyLjkyMzQ4IDEwLjA5NzMgMi43MzY2NyAxMC4wOTczIDIuNjIxNDUgMTAuMjEyNUwwLjIwODcyNSAxMi42MjUzQzAuMDkzNTA1NyAxMi43NDA1IDAuMDkzNTA1NiAxMi45MjczIDAuMjA4NzI1IDEzLjA0MjVMMS42OTI1NiAxNC41MjYzQzEuODA3NzggMTQuNjQxNiAxLjk5NDU4IDE0LjY0MTYgMi4xMDk4IDE0LjUyNjNMNC41MjI1MyAxMi4xMTM2QzQuNjM3NzUgMTEuOTk4NCA0LjYzNzc1IDExLjgxMTYgNC41MjI1MyAxMS42OTY0WiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNOS44MzY5OSAxNy4wMDY5TDguMzUzMTUgMTUuNTIzMUM4LjIzNzk0IDE1LjQwNzkgOC4wNTExMyAxNS40MDc5IDcuOTM1OTEgMTUuNTIzMUw1LjU0MTQzIDE3LjkxNzZDNS40MjYyMSAxOC4wMzI4IDUuNDI2MjEgMTguMjE5NiA1LjU0MTQzIDE4LjMzNDhMNy4wMjUyNiAxOS44MTg2QzcuMTQwNDggMTkuOTMzOSA3LjMyNzI5IDE5LjkzMzkgNy40NDI1MSAxOS44MTg2TDkuODM2OTkgMTcuNDI0MkM5Ljk1MjIxIDE3LjMwODkgOS45NTIyMSAxNy4xMjIxIDkuODM2OTkgMTcuMDA2OVoiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTEuNjg5NyAxOS44NDIyTDAuMjA1NjY4IDE4LjM1ODJDMC4xNzgyMzYgMTguMzMwOCAwLjE1NjQ4IDE4LjI5ODIgMC4xNDE2MzIgMTguMjYyNEMwLjEyNjc4NSAxOC4yMjY2IDAuMTE5MTQxIDE4LjE4ODIgMC4xMTkxNDEgMTguMTQ5NEMwLjExOTE0MSAxOC4xMTA2IDAuMTI2Nzg1IDE4LjA3MjIgMC4xNDE2MzIgMTguMDM2NEMwLjE1NjQ4IDE4LjAwMDYgMC4xNzgyMzYgMTcuOTY4MSAwLjIwNTY2OCAxNy45NDA3TDUuMjc1MTYgMTIuODcyN0M1LjMwMjU2IDEyLjg0NTIgNS4zMzUxIDEyLjgyMzUgNS4zNzA5MiAxMi44MDg2QzUuNDA2NzQgMTIuNzkzOCA1LjQ0NTEzIDEyLjc4NjEgNS40ODM5IDEyLjc4NjFDNS41MjI2NyAxMi43ODYxIDUuNTYxMDcgMTIuNzkzOCA1LjU5Njg4IDEyLjgwODZDNS42MzI3IDEyLjgyMzUgNS42NjUyMyAxMi44NDUyIDUuNjkyNjMgMTIuODcyN0w3LjE3NTk0IDE0LjM1NjdDNy4yMDMzNyAxNC4zODQxIDcuMjI1MTMgMTQuNDE2NiA3LjIzOTk4IDE0LjQ1MjVDNy4yNTQ4MiAxNC40ODgzIDcuMjYyNDcgMTQuNTI2NyA3LjI2MjQ3IDE0LjU2NTRDNy4yNjI0NyAxNC42MDQyIDcuMjU0ODIgMTQuNjQyNiA3LjIzOTk4IDE0LjY3ODRDNy4yMjUxMyAxNC43MTQyIDcuMjAzMzcgMTQuNzQ2OCA3LjE3NTk0IDE0Ljc3NDJMMi4xMDQyNCAxOS44NDIyQzIuMDQ5MDIgMTkuODk2NyAxLjk3NDU1IDE5LjkyNzMgMS44OTY5NyAxOS45MjczQzEuODE5MzggMTkuOTI3MyAxLjc0NDkyIDE5Ljg5NjcgMS42ODk3IDE5Ljg0MjJaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik0xMi42OTY2IDkuMjk2NjFDMTMuNzk2NSA5LjI5NjYxIDE0LjY4ODEgOC40MDQ5OCAxNC42ODgxIDcuMzA1MTFDMTQuNjg4MSA2LjIwNTIzIDEzLjc5NjUgNS4zMTM2IDEyLjY5NjYgNS4zMTM2QzExLjU5NjcgNS4zMTM2IDEwLjcwNTEgNi4yMDUyMyAxMC43MDUxIDcuMzA1MTFDMTAuNzA1MSA4LjQwNDk4IDExLjU5NjcgOS4yOTY2MSAxMi42OTY2IDkuMjk2NjFaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik0xOS40MDkyIDBIMTIuMjc3NEMxMi4xMjEgMC4wMDAyNjgwNiAxMS45NzExIDAuMDYyNjEwNyAxMS44NjA3IDAuMTczMzMzTDkuNTUwNTQgMi40ODI3NUM5LjQ5NTcgMi41Mzc1MyA5LjQzMDYgMi41ODA5NiA5LjM1ODk3IDIuNjEwNTdDOS4yODczNCAyLjY0MDE5IDkuMjEwNTggMi42NTU0IDkuMTMzMDYgMi42NTUzNEgyLjk3NDg4QzIuODk3MTQgMi42NTUzOCAyLjgyMDE3IDIuNjcwNzggMi43NDg0IDIuNzAwNjVDMi42NzY2MyAyLjczMDUyIDIuNjExNDggMi43NzQyOCAyLjU1NjY3IDIuODI5NDFMMC4yODU2MTUgNS4xMDc4NUMwLjE3NTI2MyA1LjIxODQ2IDAuMTEzMjgxIDUuMzY4MzQgMC4xMTMyODEgNS41MjQ1OUMwLjExMzI4MSA1LjY4MDg0IDAuMTc1MjYzIDUuODMwNzEgMC4yODU2MTUgNS45NDEzM0wxLjgzNDU2IDcuNDkwMjhDMS44ODkzNyA3LjU0NTE0IDEuOTU0NDQgNy41ODg2NyAyLjAyNjA4IDcuNjE4MzZDMi4wOTc3MSA3LjY0ODA2IDIuMTc0NDkgNy42NjMzMyAyLjI1MjA0IDcuNjYzMzNDMi4zMjk1OCA3LjY2MzMzIDIuNDA2MzYgNy42NDgwNiAyLjQ3OCA3LjYxODM2QzIuNTQ5NjMgNy41ODg2NyAyLjYxNDcxIDcuNTQ1MTQgMi42Njk1MSA3LjQ5MDI4TDUuNDk5NjcgNC42NjAxM0M1LjUyNzA3IDQuNjMyNyA1LjU1OTYyIDQuNjEwOTMgNS41OTU0MyA0LjU5NjA5QzUuNjMxMjUgNC41ODEyNCA1LjY2OTY0IDQuNTczNTkgNS43MDg0MiA0LjU3MzU5QzUuNzQ3MTkgNC41NzM1OSA1Ljc4NTU4IDQuNTgxMjQgNS44MjEzOSA0LjU5NjA5QzUuODU3MjEgNC42MTA5MyA1Ljg4OTc0IDQuNjMyNyA1LjkxNzE0IDQuNjYwMTNMNi40Mzg2MyA1LjE4MTZDNi40OTM4IDUuMjM2OTEgNi41MjQ3OSA1LjMxMTg1IDYuNTI0NzkgNS4zODk5N0M2LjUyNDc5IDUuNDY4MSA2LjQ5MzggNS41NDMwNCA2LjQzODYzIDUuNTk4MzVMMy42MDc3NSA4LjQyOTI0QzMuNDk3MTcgOC41Mzk4OSAzLjQzNTA1IDguNjg5OTIgMy40MzUwNSA4Ljg0NjM1QzMuNDM1MDUgOS4wMDI3OCAzLjQ5NzE3IDkuMTUyOCAzLjYwNzc1IDkuMjYzNDVMMTAuNzM5NSAxNi4zOTUzQzEwLjg1MDIgMTYuNTA1OCAxMS4wMDAyIDE2LjU2OCAxMS4xNTY3IDE2LjU2OEMxMS4zMTMxIDE2LjU2OCAxMS40NjMxIDE2LjUwNTggMTEuNTczOCAxNi4zOTUzTDE0LjQwNDcgMTMuNTY0NEMxNC40MzIxIDEzLjUzNjkgMTQuNDY0NiAxMy41MTUyIDE0LjUwMDQgMTMuNTAwM0MxNC41MzYyIDEzLjQ4NTUgMTQuNTc0NiAxMy40Nzc4IDE0LjYxMzQgMTMuNDc3OEMxNC42NTIyIDEzLjQ3NzggMTQuNjkwNiAxMy40ODU1IDE0LjcyNjQgMTMuNTAwM0MxNC43NjIyIDEzLjUxNTIgMTQuNzk0NyAxMy41MzY5IDE0LjgyMjEgMTMuNTY0NEwxNS4zNDM2IDE0LjA4NjZDMTUuMzk4OCAxNC4xNDE5IDE1LjQyOTggMTQuMjE2OCAxNS40Mjk4IDE0LjI5NUMxNS40Mjk4IDE0LjM3MzEgMTUuMzk4OCAxNC40NDggMTUuMzQzNiAxNC41MDMzTDEyLjUxMTMgMTcuMzMzNUMxMi40MDA3IDE3LjQ0NDEgMTIuMzM4NiAxNy41OTQyIDEyLjMzODYgMTcuNzUwNkMxMi4zMzg2IDE3LjkwNyAxMi40MDA3IDE4LjA1NzEgMTIuNTExMyAxOC4xNjc3TDE0LjI3MTkgMTkuNTAwNUMxNC41MDIgMTkuNzMwNyAxNC42NjEzIDE5Ljk0MzEgMTQuODkxNSAxOS43MTUyTDE3LjE2OTkgMTcuNDQ0OUMxNy4yMjUgMTcuMzkwMSAxNy4yNjg4IDE3LjMyNDkgMTcuMjk4NyAxNy4yNTMxQzE3LjMyODUgMTcuMTgxNCAxNy4zNDM5IDE3LjEwNDQgMTcuMzQ0IDE3LjAyNjZWMTAuODY3N0MxNy4zNDM5IDEwLjc5MDIgMTcuMzU5MSAxMC43MTM0IDE3LjM4ODcgMTAuNjQxOEMxNy40MTgzIDEwLjU3MDIgMTcuNDYxOCAxMC41MDUxIDE3LjUxNjYgMTAuNDUwM0wxOS44MjY3IDguMTQwODRDMTkuODgxNSA4LjA4NiAxOS45MjQ5IDguMDIwOSAxOS45NTQ2IDcuOTQ5MjdDMTkuOTg0MiA3Ljg3NzY0IDE5Ljk5OTQgNy44MDA4NyAxOS45OTkzIDcuNzIzMzVWMC41OTAwNzZDMTkuOTk5MyAwLjUxMjU4NiAxOS45ODQgMC40MzU4NTEgMTkuOTU0NCAwLjM2NDI2QzE5LjkyNDcgMC4yOTI2NjggMTkuODgxMyAwLjIyNzYyMiAxOS44MjY1IDAuMTcyODI5QzE5Ljc3MTcgMC4xMTgwMzUgMTkuNzA2NiAwLjA3NDU3NDMgMTkuNjM1IDAuMDQ0OTIwMkMxOS41NjM0IDAuMDE1MjY2MSAxOS40ODY3IDAgMTkuNDA5MiAwWk0xMi42OTcxIDEwLjYyMTRDMTIuMDQwNyAxMC42MjE0IDExLjM5ODkgMTAuNDI2NyAxMC44NTMxIDEwLjA2MkMxMC4zMDczIDkuNjk3MjcgOS44ODE4MiA5LjE3ODg4IDkuNjMwNiA4LjU3MjM4QzkuMzc5MzggNy45NjU4OCA5LjMxMzY0IDcuMjk4NTEgOS40NDE3MiA2LjY1NDY1QzkuNTY5NzkgNi4wMTA3OSA5Ljg4NTkyIDUuNDE5MzcgMTAuMzUwMSA0Ljk1NTE4QzEwLjgxNDMgNC40OTA5OCAxMS40MDU3IDQuMTc0ODYgMTIuMDQ5NiA0LjA0Njc5QzEyLjY5MzQgMy45MTg3MiAxMy4zNjA4IDMuOTg0NDUgMTMuOTY3MyA0LjIzNTY3QzE0LjU3MzggNC40ODY4OSAxNS4wOTIyIDQuOTEyMzIgMTUuNDU2OSA1LjQ1ODE2QzE1LjgyMTYgNi4wMDM5OSAxNi4wMTYzIDYuNjQ1NzIgMTYuMDE2MyA3LjMwMjE5QzE2LjAxNjMgOC4xODI0OSAxNS42NjY2IDkuMDI2NzQgMTUuMDQ0MSA5LjY0OTIxQzE0LjQyMTcgMTAuMjcxNyAxMy41Nzc0IDEwLjYyMTQgMTIuNjk3MSAxMC42MjE0WiIgZmlsbD0iIzA0M0YyRSIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTIyNTMgMTEuNjk2NEwzLjAzODcgMTAuMjEyNUMyLjkyMzQ4IDEwLjA5NzMgMi43MzY2NyAxMC4wOTczIDIuNjIxNDUgMTAuMjEyNUwwLjIwODcyNSAxMi42MjUzQzAuMDkzNTA1NyAxMi43NDA1IDAuMDkzNTA1NiAxMi45MjczIDAuMjA4NzI1IDEzLjA0MjVMMS42OTI1NiAxNC41MjYzQzEuODA3NzggMTQuNjQxNiAxLjk5NDU4IDE0LjY0MTYgMi4xMDk4IDE0LjUyNjNMNC41MjI1MyAxMi4xMTM2QzQuNjM3NzUgMTEuO..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcwMTggNi42NjYyNkgxNi4yOTQzQzE2LjEzMDcgNi42NjYyNiAxNS45OTggNi43OTg5MiAxNS45OTggNi45NjI1NlY5LjAzNjYzQzE1Ljk5OCA5LjIwMDI3IDE2LjEzMDcgOS4zMzI5MyAxNi4yOTQzIDkuMzMyOTNIMTkuNzAxOEMxOS44NjU0IDkuMzMyOTMgMTkuOTk4IDkuMjAwMjcgMTkuOTk4IDkuMDM2NjNWNi45NjI1NkMxOS45OTggNi43OTg5MiAxOS44NjU0IDYuNjY2MjYgMTkuNzAxOCA2LjY2NjI2WiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTUuOTk4IDEwLjk2MzNWMTcuMjM5NkMxNS45OTgyIDE3LjMwMDggMTYuMDE3MSAxNy4zNjA1IDE2LjA1MjEgMTcuNDEwN0wxNy43NTU4IDE5LjgxODFDMTcuNzgzMiAxOS44NTY5IDE3LjgxOTUgMTkuODg4NiAxNy44NjE2IDE5LjkxMDVDMTcuOTAzOCAxOS45MzIzIDE3Ljk1MDYgMTkuOTQzOCAxNy45OTggMTkuOTQzOEMxOC4wNDU1IDE5Ljk0MzggMTguMDkyMyAxOS45MzIzIDE4LjEzNDUgMTkuOTEwNUMxOC4xNzY2IDE5Ljg4ODYgMTguMjEyOSAxOS44NTY5IDE4LjI0MDMgMTkuODE4MUwxOS45NDQgMTcuNDEwN0MxOS45NzkgMTcuMzYwNSAxOS45OTc5IDE3LjMwMDggMTkuOTk4IDE3LjIzOTZWMTAuOTYzM0MxOS45OTggMTAuODg0NyAxOS45NjY4IDEwLjgwOTMgMTkuOTExMyAxMC43NTM4QzE5Ljg1NTcgMTAuNjk4MiAxOS43ODAzIDEwLjY2NyAxOS43MDE4IDEwLjY2N0gxNi4yOTQzQzE2LjIxNTggMTAuNjY3IDE2LjE0MDQgMTAuNjk4MiAxNi4wODQ4IDEwLjc1MzhDMTYuMDI5MyAxMC44MDkzIDE1Ljk5OCAxMC44ODQ3IDE1Ljk5OCAxMC45NjMzWiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTkuNzAzNyAwSDE2LjU5MjZDMTYuNDM1NCAwIDE2LjI4NDcgMC4wNjI0MzQ3IDE2LjE3MzUgMC4xNzM1N0MxNi4wNjI0IDAuMjg0NzA1IDE2IDAuNDM1NDM4IDE2IDAuNTkyNjA3VjIuMzcwNDNDMTYgMi40NDkwMSAxNS45Njg4IDIuNTI0MzggMTUuOTEzMiAyLjU3OTk1QzE1Ljg1NzYgMi42MzU1MSAxNS43ODIzIDIuNjY2NzMgMTUuNzAzNyAyLjY2NjczSDE0Ljk2MjlDMTQuODg0NCAyLjY2NjczIDE0LjgwOSAyLjYzNTUxIDE0Ljc1MzQgMi41Nzk5NUMxNC42OTc5IDIuNTI0MzggMTQuNjY2NiAyLjQ0OTAxIDE0LjY2NjYgMi4zNzA0M1YwLjU5MjYwN0MxNC42NjY2IDAuNDM1NDM4IDE0LjYwNDIgMC4yODQ3MDUgMTQuNDkzMSAwLjE3MzU3QzE0LjM4MTkgMC4wNjI0MzQ3IDE0LjIzMTIgMCAxNC4wNzQgMEgxMS4yNTkyQzExLjEwMjEgMCAxMC45NTEzIDAuMDYyNDM0NyAxMC44NDAyIDAuMTczNTdDMTAuNzI5MSAwLjI4NDcwNSAxMC42NjY2IDAuNDM1NDM4IDEwLjY2NjYgMC41OTI2MDdWMi4zNzA0M0MxMC42NjY2IDIuNDQ5MDEgMTAuNjM1NCAyLjUyNDM4IDEwLjU3OTkgMi41Nzk5NUMxMC41MjQzIDIuNjM1NTEgMTAuNDQ4OSAyLjY2NjczIDEwLjM3MDQgMi42NjY3M0g5LjYyOTYxQzkuNTUxMDMgMi42NjY3MyA5LjQ3NTY3IDIuNjM1NTEgOS40MjAxIDIuNTc5OTVDOS4zNjQ1MyAyLjUyNDM4IDkuMzMzMzIgMi40NDkwMSA5LjMzMzMyIDIuMzcwNDNWMC41OTI2MDdDOS4zMzMzMiAwLjQzNTQzOCA5LjI3MDg4IDAuMjg0NzA1IDkuMTU5NzUgMC4xNzM1N0M5LjA0ODYyIDAuMDYyNDM0NyA4Ljg5Nzg5IDAgOC43NDA3MiAwSDUuOTI1OTJDNS43Njg3NSAwIDUuNjE4MDIgMC4wNjI0MzQ3IDUuNTA2ODkgMC4xNzM1N0M1LjM5NTc2IDAuMjg0NzA1IDUuMzMzMzIgMC40MzU0MzggNS4zMzMzMiAwLjU5MjYwN1YyLjM3MDQzQzUuMzMzMzIgMi40NDkwMSA1LjMwMjExIDIuNTI0MzggNS4yNDY1NCAyLjU3OTk1QzUuMTkwOTcgMi42MzU1MSA1LjExNTYxIDIuNjY2NzMgNS4wMzcwMyAyLjY2NjczSDQuMjk2MjlDNC4yMTc3MSAyLjY2NjczIDQuMTQyMzQgMi42MzU1MSA0LjA4Njc4IDIuNTc5OTVDNC4wMzEyMSAyLjUyNDM4IDMuOTk5OTkgMi40NDkwMSAzLjk5OTk5IDIuMzcwNDNWMC41OTI2MDdDMy45OTk5OSAwLjQzNTQzOCAzLjkzNzU2IDAuMjg0NzA1IDMuODI2NDMgMC4xNzM1N0MzLjcxNTI5IDAuMDYyNDM0NyAzLjU2NDU3IDAgMy40MDc0IDBIMC41OTI1OTJDMC40MzU0MjYgMCAwLjI4NDY5OCAwLjA2MjQzNDcgMC4xNzM1NjYgMC4xNzM1N0MwLjA2MjQzMzEgMC4yODQ3MDUgMCAwLjQzNTQzOCAwIDAuNTkyNjA3VjE5LjQwNzlDMCAxOS41NjUgMC4wNjI0MzMxIDE5LjcxNTggMC4xNzM1NjYgMTkuODI2OUMwLjI4NDY5OCAxOS45MzggMC40MzU0MjYgMjAuMDAwNSAwLjU5MjU5MiAyMC4wMDA1SDE0LjA3NEMxNC4yMzEyIDIwLjAwMDUgMTQuMzgxOSAxOS45MzggMTQuNDkzMSAxOS44MjY5QzE0LjYwNDIgMTkuNzE1OCAxNC42NjY2IDE5LjU2NSAxNC42NjY2IDE5LjQwNzlWNS45MjYwN0MxNC42NjY2IDUuNzY4OSAxNC43MjkxIDUuNjE4MTcgMTQuODQwMiA1LjUwNzAzQzE0Ljk1MTMgNS4zOTU5IDE1LjEwMjEgNS4zMzM0NiAxNS4yNTkyIDUuMzMzNDZIMTkuNDA3NEMxOS41NjQ1IDUuMzMzNDYgMTkuNzE1MyA1LjI3MTAzIDE5LjgyNjQgNS4xNTk4OUMxOS45Mzc1IDUuMDQ4NzYgMjAgNC44OTgwMiAyMCA0Ljc0MDg1VjAuMjk2MzAzQzIwIDAuMjE3NzE5IDE5Ljk2ODcgMC4xNDIzNTMgMTkuOTEzMiAwLjA4Njc4NUMxOS44NTc2IDAuMDMxMjE3NCAxOS43ODIzIDAgMTkuNzAzNyAwWk0xMiAxNS43MDQxQzEyIDE1Ljc4MjcgMTEuOTY4OCAxNS44NTggMTEuOTEzMiAxNS45MTM2QzExLjg1NzYgMTUuOTY5MiAxMS43ODIzIDE2LjAwMDQgMTEuNzAzNyAxNi4wMDA0SDIuOTYyOTZDMi44ODQzOCAxNi4wMDA0IDIuODA5MDEgMTUuOTY5MiAyLjc1MzQ0IDE1LjkxMzZDMi42OTc4OCAxNS44NTggMi42NjY2NiAxNS43ODI3IDIuNjY2NjYgMTUuNzA0MVYxNC45NjMzQzIuNjY2NjYgMTQuODg0NyAyLjY5Nzg4IDE0LjgwOTQgMi43NTM0NCAxNC43NTM4QzIuODA5MDEgMTQuNjk4MiAyLjg4NDM4IDE0LjY2NyAyLjk2Mjk2IDE0LjY2N0gxMS43MDM3QzExLjc4MjMgMTQuNjY3IDExLjg1NzYgMTQuNjk4MiAxMS45MTMyIDE0Ljc1MzhDMTEuOTY4OCAxNC44MDk0IDEyIDE0Ljg4NDcgMTIgMTQuOTYzM1YxNS43MDQxWk0xMiAxMS43MDRDMTIgMTEuNzgyNiAxMS45Njg4IDExLjg1NzkgMTEuOTEzMiAxMS45MTM1QzExLjg1NzYgMTEuOTY5MSAxMS43ODIzIDEyLjAwMDMgMTEuNzAzNyAxMi4wMDAzSDIuOTYyOTZDMi44ODQzOCAxMi4wMDAzIDIuODA5MDEgMTEuOTY5MSAyLjc1MzQ0IDExLjkxMzVDMi42OTc4OCAxMS44NTc5IDIuNjY2NjYgMTEuNzgyNiAyLjY2NjY2IDExLjcwNFYxMC45NjMyQzIuNjY2NjYgMTAuODg0NiAyLjY5Nzg4IDEwLjgwOTMgMi43NTM0NCAxMC43NTM3QzIuODA5MDEgMTAuNjk4MSAyLjg4NDM4IDEwLjY2NjkgMi45NjI5NiAxMC42NjY5SDExLjcwMzdDMTEuNzgyMyAxMC42NjY5IDExLjg1NzYgMTAuNjk4MSAxMS45MTMyIDEwLjc1MzdDMTEuOTY4OCAxMC44MDkzIDEyIDEwLjg4NDYgMTIgMTAuOTYzMlYxMS43MDRaTTEyIDcuNzAzODlDMTIgNy43ODI0NyAxMS45Njg4IDcuODU3ODQgMTEuOTEzMiA3LjkxMzQxQzExLjg1NzYgNy45Njg5NyAxMS43ODIzIDguMDAwMTkgMTEuNzAzNyA4LjAwMDE5SDIuOTYyOTZDMi44ODQzOCA4LjAwMDE5IDIuODA5MDEgNy45Njg5NyAyLjc1MzQ0IDcuOTEzNDFDMi42OTc4OCA3Ljg1Nzg0IDIuNjY2NjYgNy43ODI0NyAyLjY2NjY2IDcuNzAzODlWNi45NjMxM0MyLjY2NjY2IDYuODg0NTQgMi42OTc4OCA2LjgwOTE4IDIuNzUzNDQgNi43NTM2MUMyLjgwOTAxIDYuNjk4MDQgMi44ODQzOCA2LjY2NjgzIDIuOTYyOTYgNi42NjY4M0gxMS43MDM3QzExLjc4MjMgNi42NjY4MyAxMS44NTc2IDYuNjk4MDQgMTEuOTEzMiA2Ljc1MzYxQzExLjk2ODggNi44MDkxOCAxMiA2Ljg4NDU0IDEyIDYuOTYzMTNWNy43MDM4OVoiIGZpbGw9IiMwNDNGMkUiLz4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcwMTggNi42NjYyNkgxNi4yOTQzQzE2LjEzMDcgNi42NjYyNiAxNS45OTggNi43OTg5MiAxNS45OTggNi45NjI1NlY5LjAzNjYzQzE1Ljk5OCA5LjIwMDI3IDE2LjEzMDcgOS4zMzI5MyAxNi4yOTQzIDkuMzMyOTNIMTkuNzAxOEMxOS44NjU0IDkuMzMyOTMgMTkuOTk4IDkuMjAwMjcgMTkuOTk4IDkuMDM2NjNWNi45NjI1NkMxOS45OTggNi43OTg5MiAxOS44NjU0IDYuNjY2MjYgMTkuNzAxOCA2LjY2NjI2WiIgZmlsb..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzMDI0IDE5Ljk5NzNaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik01LjkyNTA2IDE5Ljk5NzNIOC43Mzk1MUM5LjA2Njc1IDE5Ljk5NzMgOS4zMzIwMyAxOS43MzIgOS4zMzIwMyAxOS40MDQ4TDkuMzMyMDMgMTEuMjU3N0M5LjMzMjAzIDEwLjkzMDQgOS4wNjY3NSAxMC42NjUyIDguNzM5NTEgMTAuNjY1Mkg1LjkyNTA2QzUuNTk3ODIgMTAuNjY1MiA1LjMzMjU0IDEwLjkzMDQgNS4zMzI1NCAxMS4yNTc3TDUuMzMyNTQgMTkuNDA0OEM1LjMzMjU0IDE5LjczMiA1LjU5NzgyIDE5Ljk5NzMgNS45MjUwNiAxOS45OTczWiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTEuMjU3MSAxOS45OTczSDE0LjA3MTVDMTQuMzk4OCAxOS45OTczIDE0LjY2NDEgMTkuNzMyIDE0LjY2NDEgMTkuNDA0OEwxNC42NjQxIDguNTkxMDhDMTQuNjY0MSA4LjI2MzgzIDE0LjM5ODggNy45OTg1NSAxNC4wNzE1IDcuOTk4NTVIMTEuMjU3MUMxMC45Mjk5IDcuOTk4NTUgMTAuNjY0NiA4LjI2MzgzIDEwLjY2NDYgOC41OTEwOEwxMC42NjQ2IDE5LjQwNDhDMTAuNjY0NiAxOS43MzIgMTAuOTI5OSAxOS45OTczIDExLjI1NzEgMTkuOTk3M1oiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTE2LjU5MyAxOS45OTczSDE5LjQwNzVDMTkuNzM0NyAxOS45OTczIDIwIDE5LjczMiAyMCAxOS40MDQ4VjguNTkxMDhDMjAgOC4yNjM4MyAxOS43MzQ3IDcuOTk4NTUgMTkuNDA3NSA3Ljk5ODU1SDE2LjU5M0MxNi4yNjU4IDcuOTk4NTUgMTYuMDAwNSA4LjI2MzgzIDE2LjAwMDUgOC41OTEwOFYxOS40MDQ4QzE2LjAwMDUgMTkuNzMyIDE2LjI2NTggMTkuOTk3MyAxNi41OTMgMTkuOTk3M1oiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTMuOTk5MjUgNS4zMzI0MVY0LjI5NTUxQzMuOTk5MjUgNC4yMTY5MyA0LjAzMDQ3IDQuMTQxNTggNC4wODYwMiA0LjA4NjAyQzQuMTQxNTggNC4wMzA0NiA0LjIxNjkzIDMuOTk5MjUgNC4yOTU1MSAzLjk5OTI1SDguOTI3NTJDOC45NzIxNyAzLjk5OTM5IDkuMDE2MjYgMy45ODk0MyA5LjA1NjUyIDMuOTcwMTNDOS4wOTY3OCAzLjk1MDgzIDkuMTMyMTcgMy45MjI2NyA5LjE2MDAyIDMuODg3NzdDOS4xODc4NyAzLjg1Mjg3IDkuMjA3NDYgMy44MTIxMyA5LjIxNzM1IDMuNzY4NTlDOS4yMjcyMyAzLjcyNTA1IDkuMjI3MTUgMy42Nzk4MyA5LjIxNzEgMy42MzYzM0M5LjAzMjkxIDIuODIyMyA4LjYzMzc2IDIuMDcyNTcgOC4wNjEyNCAxLjQ2NTI4QzcuNDg4NzIgMC44NTc5OTQgNi43NjM4IDAuNDE1MzgzIDUuOTYyMDMgMC4xODM1NzlDNS4xNjAyNSAtMC4wNDgyMjUxIDQuMzEwOTggLTAuMDYwNzM1IDMuNTAyNzIgMC4xNDczNTFDMi42OTQ0NyAwLjM1NTQzNyAxLjk1NjgyIDAuNzc2NTAyIDEuMzY2NjYgMS4zNjY2NkMwLjc3NjUwMiAxLjk1NjgyIDAuMzU1NDM3IDIuNjk0NDcgMC4xNDczNTEgMy41MDI3MkMtMC4wNjA3MzUgNC4zMTA5NyAtMC4wNDgyMjUxIDUuMTYwMjUgMC4xODM1NzkgNS45NjIwM0MwLjQxNTM4MyA2Ljc2MzggMC44NTc5OTQgNy40ODg3MiAxLjQ2NTI4IDguMDYxMjRDMi4wNzI1NyA4LjYzMzc2IDIuODIyMyA5LjAzMjkyIDMuNjM2MzMgOS4yMTcxMUMzLjY3OTgzIDkuMjI3MTUgMy43MjUwNSA5LjIyNzIzIDMuNzY4NTkgOS4yMTczNUMzLjgxMjEzIDkuMjA3NDYgMy44NTI4NyA5LjE4Nzg2IDMuODg3NzcgOS4xNjAwMUMzLjkyMjY3IDkuMTMyMTYgMy45NTA4MyA5LjA5Njc5IDMuOTcwMTQgOS4wNTY1M0MzLjk4OTQ0IDkuMDE2MjcgMy45OTkzOSA4Ljk3MjE2IDMuOTk5MjUgOC45Mjc1MVY1LjMzMjQxWiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNNS4zMzIwMyA1LjYyNzhWOC45MjY0NkM1LjMzMTkyIDguOTcxMDMgNS4zNDE4NyA5LjAxNTA1IDUuMzYxMTMgOS4wNTUyNEM1LjM4MDM5IDkuMDk1NDMgNS40MDg0NiA5LjEzMDc2IDUuNDQzMjcgOS4xNTg1OUM1LjQ3ODA4IDkuMTg2NDMgNS41MTg3MiA5LjIwNjA1IDUuNTYyMTYgOS4yMTU5OUM1LjYwNTYxIDkuMjI1OTQgNS42NTA3NCA5LjIyNTk1IDUuNjk0MTkgOS4yMTYwNEM2LjU1NDA2IDkuMDIxMDYgNy4zNDExOCA4LjU4NjY2IDcuOTY0NSA3Ljk2MzA3QzguNTg3ODMgNy4zMzk0OSA5LjAyMTg5IDYuNTUyMTkgOS4yMTY1MSA1LjY5MjI0QzkuMjI2NDIgNS42NDg3OSA5LjIyNjQxIDUuNjAzNjYgOS4yMTY0NiA1LjU2MDIxQzkuMjA2NTIgNS41MTY3NyA5LjE4NjkgNS40NzYxMyA5LjE1OTA2IDUuNDQxMzJDOS4xMzEyMyA1LjQwNjUxIDkuMDk1OSA1LjM3ODQzIDkuMDU1NzEgNS4zNTkxN0M5LjAxNTUyIDUuMzM5OTEgOC45NzE1IDUuMzI5OTYgOC45MjY5NCA1LjMzMDA4SDUuNjI4MjhDNS41ODkyNSA1LjMzMDA4IDUuNTUwNiA1LjMzNzc5IDUuNTE0NTYgNS4zNTI3N0M1LjQ3ODUzIDUuMzY3NzUgNS40NDU4IDUuMzg5NyA1LjQxODI3IDUuNDE3MzdDNS4zOTA3NSA1LjQ0NTA0IDUuMzY4OTYgNS40Nzc4NyA1LjM1NDE2IDUuNTEzOThDNS4zMzkzNiA1LjU1MDEgNS4zMzE4NCA1LjU4ODc4IDUuMzMyMDMgNS42Mjc4WiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTkuNyAwSDEwLjk2MDNDMTAuNzk2NyAwIDEwLjY2NDEgMC4xMzI2NCAxMC42NjQxIDAuMjk2MjU5VjEuMDM2OTFDMTAuNjY0MSAxLjIwMDUyIDEwLjc5NjcgMS4zMzMxNiAxMC45NjAzIDEuMzMzMTZIMTkuN0MxOS44NjM2IDEuMzMzMTYgMTkuOTk2MiAxLjIwMDUyIDE5Ljk5NjIgMS4wMzY5MVYwLjI5NjI1OUMxOS45OTYyIDAuMTMyNjQgMTkuODYzNiAwIDE5LjcgMFoiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTE1LjcwMDUgMi42NjgwOUgxMC45NjAzQzEwLjc5NjcgMi42NjgwOSAxMC42NjQxIDIuODAwNzMgMTAuNjY0MSAyLjk2NDM1VjMuNzA1QzEwLjY2NDEgMy44Njg2MiAxMC43OTY3IDQuMDAxMjYgMTAuOTYwMyA0LjAwMTI2SDE1LjcwMDVDMTUuODY0MSA0LjAwMTI2IDE1Ljk5NjcgMy44Njg2MiAxNS45OTY3IDMuNzA1VjIuOTY0MzVDMTUuOTk2NyAyLjgwMDczIDE1Ljg2NDEgMi42NjgwOSAxNS43MDA1IDIuNjY4MDlaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik0xOC4zNjY4IDUuMzMyNzZIMTAuOTYwM0MxMC43OTY3IDUuMzMyNzYgMTAuNjY0MSA1LjQ2NTQgMTAuNjY0MSA1LjYyOTAyVjYuMzY5NjdDMTAuNjY0MSA2LjUzMzI5IDEwLjc5NjcgNi42NjU5MyAxMC45NjAzIDYuNjY1OTNIMTguMzY2OEMxOC41MzA0IDYuNjY1OTMgMTguNjYzIDYuNTMzMjkgMTguNjYzIDYuMzY5NjdWNS42MjkwMkMxOC42NjMgNS40NjU0IDE4LjUzMDQgNS4zMzI3NiAxOC4zNjY4IDUuMzMyNzZaIiBmaWxsPSIjMDQzRjJFIi8+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzM..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzMDI0IDE5Ljk5NzNaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik01LjkyNTA2IDE5Ljk5NzNIOC43Mzk1MUM5LjA2Njc1IDE5Ljk5NzMgOS4zMzIwMyAxOS43MzIgOS4zMzIwMyAxOS40MDQ4TDkuMzMyMDMgMTEuMjU3N0M5LjMzMjAzIDEwLjkzMDQgOS4wNjY3NSAxMC42NjUyIDguNzM5NTEgMTAuNjY1Mkg1LjkyNTA2QzUuNTk3ODIgMTAuNjY1MiA1LjMzMjU0IDEwLjkzMDQgNS4zMzI1NCAxMS4yNTc3TDUuMzMyNTQgMTkuNDA0OEM1LjMzMjU0IDE5LjczMiA1LjU5NzgyIDE5Ljk5NzMgNS45MjUwNiAxOS45OTczWiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTEuMjU3MSAxOS45OTczSDE0LjA3MTVDMTQuMzk4OCAxOS45OTczIDE0LjY2NDEgMTkuNzMyIDE0LjY2NDEgMTkuNDA0OEwxNC42NjQxIDguNTkxMDhDMTQuNjY0MSA4LjI2MzgzIDE0LjM5ODggNy45OTg1NSAxNC4wNzE1IDcuOTk4NTVIMTEuMjU3MUMxMC45Mjk5IDcuOTk4NTUgMTAuNjY0NiA4LjI2MzgzIDEwLjY2NDYgOC41OTEwOEwxMC42NjQ2IDE5LjQwNDhDMTAuNjY0NiAxOS43MzIgMTAuOTI5OSAxOS45OTczIDExLjI1NzEgMTkuOTk3M1oiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTE2LjU5MyAxOS45OTczSDE5LjQwNzVDMTkuNzM0NyAxOS45OTczIDIwIDE5LjczMiAyMCAxOS40MDQ4VjguNTkxMDhDMjAgOC4yNjM4MyAxOS43MzQ3IDcuOTk4NTUgMTkuNDA3NSA3Ljk5ODU1SDE2LjU5M0MxNi4yNjU4IDcuOTk4NTUgMTYuMDAwNSA4LjI2MzgzIDE2LjAwMDUgOC41OTEwOFYxOS40MDQ4QzE2LjAwMDUgMTkuNzMyIDE2LjI2NTggMTkuOTk3MyAxNi41OTMgMTkuOTk3M1oiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTMuOTk5MjUgNS4zMzI0MVY0LjI5NTUxQzMuOTk5MjUgNC4yMTY5MyA0LjAzMDQ3IDQuMTQxNTggNC4wODYwMiA0LjA4NjAyQzQuMTQxNTggNC4wMzA0NiA0LjIxNjkzIDMuOTk5MjUgNC4yOTU1MSAzLjk5OTI1SDguOTI3NTJDOC45NzIxNyAzLjk5OTM5IDkuMDE2MjYgMy45ODk0MyA5LjA1NjUyIDMuOTcwMTNDOS4wOTY3OCAzLjk1MDgzIDkuMTMyMTcgMy45MjI2NyA5LjE2MDAyIDMuODg3NzdDOS4xODc4NyAzLjg1Mjg3IDkuMjA3NDYgMy44MTIxMyA5LjIxNzM1IDMuNzY4NTlDOS4yMjcyMyAzLjcyNTA1IDkuMjI3MTUgMy42Nzk4MyA5LjIxNzEgMy42MzYzM0M5LjAzMjkxIDIuODIyMyA4LjYzMzc2IDIuMDcyNTcgOC4wNjEyNCAxLjQ2NTI4QzcuNDg4NzIgMC44NTc5OTQgNi43NjM4IDAuNDE1MzgzIDUuOTYyMDMgMC4xODM1NzlDNS4xNjAyNSAtMC4wNDgyMjUxIDQuMzEwOTggLTAuMDYwNzM1IDMuNTAyNzIgMC4xNDczNTFDMi42OTQ0NyAwLjM1NTQzNyAxLjk1NjgyIDAuNzc2NTAyIDEuMzY2NjYgMS4zNjY2NkMwLjc3NjUwMiAxLjk1NjgyIDAuMzU1NDM3IDIuNjk0NDcgMC4xNDczNTEgMy41MDI3MkMtMC4wNjA3MzUgNC4zMTA5NyAtMC4wNDgyMjUxIDUuMTYwMjUgMC4xODM1NzkgNS45NjIwM0MwLjQxNTM4MyA2Ljc2MzggMC44NTc5OTQgNy40ODg3MiAxLjQ2NTI4IDguMDYxMjRDMi4wNzI1NyA4LjYzMzc2IDIuODIyMyA5LjAzMjkyIDMuNjM2MzMgOS4yMTcxMUMzLjY3OTgzIDkuMjI3MTUgMy43MjUwNSA5LjIyNzIzIDMuNzY4NTkgOS4yMTczNUMzLjgxMjEzIDkuMjA3NDYgMy44NTI4NyA5LjE4Nzg2IDMuODg3NzcgOS4xNjAwMUMzLjkyMjY3IDkuMTMyMTYgMy45NTA4MyA5LjA5Njc5IDMuOTcwMTQgOS4wNTY1M0MzLjk4OTQ0IDkuMDE2MjcgMy45OTkzOSA4Ljk3MjE2IDMuOTk5MjUgOC45Mjc1MVY1LjMzMjQxWiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNNS4zMzIwMyA1LjYyNzhWOC45MjY0NkM1LjMzMTkyIDguOTcxMDMgNS4zNDE4NyA5LjAxNTA1IDUuMzYxMTMgOS4wNTUyNEM1LjM4MDM5IDkuMDk1NDMgNS40MDg0NiA5LjEzMDc2IDUuNDQzMjcgOS4xNTg1OUM1LjQ3ODA4IDkuMTg2NDMgNS41MTg3MiA5LjIwNjA1IDUuNTYyMTYgOS4yMTU5OUM1LjYwNTYxIDkuMjI1OTQgNS42NTA3NCA5LjIyNTk1IDUuNjk0MTkgOS4yMTYwNEM2LjU1NDA2IDkuMDIxMDYgNy4zNDExOCA4LjU4NjY2IDcuOTY0NSA3Ljk2MzA3QzguNTg3ODMgNy4zMzk0OSA5LjAyMTg5IDYuNTUyMTkgOS4yMTY1MSA1LjY5MjI0QzkuMjI2NDIgNS42NDg3OSA5LjIyNjQxIDUuNjAzNjYgOS4yMTY0NiA1LjU2MDIxQzkuMjA2NTIgNS41MTY3NyA5LjE4NjkgNS40NzYxMyA5LjE1OTA2IDUuNDQxMzJDOS4xMzEyMyA1LjQwNjUxIDkuMDk1OSA1LjM3ODQzIDkuMDU1NzEgNS4zNTkxN0M5LjAxNTUyIDUuMzM5OTEgOC45NzE1IDUuMzI5OTYgOC45MjY5NCA1LjMzMDA4SDUuNjI4MjhDNS41ODkyNSA1LjMzMDA4IDUuNTUwNiA1LjMzNzc5IDUuNTE0NTYgNS4zNTI3N0M1LjQ3ODUzIDUuMzY3NzUgNS40NDU4IDUuMzg5NyA1LjQxODI3IDUuNDE3MzdDNS4zOTA3NSA1LjQ0NTA0IDUuMzY4OTYgNS40Nzc4NyA1LjM1NDE2IDUuNTEzOThDNS4zMzkzNiA1LjU1MDEgNS4zMzE4NCA1LjU4ODc4IDUuMzMyMDMgNS42Mjc4WiIgZmlsbD0iIzA0M0YyRSIvPgo8cGF0aCBkPSJNMTkuNyAwSDEwLjk2MDNDMTAuNzk2NyAwIDEwLjY2NDEgMC4xMzI2NCAxMC42NjQxIDAuMjk2MjU5VjEuMDM2OTFDMTAuNjY0MSAxLjIwMDUyIDEwLjc5NjcgMS4zMzMxNiAxMC45NjAzIDEuMzMzMTZIMTkuN0MxOS44NjM2IDEuMzMzMTYgMTkuOTk2MiAxLjIwMDUyIDE5Ljk5NjIgMS4wMzY5MVYwLjI5NjI1OUMxOS45OTYyIDAuMTMyNjQgMTkuODYzNiAwIDE5LjcgMFoiIGZpbGw9IiMwNDNGMkUiLz4KPHBhdGggZD0iTTE1LjcwMDUgMi42NjgwOUgxMC45NjAzQzEwLjc5NjcgMi42NjgwOSAxMC42NjQxIDIuODAwNzMgMTAuNjY0MSAyLjk2NDM1VjMuNzA1QzEwLjY2NDEgMy44Njg2MiAxMC43OTY3IDQuMDAxMjYgMTAuOTYwMyA0LjAwMTI2SDE1LjcwMDVDMTUuODY0MSA0LjAwMTI2IDE1Ljk5NjcgMy44Njg2MiAxNS45OTY3IDMuNzA1VjIuOTY0MzVDMTUuOTk2NyAyLjgwMDczIDE1Ljg2NDEgMi42NjgwOSAxNS43MDA1IDIuNjY4MDlaIiBmaWxsPSIjMDQzRjJFIi8+CjxwYXRoIGQ9Ik0xOC4zNjY4IDUuMzMyNzZIMTAuOTYwM0MxMC43OTY3IDUuMzMyNzYgMTAuNjY0MSA1LjQ2NTQgMTAuNjY0MSA1LjYyOTAyVjYuMzY5NjdDMTAuNjY0MSA2LjUzMzI5IDEwLjc5NjcgNi42NjU5MyAxMC45NjAzIDYuNjY1OTNIMTguMzY2OEMxOC41MzA0IDYuNjY1OTMgMTguNjYzIDYuNTMzMjkgMTguNjYzIDYuMzY5NjdWNS42MjkwMkMxOC42NjMgNS40NjU0IDE4LjUzMDQgNS4zMzI3NiAxOC4zNjY4IDUuMzMyNzZaIiBmaWxsPSIjMDQzRjJFIi8+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTkzMDI0IDE5Ljk5NzNIMy40MDc0OEMzLjczNDcyIDE5Ljk5NzMgNCAxOS43MzIgNCAxOS40MDQ4TDQgMTEuMjU3N0M0IDEwLjkzMDQgMy43MzQ3MiAxMC42NjUyIDMuNDA3NDggMTAuNjY1MkgwLjU5MzAyNEMwLjI2NTc4NiAxMC42NjUyIDAuMDAwNTA2NDAxIDEwLjkzMDQgMC4wMDA1MDY0MDEgMTEuMjU3N0wwLjAwMDUwNjQwMSAxOS40MDQ4QzAuMDAwNTA2NDAxIDE5LjczMiAwLjI2NTc4NiAxOS45OTczIDAuNTkzM..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.5 679w,https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.75 1019w,https://cdn.s..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.5 679w,https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.75 1019w,https://cdn.s..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?w=1358&h=854&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.5 679w,https://cdn.sanity.io/images/alf6wlua/production/51f800179e473cc6ae3b5523d21c0dcdde1bb8ea-1358x854.png?q=95&fit=max&auto=format&dpr=0.75 1019w,https://cdn.s..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/6cb2f6251ebb455cac8a0967af2a7b4d131e0298-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/6cb2f6251ebb455cac8a0967af2a7b4d131e0298-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/6cb2f6251ebb455cac8a0967af2a7b4d131e0298-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/6cb2f6251ebb455cac8a0967af2a7b4d131e0298-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/889e813c4ca26b17884e7098961c152c5358a685-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/889e813c4ca26b17884e7098961c152c5358a685-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/889e813c4ca26b17884e7098961c152c5358a685-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/889e813c4ca26b17884e7098961c152c5358a685-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/ca2ed3418e89b09a28ed511664bc2ccb3c78794f-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/ca2ed3418e89b09a28ed511664bc2ccb3c78794f-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/ca2ed3418e89b09a28ed511664bc2ccb3c78794f-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/ca2ed3418e89b09a28ed511664bc2ccb3c78794f-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/b86ad5fcc9af9e3642c4c0941c9588263478ee37-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/b86ad5fcc9af9e3642c4c0941c9588263478ee37-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/b86ad5fcc9af9e3642c4c0941c9588263478ee37-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/b86ad5fcc9af9e3642c4c0941c9588263478ee37-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/a59de04a0e7a451501a657d9fc05b034a10c800a-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/a59de04a0e7a451501a657d9fc05b034a10c800a-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/a59de04a0e7a451501a657d9fc05b034a10c800a-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/a59de04a0e7a451501a657d9fc05b034a10c800a-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/b43e64e8ca0ea198324fa9e1e38a0f3e0c89f79d-958x835.png?w=958&h=835&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/b43e64e8ca0ea198324fa9e1e38a0f3e0c89f79d-958x835.png?w=958&h=835&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/b43e64e8ca0ea198324fa9e1e38a0f3e0c89f79d-958x835.png?q=95&fit=max&auto=format&dpr=0.5 479w,https://cdn.sanity.io/images/alf6wlua/production/b43e64e8ca0ea198324fa9e1e38a0f3e0c89f79d-958x835.png?q=95&fit=max&auto=format&dpr=0.75 719w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/088a5183621df6d28198fccd48fec5ec7916bf1c-150x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/088a5183621df6d28198fccd48fec5ec7916bf1c-150x20.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/9cbadb49cee3c8dee56fc1edc98a8d09b245df5d-135x28.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/9cbadb49cee3c8dee56fc1edc98a8d09b245df5d-135x28.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/ae89efb71f95a8711b015a27d9d8d69d8b3cf38f-100x33.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/ae89efb71f95a8711b015a27d9d8d69d8b3cf38f-100x33.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/e692eb14149fdd1a293749eae0f3a87698592e37-126x55.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/e692eb14149fdd1a293749eae0f3a87698592e37-126x55.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/087c197ad23d398c4257effaadcf66f2096bb093-120x27.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/087c197ad23d398c4257effaadcf66f2096bb093-120x27.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/167d24186ff973788f3cbdca195be7fc8b9e6c41-158x14.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/167d24186ff973788f3cbdca195be7fc8b9e6c41-158x14.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/d20941e9e2da293670b08119e629bd5dd2ec8f2d-245x28.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/d20941e9e2da293670b08119e629bd5dd2ec8f2d-245x28.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/19f08a58a5f0271794b9eabf73bf31d531e7db8f-60x42.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/19f08a58a5f0271794b9eabf73bf31d531e7db8f-60x42.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/11c5ff770ac731344b78328a8fb155468dd74f87-264x38.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/11c5ff770ac731344b78328a8fb155468dd74f87-264x38.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/65d1b5862a4172afeec5a4c4640f0175526e119b-118x45.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/65d1b5862a4172afeec5a4c4640f0175526e119b-118x45.svg?q=95&fit=max&auto=format\" role=\"presentation\" alt class=\"c-dfRoLe\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/87652cf26e49bc4cd70bed9d685b5bac0c6e7053-232x100.png?w=232&h=100&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/87652cf26e49bc4cd70bed9d685b5bac0c6e7053-232x100.png?w=232&h=100&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/87652cf26e49bc4cd70bed9d685b5bac0c6e7053-232x100.png?q=95&fit=max&auto=format&dpr=0.5 116w,https://cdn.sanity.io/images/alf6wlua/production/87652cf26e49bc4cd70bed9d685b5bac0c6e7053-232x100.png?q=95&fit=max&auto=format&dpr=0.75 174w,https://cdn.sanity..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/1b2d11f613af3ce97459d8851e4430774bbcde09-3820x3820.jpg?w=3820&h=3820&q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/1b2d11f613af3ce97459d8851e4430774bbcde09-3820x3820.jpg?w=3820&h=3820&q=95&fit=max&auto=format\" srcset=\"https://cdn.sanity.io/images/alf6wlua/production/1b2d11f613af3ce97459d8851e4430774bbcde09-3820x3820.jpg?q=95&fit=max&auto=format&dpr=0.5 1910w,https://cdn.sanity.io/images/alf6wlua/production/1b2d11f613af3ce97459d8851e4430774bbcde09-3820x3820.jpg?q=95&fit=max&auto=format&dpr=0.75 2865w,https://..."
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/d570b98fe38599a782710b30d0e2230ec76e4b17-387x296.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/d570b98fe38599a782710b30d0e2230ec76e4b17-387x296.svg?q=95&fit=max&auto=format\" alt>"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/b308ae5a5539c8d791a00abf94a8ebb2437e4cf7-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/b308ae5a5539c8d791a00abf94a8ebb2437e4cf7-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/a636c1d1409e090a7d24acf67ad843c860796bc9-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/a636c1d1409e090a7d24acf67ad843c860796bc9-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/647d1e3a509daa123c20b05c915eeb9ed09d60f2-19x21.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/647d1e3a509daa123c20b05c915eeb9ed09d60f2-19x21.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/914ebf0d751f7343c0e3ded84be05bdc9b22e95d-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/914ebf0d751f7343c0e3ded84be05bdc9b22e95d-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/d660a0830a2224fe4a2bb88c39e319ca2e468638-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/d660a0830a2224fe4a2bb88c39e319ca2e468638-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/b308ae5a5539c8d791a00abf94a8ebb2437e4cf7-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/b308ae5a5539c8d791a00abf94a8ebb2437e4cf7-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/d660a0830a2224fe4a2bb88c39e319ca2e468638-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/d660a0830a2224fe4a2bb88c39e319ca2e468638-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/647d1e3a509daa123c20b05c915eeb9ed09d60f2-19x21.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/647d1e3a509daa123c20b05c915eeb9ed09d60f2-19x21.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/914ebf0d751f7343c0e3ded84be05bdc9b22e95d-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/914ebf0d751f7343c0e3ded84be05bdc9b22e95d-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "https://cdn.sanity.io/images/alf6wlua/production/a636c1d1409e090a7d24acf67ad843c860796bc9-20x20.svg?q=95&fit=max&auto=format",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.sanity.io/images/alf6wlua/production/a636c1d1409e090a7d24acf67ad843c860796bc9-20x20.svg?q=95&fit=max&auto=format\" alt style=\"width:100%;height:100%;object-fit:contain\">"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44OTQyIDI1LjQwNDcgMzEuNzg3MyAyNC45NjY3QzMxLjc1MzkgMjQuODI4NCAzMS43NTM5IDI0LjY2MTMgMzEuNzUzOSAyNC4zMjcyVjE2LjI1NjJDMzEuNzUzOSAxNS45MjIxIDMxLjc1MzkgMTUuNzU0MiAzMS43ODgyIDE1LjYxNjdDMzEuODk1OCAxNS4xNzc5IDMyLjI0NDkgMTQuODM1OCAzMi42OTI3IDE0LjczMTFDMzIuODMzOCAxNC42OTgzIDMzLjAwNDMgMTQuNjk4MyAzMy4zNDUyIDE0LjY5ODNIMzQuNDQ4N0MzNC43ODk3IDE0LjY5ODMgMzQuOTYwOSAxNC42OTgzIDM1LjEwMTIgMTQuNjY1NUMzNS41NDkgMTQuNTYwOCAzNS44OTgxIDE0LjIxNzkgMzYuMDA1OCAxMy43Nzk5QzM2LjA0IDEzLjY0MTYgMzYuMDQgMTMuNDc0NSAzNi4wNCAxMy4xNDA0VjEuNTU4NzJDMzYuMDQgMS4yMjQ1OSAzNi4wNCAxLjA1NjczIDM2LjAwNjYgMC45MTkyNDRDMzUuODk4OSAwLjQ4MTIwNCAzNS41NDk4IDAuMTM4Mjg2IDM1LjEwMjkgMC4wMzM1NzI0QzM0Ljk2MTggMC4wMDA3OTkzNDEgMzQuNzkxMyAwLjAwMDc5OTM0MiAzNC40NTA0IDAuMDAwNzk5MzQySDI3LjUwNzhDMjcuMjkxNiAwLjAwMDc5OTM0MiAyNy4xODMyIDAuMDAwNzk5MzQxIDI3LjA4MzcgMC4wMTY3ODYyQzI2Ljc3MTMgMC4wNjc5NDQxIDI2LjQ5MDcgMC4yMzUwMDcgMjYuMzAyMyAwLjQ4NDQwMUMyNi4yNDE5IDAuNTYzNTM2IDI2LjE5MyAwLjY1Nzg1OSAyNi4wOTM1IDAuODQ2NTAzTDE5LjQ0MjkgMTMuNTIwOUwxMi44NzIyIDAuODUyODk4QzEyLjc3MzUgMC42NjI2NTUgMTIuNzI0NiAwLjU2NzUzMyAxMi42NjQyIDAuNDg3NTk5QzEyLjQ3NSAwLjIzNjYwNSAxMi4xOTQ0IDAuMDY3OTQ0MSAxMS44ODA0IDAuMDE1OTg2OEMxMS43ODAxIDAgMTEuNjcxNiAwIDExLjQ1MzkgMEgyLjA3MDkzQzEuNzMgMCAxLjU1ODcyIDAgMS40MTg0NCAwLjAzMjc3M0MwLjk3MDY1OCAwLjEzODI4NiAwLjYyMTU3MiAwLjQ4MDQwNSAwLjUxMzkwOSAwLjkxOTI0NEMwLjQ4MDQ2OSAxLjA1NzUzIDAuNDgwNDY5IDEuMjI0NTkgMC40ODA0NjkgMS41NTg3MlY2LjgxNDM5QzAuNDgwNDY5IDcuMTQ4NTIgMC40ODA0NjkgNy4zMTYzOCAwLjUxMzkwOSA3LjQ1Mzg3QzAuNjIxNTcyIDcuODkxOTEgMC45NzA2NTggOC4yMzQ4MiAxLjQxNzYyIDguMzM5NTRDMS41NTg3MiA4LjM3MjMxIDEuNzI5MTkgOC4zNzIzMSAyLjA3MDEyIDguMzcyMzFIMy4xMzUzMkMzLjQ3NjI1IDguMzcyMzEgMy42NDc1MyA4LjM3MjMxIDMuNzg3ODIgOC40MDUwOEM0LjIzNDc4IDguNTEwNiA0LjU4NDY4IDguODUyNzEgNC42OTE1MyA5LjI5MDc1QzQuNzI0OTcgOS40MjkwNCA0LjcyNDk3IDkuNTk2MSA0LjcyNDk3IDkuOTMwMjNWMTcuNTY5NUM0LjcyNDk3IDE3LjkwMzcgNC43MjQ5NyAxOC4wNzA3IDQuNjkxNTMgMTguMjA5QzQuNTgzODcgMTguNjQ3MSA0LjIzNDc4IDE4Ljk5IDMuNzg3ODIgMTkuMDk0N0MzLjY0NjcyIDE5LjEyNzUgMy40NzYyNSAxOS4xMjc1IDMuMTM1MzIgMTkuMTI3NUgyLjA3MDEyQzEuNzI5MTkgMTkuMTI3NSAxLjU1NzkxIDE5LjEyNzUgMS40MTc2MiAxOS4xNjAyQzAuOTcwNjU4IDE5LjI2NTcgMC42MjA3NTYgMTkuNjA3OSAwLjUxMzkwOSAyMC4wNDU5QzAuNDgwNDY5IDIwLjE4NDIgMC40ODA0NjkgMjAuMzUxMyAwLjQ4MDQ2OSAyMC42ODU0VjMzLjIzMTFDMC40ODA0NjkgMzMuNTY1MiAwLjQ4MDQ2OSAzMy43MzMgMC41MTM5MDkgMzMuODcwNUMwLjYyMTU3MiAzNC4zMDg2IDAuOTcwNjU4IDM0LjY1MTUgMS40MTc2MiAzNC43NTYyQzEuNTU4NzIgMzQuNzg5IDEuNzI5MTkgMzQuNzg5IDIuMDcwMTIgMzQuNzg5SDExLjY2MzVDMTIuMDA0NCAzNC43ODkgMTIuMTc1NyAzNC43ODkgMTIuMzE2IDM0Ljc1NjJDMTIuNzYyOSAzNC42NTA3IDEzLjExMjggMzQuMzA4NiAxMy4yMTk3IDMzLjg3MDVDMTMuMjUzMSAzMy43MzIyIDEzLjI1MzEgMzMuNTY1MiAxMy4yNTMxIDMzLjIzMTFWMjcuNDM5OEMxMy4yNTMxIDI3LjEwNTcgMTMuMjUzMSAyNi45Mzg2IDEzLjIxOTcgMjYuODAwM0MxMy4xMTIgMjYuMzYyMyAxMi43NjI5IDI2LjAxOTQgMTIuMzE2IDI1LjkxNDdDMTIuMTc0OSAyNS44ODE5IDEyLjAwNDQgMjUuODgxOSAxMS42NjM1IDI1Ljg4MTlIMTAuNjA5N0MxMC4yNjg4IDI1Ljg4MTkgMTAuMDk4MyAyNS44ODE5IDkuOTU3MTkgMjUuODQ5MUM5LjUxMDIzIDI1Ljc0MzYgOS4xNjAzMyAyNS40MDE1IDkuMDUzNDggMjQuOTYzNUM5LjAyMDA0IDI0LjgyNTIgOS4wMjAwNCAyNC42NTgxIDkuMDIwMDQgMjQuMzI0VjEyLjQ4MDFMMTUuOTQ0NyAyNS45MTMxQzE2LjEyNzQgMjYuMjY3MiAxNi4yMTg3IDI2LjQ0NDYgMTYuMzE1IDI2LjUzNzRDMTYuNjI3NCAyNi44Mzc5IDE3LjEyNjUgMjYuODQyNyAxNy40NDQ2IDI2LjU0NzhDMTcuNTQzMyAyNi40NTc0IDE3LjYzNzkgMjYuMjgxNiAxNy44MjcxIDI1LjkzMDdMMjUuNTExMSAxMS43MTZWMjQuMzI1NkMyNS41MTExIDI0LjY1OTcgMjUuNTExMSAyNC44MjY4IDI1LjQ3NzcgMjQuOTY1MUMyNS4zNyAyNS40MDMxIDI1LjAyMDkgMjUuNzQ2IDI0LjU3NCAyNS44NTA3QzI0LjQzMjkgMjUuODgzNSAyNC4yNjI0IDI1Ljg4MzUgMjMuOTIxNSAyNS44ODM1SDIxLjg2ODZDMjEuNTI3NiAyNS44ODM1IDIxLjM1NjMgMjUuODgzNSAyMS4yMTYxIDI1LjkxNjNDMjAuNzY5MSAyNi4wMjE4IDIwLjQxOTIgMjYuMzYzOSAyMC4zMTIzIDI2LjgwMTlDMjAuMjc4OSAyNi45NDAyIDIwLjI3ODkgMjcuMTA3MyAyMC4yNzg5IDI3LjQ0MTRWMzMuMjg3QzIwLjI3ODkgMzMuNjIxMSAyMC4yNzg5IDMzLjc4ODIgMjAuMzEyMyAzMy45MjY1QzIwLjQyIDM0LjM2NDUgMjAuNzY5MSAzNC43MDc0IDIxLjIxNjEgMzQuODEyMkMyMS4zNTcyIDM0Ljg0NDkgMjEuNTI3NiAzNC44NDQ5IDIxLjg2ODYgMzQuODQ0OUgzNC40NDcxQzM0Ljc4OCAzNC44NDQ5IDM0Ljk1ODUgMzQuODQ0OSAzNS4wOTk2IDM0LjgxMjJDMzUuNTQ2NiAzNC43MDY2IDM1Ljg5NjUgMzQuMzY0NSAzNi4wMDMzIDMzLjkyNjVDMzYuMDM2NyAzMy43ODgyIDM2LjAzNjcgMzMuNjIxMSAzNi4wMzY3IDMzLjI4N1YyNy40NDE0TDM2LjAzNzYgMjcuNDQzWiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik02MC4wODM1IDEyLjkyNzZDNTkuNDM4MyAxMC45ODEyIDU3Ljg4MDUgOS40NTQ0NyA1NS44OTQ1IDguODIyMTlDNTQuOTExNiA4LjUwODg1IDUzLjY5NzIgOC41MDg4NSA1MS4yNjgyIDguNTA4ODVINDcuNjM3OUM0NS4yMDkgOC41MDg4NSA0My45OTQ1IDguNTA4ODUgNDMuMDExNyA4LjgyMjE5QzQxLjAyNTcgOS40NTQ0NyAzOS40Njc4IDEwLjk4MTIgMzguODIyNyAxMi45Mjc2QzM4LjUwMjkgMTMuODkwOCAzOC41MDI5IDE1LjA4MSAzOC41MDI5IDE3LjQ2MTVWMjUuOTIwMUMzOC41MDI5IDI4LjMwMDYgMzguNTAyOSAyOS40OTA4IDM4LjgyMjcgMzAuNDU0QzM5LjQ2NzggMzIuNDAwNCA0MS4wMjU3IDMzLjkyNzEgNDMuMDExNyAzNC41NTk0QzQzLjk5NDUgMzQuODcyIDQ1LjIwOSAzNC44NzIgNDcuNjM3OSAzNC44NzJINTEuMjY4MkM1My42OTcyIDM0Ljg3MiA1NC45MTE2IDM0Ljg3MiA1NS44OTQ1IDM0LjU1OTRDNTcuODgwNSAzMy45MjcxIDU5LjQzODMgMzIuNDAwNCA2MC4wODM1IDMwLjQ1NEM2MC40MDI0IDI5LjQ5MDggNjAuNDAyNCAyOC4zMDA2IDYwLjQwMjQgMjUuOTIwMVYxNy40NjE1QzYwLjQwMjQgMTUuMDgxIDYwLjQwMjQgMTMuODkwOCA2MC4wODM1IDEyLjkyNzZaTTU1LjU2OSAyMi4xMDQ5QzU1LjU2OSAyMy4xMTY4IDU1LjU2OSAyMy42MjI4IDU1LjQzMzYgMjQuMDMyMUM1NS4xNTk2IDI0Ljg1OTQgNTQuNDk3MyAyNS41MDg1IDUzLjY1MzEgMjUuNzc3QzUzLjIzNTUgMjUuOTA5NyA1Mi43MTkyIDI1LjkwOTcgNTEuNjg2NyAyNS45MDk3SDQ3LjIxN0M0Ni4xODQ1IDI1LjkwOTcgNDUuNjY4MiAyNS45MDk3IDQ1LjI1MDYgMjUuNzc3QzQ0LjQwNjQgMjUuNTA4NSA0My43NDQxIDI0Ljg1OTQgNDMuNDcwMSAyNC4wMzIxQzQzLjMzNDcgMjMuNjIyOCA0My4zMzQ3IDIzLjExNjggNDMuMzM0NyAyMi4xMDQ5VjIxLjMyMTVDNDMuMzM0NyAyMC4zMDk1IDQzLjMzNDcgMTkuODA0NCA0My40NzAxIDE5LjM5NDNDNDMuNzQ0MSAxOC41NjcgNDQuNDA2NCAxNy45MTc5IDQ1LjI1MDYgMTcuNjQ5M0M0NS42NjgyIDE3LjUxNjYgNDYuMTg0NSAxNy41MTY2IDQ3LjIxNyAxNy41MTY2SDUxLjY4NjdDNTIuNzE5MiAxNy41MTY2IDUzLjIzNDcgMTcuNTE2NiA1My42NTMxIDE3LjY0OTNDNTQuNDk3MyAxNy45MTc5IDU1LjE1OTYgMTguNTY3IDU1LjQzMzYgMTkuMzk0M0M1NS41NjkgMTkuODAzNiA1NS41NjkgMjAuMzA5NSA1NS41NjkgMjEuMzIxNVYyMi4xMDQ5WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04NS4zMzgzIDAuNjYyNjU1Qzg1LjI0MTMgMC4zNzA4OTUgODUuMDA4IDAuMTQxNDg0IDg0LjcxMDMgMC4wNDcxNjEyQzg0LjU2MjcgMCA4NC4zODA4IDAgODQuMDE2MiAwSDgwLjE5MThDNzkuODI3MiAwIDc5LjY0NTMgMCA3OS40OTc3IDAuMDQ3MTYxMkM3OS4yIDAuMTQyMjgzIDc4Ljk2NTkgMC4zNzA4OTUgNzguODY4OCAwLjY2MjY1NUM3OC44MjA3IDAuODA3MzM2IDc4LjgyMDcgMC45ODU1ODkgNzguODIwNyAxLjM0Mjg5VjYuODA0OEM3OC44MjA3IDcuMjUwODMgNzguODIwNyA3LjQ3NDY1IDc4Ljc2MTIgNy42NTUzQzc4LjY0MDQgOC4wMjA2IDc4LjM0ODUgOC4zMDY3NiA3Ny45NzU3IDguNDI1MDdDNzcuNzkxNCA4LjQ4MzQyIDc3LjU2MzggOC40ODM0MiA3Ny4xMDc5IDguNDgzNDJINzIuNjIwM0M3MC4xOTE0IDguNDgzNDIgNjguOTc2OSA4LjQ4MzQyIDY3Ljk5NDEgOC43OTU5NkM2Ni4wMDgxIDkuNDI4MjQgNjQuNDUwMiAxMC45NTUgNjMuODA1MSAxMi45MDE0QzYzLjQ4NTQgMTMuODY0NiA2My40ODU0IDE1LjA1NDggNjMuNDg1NCAxNy40MzUzVjI1Ljg5MzlDNjMuNDg1NCAyOC4yNzQzIDYzLjQ4NTQgMjkuNDY0NiA2My44MDUxIDMwLjQyNzhDNjQuNDUwMiAzMi4zNzUgNjYuMDA4MSAzMy45MDA5IDY3Ljk5NDEgMzQuNTMzMkM2OC45NzY5IDM0Ljg0NjUgNzAuMTkxNCAzNC44NDY1IDcyLjYyMDMgMzQuODQ2NUg3Ni4yNTA3Qzc4LjY3OTYgMzQuODQ2NSA3OS44OTQxIDM0Ljg0NjUgODAuODc2OSAzNC41MzMyQzgyLjg2MjkgMzMuOTAwOSA4NC40MjA4IDMyLjM3NDIgODUuMDY1OSAzMC40Mjc4Qzg1LjM4NTYgMjkuNDY0NiA4NS4zODU2IDI4LjI3NDMgODUuMzg1NiAyNS44OTM5VjEuMzQyODlDODUuMzg1NiAwLjk4NTU4OSA4NS4zODU2IDAuODA3MzM2IDg1LjMzNzUgMC42NjI2NTVIODUuMzM4M1pNNzkuOTM4MSAyMi4wNzk0Qzc5LjkzODEgMjMuMDkxNCA3OS45MzgxIDIzLjU5NjYgNzkuODAyNyAyNC4wMDY2Qzc5LjUyODcgMjQuODM0IDc4Ljg2NjQgMjUuNDgzIDc4LjAyMjIgMjUuNzUxNkM3Ny42MDQ2IDI1Ljg4NDMgNzcuMDg4MyAyNS44ODQzIDc2LjA1NTcgMjUuODg0M0g3Mi4yMDExQzcxLjE2ODUgMjUuODg0MyA3MC42NTMgMjUuODg0MyA3MC4yMzQ2IDI1Ljc1MTZDNjkuMzkwNSAyNS40ODMgNjguNzI4MiAyNC44MzQgNjguNDU0MSAyNC4wMDY2QzY4LjMxODcgMjMuNTk3NCA2OC4zMTg3IDIzLjA5MTQgNjguMzE4NyAyMi4wNzk0VjIxLjI5NjFDNjguMzE4NyAyMC4yODQxIDY4LjMxODcgMTkuNzc4OSA2OC40NTQxIDE5LjM2ODlDNjguNzI4MiAxOC41NDE1IDY5LjM5MDUgMTcuODkyNSA3MC4yMzQ2IDE3LjYyMzlDNzAuNjUyMiAxNy40OTEyIDcxLjE2ODUgMTcuNDkxMiA3Mi4yMDExIDE3LjQ5MTJINzYuMDU1N0M3Ny4wODgzIDE3LjQ5MTIgNzcuNjA0NiAxNy40OTEyIDc4LjAyMjIgMTcuNjIzOUM3OC44NjY0IDE3Ljg5MjUgNzkuNTI4NyAxOC41NDE1IDc5LjgwMjcgMTkuMzY4OUM3OS45MzgxIDE5Ljc3ODEgNzkuOTM4MSAyMC4yODQxIDc5LjkzODEgMjEuMjk2MVYyMi4wNzk0WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik05Ny40NjcxIDI4Ljc3NjdDOTYuNDM0NSAyOC43NzY3IDk1LjkxODMgMjguNzc2NyA5NS41MDA3IDI4LjY0NEM5NC42NTY1IDI4LjM3NTQgOTMuOTk0MiAyNy43MjYzIDkzLjcyMDIgMjYuODk5QzkzLjYzMzcgMjYuNjM4NCA5My42MDI3IDI2LjMzNzEgOTMuNTkxMyAyNS44OTE5SDEwOS4xODRDMTA5LjgxNSAyNS44OTE5IDExMC4zMjYgMjUuMzkwNyAxMTAuMzI2IDI0Ljc3MjhWMTcuNDgzNkMxMTAuMzI2IDE1LjEwMzEgMTEwLjMyNiAxMy45MTI5IDExMC4wMDcgMTIuOTQ5N0MxMDkuMzYyIDExLjAwMzMgMTA3LjgwNCA5LjQ3NjU3IDEwNS44MTggOC44NDQyOUMxMDQuODM1IDguNTMwOTQgMTAzLjYyMSA4LjUzMDk0IDEwMS4xOTIgOC41MzA5NEg5Ny41NjE3Qzk1LjEzMjggOC41MzA5NCA5My45MTgzIDguNTMwOTQgOTIuOTM1NSA4Ljg0NDI5QzkwLjk0ODcgOS40NzY1NyA4OS4zOTE2IDExLjAwMzMgODguNzQ2NSAxMi45NDk3Qzg4LjQyNjggMTMuOTEyOSA4OC40MjY4IDE1LjEwMzEgODguNDI2OCAxNy40ODM2VjI1Ljk0MjJDODguNDI2OCAyOC4zMjI3IDg4LjQyNjggMjkuNTEyOSA4OC43NDY1IDMwLjQ3NjFDODkuMzkxNiAzMi40MjI1IDkwLjk0OTUgMzMuOTQ5MiA5Mi45MzU1IDM0LjU4MTVDOTMuOTE4MyAzNC44OTQgOTUuMTMyOCAzNC44OTQgOTcuNTYxNyAzNC44OTRIMTA0LjA4M0MxMDcuMTM1IDM0Ljg5NCAxMDkuNjc1IDMyLjc0ODYgMTEwLjIxOSAyOS45MTMzQzExMC4zMzMgMjkuMzIyNiAxMDkuODcxIDI4Ljc3NTEgMTA5LjI1NyAyOC43NzUxSDk3LjQ2NzlMOTcuNDY3MSAyOC43NzY3Wk05My43MjAyIDE5LjM2NzZDOTMuOTk0MiAxOC41NDAzIDk0LjY1NjUgMTcuODkxMiA5NS41MDA3IDE3LjYyMjdDOTUuOTE4MyAxNy40OSA5Ni40MzQ1IDE3LjQ5IDk3LjQ2NzEgMTcuNDlIMTAxLjI4NEMxMDIuMzE3IDE3LjQ5IDEwMi44MzIgMTcuNDkgMTAzLjI1MSAxNy42MjI3QzEwNC4wOTUgMTcuODkxMiAxMDQuNzU3IDE4LjU0MDMgMTA1LjAzMSAxOS4zNjc2QzEwNS4xNjcgMTkuNzc2OSAxMDUuMTY3IDIwLjI4MjkgMTA1LjE2NyAyMS4yOTQ4VjIxLjczNjFIOTMuNTg0OFYyMS4yOTQ4QzkzLjU4NDggMjAuMjgyOSA5My41ODQ4IDE5Ljc3NjkgOTMuNzIwMiAxOS4zNjc2WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgo8L3N2Zz4=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44O..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44OTQyIDI1LjQwNDcgMzEuNzg3MyAyNC45NjY3QzMxLjc1MzkgMjQuODI4NCAzMS43NTM5IDI0LjY2MTMgMzEuNzUzOSAyNC4zMjcyVjE2LjI1NjJDMzEuNzUzOSAxNS45MjIxIDMxLjc1MzkgMTUuNzU0MiAzMS43ODgyIDE1LjYxNjdDMzEuODk1OCAxNS4xNzc5IDMyLjI0NDkgMTQuODM1OCAzMi42OTI3IDE0LjczMTFDMzIuODMzOCAxNC42OTgzIDMzLjAwNDMgMTQuNjk4MyAzMy4zNDUyIDE0LjY5ODNIMzQuNDQ4N0MzNC43ODk3IDE0LjY5ODMgMzQuOTYwOSAxNC42OTgzIDM1LjEwMTIgMTQuNjY1NUMzNS41NDkgMTQuNTYwOCAzNS44OTgxIDE0LjIxNzkgMzYuMDA1OCAxMy43Nzk5QzM2LjA0IDEzLjY0MTYgMzYuMDQgMTMuNDc0NSAzNi4wNCAxMy4xNDA0VjEuNTU4NzJDMzYuMDQgMS4yMjQ1OSAzNi4wNCAxLjA1NjczIDM2LjAwNjYgMC45MTkyNDRDMzUuODk4OSAwLjQ4MTIwNCAzNS41NDk4IDAuMTM4Mjg2IDM1LjEwMjkgMC4wMzM1NzI0QzM0Ljk2MTggMC4wMDA3OTkzNDEgMzQuNzkxMyAwLjAwMDc5OTM0MiAzNC40NTA0IDAuMDAwNzk5MzQySDI3LjUwNzhDMjcuMjkxNiAwLjAwMDc5OTM0MiAyNy4xODMyIDAuMDAwNzk5MzQxIDI3LjA4MzcgMC4wMTY3ODYyQzI2Ljc3MTMgMC4wNjc5NDQxIDI2LjQ5MDcgMC4yMzUwMDcgMjYuMzAyMyAwLjQ4NDQwMUMyNi4yNDE5IDAuNTYzNTM2IDI2LjE5MyAwLjY1Nzg1OSAyNi4wOTM1IDAuODQ2NTAzTDE5LjQ0MjkgMTMuNTIwOUwxMi44NzIyIDAuODUyODk4QzEyLjc3MzUgMC42NjI2NTUgMTIuNzI0NiAwLjU2NzUzMyAxMi42NjQyIDAuNDg3NTk5QzEyLjQ3NSAwLjIzNjYwNSAxMi4xOTQ0IDAuMDY3OTQ0MSAxMS44ODA0IDAuMDE1OTg2OEMxMS43ODAxIDAgMTEuNjcxNiAwIDExLjQ1MzkgMEgyLjA3MDkzQzEuNzMgMCAxLjU1ODcyIDAgMS40MTg0NCAwLjAzMjc3M0MwLjk3MDY1OCAwLjEzODI4NiAwLjYyMTU3MiAwLjQ4MDQwNSAwLjUxMzkwOSAwLjkxOTI0NEMwLjQ4MDQ2OSAxLjA1NzUzIDAuNDgwNDY5IDEuMjI0NTkgMC40ODA0NjkgMS41NTg3MlY2LjgxNDM5QzAuNDgwNDY5IDcuMTQ4NTIgMC40ODA0NjkgNy4zMTYzOCAwLjUxMzkwOSA3LjQ1Mzg3QzAuNjIxNTcyIDcuODkxOTEgMC45NzA2NTggOC4yMzQ4MiAxLjQxNzYyIDguMzM5NTRDMS41NTg3MiA4LjM3MjMxIDEuNzI5MTkgOC4zNzIzMSAyLjA3MDEyIDguMzcyMzFIMy4xMzUzMkMzLjQ3NjI1IDguMzcyMzEgMy42NDc1MyA4LjM3MjMxIDMuNzg3ODIgOC40MDUwOEM0LjIzNDc4IDguNTEwNiA0LjU4NDY4IDguODUyNzEgNC42OTE1MyA5LjI5MDc1QzQuNzI0OTcgOS40MjkwNCA0LjcyNDk3IDkuNTk2MSA0LjcyNDk3IDkuOTMwMjNWMTcuNTY5NUM0LjcyNDk3IDE3LjkwMzcgNC43MjQ5NyAxOC4wNzA3IDQuNjkxNTMgMTguMjA5QzQuNTgzODcgMTguNjQ3MSA0LjIzNDc4IDE4Ljk5IDMuNzg3ODIgMTkuMDk0N0MzLjY0NjcyIDE5LjEyNzUgMy40NzYyNSAxOS4xMjc1IDMuMTM1MzIgMTkuMTI3NUgyLjA3MDEyQzEuNzI5MTkgMTkuMTI3NSAxLjU1NzkxIDE5LjEyNzUgMS40MTc2MiAxOS4xNjAyQzAuOTcwNjU4IDE5LjI2NTcgMC42MjA3NTYgMTkuNjA3OSAwLjUxMzkwOSAyMC4wNDU5QzAuNDgwNDY5IDIwLjE4NDIgMC40ODA0NjkgMjAuMzUxMyAwLjQ4MDQ2OSAyMC42ODU0VjMzLjIzMTFDMC40ODA0NjkgMzMuNTY1MiAwLjQ4MDQ2OSAzMy43MzMgMC41MTM5MDkgMzMuODcwNUMwLjYyMTU3MiAzNC4zMDg2IDAuOTcwNjU4IDM0LjY1MTUgMS40MTc2MiAzNC43NTYyQzEuNTU4NzIgMzQuNzg5IDEuNzI5MTkgMzQuNzg5IDIuMDcwMTIgMzQuNzg5SDExLjY2MzVDMTIuMDA0NCAzNC43ODkgMTIuMTc1NyAzNC43ODkgMTIuMzE2IDM0Ljc1NjJDMTIuNzYyOSAzNC42NTA3IDEzLjExMjggMzQuMzA4NiAxMy4yMTk3IDMzLjg3MDVDMTMuMjUzMSAzMy43MzIyIDEzLjI1MzEgMzMuNTY1MiAxMy4yNTMxIDMzLjIzMTFWMjcuNDM5OEMxMy4yNTMxIDI3LjEwNTcgMTMuMjUzMSAyNi45Mzg2IDEzLjIxOTcgMjYuODAwM0MxMy4xMTIgMjYuMzYyMyAxMi43NjI5IDI2LjAxOTQgMTIuMzE2IDI1LjkxNDdDMTIuMTc0OSAyNS44ODE5IDEyLjAwNDQgMjUuODgxOSAxMS42NjM1IDI1Ljg4MTlIMTAuNjA5N0MxMC4yNjg4IDI1Ljg4MTkgMTAuMDk4MyAyNS44ODE5IDkuOTU3MTkgMjUuODQ5MUM5LjUxMDIzIDI1Ljc0MzYgOS4xNjAzMyAyNS40MDE1IDkuMDUzNDggMjQuOTYzNUM5LjAyMDA0IDI0LjgyNTIgOS4wMjAwNCAyNC42NTgxIDkuMDIwMDQgMjQuMzI0VjEyLjQ4MDFMMTUuOTQ0NyAyNS45MTMxQzE2LjEyNzQgMjYuMjY3MiAxNi4yMTg3IDI2LjQ0NDYgMTYuMzE1IDI2LjUzNzRDMTYuNjI3NCAyNi44Mzc5IDE3LjEyNjUgMjYuODQyNyAxNy40NDQ2IDI2LjU0NzhDMTcuNTQzMyAyNi40NTc0IDE3LjYzNzkgMjYuMjgxNiAxNy44MjcxIDI1LjkzMDdMMjUuNTExMSAxMS43MTZWMjQuMzI1NkMyNS41MTExIDI0LjY1OTcgMjUuNTExMSAyNC44MjY4IDI1LjQ3NzcgMjQuOTY1MUMyNS4zNyAyNS40MDMxIDI1LjAyMDkgMjUuNzQ2IDI0LjU3NCAyNS44NTA3QzI0LjQzMjkgMjUuODgzNSAyNC4yNjI0IDI1Ljg4MzUgMjMuOTIxNSAyNS44ODM1SDIxLjg2ODZDMjEuNTI3NiAyNS44ODM1IDIxLjM1NjMgMjUuODgzNSAyMS4yMTYxIDI1LjkxNjNDMjAuNzY5MSAyNi4wMjE4IDIwLjQxOTIgMjYuMzYzOSAyMC4zMTIzIDI2LjgwMTlDMjAuMjc4OSAyNi45NDAyIDIwLjI3ODkgMjcuMTA3MyAyMC4yNzg5IDI3LjQ0MTRWMzMuMjg3QzIwLjI3ODkgMzMuNjIxMSAyMC4yNzg5IDMzLjc4ODIgMjAuMzEyMyAzMy45MjY1QzIwLjQyIDM0LjM2NDUgMjAuNzY5MSAzNC43MDc0IDIxLjIxNjEgMzQuODEyMkMyMS4zNTcyIDM0Ljg0NDkgMjEuNTI3NiAzNC44NDQ5IDIxLjg2ODYgMzQuODQ0OUgzNC40NDcxQzM0Ljc4OCAzNC44NDQ5IDM0Ljk1ODUgMzQuODQ0OSAzNS4wOTk2IDM0LjgxMjJDMzUuNTQ2NiAzNC43MDY2IDM1Ljg5NjUgMzQuMzY0NSAzNi4wMDMzIDMzLjkyNjVDMzYuMDM2NyAzMy43ODgyIDM2LjAzNjcgMzMuNjIxMSAzNi4wMzY3IDMzLjI4N1YyNy40NDE0TDM2LjAzNzYgMjcuNDQzWiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik02MC4wODM1IDEyLjkyNzZDNTkuNDM4MyAxMC45ODEyIDU3Ljg4MDUgOS40NTQ0NyA1NS44OTQ1IDguODIyMTlDNTQuOTExNiA4LjUwODg1IDUzLjY5NzIgOC41MDg4NSA1MS4yNjgyIDguNTA4ODVINDcuNjM3OUM0NS4yMDkgOC41MDg4NSA0My45OTQ1IDguNTA4ODUgNDMuMDExNyA4LjgyMjE5QzQxLjAyNTcgOS40NTQ0NyAzOS40Njc4IDEwLjk4MTIgMzguODIyNyAxMi45Mjc2QzM4LjUwMjkgMTMuODkwOCAzOC41MDI5IDE1LjA4MSAzOC41MDI5IDE3LjQ2MTVWMjUuOTIwMUMzOC41MDI5IDI4LjMwMDYgMzguNTAyOSAyOS40OTA4IDM4LjgyMjcgMzAuNDU0QzM5LjQ2NzggMzIuNDAwNCA0MS4wMjU3IDMzLjkyNzEgNDMuMDExNyAzNC41NTk0QzQzLjk5NDUgMzQuODcyIDQ1LjIwOSAzNC44NzIgNDcuNjM3OSAzNC44NzJINTEuMjY4MkM1My42OTcyIDM0Ljg3MiA1NC45MTE2IDM0Ljg3MiA1NS44OTQ1IDM0LjU1OTRDNTcuODgwNSAzMy45MjcxIDU5LjQzODMgMzIuNDAwNCA2MC4wODM1IDMwLjQ1NEM2MC40MDI0IDI5LjQ5MDggNjAuNDAyNCAyOC4zMDA2IDYwLjQwMjQgMjUuOTIwMVYxNy40NjE1QzYwLjQwMjQgMTUuMDgxIDYwLjQwMjQgMTMuODkwOCA2MC4wODM1IDEyLjkyNzZaTTU1LjU2OSAyMi4xMDQ5QzU1LjU2OSAyMy4xMTY4IDU1LjU2OSAyMy42MjI4IDU1LjQzMzYgMjQuMDMyMUM1NS4xNTk2IDI0Ljg1OTQgNTQuNDk3MyAyNS41MDg1IDUzLjY1MzEgMjUuNzc3QzUzLjIzNTUgMjUuOTA5NyA1Mi43MTkyIDI1LjkwOTcgNTEuNjg2NyAyNS45MDk3SDQ3LjIxN0M0Ni4xODQ1IDI1LjkwOTcgNDUuNjY4MiAyNS45MDk3IDQ1LjI1MDYgMjUuNzc3QzQ0LjQwNjQgMjUuNTA4NSA0My43NDQxIDI0Ljg1OTQgNDMuNDcwMSAyNC4wMzIxQzQzLjMzNDcgMjMuNjIyOCA0My4zMzQ3IDIzLjExNjggNDMuMzM0NyAyMi4xMDQ5VjIxLjMyMTVDNDMuMzM0NyAyMC4zMDk1IDQzLjMzNDcgMTkuODA0NCA0My40NzAxIDE5LjM5NDNDNDMuNzQ0MSAxOC41NjcgNDQuNDA2NCAxNy45MTc5IDQ1LjI1MDYgMTcuNjQ5M0M0NS42NjgyIDE3LjUxNjYgNDYuMTg0NSAxNy41MTY2IDQ3LjIxNyAxNy41MTY2SDUxLjY4NjdDNTIuNzE5MiAxNy41MTY2IDUzLjIzNDcgMTcuNTE2NiA1My42NTMxIDE3LjY0OTNDNTQuNDk3MyAxNy45MTc5IDU1LjE1OTYgMTguNTY3IDU1LjQzMzYgMTkuMzk0M0M1NS41NjkgMTkuODAzNiA1NS41NjkgMjAuMzA5NSA1NS41NjkgMjEuMzIxNVYyMi4xMDQ5WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04NS4zMzgzIDAuNjYyNjU1Qzg1LjI0MTMgMC4zNzA4OTUgODUuMDA4IDAuMTQxNDg0IDg0LjcxMDMgMC4wNDcxNjEyQzg0LjU2MjcgMCA4NC4zODA4IDAgODQuMDE2MiAwSDgwLjE5MThDNzkuODI3MiAwIDc5LjY0NTMgMCA3OS40OTc3IDAuMDQ3MTYxMkM3OS4yIDAuMTQyMjgzIDc4Ljk2NTkgMC4zNzA4OTUgNzguODY4OCAwLjY2MjY1NUM3OC44MjA3IDAuODA3MzM2IDc4LjgyMDcgMC45ODU1ODkgNzguODIwNyAxLjM0Mjg5VjYuODA0OEM3OC44MjA3IDcuMjUwODMgNzguODIwNyA3LjQ3NDY1IDc4Ljc2MTIgNy42NTUzQzc4LjY0MDQgOC4wMjA2IDc4LjM0ODUgOC4zMDY3NiA3Ny45NzU3IDguNDI1MDdDNzcuNzkxNCA4LjQ4MzQyIDc3LjU2MzggOC40ODM0MiA3Ny4xMDc5IDguNDgzNDJINzIuNjIwM0M3MC4xOTE0IDguNDgzNDIgNjguOTc2OSA4LjQ4MzQyIDY3Ljk5NDEgOC43OTU5NkM2Ni4wMDgxIDkuNDI4MjQgNjQuNDUwMiAxMC45NTUgNjMuODA1MSAxMi45MDE0QzYzLjQ4NTQgMTMuODY0NiA2My40ODU0IDE1LjA1NDggNjMuNDg1NCAxNy40MzUzVjI1Ljg5MzlDNjMuNDg1NCAyOC4yNzQzIDYzLjQ4NTQgMjkuNDY0NiA2My44MDUxIDMwLjQyNzhDNjQuNDUwMiAzMi4zNzUgNjYuMDA4MSAzMy45MDA5IDY3Ljk5NDEgMzQuNTMzMkM2OC45NzY5IDM0Ljg0NjUgNzAuMTkxNCAzNC44NDY1IDcyLjYyMDMgMzQuODQ2NUg3Ni4yNTA3Qzc4LjY3OTYgMzQuODQ2NSA3OS44OTQxIDM0Ljg0NjUgODAuODc2OSAzNC41MzMyQzgyLjg2MjkgMzMuOTAwOSA4NC40MjA4IDMyLjM3NDIgODUuMDY1OSAzMC40Mjc4Qzg1LjM4NTYgMjkuNDY0NiA4NS4zODU2IDI4LjI3NDMgODUuMzg1NiAyNS44OTM5VjEuMzQyODlDODUuMzg1NiAwLjk4NTU4OSA4NS4zODU2IDAuODA3MzM2IDg1LjMzNzUgMC42NjI2NTVIODUuMzM4M1pNNzkuOTM4MSAyMi4wNzk0Qzc5LjkzODEgMjMuMDkxNCA3OS45MzgxIDIzLjU5NjYgNzkuODAyNyAyNC4wMDY2Qzc5LjUyODcgMjQuODM0IDc4Ljg2NjQgMjUuNDgzIDc4LjAyMjIgMjUuNzUxNkM3Ny42MDQ2IDI1Ljg4NDMgNzcuMDg4MyAyNS44ODQzIDc2LjA1NTcgMjUuODg0M0g3Mi4yMDExQzcxLjE2ODUgMjUuODg0MyA3MC42NTMgMjUuODg0MyA3MC4yMzQ2IDI1Ljc1MTZDNjkuMzkwNSAyNS40ODMgNjguNzI4MiAyNC44MzQgNjguNDU0MSAyNC4wMDY2QzY4LjMxODcgMjMuNTk3NCA2OC4zMTg3IDIzLjA5MTQgNjguMzE4NyAyMi4wNzk0VjIxLjI5NjFDNjguMzE4NyAyMC4yODQxIDY4LjMxODcgMTkuNzc4OSA2OC40NTQxIDE5LjM2ODlDNjguNzI4MiAxOC41NDE1IDY5LjM5MDUgMTcuODkyNSA3MC4yMzQ2IDE3LjYyMzlDNzAuNjUyMiAxNy40OTEyIDcxLjE2ODUgMTcuNDkxMiA3Mi4yMDExIDE3LjQ5MTJINzYuMDU1N0M3Ny4wODgzIDE3LjQ5MTIgNzcuNjA0NiAxNy40OTEyIDc4LjAyMjIgMTcuNjIzOUM3OC44NjY0IDE3Ljg5MjUgNzkuNTI4NyAxOC41NDE1IDc5LjgwMjcgMTkuMzY4OUM3OS45MzgxIDE5Ljc3ODEgNzkuOTM4MSAyMC4yODQxIDc5LjkzODEgMjEuMjk2MVYyMi4wNzk0WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik05Ny40NjcxIDI4Ljc3NjdDOTYuNDM0NSAyOC43NzY3IDk1LjkxODMgMjguNzc2NyA5NS41MDA3IDI4LjY0NEM5NC42NTY1IDI4LjM3NTQgOTMuOTk0MiAyNy43MjYzIDkzLjcyMDIgMjYuODk5QzkzLjYzMzcgMjYuNjM4NCA5My42MDI3IDI2LjMzNzEgOTMuNTkxMyAyNS44OTE5SDEwOS4xODRDMTA5LjgxNSAyNS44OTE5IDExMC4zMjYgMjUuMzkwNyAxMTAuMzI2IDI0Ljc3MjhWMTcuNDgzNkMxMTAuMzI2IDE1LjEwMzEgMTEwLjMyNiAxMy45MTI5IDExMC4wMDcgMTIuOTQ5N0MxMDkuMzYyIDExLjAwMzMgMTA3LjgwNCA5LjQ3NjU3IDEwNS44MTggOC44NDQyOUMxMDQuODM1IDguNTMwOTQgMTAzLjYyMSA4LjUzMDk0IDEwMS4xOTIgOC41MzA5NEg5Ny41NjE3Qzk1LjEzMjggOC41MzA5NCA5My45MTgzIDguNTMwOTQgOTIuOTM1NSA4Ljg0NDI5QzkwLjk0ODcgOS40NzY1NyA4OS4zOTE2IDExLjAwMzMgODguNzQ2NSAxMi45NDk3Qzg4LjQyNjggMTMuOTEyOSA4OC40MjY4IDE1LjEwMzEgODguNDI2OCAxNy40ODM2VjI1Ljk0MjJDODguNDI2OCAyOC4zMjI3IDg4LjQyNjggMjkuNTEyOSA4OC43NDY1IDMwLjQ3NjFDODkuMzkxNiAzMi40MjI1IDkwLjk0OTUgMzMuOTQ5MiA5Mi45MzU1IDM0LjU4MTVDOTMuOTE4MyAzNC44OTQgOTUuMTMyOCAzNC44OTQgOTcuNTYxNyAzNC44OTRIMTA0LjA4M0MxMDcuMTM1IDM0Ljg5NCAxMDkuNjc1IDMyLjc0ODYgMTEwLjIxOSAyOS45MTMzQzExMC4zMzMgMjkuMzIyNiAxMDkuODcxIDI4Ljc3NTEgMTA5LjI1NyAyOC43NzUxSDk3LjQ2NzlMOTcuNDY3MSAyOC43NzY3Wk05My43MjAyIDE5LjM2NzZDOTMuOTk0MiAxOC41NDAzIDk0LjY1NjUgMTcuODkxMiA5NS41MDA3IDE3LjYyMjdDOTUuOTE4MyAxNy40OSA5Ni40MzQ1IDE3LjQ5IDk3LjQ2NzEgMTcuNDlIMTAxLjI4NEMxMDIuMzE3IDE3LjQ5IDEwMi44MzIgMTcuNDkgMTAzLjI1MSAxNy42MjI3QzEwNC4wOTUgMTcuODkxMiAxMDQuNzU3IDE4LjU0MDMgMTA1LjAzMSAxOS4zNjc2QzEwNS4xNjcgMTkuNzc2OSAxMDUuMTY3IDIwLjI4MjkgMTA1LjE2NyAyMS4yOTQ4VjIxLjczNjFIOTMuNTg0OFYyMS4yOTQ4QzkzLjU4NDggMjAuMjgyOSA5My41ODQ4IDE5Ljc3NjkgOTMuNzIwMiAxOS4zNjc2WiIgZmlsbD0iI2M4ZjE2OSI+PC9wYXRoPgo8L3N2Zz4=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxMTEgMzUiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0zNi4wMzc2IDI3LjQ0M0MzNi4wMzc2IDI3LjEwODkgMzYuMDM3NiAyNi45NDE4IDM2LjAwNDEgMjYuODAzNUMzNS44OTY1IDI2LjM2NTUgMzUuNTQ3NCAyNi4wMjI2IDM1LjEwMDQgMjUuOTE3OUMzNC45NTkzIDI1Ljg4NTEgMzQuNzg4OCAyNS44ODUxIDM0LjQ0NzkgMjUuODg1MUgzMy4zNDM2QzMzLjAwMjYgMjUuODg1MSAzMi44MzIyIDI1Ljg4NTEgMzIuNjkxMSAyNS44NTIzQzMyLjI0NDEgMjUuNzQ2OCAzMS44O..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNCIgaGVpZ2h0PSIxNCIgd2lkdGg9IjE2Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTE0LjM0MzggMy43NUMxNC4zNDM4IDMuOTA2MjUgMTQuMzQzOCA0LjAzMTI1IDE0LjM0MzggNC4xODc1QzE0LjM0MzggOC41MzEyNSAxMS4wNjI1IDEzLjUgNS4wMzEyNSAxMy41QzMuMTU2MjUgMTMuNSAxLjQzNzUgMTIuOTY4OCAwIDEyLjAzMTJDMC4yNSAxMi4wNjI1IDAuNSAxMi4wOTM4IDAuNzgxMjUgMTIuMDkzOEMyLjMxMjUgMTIuMDkzOCAzLjcxODc1IDExLjU2MjUgNC44NDM3NSAxMC42ODc1QzMuNDA2MjUgMTAuNjU2MiAyLjE4NzUgOS43MTg3NSAxLjc4MTI1IDguNDA2MjVDMiA4LjQzNzUgMi4xODc1IDguNDY4NzUgMi40MDYyNSA4LjQ2ODc1QzIuNjg3NSA4LjQ2ODc1IDMgOC40MDYyNSAzLjI1IDguMzQzNzVDMS43NSA4LjAzMTI1IDAuNjI1IDYuNzE4NzUgMC42MjUgNS4xMjVWNS4wOTM3NUMxLjA2MjUgNS4zNDM3NSAxLjU5Mzc1IDUuNDY4NzUgMi4xMjUgNS41QzEuMjE4NzUgNC45MDYyNSAwLjY1NjI1IDMuOTA2MjUgMC42NTYyNSAyLjc4MTI1QzAuNjU2MjUgMi4xNTYyNSAwLjgxMjUgMS41OTM3NSAxLjA5Mzc1IDEuMTI1QzIuNzE4NzUgMy4wOTM3NSA1LjE1NjI1IDQuNDA2MjUgNy44NzUgNC41NjI1QzcuODEyNSA0LjMxMjUgNy43ODEyNSA0LjA2MjUgNy43ODEyNSAzLjgxMjVDNy43ODEyNSAyIDkuMjUgMC41MzEyNSAxMS4wNjI1IDAuNTMxMjVDMTIgMC41MzEyNSAxMi44NDM4IDAuOTA2MjUgMTMuNDY4OCAxLjU2MjVDMTQuMTg3NSAxLjQwNjI1IDE0LjkwNjIgMS4xMjUgMTUuNTMxMiAwLjc1QzE1LjI4MTIgMS41MzEyNSAxNC43ODEyIDIuMTU2MjUgMTQuMDkzOCAyLjU2MjVDMTQuNzUgMi41IDE1LjQwNjIgMi4zMTI1IDE1Ljk2ODggMi4wNjI1QzE1LjUzMTIgMi43MTg3NSAxNC45Njg4IDMuMjgxMjUgMTQuMzQzOCAzLjc1WiI+PC9wYXRoPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNCIgaGVpZ2h0PSIxNCIgd2lkdGg9IjE2Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTE0LjM0MzggMy43NUMxNC4zNDM4IDMuOTA2MjUgMTQuMzQzOCA0LjAzMTI1IDE0LjM0MzggNC4xODc1QzE0LjM0MzggOC41MzEyNSAxMS4wNjI1IDEzLjUgNS4wMzEyNSAxMy41QzMuMTU2MjUgMTMuNSAxLjQzNzUgMTIuOTY4OCAwIDEyLjAzMTJDMC4yNSAxMi4wNjI1IDAuNSAxMi4wOTM4IDAuNzgxMjUgMTIuMDkzOEMyLjMxMjUgMTIuMDkzOCAzLjcxODc1IDExLjU2MjUgNC44NDM3NSAxMC42O..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy4zNDM3NSAzLjYyNSAyLjU5Mzc1IDQuNDA2MjUgMS42NTYyNSA0LjQwNjI1Wk0xMy45Njg4IDE1SDExLjA5MzhWMTAuNDY4OEMxMS4wOTM4IDkuMzc1IDExLjA2MjUgOCA5LjU2MjUgOEM4LjA2MjUgOCA3Ljg0Mzc1IDkuMTU2MjUgNy44NDM3NSAxMC4zNzVWMTVINC45Mzc1VjUuNjU2MjVINy43MTg3NVY2LjkzNzVINy43NUM4LjE1NjI1IDYuMjE4NzUgOS4wOTM3NSA1LjQzNzUgMTAuNSA1LjQzNzVDMTMuNDM3NSA1LjQzNzUgMTQgNy4zNzUgMTQgOS44NzVWMTVIMTMuOTY4OFoiPjwvcGF0aD4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy4zNDM3NSAzLjYyNSAyLjU5Mzc1IDQuNDA2MjUgMS42NTYyNSA0LjQwNjI1Wk0xMy45Njg4IDE1SDExLjA5M..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNCIgaGVpZ2h0PSIxNCIgd2lkdGg9IjE2Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTE0LjM0MzggMy43NUMxNC4zNDM4IDMuOTA2MjUgMTQuMzQzOCA0LjAzMTI1IDE0LjM0MzggNC4xODc1QzE0LjM0MzggOC41MzEyNSAxMS4wNjI1IDEzLjUgNS4wMzEyNSAxMy41QzMuMTU2MjUgMTMuNSAxLjQzNzUgMTIuOTY4OCAwIDEyLjAzMTJDMC4yNSAxMi4wNjI1IDAuNSAxMi4wOTM4IDAuNzgxMjUgMTIuMDkzOEMyLjMxMjUgMTIuMDkzOCAzLjcxODc1IDExLjU2MjUgNC44NDM3NSAxMC42ODc1QzMuNDA2MjUgMTAuNjU2MiAyLjE4NzUgOS43MTg3NSAxLjc4MTI1IDguNDA2MjVDMiA4LjQzNzUgMi4xODc1IDguNDY4NzUgMi40MDYyNSA4LjQ2ODc1QzIuNjg3NSA4LjQ2ODc1IDMgOC40MDYyNSAzLjI1IDguMzQzNzVDMS43NSA4LjAzMTI1IDAuNjI1IDYuNzE4NzUgMC42MjUgNS4xMjVWNS4wOTM3NUMxLjA2MjUgNS4zNDM3NSAxLjU5Mzc1IDUuNDY4NzUgMi4xMjUgNS41QzEuMjE4NzUgNC45MDYyNSAwLjY1NjI1IDMuOTA2MjUgMC42NTYyNSAyLjc4MTI1QzAuNjU2MjUgMi4xNTYyNSAwLjgxMjUgMS41OTM3NSAxLjA5Mzc1IDEuMTI1QzIuNzE4NzUgMy4wOTM3NSA1LjE1NjI1IDQuNDA2MjUgNy44NzUgNC41NjI1QzcuODEyNSA0LjMxMjUgNy43ODEyNSA0LjA2MjUgNy43ODEyNSAzLjgxMjVDNy43ODEyNSAyIDkuMjUgMC41MzEyNSAxMS4wNjI1IDAuNTMxMjVDMTIgMC41MzEyNSAxMi44NDM4IDAuOTA2MjUgMTMuNDY4OCAxLjU2MjVDMTQuMTg3NSAxLjQwNjI1IDE0LjkwNjIgMS4xMjUgMTUuNTMxMiAwLjc1QzE1LjI4MTIgMS41MzEyNSAxNC43ODEyIDIuMTU2MjUgMTQuMDkzOCAyLjU2MjVDMTQuNzUgMi41IDE1LjQwNjIgMi4zMTI1IDE1Ljk2ODggMi4wNjI1QzE1LjUzMTIgMi43MTg3NSAxNC45Njg4IDMuMjgxMjUgMTQuMzQzOCAzLjc1WiI+PC9wYXRoPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNCIgaGVpZ2h0PSIxNCIgd2lkdGg9IjE2Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTE0LjM0MzggMy43NUMxNC4zNDM4IDMuOTA2MjUgMTQuMzQzOCA0LjAzMTI1IDE0LjM0MzggNC4xODc1QzE0LjM0MzggOC41MzEyNSAxMS4wNjI1IDEzLjUgNS4wMzEyNSAxMy41QzMuMTU2MjUgMTMuNSAxLjQzNzUgMTIuOTY4OCAwIDEyLjAzMTJDMC4yNSAxMi4wNjI1IDAuNSAxMi4wOTM4IDAuNzgxMjUgMTIuMDkzOEMyLjMxMjUgMTIuMDkzOCAzLjcxODc1IDExLjU2MjUgNC44NDM3NSAxMC42O..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy4zNDM3NSAzLjYyNSAyLjU5Mzc1IDQuNDA2MjUgMS42NTYyNSA0LjQwNjI1Wk0xMy45Njg4IDE1SDExLjA5MzhWMTAuNDY4OEMxMS4wOTM4IDkuMzc1IDExLjA2MjUgOCA5LjU2MjUgOEM4LjA2MjUgOCA3Ljg0Mzc1IDkuMTU2MjUgNy44NDM3NSAxMC4zNzVWMTVINC45Mzc1VjUuNjU2MjVINy43MTg3NVY2LjkzNzVINy43NUM4LjE1NjI1IDYuMjE4NzUgOS4wOTM3NSA1LjQzNzUgMTAuNSA1LjQzNzVDMTMuNDM3NSA1LjQzNzUgMTQgNy4zNzUgMTQgOS44NzVWMTVIMTMuOTY4OFoiPjwvcGF0aD4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgaGVpZ2h0PSIxNSIgd2lkdGg9IjE0Ij4KPHBhdGggZmlsbD0iI0VFRjJFMyIgZD0iTTMuMTI1IDE1SDAuMjE4NzVWNS42NTYyNUgzLjEyNVYxNVpNMS42NTYyNSA0LjQwNjI1QzAuNzUgNC40MDYyNSAwIDMuNjI1IDAgMi42ODc1QzAgMS40MDYyNSAxLjM3NSAwLjU5Mzc1IDIuNSAxLjI1QzMuMDMxMjUgMS41MzEyNSAzLjM0Mzc1IDIuMDkzNzUgMy4zNDM3NSAyLjY4NzVDMy4zNDM3NSAzLjYyNSAyLjU5Mzc1IDQuNDA2MjUgMS42NTYyNSA0LjQwNjI1Wk0xMy45Njg4IDE1SDExLjA5M..."
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
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; charset=utf-8",
"length": 104167
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
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": "Capabilities you can count on",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Capabilities you can count on</h2>"
},
{
"text": "Clear the path from data to insights, together",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Clear the path from data to insights, together</h2>"
},
{
"text": "The intelligence layer for your modern data stack",
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">The intelligence layer for your modern data stack</h2>"
},
{
"text": "Mode customers lead their industries",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-igOWOnH-css\">Mode customers lead their industries</h2>"
},
{
"text": "Get to know Mode",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-iPJLV-css\">Get to know Mode</h2>"
},
{
"text": "Beyond BI as you know it",
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-ikfBZWw-css\">Beyond BI as you know it</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Modern Business Intelligence?",
"pattern": {}
},
{
"id": "how",
"label": "How does Modern Business Intelligence work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Modern Business Intelligence?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Modern Business Intelligence free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Modern Business Intelligence compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Modern Business Intelligence?",
"pattern": {}
},
{
"id": "how",
"label": "How does Modern Business Intelligence work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Modern Business Intelligence?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Modern Business Intelligence free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Modern Business Intelligence 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
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
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
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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; charset=utf-8",
"length": 104167,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 103535,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><meta",
"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><style",
"/styles.79151de838a0bdb58af0.css",
"/fonts/Graphik-Regular-Web.woff)",
"/fonts/Graphik-RegularItalic-Web.woff)",
"/fonts/Graphik-Medium-Web.woff)",
"/fonts/Graphik-Medium-Web.woff)",
"/fonts/Graphik-Semibold-Web.woff)",
"/fonts/Graphik-SemiboldItalic-Web.woff)",
"/fonts/Grenette-Regular-Web.woff)"
],
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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": 104167,
"text": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"keywords\"/><meta data-react-helmet=\"true\" name=\"twitter:url\" content=\"\"/><meta data-react-helmet=\"true\" property=\"og:url\" content=\"\"/><meta data-react-helmet=\"true\" name=\"twitter:card\" content=\"summary_large_image\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><meta data-react-helmet=\"true\" name=\"twitter:image\" content=\"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><style data-href=\"/styles.79151de838a0bdb58af0.css\" data-identity=\"gatsby-global-css\">body,html{height:100%;width:100%}body.no-scroll{overflow:hidden}:where(:not(html,iframe,canvas,img,svg,video,audio,strong):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{-webkit-font-smoothing:antialiased;box-sizing:border-box}a,button{cursor:revert}:focus-visible{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}menu,ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}#wrapper,.pin-spacer{overflow:hidden!important;scrollbar-width:none!important}#wrapper::webkit-scrollbar,.pin-spacer::webkit-scrollbar{display:none!important;overflow:hidden!important}g,rect,svg{will-change:auto}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto;user-select:auto}:where([draggable=true]){-webkit-user-drag:element}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:400;src:url(/fonts/Graphik-Regular-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:400;src:url(/fonts/Graphik-RegularItalic-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:500;src:url(/fonts/Graphik-Medium-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:500;src:url(/fonts/Graphik-Medium-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:600;src:url(/fonts/Graphik-Semibold-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:600;src:url(/fonts/Graphik-SemiboldItalic-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Grenette;font-style:regular;font-weight:400;src:url(/fonts/Grenette-Regular-Web.woff) format(\"woff\")}.modal_backdrop{align-items:center;background-color:rgba(31,31,31,.4);display:flex;height:110vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s;width:100vw;z-index:1000}.modal_backdrop.show{opacity:1;pointer-events:auto}.modal_wrapper{background-color:#043f2e;border-radius:8px;padding:32px 56px}.modal_close{background-co"
},
"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": 104167,
"text": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"keywords\"/><meta data-react-helmet=\"true\" name=\"twitter:url\" content=\"\"/><meta data-react-helmet=\"true\" property=\"og:url\" content=\"\"/><meta data-react-helmet=\"true\" name=\"twitter:card\" content=\"summary_large_image\"/><meta data-react-helmet=\"true\" property=\"og:image\" content=\"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><meta data-react-helmet=\"true\" name=\"twitter:image\" content=\"https://cdn.sanity.io/images/alf6wlua/production/8bb05dc9552d1fa2840b8177ae46f9e5615797e6-1200x630.png?w=1200&h=630&auto=format\"/><style data-href=\"/styles.79151de838a0bdb58af0.css\" data-identity=\"gatsby-global-css\">body,html{height:100%;width:100%}body.no-scroll{overflow:hidden}:where(:not(html,iframe,canvas,img,svg,video,audio,strong):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{-webkit-font-smoothing:antialiased;box-sizing:border-box}a,button{cursor:revert}:focus-visible{outline:1px auto Highlight;outline:1px auto -webkit-focus-ring-color}menu,ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}#wrapper,.pin-spacer{overflow:hidden!important;scrollbar-width:none!important}#wrapper::webkit-scrollbar,.pin-spacer::webkit-scrollbar{display:none!important;overflow:hidden!important}g,rect,svg{will-change:auto}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto;user-select:auto}:where([draggable=true]){-webkit-user-drag:element}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:400;src:url(/fonts/Graphik-Regular-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:400;src:url(/fonts/Graphik-RegularItalic-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:500;src:url(/fonts/Graphik-Medium-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:500;src:url(/fonts/Graphik-Medium-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:600;src:url(/fonts/Graphik-Semibold-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:600;src:url(/fonts/Graphik-SemiboldItalic-Web.woff) format(\"woff\")}@font-face{font-display:swap;font-family:Grenette;font-style:regular;font-weight:400;src:url(/fonts/Grenette-Regular-Web.woff) format(\"woff\")}.modal_backdrop{align-items:center;background-color:rgba(31,31,31,.4);display:flex;height:110vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s;width:100vw;z-index:1000}.modal_backdrop.show{opacity:1;pointer-events:auto}.modal_wrapper{background-color:#043f2e;border-radius:8px;padding:32px 56px}.modal_close{background-co"
}
},
"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": "sign 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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
6 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
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": 6,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Capabilities you can count on",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Capabilities you can count on</h2>"
},
{
"index": 2,
"text": "Clear the path from data to insights, together",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">Clear the path from data to insights, together</h2>"
},
{
"index": 3,
"text": "The intelligence layer for your modern data stack",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-gPJNyo-style-h1 c-PJLV-iPJLV-css\">The intelligence layer for your modern data stack</h2>"
},
{
"index": 4,
"text": "Mode customers lead their industries",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-igOWOnH-css\">Mode customers lead their industries</h2>"
},
{
"index": 5,
"text": "Get to know Mode",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-iPJLV-css\">Get to know Mode</h2>"
},
{
"index": 6,
"text": "Beyond BI as you know it",
"isQuestion": false,
"html": "<h2 class=\"c-PJLV c-PJLV-crsJHb-style-h2 c-PJLV-ikfBZWw-css\">Beyond BI as you know it</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
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
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": 104167
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 104167
}
]
},
"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": "sign 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
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
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": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.10.0\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:title\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" property=\"og:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\" name=\"twitter:description\" content=\"Page not found\"/><meta data-react-helmet=\"true\""
},
"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://mode.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://mode.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://mode.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://mode.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": "sign in"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
14 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 308Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 308Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 200Â ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 200Â ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 405Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 405Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 3Â KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 3Â KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
81/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.5Â s",
"numericValue": 536.6970920102821
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 88,
"displayValue": "2.5Â s",
"numericValue": 2549.5182552061697
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 68,
"displayValue": "1.9Â s",
"numericValue": 1860.640669951305
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 73,
"displayValue": "230Â ms",
"numericValue": 231.5
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 59,
"displayValue": "220Â ms",
"numericValue": 221
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 80Â ms",
"numericValue": 76
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 60,
"displayValue": "2.1Â s",
"numericValue": 2066.7475766752345
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "20Â ms",
"numericValue": 24.148619999999998
}
]
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |