{
  "captchaResult": "CAPTCHA_NOT_NEEDED",
  "kind": "pagespeedonline#result",
  "id": "https://holos.global/",
  "loadingExperience": {
    "initial_url": "https://holos.global/"
  },
  "lighthouseResult": {
    "requestedUrl": "https://holos.global/",
    "finalUrl": "https://holos.global/",
    "mainDocumentUrl": "https://holos.global/",
    "finalDisplayedUrl": "https://holos.global/",
    "lighthouseVersion": "13.4.0",
    "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
    "fetchTime": "2026-07-21T07:37:57.757Z",
    "environment": {
      "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36",
      "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
      "benchmarkIndex": 1077,
      "credits": {
        "axe-core": "4.12.0"
      }
    },
    "runWarnings": [],
    "configSettings": {
      "emulatedFormFactor": "mobile",
      "formFactor": "mobile",
      "locale": "en-US",
      "onlyCategories": [
        "performance",
        "accessibility",
        "best-practices",
        "seo"
      ],
      "channel": "lr"
    },
    "audits": {
      "http-status-code": {
        "id": "http-status-code",
        "title": "Page has successful HTTP status code",
        "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "is-crawlable": {
        "id": "is-crawlable",
        "title": "Page isn’t blocked from indexing",
        "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "code",
              "key": "source",
              "label": "Blocking Directive Source"
            }
          ],
          "type": "table"
        },
        "warnings": []
      },
      "label": {
        "id": "label",
        "title": "Form elements have associated labels",
        "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.12/label).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "empty-heading": {
        "id": "empty-heading",
        "title": "All heading elements contain content.",
        "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.12/empty-heading).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "target-size": {
        "id": "target-size",
        "title": "Touch targets have sufficient size and spacing.",
        "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.12/target-size).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "aria-meter-name": {
        "id": "aria-meter-name",
        "title": "ARIA `meter` elements have accessible names",
        "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.12/aria-meter-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "presentation-role-conflict": {
        "id": "presentation-role-conflict",
        "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
        "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table"
        }
      },
      "heading-order": {
        "id": "heading-order",
        "title": "Heading elements are not in a sequentially-descending order",
        "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.12/heading-order).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "best-practice"
            ],
            "impact": "moderate"
          },
          "type": "table",
          "items": [
            {
              "node": {
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 11011,
                  "height": 26,
                  "top": 10985,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h4",
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "type": "node",
                "snippet": "\u003ch4 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H4",
                "lhId": "1-0-H4"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ]
        }
      },
      "total-byte-weight": {
        "id": "total-byte-weight",
        "title": "Avoid enormous network payloads",
        "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Total size was 5,779 KiB",
        "details": {
          "sortedBy": [
            "totalBytes"
          ],
          "type": "table",
          "items": [
            {
              "totalBytes": 3237094,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/7635655a-3e9b-4197-b362-fa1679e81ad9/Screen+Shot+2022-08-14+at+12.33.21+PM.png?format=2500w"
            },
            {
              "totalBytes": 286732,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
            },
            {
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
              "totalBytes": 184321
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
              "totalBytes": 162957
            },
            {
              "url": "https://holos.global/universal/svg/social-accounts.svg",
              "totalBytes": 119842
            },
            {
              "totalBytes": 117199,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/1637197880261-437TZ0BG1CVEW9A67B1U/Slide+16_9+-+11.png?format=1500w"
            },
            {
              "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true",
              "totalBytes": 112923
            },
            {
              "totalBytes": 108327,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f666a4-830d-4b96-9803-1816da6e6a1d/Holos-NR-135.jpg?format=750w"
            },
            {
              "url": "https://static.zohocdn.com/forms/js/formslivecore.8c0a59eecdb4d9c249ade0ca70e6febf.js",
              "totalBytes": 100573
            },
            {
              "totalBytes": 99247,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            }
          ]
        },
        "numericValue": 5917596,
        "numericUnit": "byte"
      },
      "doctype": {
        "id": "doctype",
        "title": "Page has the HTML doctype",
        "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "cls-culprits-insight": {
        "id": "cls-culprits-insight",
        "title": "Layout shift culprits",
        "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "list",
          "items": []
        }
      },
      "aria-allowed-role": {
        "id": "aria-allowed-role",
        "title": "Uses ARIA roles only on compatible elements",
        "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "dlitem": {
        "id": "dlitem",
        "title": "Definition list items are wrapped in `\u003cdl\u003e` elements",
        "description": "Definition list items (`\u003cdt\u003e` and `\u003cdd\u003e`) must be wrapped in a parent `\u003cdl\u003e` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/dlitem).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "is-on-https": {
        "id": "is-on-https",
        "title": "Uses HTTPS",
        "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Insecure URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Request Resolution",
              "key": "resolution",
              "valueType": "text"
            }
          ]
        }
      },
      "aria-required-parent": {
        "id": "aria-required-parent",
        "title": "`[role]`s are contained by their required parent element",
        "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.12/aria-required-parent).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "list": {
        "id": "list",
        "title": "Lists contain only `\u003cli\u003e` elements and script supporting elements (`\u003cscript\u003e` and `\u003ctemplate\u003e`).",
        "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "csp-xss": {
        "id": "csp-xss",
        "title": "Ensure CSP is effective against XSS attacks",
        "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "description": "No CSP found in enforcement mode",
              "severity": "High"
            }
          ],
          "headings": [
            {
              "key": "description",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text"
            },
            {
              "valueType": "code",
              "label": "Directive",
              "key": "directive",
              "subItemsHeading": {
                "key": "directive"
              }
            },
            {
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "aria-prohibited-attr": {
        "id": "aria-prohibited-attr",
        "title": "Elements use only permitted ARIA attributes",
        "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "has-hsts": {
        "id": "has-hsts",
        "title": "Use a strong HSTS policy",
        "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "`max-age` is too low",
              "directive": "max-age"
            },
            {
              "description": "No `includeSubDomains` directive found",
              "directive": "includeSubDomains",
              "severity": "Medium"
            },
            {
              "description": "No `preload` directive found",
              "directive": "preload",
              "severity": "Medium"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "description",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              }
            },
            {
              "valueType": "code",
              "label": "Directive",
              "key": "directive",
              "subItemsHeading": {
                "key": "directive"
              }
            },
            {
              "valueType": "text",
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              }
            }
          ]
        }
      },
      "total-blocking-time": {
        "id": "total-blocking-time",
        "title": "Total Blocking Time",
        "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).",
        "score": 0.73,
        "scoreDisplayMode": "numeric",
        "displayValue": "350 ms",
        "numericValue": 347.00194033302614,
        "numericUnit": "millisecond"
      },
      "hreflang": {
        "id": "hreflang",
        "title": "Document has a valid `hreflang`",
        "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              },
              "key": "source",
              "valueType": "code"
            }
          ],
          "type": "table"
        }
      },
      "aria-deprecated-role": {
        "id": "aria-deprecated-role",
        "title": "Deprecated ARIA roles were not used",
        "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "tabindex": {
        "id": "tabindex",
        "title": "No element has a `[tabindex]` value greater than 0",
        "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.12/tabindex).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "render-blocking-insight": {
        "id": "render-blocking-insight",
        "title": "Render-blocking requests",
        "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.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,480 ms",
        "metricSavings": {
          "LCP": 1500,
          "FCP": 1500
        },
        "details": {
          "items": [
            {
              "totalBytes": 112923,
              "wastedMs": 5401,
              "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true"
            },
            {
              "totalBytes": 949,
              "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css",
              "wastedMs": 751
            },
            {
              "totalBytes": 41083,
              "wastedMs": 2851,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1782485764522-Q9TRHIZ72521COUM0KFD/static.css"
            },
            {
              "totalBytes": 2406,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.styles.css",
              "wastedMs": 751
            },
            {
              "wastedMs": 751,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.styles.css",
              "totalBytes": 1081
            },
            {
              "wastedMs": 751,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.styles.css",
              "totalBytes": 847
            },
            {
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.styles.css",
              "wastedMs": 751,
              "totalBytes": 1320
            },
            {
              "totalBytes": 1342,
              "url": "https://assets.squarespace.com/universal/styles-compressed/user-account-core-5683ef8393a28a28-min.en-US.css",
              "wastedMs": 752
            },
            {
              "wastedMs": 751,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.styles.css",
              "totalBytes": 846
            },
            {
              "totalBytes": 825,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.styles.css",
              "wastedMs": 751
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "totalBytes"
            },
            {
              "valueType": "timespanMs",
              "key": "wastedMs",
              "label": "Duration"
            }
          ],
          "type": "table"
        }
      },
      "network-requests": {
        "id": "network-requests",
        "title": "Network Requests",
        "description": "Lists the network requests that were made during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 97.847000032663345,
              "url": "https://holos.global/",
              "transferSize": 56141,
              "rendererStartTime": 0,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 0.87400001287460327,
              "priority": "VeryHigh",
              "resourceSize": 386893,
              "entity": "holos.global",
              "mimeType": "text/html",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Document"
            },
            {
              "finished": true,
              "priority": "High",
              "networkRequestTime": 111.90800002217293,
              "url": "https://use.typekit.net/ik/T0T3ANyjfvgLifsshTLjq5sDxA1pu00k7znCSl035Hqfe7XIfFHN4UJLFRbh52jhWDjU5eBR5QZKFemq5AsKFQJkwQ9kjDqujs7mMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdP37O1FUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80Zko0ZWbCjWw0dA9C-eNCdaw0ZhUzjcBCOelydciyScNzOAFG-AFnZAtlZhyodKoDSWmyScmDSeBRZPoRdhXCdeNRjAUGdaFXOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcyzdeNDOciCdh4ydfUaiaS0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ5dA80ZW4hjPuldhs8SctKghB0pc8ydcv7fbKuHUMMeMb6MKG4fOJnIMMjgkMfH6qJlfCbMg65JMJ7fbKDHUMMegI6MKGHfOEOMyMgeMb6MKGHfOrOMyMgeMS6MKGHfOhOMyMgeMt6MTMgkFkSq3j.js",
              "networkEndTime": 10116.435000002384,
              "transferSize": 0,
              "rendererStartTime": 111.90800002217293,
              "statusCode": -1,
              "sessionTargetType": "page",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "resourceSize": 0,
              "entity": "Adobe TypeKit"
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 117609,
              "rendererStartTime": 112.19999998807907,
              "transferSize": 43079,
              "networkEndTime": 120.97499999403954,
              "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
              "networkRequestTime": 112.9539999961853,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceSize": 3682,
              "entity": "Squarespace",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 2248,
              "rendererStartTime": 112.31600001454353,
              "networkEndTime": 438.25200000405312,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-aa199afcf7c87a38-min.en-US.js",
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 433.34899997711182,
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script",
              "resourceSize": 50691,
              "entity": "Squarespace",
              "transferSize": 19064,
              "rendererStartTime": 112.38400000333786,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-92c0931cd0fb5795-min.en-US.js",
              "networkEndTime": 467.86200001835823,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 448.22400000691414,
              "priority": "Low",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 460.53400000929832,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js",
              "transferSize": 45645,
              "rendererStartTime": 112.47600001096725,
              "protocol": "h2",
              "finished": true,
              "priority": "Low",
              "networkRequestTime": 449.84900000691414,
              "resourceSize": 857800,
              "entity": "Squarespace",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 91769,
              "networkEndTime": 454.71299999952316,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-553be5b17e9a9bde-min.en-US.js",
              "rendererStartTime": 112.55300000309944,
              "transferSize": 15663,
              "priority": "Low",
              "networkRequestTime": 449.97299998998642,
              "protocol": "h2",
              "finished": true,
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 246524,
              "networkEndTime": 467.41200000047684,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
              "rendererStartTime": 112.62999999523163,
              "transferSize": 71518,
              "networkRequestTime": 450.06900000572205,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "cache": "none",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceSize": 747741,
              "entity": "Squarespace",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 450.21299999952316,
              "priority": "Low",
              "networkEndTime": 484.86100000143051,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
              "transferSize": 184321,
              "rendererStartTime": 112.69400000572205,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "transferSize": 286732,
              "rendererStartTime": 112.78200000524521,
              "networkEndTime": 479.03599998354912,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 450.32500001788139,
              "priority": "Low",
              "sessionTargetType": "page",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script",
              "resourceSize": 1110467,
              "entity": "Squarespace"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 462.86200001835823,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/user-account-core-032ff61ccc50aec1-min.en-US.js",
              "transferSize": 33807,
              "rendererStartTime": 112.85299998521805,
              "protocol": "h2",
              "finished": true,
              "priority": "Low",
              "networkRequestTime": 450.419999986887,
              "resourceSize": 107726,
              "entity": "Squarespace",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "resourceSize": 2301,
              "entity": "Squarespace",
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Stylesheet",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 120.6690000295639,
              "url": "https://assets.squarespace.com/universal/styles-compressed/user-account-core-5683ef8393a28a28-min.en-US.css",
              "transferSize": 1342,
              "rendererStartTime": 112.93300002813339,
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 113.30700001120567,
              "priority": "VeryHigh"
            },
            {
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 450.61599999666214,
              "priority": "Low",
              "networkEndTime": 471.94600000977516,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
              "transferSize": 31050,
              "rendererStartTime": 113.02300000190735,
              "statusCode": 200,
              "sessionTargetType": "page",
              "cache": "none",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceSize": 111215,
              "entity": "Squarespace"
            },
            {
              "networkEndTime": 121.60100001096725,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.styles.css",
              "transferSize": 847,
              "rendererStartTime": 113.09300002455711,
              "protocol": "h2",
              "finished": true,
              "priority": "VeryHigh",
              "networkRequestTime": 113.50200000405312,
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Stylesheet",
              "resourceSize": 115,
              "entity": "sqspcdn.com"
            },
            {
              "resourceSize": 3034,
              "entity": "sqspcdn.com",
              "cache": "none",
              "resourceType": "Stylesheet",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "statusCode": 200,
              "sessionTargetType": "page",
              "finished": true,
              "protocol": "h2",
              "priority": "VeryHigh",
              "networkRequestTime": 113.64500001072884,
              "transferSize": 1320,
              "rendererStartTime": 113.16400000452995,
              "networkEndTime": 121.49300000071526,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.styles.css"
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 113.71099999547005,
              "protocol": "h2",
              "finished": true,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.styles.css",
              "networkEndTime": 121.78299999237061,
              "rendererStartTime": 113.23600000143051,
              "transferSize": 1081,
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Stylesheet",
              "cache": "none",
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "entity": "sqspcdn.com",
              "resourceSize": 1341
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 113.79100000858307,
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 113.31700000166893,
              "transferSize": 846,
              "networkEndTime": 121.31000000238419,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.styles.css",
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Stylesheet",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "entity": "sqspcdn.com",
              "resourceSize": 107
            },
            {
              "entity": "sqspcdn.com",
              "resourceSize": 118,
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 113.40000000596046,
              "transferSize": 825,
              "networkEndTime": 120.34700000286102,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.styles.css",
              "priority": "VeryHigh",
              "networkRequestTime": 113.96000000834465,
              "protocol": "h2",
              "finished": true
            },
            {
              "resourceSize": 15249,
              "entity": "sqspcdn.com",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 2406,
              "rendererStartTime": 113.47900000214577,
              "networkEndTime": 123.97400000691414,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.styles.css",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 114.03499999642372,
              "priority": "VeryHigh"
            },
            {
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "entity": "sqspcdn.com",
              "resourceSize": 11937,
              "networkRequestTime": 450.80199998617172,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.visitor.js",
              "networkEndTime": 458.44600000977516,
              "rendererStartTime": 113.56700000166893,
              "transferSize": 4486,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "cache": "none",
              "resourceType": "Script",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceSize": 37899,
              "entity": "sqspcdn.com",
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 450.91500002145767,
              "priority": "Low",
              "networkEndTime": 458.10600000619888,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/6644.js",
              "transferSize": 11828,
              "rendererStartTime": 113.63100001215935,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 450.97900000214577,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 113.69300001859665,
              "transferSize": 3085,
              "networkEndTime": 457.44700002670288,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-parallax.js",
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "entity": "sqspcdn.com",
              "resourceSize": 6266
            },
            {
              "entity": "sqspcdn.com",
              "resourceSize": 29349,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 457.77699998021126,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.visitor.js",
              "rendererStartTime": 113.75499999523163,
              "transferSize": 10195,
              "priority": "Low",
              "networkRequestTime": 451.04900002479553,
              "protocol": "h2",
              "finished": true
            },
            {
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "entity": "sqspcdn.com",
              "resourceSize": 945,
              "priority": "Low",
              "networkRequestTime": 451.15900000929832,
              "protocol": "h2",
              "finished": true,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.shared.constants.js",
              "networkEndTime": 466.27699998021126,
              "rendererStartTime": 113.81900000572205,
              "transferSize": 1698,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "entity": "sqspcdn.com",
              "resourceSize": 13149,
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 113.88699999451637,
              "transferSize": 4854,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.visitor.js",
              "networkEndTime": 463.08199998736382,
              "networkRequestTime": 451.35300001502037,
              "priority": "Low",
              "protocol": "h2",
              "finished": true
            },
            {
              "entity": "sqspcdn.com",
              "resourceSize": 10291,
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 451.45300000905991,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 113.94800001382828,
              "transferSize": 4367,
              "networkEndTime": 457.92599999904633,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/9882.js"
            },
            {
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "sqspcdn.com",
              "resourceSize": 12214,
              "networkEndTime": 466.0120000243187,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-lines.js",
              "rendererStartTime": 114.01099997758865,
              "transferSize": 4962,
              "networkRequestTime": 451.59999999403954,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 451.70699998736382,
              "finished": true,
              "protocol": "h2",
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.visitor.js",
              "networkEndTime": 462.52200001478195,
              "rendererStartTime": 114.08100000023842,
              "transferSize": 5508,
              "entity": "sqspcdn.com",
              "resourceSize": 15035,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true
            },
            {
              "networkRequestTime": 451.8120000064373,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "networkEndTime": 463.23000001907349,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
              "rendererStartTime": 114.15799999237061,
              "transferSize": 9639,
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "entity": "sqspcdn.com",
              "resourceSize": 21745
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 466.14200001955032,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.visitor.js",
              "rendererStartTime": 114.21999999880791,
              "transferSize": 4458,
              "priority": "Low",
              "networkRequestTime": 451.86800000071526,
              "finished": true,
              "protocol": "h2",
              "entity": "sqspcdn.com",
              "resourceSize": 12018,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none"
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "cache": "none",
              "entity": "sqspcdn.com",
              "resourceSize": 33083,
              "rendererStartTime": 114.28299999237061,
              "transferSize": 12178,
              "networkEndTime": 464.35300001502037,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
              "priority": "Low",
              "networkRequestTime": 452.00699999928474,
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "entity": "sqspcdn.com",
              "resourceSize": 8949,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 468.18500000238419,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-liquid.js",
              "rendererStartTime": 114.3589999973774,
              "transferSize": 4153,
              "networkRequestTime": 452.08500000834465,
              "priority": "Low",
              "protocol": "h2",
              "finished": true
            },
            {
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 452.16400000452995,
              "transferSize": 1832,
              "rendererStartTime": 114.45199999213219,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-circles.js",
              "networkEndTime": 465.54800000786781,
              "statusCode": 200,
              "sessionTargetType": "page",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceSize": 3052,
              "entity": "sqspcdn.com"
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 452.25600001215935,
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 114.53400000929832,
              "transferSize": 5730,
              "networkEndTime": 458.32200002670288,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8018.js",
              "entity": "sqspcdn.com",
              "resourceSize": 12974,
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript"
            },
            {
              "networkEndTime": 458.58699998259544,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.visitor.js",
              "rendererStartTime": 114.60300001502037,
              "transferSize": 1288,
              "networkRequestTime": 452.3589999973774,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "sqspcdn.com",
              "resourceSize": 536
            },
            {
              "resourceSize": 8475,
              "entity": "sqspcdn.com",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "cache": "none",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 4032,
              "rendererStartTime": 114.69400000572205,
              "networkEndTime": 470.73700001835823,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-film-grain.js",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 452.55000001192093,
              "priority": "Low"
            },
            {
              "transferSize": 112923,
              "rendererStartTime": 114.75699999928474,
              "networkEndTime": 430.21599999070168,
              "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 115.23000001907349,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet",
              "resourceSize": 1272699,
              "entity": "Squarespace"
            },
            {
              "resourceType": "Stylesheet",
              "cache": "none",
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "entity": "Squarespace",
              "resourceSize": 475605,
              "networkRequestTime": 115.35299998521805,
              "priority": "VeryHigh",
              "protocol": "h2",
              "finished": true,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1782485764522-Q9TRHIZ72521COUM0KFD/static.css",
              "networkEndTime": 141.77599999308586,
              "rendererStartTime": 114.84299999475479,
              "transferSize": 41083,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "networkRequestTime": 115.42300000786781,
              "priority": "VeryHigh",
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 114.91899999976158,
              "transferSize": 949,
              "networkEndTime": 351.86500000953674,
              "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css",
              "entity": "Squarespace",
              "resourceSize": 1220,
              "resourceType": "Stylesheet",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "text/css"
            },
            {
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "entity": "Google Tag Manager",
              "resourceSize": 487828,
              "priority": "Low",
              "networkRequestTime": 452.68400001525879,
              "finished": true,
              "protocol": "h2",
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
              "networkEndTime": 536.81700000166893,
              "rendererStartTime": 114.99799999594688,
              "transferSize": 162957,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Image",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "image/webp",
              "entity": "squarespace-cdn.com",
              "resourceSize": 3222,
              "priority": "High",
              "networkRequestTime": 115.54100000858307,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 115.09900000691414,
              "transferSize": 3830,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/fd0590c6-6d39-4a93-8f05-93a1a2cbaff3/logo+wordmark+neutral.png?format=1500w",
              "networkEndTime": 205.57400000095367,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script",
              "resourceSize": 127517,
              "entity": "Squarespace",
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "networkEndTime": 461.81700000166893,
              "transferSize": 39257,
              "rendererStartTime": 115.21899998188019,
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 452.75699999928474,
              "priority": "Low",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceSize": 119426,
              "entity": "holos.global",
              "cache": "none",
              "resourceType": "Other",
              "experimentalFromMainFrame": true,
              "mimeType": "image/svg+xml",
              "statusCode": 200,
              "sessionTargetType": "page",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 468.11000001430511,
              "priority": "Low",
              "transferSize": 119842,
              "rendererStartTime": 463.00699999928474,
              "url": "https://holos.global/universal/svg/social-accounts.svg",
              "networkEndTime": 517.43500000238419
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 17856,
              "rendererStartTime": 470.1089999973774,
              "networkEndTime": 1084.2280000150204,
              "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 474.80500000715256,
              "priority": "VeryHigh",
              "resourceSize": 73536,
              "entity": "zohopublic.com",
              "mimeType": "text/html",
              "cache": "none",
              "resourceType": "Document"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 812.06600001454353,
              "transferSize": 46959,
              "networkEndTime": 1075.1710000038147,
              "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925b00ad5a466767f946a4/1636981505418/Syne-Bold.otfURL.ttf/.otf",
              "priority": "VeryHigh",
              "networkRequestTime": 812.72500002384186,
              "protocol": "h2",
              "finished": true,
              "entity": "Squarespace",
              "resourceSize": 128068,
              "experimentalFromMainFrame": true,
              "mimeType": "application/x-font-otf",
              "resourceType": "Font",
              "cache": "none"
            },
            {
              "cache": "none",
              "resourceType": "Font",
              "mimeType": "application/x-font-otf",
              "experimentalFromMainFrame": true,
              "resourceSize": 128328,
              "entity": "Squarespace",
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 813.32100000977516,
              "priority": "VeryHigh",
              "networkEndTime": 1078.1090000271797,
              "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925cfbfdcd027b2d8c8cbb/1636982011610/Syne-Regular.otfURL.ttf/.otf",
              "transferSize": 46371,
              "rendererStartTime": 812.91899999976158,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "priority": "Low",
              "networkRequestTime": 891.01300001144409,
              "transferSize": 27411,
              "rendererStartTime": 890.44699999690056,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/video-background.b4c2ba98023c48e93617.js",
              "networkEndTime": 896.83300000429153,
              "resourceSize": 70390,
              "entity": "Squarespace",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript"
            },
            {
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 891.78600001335144,
              "transferSize": 14485,
              "rendererStartTime": 891.29199999570847,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7706.89c4bf0f2dd75fdeeefc.js",
              "networkEndTime": 897.42899999022484,
              "statusCode": 200,
              "sessionTargetType": "page",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceSize": 44369,
              "entity": "Squarespace"
            },
            {
              "entity": "Squarespace",
              "resourceSize": 9575,
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 891.75999999046326,
              "transferSize": 3757,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/section-divider.2cf999b0651cf5bf496a.js",
              "networkEndTime": 897.22500002384186,
              "priority": "Low",
              "networkRequestTime": 892.194000005722,
              "protocol": "h2",
              "finished": true
            },
            {
              "networkRequestTime": 892.80700001120567,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "networkEndTime": 907.51899999380112,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/8706.37d54976e211f6af2ab0.js",
              "rendererStartTime": 892.33500000834465,
              "transferSize": 14913,
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "entity": "Squarespace",
              "resourceSize": 50680
            },
            {
              "resourceSize": 6542,
              "entity": "Squarespace",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "statusCode": 200,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/3271.980bcd7fba7e551fee68.js",
              "networkEndTime": 898.76800000667572,
              "transferSize": 3352,
              "rendererStartTime": 892.8120000064373,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 893.28700000047684,
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 17679,
              "rendererStartTime": 893.29399999976158,
              "transferSize": 6847,
              "networkEndTime": 908.28000000119209,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/5247.484153ca7ab644a8706c.js",
              "networkRequestTime": 894.11599999666214,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/background-surface.e368755fabf8c97f26e0.js",
              "networkEndTime": 898.5460000038147,
              "rendererStartTime": 893.7339999973774,
              "transferSize": 897,
              "priority": "Low",
              "networkRequestTime": 894.23600000143051,
              "finished": true,
              "protocol": "h2",
              "entity": "Squarespace",
              "resourceSize": 443,
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none"
            },
            {
              "priority": "Low",
              "networkRequestTime": 894.9040000140667,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 894.33799999952316,
              "transferSize": 4542,
              "networkEndTime": 899.12299999594688,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/1480.6a039b1d3b8174bc9169.js",
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "entity": "Squarespace",
              "resourceSize": 12947
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 895.35500001907349,
              "networkEndTime": 899.30199998617172,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/user-items-list-banner-slideshow.9f86135f51b7e996c126.js",
              "transferSize": 3889,
              "rendererStartTime": 894.78900000453,
              "resourceSize": 11450,
              "entity": "Squarespace",
              "cache": "none",
              "resourceType": "Script",
              "mimeType": "application/javascript",
              "experimentalFromMainFrame": true
            },
            {
              "resourceSize": 41635,
              "entity": "Squarespace",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 919.13300001621246,
              "transferSize": 14098,
              "rendererStartTime": 918.61100000143051,
              "networkEndTime": 926.54399999976158,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/88124-98b8a9c74273d635-min.en-US.js"
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "networkRequestTime": 919.60499998927116,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "networkEndTime": 929.927000015974,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
              "rendererStartTime": 919.16200000047684,
              "transferSize": 99247,
              "entity": "Squarespace",
              "resourceSize": 337502,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true
            },
            {
              "networkEndTime": 1011.8000000119209,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/50785-5da795d97049b11f-min.en-US.js",
              "rendererStartTime": 1005.6719999909401,
              "transferSize": 6214,
              "networkRequestTime": 1006.8600000143051,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 20904
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 15154,
              "rendererStartTime": 1006.2520000040531,
              "transferSize": 6558,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/82365-7f8bed8d727a2323-min.en-US.js",
              "networkEndTime": 1012.0979999899864,
              "networkRequestTime": 1006.9179999828339,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceSize": 162187,
              "entity": "Squarespace",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 1007.238999992609,
              "priority": "Low",
              "transferSize": 40571,
              "rendererStartTime": 1006.7060000002384,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/51032-5b10f78cd55ee141-min.en-US.js",
              "networkEndTime": 1014.2980000078678
            },
            {
              "networkEndTime": 1012.3170000016689,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/12650-53ff0a28f9221293-min.en-US.js",
              "transferSize": 3471,
              "rendererStartTime": 1007.1480000019073,
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 1008.027999997139,
              "priority": "Low",
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script",
              "resourceSize": 7740,
              "entity": "Squarespace"
            },
            {
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "cache": "none",
              "entity": "Squarespace",
              "resourceSize": 82530,
              "networkEndTime": 1015.6459999978542,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
              "rendererStartTime": 1007.5349999964237,
              "transferSize": 23713,
              "networkRequestTime": 1008.4629999995232,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceSize": 10344,
              "entity": "Squarespace",
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 1009.169999986887,
              "priority": "Low",
              "transferSize": 4248,
              "rendererStartTime": 1008.1290000081062,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/43697-f517c2140e5fa74a-min.en-US.js",
              "networkEndTime": 1014.7800000011921
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 4053,
              "rendererStartTime": 1008.7689999938011,
              "networkEndTime": 1015.4360000193119,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/29373-ce744d4f84228bda-min.en-US.js",
              "protocol": "h2",
              "finished": true,
              "priority": "Low",
              "networkRequestTime": 1009.3170000016689,
              "resourceSize": 12475,
              "entity": "Squarespace",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "entity": "Squarespace",
              "resourceSize": 5790,
              "priority": "Low",
              "networkRequestTime": 1009.822999984026,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 1009.233000010252,
              "transferSize": 2778,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/16975-cb4dd2489e086630-min.en-US.js",
              "networkEndTime": 1014.9379999935627,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "priority": "Low",
              "networkRequestTime": 1010.1669999957085,
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 1009.7150000035763,
              "transferSize": 24431,
              "networkEndTime": 1016.0140000283718,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/36750-0e0dcc3bf656857b-min.en-US.js",
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "entity": "Squarespace",
              "resourceSize": 95739
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 1010.1350000202656,
              "transferSize": 15853,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
              "networkEndTime": 1018.0069999992847,
              "priority": "Low",
              "networkRequestTime": 1010.5890000164509,
              "protocol": "h2",
              "finished": true,
              "entity": "Squarespace",
              "resourceSize": 52290,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none"
            },
            {
              "resourceSize": 15582,
              "entity": "Squarespace",
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "cache": "none",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "statusCode": 200,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/48844-845adadf960f8a75-min.en-US.js",
              "networkEndTime": 1015.2650000154972,
              "transferSize": 5074,
              "rendererStartTime": 1010.5679999887943,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 1010.9920000135899,
              "priority": "Low"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 8600,
              "rendererStartTime": 1011.0269999802113,
              "networkEndTime": 1016.3899999856949,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/21865-ec14ff2358ca7d1c-min.en-US.js",
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 1011.6870000064373,
              "resourceSize": 27197,
              "entity": "Squarespace",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "entity": "Squarespace",
              "resourceSize": 25629,
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "resourceType": "Stylesheet",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 1017.3959999978542,
              "url": "https://assets.squarespace.com/universal/styles-compressed/35ebb88013744865-min.en-US.css",
              "rendererStartTime": 1012.0549999773502,
              "transferSize": 3877,
              "networkRequestTime": 1012.6450000107288,
              "priority": "VeryHigh",
              "finished": true,
              "protocol": "h2"
            },
            {
              "resourceSize": 13422,
              "entity": "Squarespace",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 4722,
              "rendererStartTime": 1012.6810000240803,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-7e31a7d05a3d896f-min.en-US.js",
              "networkEndTime": 1017.1110000014305,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 1013.1280000209808,
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet",
              "resourceSize": 5621,
              "entity": "Squarespace",
              "transferSize": 1745,
              "rendererStartTime": 1013.3420000076294,
              "url": "https://assets.squarespace.com/universal/styles-compressed/8308d1793f387442-min.en-US.css",
              "networkEndTime": 1019.3009999990463,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 1013.8010000288486,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "cache": "none",
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "resourceSize": 5362,
              "entity": "Squarespace",
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 1015.1980000138283,
              "transferSize": 2602,
              "rendererStartTime": 1013.8770000040531,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/async-reserved-cart-bootstrap-6c5f32fe56aefd87-min.en-US.js",
              "networkEndTime": 1022.7310000061989,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 273,
              "rendererStartTime": 1024.0769999921322,
              "networkEndTime": 1186.3980000019073,
              "url": "https://holos.global/api/census/RecordHit",
              "finished": true,
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1024.6890000104904,
              "resourceSize": 17,
              "entity": "holos.global",
              "experimentalFromMainFrame": true,
              "mimeType": "application/json",
              "cache": "none",
              "resourceType": "XHR"
            },
            {
              "priority": "High",
              "networkRequestTime": 1025.7660000026226,
              "finished": true,
              "protocol": "h2",
              "url": "https://holos.global/api/census/button-render",
              "networkEndTime": 1203.8260000050068,
              "rendererStartTime": 1025.3720000088215,
              "transferSize": 253,
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "XHR",
              "cache": "none",
              "mimeType": "application/json",
              "experimentalFromMainFrame": true,
              "entity": "holos.global",
              "resourceSize": 17
            },
            {
              "transferSize": 253,
              "rendererStartTime": 1026.1420000195503,
              "url": "https://holos.global/api/census/button-render",
              "networkEndTime": 1201.0139999985695,
              "finished": true,
              "protocol": "h2",
              "networkRequestTime": 1026.5869999825954,
              "priority": "High",
              "sessionTargetType": "page",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "application/json",
              "cache": "none",
              "resourceType": "XHR",
              "resourceSize": 17,
              "entity": "holos.global"
            },
            {
              "resourceSize": 17,
              "entity": "holos.global",
              "experimentalFromMainFrame": true,
              "mimeType": "application/json",
              "cache": "none",
              "resourceType": "XHR",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 273,
              "rendererStartTime": 1026.8400000035763,
              "url": "https://holos.global/api/census/button-render",
              "networkEndTime": 1191.9620000123978,
              "protocol": "h2",
              "finished": true,
              "priority": "High",
              "networkRequestTime": 1027.2759999930859
            },
            {
              "mimeType": "application/json",
              "experimentalFromMainFrame": true,
              "resourceType": "XHR",
              "cache": "none",
              "entity": "holos.global",
              "resourceSize": 17,
              "url": "https://holos.global/api/census/button-render",
              "networkEndTime": 1205.8680000007153,
              "rendererStartTime": 1027.4920000135899,
              "transferSize": 253,
              "networkRequestTime": 1028.16400000453,
              "priority": "High",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceType": "XHR",
              "cache": "none",
              "mimeType": "application/json",
              "experimentalFromMainFrame": true,
              "entity": "holos.global",
              "resourceSize": 17,
              "networkRequestTime": 1028.9120000004768,
              "priority": "High",
              "finished": true,
              "protocol": "h2",
              "url": "https://holos.global/api/census/button-render",
              "networkEndTime": 1190.0980000197887,
              "rendererStartTime": 1028.1019999980927,
              "transferSize": 253,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "entity": "holos.global",
              "resourceSize": 73,
              "mimeType": "application/json",
              "experimentalFromMainFrame": true,
              "resourceType": "XHR",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 401,
              "networkEndTime": 1189.1279999911785,
              "url": "https://holos.global/api/1/website-component-definitions",
              "rendererStartTime": 1029.3440000116825,
              "transferSize": 329,
              "priority": "High",
              "networkRequestTime": 1029.8589999973774,
              "finished": true,
              "protocol": "h2"
            },
            {
              "resourceSize": 78475,
              "entity": "zohocdn.com",
              "cache": "none",
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "statusCode": 200,
              "sessionTargetType": "page",
              "finished": true,
              "protocol": "h2",
              "priority": "VeryHigh",
              "networkRequestTime": 1115.8379999995232,
              "transferSize": 12396,
              "rendererStartTime": 1115.3600000143051,
              "networkEndTime": 1205.5500000119209,
              "url": "https://static.zohocdn.com/forms/css/formsthirdparty.2755260429cd02c98112dac6f4b5b8ce.css"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 1207.2800000011921,
              "url": "https://static.zohocdn.com/forms/css/formsonefldlivenew.63fd8d070cc8f5d71fc138a92e09eca0.css",
              "transferSize": 27346,
              "rendererStartTime": 1115.5789999961853,
              "finished": true,
              "protocol": "h2",
              "priority": "VeryHigh",
              "networkRequestTime": 1115.944000005722,
              "resourceSize": 175361,
              "entity": "zohocdn.com",
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet"
            },
            {
              "resourceSize": 13428,
              "entity": "zohocdn.com",
              "mimeType": "text/css",
              "cache": "none",
              "resourceType": "Stylesheet",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 1216.2800000011921,
              "url": "https://static.zohocdn.com/forms/css/onefieldformbasicfieldslivestyles.ab5321b652c23696b9f11c669c1606c5.css",
              "transferSize": 3125,
              "rendererStartTime": 1115.6710000038147,
              "finished": true,
              "protocol": "h2",
              "priority": "VeryHigh",
              "networkRequestTime": 1116.0320000052452
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 24207,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 1115.7619999945164,
              "transferSize": 5171,
              "networkEndTime": 1176.7510000169277,
              "url": "https://static.zohocdn.com/forms/css/onefieldformcompositefieldslivestyles.31eb55b4976507d496399ecad2f69373.css",
              "priority": "VeryHigh",
              "networkRequestTime": 1116.1620000004768,
              "finished": true,
              "protocol": "h2"
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 39035,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "url": "https://static.zohocdn.com/forms/css/onefieldformotherfieldslivestyles.41fb00eceefff04bff71f17ae7c17261.css",
              "networkEndTime": 1216.9659999907017,
              "rendererStartTime": 1115.8499999940395,
              "transferSize": 6796,
              "priority": "VeryHigh",
              "networkRequestTime": 1116.2910000085831,
              "finished": true,
              "protocol": "h2"
            },
            {
              "networkEndTime": 1164.6030000150204,
              "url": "https://static.zohocdn.com/forms/css/formsonefldliveother.e85ab566d8c1375f6e7e445a209c08bc.css",
              "rendererStartTime": 1116.0509999990463,
              "transferSize": 22355,
              "priority": "VeryHigh",
              "networkRequestTime": 1116.5049999952316,
              "protocol": "h2",
              "finished": true,
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "cache": "none",
              "entity": "zohocdn.com",
              "resourceSize": 133202
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 1116.1380000114441,
              "transferSize": 30799,
              "networkEndTime": 1274.2919999957085,
              "url": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js",
              "networkRequestTime": 1218.455000013113,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "entity": "zohocdn.com",
              "resourceSize": 89265,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none"
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 330235,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 1218.8079999983311,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 1116.20300000906,
              "transferSize": 76428,
              "url": "https://static.zohocdn.com/forms/js/formsofthirdpartylivejs.44e2e575a610118280a724ae6837b339.js",
              "networkEndTime": 1281.78900000453
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 571597,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "networkRequestTime": 1229.45300000906,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 1116.277999997139,
              "transferSize": 100573,
              "url": "https://static.zohocdn.com/forms/js/formslivecore.8c0a59eecdb4d9c249ade0ca70e6febf.js",
              "networkEndTime": 1350.4150000214577
            },
            {
              "networkRequestTime": 1230.2580000162125,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 1116.3440000116825,
              "transferSize": 10607,
              "url": "https://static.zohocdn.com/forms/js/formslivetextfields.23e86c8a662d6cd06d7a4ffdf93cc1e5.js",
              "networkEndTime": 1253.0490000247955,
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "entity": "zohocdn.com",
              "resourceSize": 64390
            },
            {
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 1230.3560000061989,
              "finished": true,
              "protocol": "h2",
              "url": "https://static.zohocdn.com/forms/js/formslivecompositefields.a3cae9ac75f917362bb43efc2bc1f7f7.js",
              "networkEndTime": 1298.430999994278,
              "rendererStartTime": 1116.444000005722,
              "transferSize": 12917,
              "entity": "zohocdn.com",
              "resourceSize": 72656,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript"
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 23478,
              "rendererStartTime": 1116.5290000140667,
              "url": "https://static.zohocdn.com/forms/js/formslivechoicefields.157cefb7e73f257085d5c031bc3a9da3.js",
              "networkEndTime": 1312.4959999918938,
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 1230.4020000100136,
              "priority": "Low",
              "resourceSize": 151762,
              "entity": "zohocdn.com",
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script"
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 307254,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none",
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 1116.5890000164509,
              "transferSize": 45328,
              "networkEndTime": 1293.0300000011921,
              "url": "https://static.zohocdn.com/forms/js/formsrulesincwebhlive.bb41e2f94d6866ee1e5b19071c770c2c.js",
              "networkRequestTime": 1230.4450000226498,
              "priority": "Low",
              "finished": true,
              "protocol": "h2"
            },
            {
              "entity": "zohocdn.com",
              "resourceSize": 1694,
              "resourceType": "Script",
              "cache": "none",
              "mimeType": "text/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "networkRequestTime": 1230.483000010252,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "networkEndTime": 1280.3590000271797,
              "url": "https://static.zohocdn.com/forms/js/lethargy.min.f110340f0704805aeecaf987bab2f15e.js",
              "rendererStartTime": 1116.66400000453,
              "transferSize": 1286
            },
            {
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceType": "Script",
              "resourceSize": 220306,
              "entity": "zohocdn.com",
              "url": "https://static.zohocdn.com/forms/js/formsonefldlive.1efcc0a9ce9b65cc88ceaaa4feeab25f.js",
              "networkEndTime": 1276.79699999094,
              "transferSize": 41390,
              "rendererStartTime": 1116.7919999957085,
              "protocol": "h2",
              "finished": true,
              "priority": "Low",
              "networkRequestTime": 1230.5349999964237,
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "cache": "none",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "resourceSize": 74461,
              "entity": "zohocdn.com",
              "finished": true,
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 1230.5850000083447,
              "transferSize": 19356,
              "rendererStartTime": 1116.875,
              "networkEndTime": 1310.3939999938011,
              "url": "https://static.zohocdn.com/forms/js/formsselect.b9384dcadf2bc7b3816527891df599f6.js",
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "networkEndTime": 1176.4340000152588,
              "url": "https://static.zohocdn.com/forms/images/warning-info.607d397302b1f344f8d8df1258004046.png",
              "rendererStartTime": 1117.016999989748,
              "transferSize": 1353,
              "networkRequestTime": 1117.4470000267029,
              "priority": "Medium",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200,
              "mimeType": "image/png",
              "resourceType": "Image",
              "cache": "none",
              "entity": "zohocdn.com",
              "resourceSize": 609
            },
            {
              "mimeType": "image/png",
              "cache": "none",
              "resourceType": "Image",
              "resourceSize": 4967,
              "entity": "zohocdn.com",
              "url": "https://static.zohocdn.com/forms/images/check-mark-outline.e44509047a0a79fb604be98bb10ec5bc.png",
              "networkEndTime": 1160.1060000061989,
              "transferSize": 5340,
              "rendererStartTime": 1117.1689999997616,
              "finished": true,
              "protocol": "h2",
              "priority": "Medium",
              "networkRequestTime": 1117.5659999847412,
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "networkRequestTime": 1160.977000027895,
              "priority": "High",
              "finished": true,
              "protocol": "h2",
              "networkEndTime": 1224.0519999861717,
              "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-WML0GYXS4V&gtm=45je67h1v9193540282za200zd9193540282&_p=1784619478261&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZjQwMz&are=1&cid=1651334127.1784619479&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118395334~118897920~118897930~118981136~119773331&sid=1784619478&sct=1&seg=0&dl=https%3A%2F%2Fholos.global%2F&dt=HOLOS&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1160",
              "rendererStartTime": 1160.1069999933243,
              "transferSize": 796,
              "statusCode": 204,
              "sessionTargetType": "page",
              "resourceType": "Fetch",
              "cache": "none",
              "mimeType": "text/plain",
              "experimentalFromMainFrame": true,
              "entity": "Google Analytics",
              "resourceSize": 0
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "url": "https://holos.global/api/block/render",
              "networkEndTime": 1481.3140000104904,
              "rendererStartTime": 1217.0250000059605,
              "transferSize": 18303,
              "priority": "High",
              "networkRequestTime": 1217.6330000162125,
              "finished": true,
              "protocol": "h2",
              "entity": "holos.global",
              "resourceSize": 18044,
              "mimeType": "application/json",
              "experimentalFromMainFrame": true,
              "resourceType": "XHR",
              "cache": "none"
            },
            {
              "priority": "High",
              "networkRequestTime": 1230.8540000021458,
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 1229.4590000212193,
              "transferSize": 5127,
              "networkEndTime": 1273.9269999861717,
              "url": "https://static.zohocdn.com/forms/svghtml/live/new_onefield_live_icons.54961497d5f99fd7cd0552212e2e75a5.html",
              "statusCode": 200,
              "sessionTargetType": "page",
              "resourceType": "Fetch",
              "cache": "none",
              "mimeType": "text/html",
              "entity": "zohocdn.com",
              "resourceSize": 16741
            },
            {
              "resourceType": "Fetch",
              "cache": "none",
              "mimeType": "text/html",
              "entity": "zohocdn.com",
              "resourceSize": 40836,
              "priority": "High",
              "networkRequestTime": 1230.9180000126362,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 1229.7089999914169,
              "transferSize": 11919,
              "networkEndTime": 1280.947999984026,
              "url": "https://static.zohocdn.com/forms/svghtml/live/new_live_icons.f35cebaf55ea3a8257ef0147c47f2c3a.html",
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "mimeType": "text/html",
              "resourceType": "Fetch",
              "cache": "none",
              "entity": "zohocdn.com",
              "resourceSize": 6724,
              "networkEndTime": 1311.472000002861,
              "url": "https://static.zohocdn.com/forms/svghtml/live/fields/text_fields.cf86a77a301697805e18b6e72022301c.html",
              "rendererStartTime": 1233.0439999997616,
              "transferSize": 3047,
              "networkRequestTime": 1233.6670000255108,
              "priority": "High",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "statusCode": 200
            },
            {
              "resourceSize": 9384,
              "entity": "zohocdn.com",
              "mimeType": "text/html",
              "cache": "none",
              "resourceType": "Fetch",
              "sessionTargetType": "page",
              "statusCode": 200,
              "transferSize": 3609,
              "rendererStartTime": 1233.2910000085831,
              "networkEndTime": 1280.6520000100136,
              "url": "https://static.zohocdn.com/forms/svghtml/live/fields/choice_composite_fields.0888648ffc7a917c178ee21e1984cd9a.html",
              "finished": true,
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1234.0999999940395
            },
            {
              "resourceSize": 3236482,
              "entity": "squarespace-cdn.com",
              "cache": "none",
              "resourceType": "Image",
              "experimentalFromMainFrame": true,
              "mimeType": "image/webp",
              "statusCode": 200,
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "priority": "High",
              "networkRequestTime": 1258.3650000095367,
              "transferSize": 3237094,
              "rendererStartTime": 1257.7620000243187,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/7635655a-3e9b-4197-b362-fa1679e81ad9/Screen+Shot+2022-08-14+at+12.33.21+PM.png?format=2500w",
              "networkEndTime": 1386.7680000066757
            },
            {
              "resourceType": "Image",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "image/webp",
              "entity": "squarespace-cdn.com",
              "resourceSize": 93252,
              "networkRequestTime": 1280.8569999933243,
              "priority": "Low",
              "finished": true,
              "protocol": "h2",
              "rendererStartTime": 1280.0380000174046,
              "transferSize": 93858,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2d5c49-3268-4e32-bbac-d6adf8cfc30d/Holos+cover.jpg?format=750w",
              "networkEndTime": 1370.8889999985695,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Image",
              "cache": "none",
              "mimeType": "image/webp",
              "experimentalFromMainFrame": true,
              "entity": "squarespace-cdn.com",
              "resourceSize": 116590,
              "priority": "Low",
              "networkRequestTime": 1364.552000015974,
              "finished": true,
              "protocol": "h2",
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/1637197880261-437TZ0BG1CVEW9A67B1U/Slide+16_9+-+11.png?format=1500w",
              "networkEndTime": 1464.6210000216961,
              "rendererStartTime": 1364.0750000178814,
              "transferSize": 117199,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "rendererStartTime": 1364.255999982357,
              "transferSize": 108327,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f666a4-830d-4b96-9803-1816da6e6a1d/Holos-NR-135.jpg?format=750w",
              "networkEndTime": 1938.027999997139,
              "networkRequestTime": 1367.0620000064373,
              "priority": "Low",
              "finished": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "image/webp",
              "resourceType": "Image",
              "cache": "none",
              "entity": "squarespace-cdn.com",
              "resourceSize": 107928
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 1460.3299999833107,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/d24c7ab2-863c-4273-aaca-29d642e709ed/Acrya.jpeg?format=750w",
              "rendererStartTime": 1364.3270000219345,
              "transferSize": 13684,
              "priority": "Low",
              "networkRequestTime": 1367.1400000154972,
              "protocol": "h2",
              "finished": true,
              "entity": "squarespace-cdn.com",
              "resourceSize": 13078,
              "mimeType": "image/webp",
              "experimentalFromMainFrame": true,
              "resourceType": "Image",
              "cache": "none"
            },
            {
              "resourceSize": 14644,
              "entity": "zohocdn.com",
              "mimeType": "font/woff2",
              "cache": "none",
              "resourceType": "Font",
              "sessionTargetType": "page",
              "statusCode": 200,
              "networkEndTime": 1536.2310000061989,
              "url": "https://static.zohocdn.com/webfonts/anticregular/font.woff2",
              "transferSize": 15354,
              "rendererStartTime": 1514.0959999859333,
              "protocol": "h2",
              "finished": true,
              "networkRequestTime": 1514.7150000035763,
              "priority": "VeryHigh"
            },
            {
              "cache": "none",
              "resourceType": "Font",
              "mimeType": "font/woff2",
              "resourceSize": 2400,
              "entity": "zohocdn.com",
              "protocol": "h2",
              "finished": true,
              "priority": "VeryHigh",
              "networkRequestTime": 1522.6980000138283,
              "networkEndTime": 1547.3770000040531,
              "url": "https://static.zohocdn.com/forms/images/fonts/onefield/icomoon.18c134ed879dd3735ad3a347ab7d73c1.woff2",
              "transferSize": 3146,
              "rendererStartTime": 1522.0830000042915,
              "statusCode": 200,
              "sessionTargetType": "page"
            },
            {
              "entity": "Squarespace",
              "resourceSize": 617,
              "resourceType": "Script",
              "cache": "none",
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "statusCode": 200,
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 1645.3299999833107,
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 1644.7410000264645,
              "transferSize": 994,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.333bd5aee1885e7af603.js",
              "networkEndTime": 1649.7480000257492
            },
            {
              "sessionTargetType": "page",
              "statusCode": 200,
              "rendererStartTime": 1675.994999974966,
              "transferSize": 1005,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/45779-1b560e815538deda-min.en-US.js",
              "networkEndTime": 1681.4390000104904,
              "networkRequestTime": 1676.5680000185966,
              "priority": "Low",
              "protocol": "h2",
              "finished": true,
              "entity": "Squarespace",
              "resourceSize": 580,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "cache": "none"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Protocol",
              "key": "protocol",
              "valueType": "text"
            },
            {
              "key": "networkRequestTime",
              "label": "Network Request Time",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "label": "Network End Time",
              "key": "networkEndTime"
            },
            {
              "label": "Transfer Size",
              "key": "transferSize",
              "granularity": 1,
              "displayUnit": "kb",
              "valueType": "bytes"
            },
            {
              "granularity": 1,
              "displayUnit": "kb",
              "label": "Resource Size",
              "key": "resourceSize",
              "valueType": "bytes"
            },
            {
              "key": "statusCode",
              "label": "Status Code",
              "valueType": "text"
            },
            {
              "key": "mimeType",
              "label": "MIME Type",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Resource Type",
              "key": "resourceType"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "initiators": [
              {
                "lineNumber": 31,
                "url": "https://holos.global/",
                "columnNumber": 977,
                "type": "parser"
              },
              {
                "url": "https://holos.global/",
                "type": "parser",
                "columnNumber": 129,
                "lineNumber": 35
              },
              {
                "lineNumber": 38,
                "type": "parser",
                "columnNumber": 157,
                "url": "https://holos.global/"
              },
              {
                "lineNumber": 39,
                "type": "parser",
                "columnNumber": 149,
                "url": "https://holos.global/"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 158,
                "type": "parser",
                "lineNumber": 40
              },
              {
                "columnNumber": 148,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 41
              },
              {
                "type": "parser",
                "columnNumber": 151,
                "url": "https://holos.global/",
                "lineNumber": 42
              },
              {
                "lineNumber": 43,
                "url": "https://holos.global/",
                "columnNumber": 144,
                "type": "parser"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 136,
                "type": "parser",
                "lineNumber": 44
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 147,
                "type": "parser",
                "lineNumber": 45
              },
              {
                "lineNumber": 46,
                "columnNumber": 148,
                "type": "parser",
                "url": "https://holos.global/"
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 141,
                "type": "parser"
              },
              {
                "columnNumber": 372,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "type": "parser",
                "columnNumber": 606,
                "url": "https://holos.global/"
              },
              {
                "type": "parser",
                "columnNumber": 832,
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "type": "parser",
                "columnNumber": 1059
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 1281,
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 1517,
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 1712,
                "type": "parser"
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "type": "parser",
                "columnNumber": 1895
              },
              {
                "type": "parser",
                "columnNumber": 2095,
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "type": "parser",
                "columnNumber": 2311,
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "columnNumber": 2536,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 2754,
                "type": "parser"
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 2937,
                "type": "parser"
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 3144,
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 3348,
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "columnNumber": 3531,
                "type": "parser",
                "url": "https://holos.global/"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 3739,
                "type": "parser",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "type": "parser",
                "columnNumber": 3922,
                "url": "https://holos.global/"
              },
              {
                "columnNumber": 4120,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 4329,
                "type": "parser"
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 4512,
                "type": "parser"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 4721,
                "type": "parser",
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "type": "parser",
                "columnNumber": 4923,
                "url": "https://holos.global/"
              },
              {
                "lineNumber": 47,
                "type": "parser",
                "columnNumber": 5419,
                "url": "https://holos.global/"
              },
              {
                "url": "https://holos.global/",
                "type": "parser",
                "columnNumber": 5597,
                "lineNumber": 47
              },
              {
                "lineNumber": 47,
                "url": "https://holos.global/",
                "columnNumber": 5757,
                "type": "parser"
              },
              {
                "lineNumber": 61,
                "type": "parser",
                "columnNumber": 77,
                "url": "https://holos.global/"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 298,
                "type": "parser",
                "lineNumber": 524
              },
              {
                "lineNumber": 11032,
                "url": "https://holos.global/",
                "columnNumber": 178,
                "type": "parser"
              },
              {
                "url": "https://holos.global/",
                "columnNumber": 113,
                "type": "parser",
                "lineNumber": 10800
              },
              {
                "columnNumber": 209,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 10929
              },
              {
                "type": "parser",
                "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css"
              },
              {
                "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 120,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 14
              },
              {
                "lineNumber": 14,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 243,
                "type": "parser"
              },
              {
                "columnNumber": 156,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 15
              },
              {
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 160,
                "type": "parser",
                "lineNumber": 16
              },
              {
                "lineNumber": 17,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 156,
                "type": "parser"
              },
              {
                "columnNumber": 125,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 18
              },
              {
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 129,
                "type": "parser",
                "lineNumber": 37
              },
              {
                "lineNumber": 37,
                "columnNumber": 277,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY"
              },
              {
                "lineNumber": 38,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 129,
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 275,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 38
              },
              {
                "lineNumber": 38,
                "columnNumber": 425,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY"
              },
              {
                "lineNumber": 38,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 572,
                "type": "parser"
              },
              {
                "lineNumber": 39,
                "columnNumber": 137,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY"
              },
              {
                "columnNumber": 128,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 40
              },
              {
                "lineNumber": 40,
                "columnNumber": 268,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY"
              },
              {
                "columnNumber": 404,
                "type": "parser",
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "lineNumber": 40
              },
              {
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "type": "parser",
                "columnNumber": 901,
                "lineNumber": 621
              },
              {
                "lineNumber": 633,
                "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                "columnNumber": 392,
                "type": "parser"
              },
              {
                "columnNumber": 1,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 11037
              },
              {
                "columnNumber": 1,
                "type": "parser",
                "url": "https://holos.global/",
                "lineNumber": 11037
              },
              {
                "lineNumber": 11037,
                "url": "https://holos.global/",
                "columnNumber": 1,
                "type": "parser"
              },
              {
                "lineNumber": 11037,
                "url": "https://holos.global/",
                "type": "parser",
                "columnNumber": 1
              },
              {
                "url": "https://static.zohocdn.com/forms/css/formsonefldliveother.e85ab566d8c1375f6e7e445a209c08bc.css",
                "type": "parser"
              }
            ],
            "networkStartTimeTs": 220230276035
          },
          "type": "table"
        }
      },
      "valid-lang": {
        "id": "valid-lang",
        "title": "`[lang]` attributes have a valid value",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/valid-lang).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "html-has-lang": {
        "id": "html-has-lang",
        "title": "`\u003chtml\u003e` element has a `[lang]` attribute",
        "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-has-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ]
        }
      },
      "input-button-name": {
        "id": "input-button-name",
        "title": "Input buttons have discernible text.",
        "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.12/input-button-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-hidden-body": {
        "id": "aria-hidden-body",
        "title": "`[aria-hidden=\"true\"]` is not present on the document `\u003cbody\u003e`",
        "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `\u003cbody\u003e`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "aria-tooltip-name": {
        "id": "aria-tooltip-name",
        "title": "ARIA `tooltip` elements have accessible names",
        "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-server-latency": {
        "id": "network-server-latency",
        "title": "Server Backend Latencies",
        "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "130 ms",
        "details": {
          "items": [
            {
              "origin": "https://forms.zohopublic.com",
              "serverResponseTime": 126
            },
            {
              "origin": "https://www.googletagmanager.com",
              "serverResponseTime": 37
            },
            {
              "origin": "https://images.squarespace-cdn.com",
              "serverResponseTime": 2.5
            },
            {
              "origin": "https://static.zohocdn.com",
              "serverResponseTime": 2
            },
            {
              "serverResponseTime": 1,
              "origin": "https://holos.global"
            },
            {
              "origin": "https://assets.squarespace.com",
              "serverResponseTime": 1
            },
            {
              "serverResponseTime": 1,
              "origin": "https://definitions.sqspcdn.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://static1.squarespace.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://www.google-analytics.com"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "URL",
              "key": "origin"
            },
            {
              "valueType": "ms",
              "label": "Time Spent",
              "key": "serverResponseTime",
              "granularity": 1
            }
          ],
          "type": "table",
          "sortedBy": [
            "serverResponseTime"
          ]
        },
        "numericValue": 126,
        "numericUnit": "millisecond"
      },
      "managed-focus": {
        "id": "managed-focus",
        "title": "The user's focus is directed to new content added to the page",
        "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "form-field-multiple-labels": {
        "id": "form-field-multiple-labels",
        "title": "No form fields have multiple labels",
        "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "deprecations": {
        "id": "deprecations",
        "title": "Avoids deprecated APIs",
        "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Deprecation / Warning",
              "key": "value",
              "valueType": "text"
            },
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ]
        }
      },
      "cache-insight": {
        "id": "cache-insight",
        "title": "Use efficient cache lifetimes",
        "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "debugData": {
            "wastedBytes": 0,
            "type": "debugdata"
          },
          "headings": [
            {
              "label": "Request",
              "key": "url",
              "valueType": "url"
            },
            {
              "displayUnit": "duration",
              "label": "Cache TTL",
              "key": "cacheLifetimeMs",
              "valueType": "ms"
            },
            {
              "valueType": "bytes",
              "displayUnit": "kb",
              "granularity": 1,
              "label": "Transfer Size",
              "key": "totalBytes"
            }
          ],
          "items": []
        }
      },
      "first-contentful-paint": {
        "id": "first-contentful-paint",
        "title": "First Contentful Paint",
        "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
        "score": 0.01,
        "scoreDisplayMode": "numeric",
        "displayValue": "7.3 s",
        "numericValue": 7321.0026799568959,
        "numericUnit": "millisecond"
      },
      "use-landmarks": {
        "id": "use-landmarks",
        "title": "HTML5 landmark elements are used to improve navigation",
        "description": "Landmark elements (`\u003cmain\u003e`, `\u003cnav\u003e`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "charset": {
        "id": "charset",
        "title": "Properly defines charset",
        "description": "A character encoding declaration is required. It can be done with a `\u003cmeta\u003e` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "html-xml-lang-mismatch": {
        "id": "html-xml-lang-mismatch",
        "title": "`\u003chtml\u003e` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
        "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "focusable-controls": {
        "id": "focusable-controls",
        "title": "Interactive controls are keyboard focusable",
        "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "offscreen-content-hidden": {
        "id": "offscreen-content-hidden",
        "title": "Offscreen content is hidden from assistive technology",
        "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "document-title": {
        "id": "document-title",
        "title": "Document has a `\u003ctitle\u003e` element",
        "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.12/document-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "button-name": {
        "id": "button-name",
        "title": "Buttons have an accessible name",
        "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.12/button-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "aria-toggle-field-name": {
        "id": "aria-toggle-field-name",
        "title": "ARIA toggle fields have accessible names",
        "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "screenshot-thumbnails": {
        "id": "screenshot-thumbnails",
        "title": "Screenshot Thumbnails",
        "description": "This is what the load of your site looked like.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "filmstrip",
          "items": [
            {
              "timestamp": 220230949171,
              "timing": 673,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2MBERISGBUYLxoaL2NCOEJjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY//AABEIAPgAfAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APQKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP//Z"
            },
            {
              "timestamp": 220231622421,
              "timing": 1347,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2MBERISGBUYLxoaL2NCOEJjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY//AABEIAPgAfAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APQKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP//Z"
            },
            {
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2MBERISGBUYLxoaL2NCOEJjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY//AABEIAPgAfAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APQKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP//Z",
              "timing": 2020,
              "timestamp": 220232295671
            },
            {
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAGgABAQEAAwEAAAAAAAAAAAAAAAUGAgMEB//EADoQAAEDAgIHBgQEBQUAAAAAAAABAgMEBRHREhUWU1WSlAYhMUFSkRM1UbQ0YXSBFCIjJDJCZHGh0v/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAFREBAQAAAAAAAAAAAAAAAAAAABH/2gAMAwEAAhEDEQA/APhYPXZ2o67UTXIitWdiKi+f8yFenpqFJ7osVSsr2wTK1iw4In74+RaM6CxTSvobEyqo8G1ElQ+OSZExdGiNarURf9OOLu/z0fyU4XZfjW+gq5mtbVS/Ea9WtRvxGtVNF6onmqq5MfPR+uJKJQKHaJjWX64NY1GtSd6IiJgid6lGzwUy0rlllSL+mrkdoaWm70ijPApRugpr1BJJD8WFj2vfEiIuKeK9y937eB33dZKmibUtrUrKdkmhi+LQkYqoqoi/lg1cERVRMPItEYAAAAAAKqUlPh+Hf10X/kCUcmeB21sbI5tGNisbh4LK2T/tERDqZ4AI3ujka+Nyte1Uc1U8UVDkyaRjnua9yOeitcqL4oviimR1pWb5eVMhrSs3y8qZAbKkraijV/8ADSuYj0wc3xa5PzRe5ThVVE1VKstRI6SRURMXLj3J4J/wZDWlZvl5UyGtKzfLypkBt6m61tVG5lROsjXf5YtTFf3wxPPFPLEipG9WovkhkNaVm+XlTIa0rN8vKmRBroppYp2zRSPZK1dJHtdg5F+uJ3VdfVVjWtqJnPa1VVG4IiYr4rgnn+Zi9aVm+XlTIa0rN8vKmRRqgZXWlZvl5UyGtKzfLypkBqgZXWlZvl5UyGtKzfLypkBqgZXWlZvl5UyGtKzfLypkBqgZXWlZvl5UyGtKzfLypkB4gAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHqt9BWXGZYbfSz1UrW6ashjV6onhjgnl3p7nv2Wv/Bbl0z8gIwLOy1/4LcumfkNlr/wW5dM/IlEYFnZa/8ABbl0z8hstf8Agty6Z+QojAs7LX/gty6Z+Q2Wv/Bbl0z8hRGBZ2Wv/Bbl0z8hstf+C3Lpn5CiMCtN2bvcEMk01ouEcUbVe97qd6I1E71VVw7kJJQAAAAAWbD8t7Q/oG/cQkYs2H5b2h/QN+4hIwAAAAAAAAAAAWeynzKo/QVn28hGLPZT5lUfoKz7eQjAAAAAAFqwIq27tCid/wDYN+4hI+g70r7HdQ1tVQTfGoamemmw0dOGRWOw+mKFDae/8bunVyZgSdB3pX2Gg70r7Fbae/8AG7p1cmY2nv8Axu6dXJmBJ0HelfYaDvSvsVtp7/xu6dXJmNp7/wAbunVyZgSdB3pX2Gg70r7Fbae/8bunVyZjae/8bunVyZgSdB3pX2Gg70r7Fbae/wDG7p1cmY2nv/G7p1cmYHLsq1yXGpVUX8BWeX+3kIpUqO0N6qIXw1F3uMsL00XsfUvc1yfRUVe8lgAAAAAAAAAAAAAAAAAAAAAAAAf/2Q==",
              "timing": 2693,
              "timestamp": 220232968921
            },
            {
              "timing": 3366,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAgIDAQEAAAAAAAAAAAAABAUDBgACBwEI/8QARxAAAgEDAwIDBAcFBAYLAQAAAQIDAAQRBRIhMUEGE1EiYXGRBxQjgaGx0RUyQsHhJFJi8CUzY4KSkzQ1Q1NVcnSDlLPC0v/EABgBAAMBAQAAAAAAAAAAAAAAAAABAgME/8QAJBEAAgICAgICAgMAAAAAAAAAAAECEQMhEjEEURNBFCJhcYH/2gAMAwEAAhEDEQA/AOF1lF6OobVrJWAKmdAQe/tCm9vbWIn1QxXJldYJiqGHAH357U7ArtZTi2lex0JLqzwtxJcPHJMBlowFUqAf4c5bnvt9xrTVj52n2F3MqrdS+YrlVC+YqkbXIHcksM99vrmlYCqsph4iRU17UFRQqidwABgDk0x0eC2NqxllEX2ZYNs3b2/u0WBXqymUbQW2tQSSQ+bCjq7xAA5HU8Hj7ulT6uZLmyW5W9F5bpJsy8WyRCQSAfdhTgAkDHanYCasrKygDKysrKAMrKymotLfH/R3/wDnRf8A80AKqyp72NI5tsaFFx0MqyfiABUFAG0btHIrxsVdSGUjqCK2SaRGdldgzgqxB6g9QarB1K5B4kJHvAprpOqQySCO8iJO/O5W6g9vuqJT4q6J5Da0vbizL/VpWQOMMvVWHvB4NaXVxNdSmW4kaSQgDLHPA6D4Vb/D+i6dfXAV0jx7IeN5CGXOOeDV08UeEvDemaEJ4bBTdPwrLM5UY6n96phljNWhp2ckudVvbqNkuJzIrfvZUZP34zQ8U8sQIjcqD2Feyx+XPGvlhkkJUe1ggih7eJ7nUEijkKKezDcD8uR99L5o9Cc0TRTSxTrNFI6SqdwdWwwPrmpru/urxVW4mZ1UkhcADJ6nA7++u4fR/wCB/DGpeG7efUtNSe6I9txNIMn4BsUD9JfhDw7omiw3ml6UokMhjKGd+4ODyT0xV81VlHE6ynNhBZ3N4AEjcbSdqOcH39eDyKZzabp+YSltsbHtqzHH59fwrL8mO9AnZU6yrjFpOnysBHbrjGTukb9akn8J+dCJNNi86QD24Q3Puxk8/nUw8uE3STApVZW/kzRXD200JWTdjdJ7JU56YplPpaxFVVt7Y5OcDp+tU/JjF00SpWKqypL23eNT5QO4e/NKQuof96g9xA/SnHyISFzQlscPMA5AA55703e0i8uOaFyuZQoYHgd/wxSGMc5OePSmFtdRCBkd2V0IaMkZGR2pZIu7RE4u7RcIJDb+I0gVpHeURjzEYgcEDP8An1rs3jPda+EoBdOVc5wQM449a4Vot40up2kjAOAwOV4I5zz8q+ivEuiyeI/CkNxZkElBKqnrgis8MaVPsuC0z5vvnhabaGJY4y57nP5V7aMpkCKoKcFtp5OD0+6jdf0aeG5dXO3ZztYdwe1BaVbzy3SwxgK7ghckYzgjms2t6M2tnevoV1VZNEkikBAEp25zn4elXjxDY2mrabJb38XmQ43jnBBHcH8K5l9DlsItMuYpjskSQEg55yO3yrpZkKQBJnYjGCMfdiuytG66Pm/WLSO01qdIlSPb/q3AIbGOn3H19Ka2E++wRZ1X6yJMtIOMqR3/AOH8aI8Z21vb+IbrbADCx3KVI4Px9OtVywm3W8iKGJ3cgHOee34j76453bREdNofw6nBFIYThX67lBwBjpRmn69aQX8T7mAJCnHBI7c/jVGe7urZmdrTaFJDnHTPpnjnjsan0i5aS7R59qYztyvAA69+evH9KzxwqSkhRnydF+8U6Hb6or6vp7qnllWlibhmzgbvTqaTx2MwXMjKfQenxpWNRZ7V57eSS5j24UKhGSDxgUyt9RgmiQ3Eux9oBDN5Yzjngc8H0zXTqbNKSF9zbMGKSDAz1HANQSWERIJB5/w0xkuFxEse7A/e2ucfdUy2cUyqzbjgYHtHp86xeB3oVI5PHaBlQCRS7njBzj4+lOINDjeweVSZRGy+YUbkA+g7/Ohbe4AjKvEr7M8dCPfnrTHQW8x2TcMKQ59rGR0Na5Jyq0c7k7JdKjk81PLikdIiF9sAEHv8OK+u/CFl9U8OafbsoDLCo69PdXy9Gspu4pCJIwTjeoG1gD0P9fSvqTw5cQz6Fp8sMrHESEnn0560sMnJ2zbGUT6T/Ak16Dc6Yitu/eiHHP3dq4pZafLpusKs0YWVJMNj05zX1XdXO2VWDZSQ4J99cf8ApI0ZbbWfrkSqolO4+81tKKuy5R+yb6KAm+73PnhRjPxromoiN9NdonIkIKgjrmuZfRmzQ6jek4zjGW9c/wBK6EuGimjUnc43Hn54rQEcT8UQMmohHchlOfaHOT0qtW5kF1cqkgV1flcdMGug+LrRvr7yMhYcY3ZyRVEtld5NViaPLYyMn2gw6fzrkS/dpi+yHV4wz+am5kKg555Pes0FYpNbRp/3I4ymwNxuPQHP+eaJizLaq7eXzwwLc8cdKAQ/Vprpo027SjqwGPh+VZeOkpcfRNU7LFHpG26XT4MI2DtUdB3H4Ck2m2P1+/u2lUtLHOyHec9DgD8KszyNJdW91CARJEJOvJxk8/8ADVc8KSzNLdStlDLPv6+8/PrXVGKTtFsfQ6UVYETKQCOCeaNIltj5RERK+uRj3dawXC7l2KWIYMfQkZ593WtTqc4lm3okrFySwUfKrbVBRx51ZvbL5OBzUtvIscm2RcpzuZOuKz2Y1jJ5U8njlfdU8UNrLDviuGSbkBGXIPXjP+etZt62cv8AZdtMgMNpJcRk3kfJ2FuclRwR8e9d58CXMN1o0MVvmCSFFUxHqvGPvBxXzDpesx2/lrIzqwwjYJ2lQeMgda6D4M8WCyv7S6iZjBuEZxjlSeQQO/HFZx/R7NoS+jud4zZC7SFDYz76R+LbMahprZAMsfINWG98uRAycqcMDmlWsR/ZMq9CCBXUalC8LhYtaulkbbnDbfTB61ePae6SeJiyrkMT3+FVfSLQR6lczOpwQEAPxq5WmY4XTaFXACjvnFAFL8bKWvGBA/d6e6uVorRatNceXvgyuRuKnd/PvXUPpCY5s8KwkCHdj0zwK5bLI1s4dZnZy42+zvyx4I6+p/OsZUp2yXoguFWV2WEyKeWJK4HXt69qitIpik8dx5jkjCsehHoKL1aOf6wZSQYn5JjPf4celaaZILyRkjy2zC55yTz61ELeT+BXstOi7o7C2kYJtgZgSRnAIG3Pu9o/Kk1vHGNYuZUKFWbsABVh0ixN7oBiD7JXmWNucY25P/5/GltrbRQ3soALhWOM9Gx610JWi5dmzSheMFlHpW/lsoG+e3jJGdpH9aiu5GzhGCrzke73VC88anGRnvle/wB9LoRRbqwuJBtsbEPFkkGNy5+B54+VJufMIddhBweMbTVkubnUdOlMEyYiclgUGBgdW9Rjj5Us1jVZr2COGaSOUBi24Lhs+/1/Ooic6QuDd+p6Z60306/KTwhcKq+zjAxz/Wk6EEKMc9zRdomZF3hgPcKJrQz6e+j3VpNS8OxNdPvMLtFuz1AwR+BAp1qLBod7vjBwoI65qn/Q+iyeFJzjaouSB/wrVj1yYxW3ltk+/tWkekbro9tYk+rKF2htwJOOtOkeKMom07T1OelV5bhWtwFOGI6jjpzR0EyuwlBLnZl+MY9KoYp8dW6yhZpCCioRgdcc1xvUJljkmgddkT8LgjB59/JrsfjYLJpOQDnGRzXF7rZaXBusscsE27sCsMyVIiRpJ5lwqbpoym3kAY5x2wOafaPZCyjLSk7mAzz+FLtLt0mmWWGNRBnhSTkd+1WUu5CcEAdvWqxxrYRR7pBMenX6RAkQ3KOueoBB/WoPqrPcFlYIDgemaOsgHbUgDjzLYNj/ABLn9BSa8j+1w0xIYBihOOvf86ttRLYRdWRcDcyqR1Xdk/hSqSDDsqSGMDgqrBfwxTBCluUMUisByQH/AJZzWQSaQ4dtRVmuCxyVXjHzqZxsRyy61++uYzHLICh6gjrx3pXnPxrwDNbqvPNVSXRlpG0VMrZ3BReSM8c0CkQPINPvDCJ+1LcygMN+cGk1Yl2fQn0VWzWnhiG2mGGkBlx6Fuf0pnr+DsTGfWh/CsnEbdAQKa61bDKyZHuzVpG6FUMKmHJOHA6GoCjLMMORuThc9fd+VTorISCQRioZ1E5Q7Qrxng56jjNAEeslZ9HG/HsDHNcV16FVSURB2UnJ44Brtt3B52l3KLjcckCuS6pZFtSALlARg56EZqJxtESVirw9dNBcRsZPs1xlSScjHTirtcOmxWyMegNVp7CCB8xZLMOw4ptHu8qIspClPZPYkHBpwVaGtDjTyp1OAkZWRWjb0PH9aS3UFxdXwtVEbvDxwTkD19MUyt5tk0DKp9lunxH9KhN2kVzJsSNCcs7Y5PoPhUz0y/oMs/DamEtM+W28uq4UGhLe7tniAmgG9PYJJwTjvQ9xeB1EcZkI9N5K/j0qJkCMQYk9eea55ZUuhWjjQ61MgBGa0C81Kq8112c7ZNGVz1ptozFb2IrgkGk4Q9qcaIP7ShPSpXYRPoLwdcebZxt0IGCKtt7D59uDmqH9HzloDGxyeDXSI0DWuKs3QhWBRKMZ4qC88yObeACE5x3pvJDtIPQZ5Hvoe5tndw8a592KBiyAbklJxlhnPpVL8Q2SRuQQGPX4Vfba3eMsJVwGz2qsaxan7bPO08ECmIobrhsE0wgkiWwfzTxGSQe+Tior2AmU4PxyKDvLhLWykDFScg4z8qlutiDvrSiFXxsbgjd3++l1mHnuHmmYNKTwB0oKW5M0aynJZlAwOAPh91CQGVMMDuUHAGc1yZMljb0WRpcPkqUBPrmtWZeDsc5Ge/60DbztFbtJJh8rnGeTW0UjzJvMoTP8IOMVyyyX2Ryrs5zFaSOceyp9GOM0SNMuR/2RI9V5HzrX7QvuHPrzTLS7e5lmjVIp/LdsFwCQPU8e6u7lJ9GaVmWeg3E+OVUHtnJprp2lxwSFfO9sdQylaN/ZVzHdmGzmdpFPsk9D/MVLA2oWd15d9DLvYYUkZx7waf7GqikdD8BQM+5oWU7DhvaGRXVNPWIQ/bTRfDcOK4FFNf6ZtkvPLiwyqeRlx17dcU5TX3OCIw2T13EE1py9lo7PJb20hyt1D8N1A3lpIHBt5oWXuN9csi8Qb4yRGwPPfH8qHm164SIts5zjv+WKXNDOtpAjR7XkQnPdxmlGp6eiwSLHiR2BHDLx+Nc2j8TzAETjaO2BXreIYQAxuig7krT+RCCPEGnmwtGlkVjI4IRQOc1z7XoXEsYnRon/AHj5gxx2q+xat58Q8m/R89FY4oa9tjfAC4mMi/3eHFKT5LQqOfS30ahVXDBeuBU9vcwSRgSOUboq9h685qz3fhu2c+wI1HfKbT+FVnWfDsts2YW3AHJJ6AeuRXK8YmmiXzN55Psjpg8cUY7wNgyM6kgYwc8fKkJlZoIAGwenpz0/lUs8koZUheEKg29AT9+a5XG3RjOSQ2TSUnLNHDbRyf3SSB92a3FvqNnKFjLqF6GOTAFOLdFGdzKre8nmpcIwHfjuTXe4J9nTxR5omsXMNwDJI7HIytyN6n4nrV1g1wS2bvHbxgYbKpwTjqBxzVH8sF8Ln45zT3wzZJdRyKSd8c53BTjIwDg/jWkNBQl8TavaaxNbeVbBWQBs5GV9QTivLee1jhYPt4HOBkfH0oHxPGLDV72KJgo83cMc5zzzn5/dVemuncyKHkdGwSzgAZ4OCPTrWM8rUtGTyU6LaL2xi3NEiOAcEdMfnWftPT5ZdtxANwA6HGP85qt+fOXRTsDlzhcZG0dvcelFGZdih2QO5yVOGIGetYvNJManZaItS09LZYwZpTgY9jp+VBTSafdQkCJHBJJdYiDxn0/lmkoMbJvZ2VVOPTNQNckEKh2ZPBHT76F5F9j5+zySKCOXMM+W/wAIxj50bBeumYtzIWPBGQDQ896QmJZPOGMDnGcfDrUc1yzwMwTYcbeuOaj5FdxFzTDn1uaIbfN/d4AbFQnxMqAi7iBHI3ZJHzFKvIDRgByfQNg/ypLdtNDK0XksvTHbj5VtGTb0Dk0OdVeOazS+tmJgdyjEY9lgM4+RFVaZ4pJWdpWGT3pxaeY+ianC5QNtWcKB02nBx78Gqu7bmJA4raGJXaM2rdnb4IH3bpIz0xweoqWS3GB1VD1O3pSjTZpJY9imTIH98/lTaG5uYGUuhZOnP60RlZ02QX1mYVV0lJHv70x8A3aftDUIX/eG1h7+Oah1l3ubVxFC++Nd5XGDjnJx3pR9G06nW7lnJyx4A7VohNizxOSus3W7IG4tyw57cY7Uke6UtFCF3uTuOB1c0d4pl3+Ib3YpVUfYFJyeKQvIS+4cMOhHWscuO3ZhKKYwe4MdwsW/H8TNnPXt8sVuruHJWNZPXYeR91IWugm4BdzevpU0V4PLHDA+vvqI4mgjLihx9ejKmNt6EHowxUS3MhJC7SvrQDSGUHfIf96tIWkUnaVYem7FDxaLU0HeZgkLgHHOKnS7MSM5Zw3+E8E/OghGxwWQc84zmvG2nPIUjnmsvj9hwVDa4v2jgSSUqQw74J+dBpqUEihA5Ldj/d/pSe8cSNkMc9ODQO0qa0x4kl2Z3Wi5+HNOfUtTuVnmSNBE0ar2bI9eMdc1G1pZ2CRQ/s1pW25Z2Xq2SD93FC+Fdbl01lXeRDuG/Cgkj76a3uv5vJnt3Yxu24dq350ilRcvD+niIq04UMeeRU000bFzHJF7GeWIPPwrnF3qmp7Cp1OZ4j1Abg0OZ5doXzpW/wB7AFSpKK0aci+3V2Vtbdkb7ZT5vmEck56H481YdC0GOz1r63aoBb3kKzBQOULclfgKofgnTZdV1e3hRsoCHctyMDrX0VpluixAMm4AYxjtWsPbH2cA8V+HJbfVrqWF5WMj7wdvIJqoX1hdg4dME85xg19XapY2MseZYEAHU8VSdX03TJjhXE8aknYh27ePjVtWS4nzqbSSM+0hzXixqWw6nFda17TdKYkWcKsq4G/zMN+lVafS445mAUjHQbd2ahxZDiVTywhwh499Tm2yhZfLGOuXAp8+mKQDtxk4xjFDzaaA23a+anixcStzSiHojGQenShnuZZRiSNj6Yq2SaNJgMY2C+tFQaDvXJUqBwSw4+dCikOn0UYmUHCxsM9sV7HFcyniNsfCr4NAk8vzAEYe5snHrUctg8DEbXU54JGM0/8ACeIl07Q7i4hLMVhiUbmZyAAKOtbnRbaIRSjzXB5fb1p3YRO8bCR8owIYbjmlN3oFuJ22FlU84OOKVFca6EMdpdTMAwIHuFXvw/4RhvIo5VlEo/iRmwflUi20UUieUAcdSR1ptFOw2bY4V2d0QDPxqlFAkPtD0RdFcvZxTt2yqDbn41ak8QXVvDh4owT23An8DVLsFvbuTbbmWZgMlEyxA+HpRTafqX8Vjdj1xC1VotMfya8TuF0g2N1z0+VJb+48wMscoRSfZQKOKBbTNRYsfqV8B74mGagbT9UKbI9OveDkfZsP5UWOzydTKSPZkbOMseT+lL7tDGDkZkzx3wKM/Zmrgf8AV14MZP8Aqm/Sp103U1ZW/Zt8z45zG/H4UrEIljYk7mVQeDxmsghmjYzRlQc7cnjI+FNZtL1hgSulXar32xEE0K2j61JKP9D3LMTnLQsM/wAqVhQJK7OwlZooiTgcNge+g7y4mjQe3G6v0IVWOPj1FMLjS9feIRtp15szkDyG4/Chp9E1ufG/TLw47C3I/IUWFC1rm4kjG6VNv7oHcD047VvDKiqyOpY5yCSaPGgalEu+50y+ESgsx8orgDvnBoBY1GMg59TSsKC7eYBWAjGzk8/nWTqrSEssYPxz+taLt4wPma9bJxyBQ2AbIMsWbpnAArFkUAgMPnQ0zEsrooYdSOwqWGLejNKwVAM5A5NUKhxpUgNlqZ3bT9WByT/tY6Wm7QHLE599G6VLCLfVNvtkWo4/92Ol88yyY8xcuOMHmgdEUsvmNhQSKIggZgpVTkjng1JDMEACIFwMdP1oqG88tj9mAx99MVEIt9wzJKox0z3oeW1LyMI3DnrhT+WaYfWZGIfykKjOenPuqPzXeUCOJAT2wMUmAtVWjJA4J7kYrZmmlOM7z6GmDQMqOzhWx0O/AyaFYbQHUrk9VA6UmNAMkOWZmIQjqp4zUTKytwFA/wANMXXzkXzCiEDggdflQjxgE7D7I9akAnQVY3kxxj+y3HJP+xelzrtxhlPHamuhn+2Tf+luP/pelhw3GKQGKrBC2QQOvIz8q98t25Vhj/zCo9oBwM1qUJ70AavqW47VYgMOQBU8MolUeZvbOMAnAreC0iLEIuSvXvip1Cow4AYemKtMoN0ZGFpqxVPa+q88Zx9tHgUJDBI0hZo8EdtvSjLa8ktpS9nLLDJjG9GIPzFFHXdUHDajef8AOb9aLEDRBQAGDc+6t5Y84O3g9OKITWtTYj/SF7jv9u361Oda1DAAv7oe8zt+tFgLtu3AIPTFYGdTuUEkdM0e2r6lnH7Sujx185/1qI6zqfIGo3nHcTv+tFgDebI2Wk3KQOAB15rR7lm2hkJOckt3ouPV9UJONTuuOzXLD+daz61rDez9dvSBwNszcfI0gAnm2Eh4FII60vkZjyFIBPpxR0+t6oOBqN+D3zcN+tDnXdW/8Uvv+e/60CJ9DY/XJhg8Wlxk4/2L0r3YqebWdSljeObUbySNhhkadiCPQjNLncnpToVk7SAck1r9YQdxQ7EEYNbLY3DjckMhB7hDSoLBl1S9Vwz+UVbjGP6UT+1boEApHgjHQ81lZWak10avbthCaveA4UxKPXZmibe7vpMYeFh1Ps1lZTUmIlzcOWLSAHHAXiiIotkSiRyzf3jWVlVYEoIU5OD8a9LqWULGoPxPNZWVRAPcSk59jb7gMYoZp5uu5h8DWVlIGQzZ/ixnrkHOagPvrKymSzRgO1QyAshA6+tZWUACvAxXcGPHXnvUYBxy/wCNZWUmI//Z",
              "timestamp": 220233642171
            },
            {
              "timestamp": 220234315421,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAgIDAQEAAAAAAAAAAAAABAUDBgACBwEI/8QARxAAAgEDAwIDBAcFBAYLAQAAAQIDAAQRBRIhMUEGE1EiYXGRBxQjgaGx0RUyQsHhJFJi8CUzY4KSkzQ1Q1NVcnSDlLPC0v/EABgBAAMBAQAAAAAAAAAAAAAAAAABAgME/8QAJBEAAgICAgICAgMAAAAAAAAAAAECEQMhEjEEURNBFCJhcYH/2gAMAwEAAhEDEQA/AOF1lF6OobVrJWAKmdAQe/tCm9vbWIn1QxXJldYJiqGHAH357U7ArtZTi2lex0JLqzwtxJcPHJMBlowFUqAf4c5bnvt9xrTVj52n2F3MqrdS+YrlVC+YqkbXIHcksM99vrmlYCqsph4iRU17UFRQqidwABgDk0x0eC2NqxllEX2ZYNs3b2/u0WBXqymUbQW2tQSSQ+bCjq7xAA5HU8Hj7ulT6uZLmyW5W9F5bpJsy8WyRCQSAfdhTgAkDHanYCasrKygDKysrKAMrKymotLfH/R3/wDnRf8A80AKqyp72NI5tsaFFx0MqyfiABUFAG0btHIrxsVdSGUjqCK2SaRGdldgzgqxB6g9QarB1K5B4kJHvAprpOqQySCO8iJO/O5W6g9vuqJT4q6J5Da0vbizL/VpWQOMMvVWHvB4NaXVxNdSmW4kaSQgDLHPA6D4Vb/D+i6dfXAV0jx7IeN5CGXOOeDV08UeEvDemaEJ4bBTdPwrLM5UY6n96phljNWhp2ckudVvbqNkuJzIrfvZUZP34zQ8U8sQIjcqD2Feyx+XPGvlhkkJUe1ggih7eJ7nUEijkKKezDcD8uR99L5o9Cc0TRTSxTrNFI6SqdwdWwwPrmpru/urxVW4mZ1UkhcADJ6nA7++u4fR/wCB/DGpeG7efUtNSe6I9txNIMn4BsUD9JfhDw7omiw3ml6UokMhjKGd+4ODyT0xV81VlHE6ynNhBZ3N4AEjcbSdqOcH39eDyKZzabp+YSltsbHtqzHH59fwrL8mO9AnZU6yrjFpOnysBHbrjGTukb9akn8J+dCJNNi86QD24Q3Puxk8/nUw8uE3STApVZW/kzRXD200JWTdjdJ7JU56YplPpaxFVVt7Y5OcDp+tU/JjF00SpWKqypL23eNT5QO4e/NKQuof96g9xA/SnHyISFzQlscPMA5AA55703e0i8uOaFyuZQoYHgd/wxSGMc5OePSmFtdRCBkd2V0IaMkZGR2pZIu7RE4u7RcIJDb+I0gVpHeURjzEYgcEDP8An1rs3jPda+EoBdOVc5wQM449a4Vot40up2kjAOAwOV4I5zz8q+ivEuiyeI/CkNxZkElBKqnrgis8MaVPsuC0z5vvnhabaGJY4y57nP5V7aMpkCKoKcFtp5OD0+6jdf0aeG5dXO3ZztYdwe1BaVbzy3SwxgK7ghckYzgjms2t6M2tnevoV1VZNEkikBAEp25zn4elXjxDY2mrabJb38XmQ43jnBBHcH8K5l9DlsItMuYpjskSQEg55yO3yrpZkKQBJnYjGCMfdiuytG66Pm/WLSO01qdIlSPb/q3AIbGOn3H19Ka2E++wRZ1X6yJMtIOMqR3/AOH8aI8Z21vb+IbrbADCx3KVI4Px9OtVywm3W8iKGJ3cgHOee34j76453bREdNofw6nBFIYThX67lBwBjpRmn69aQX8T7mAJCnHBI7c/jVGe7urZmdrTaFJDnHTPpnjnjsan0i5aS7R59qYztyvAA69+evH9KzxwqSkhRnydF+8U6Hb6or6vp7qnllWlibhmzgbvTqaTx2MwXMjKfQenxpWNRZ7V57eSS5j24UKhGSDxgUyt9RgmiQ3Eux9oBDN5Yzjngc8H0zXTqbNKSF9zbMGKSDAz1HANQSWERIJB5/w0xkuFxEse7A/e2ucfdUy2cUyqzbjgYHtHp86xeB3oVI5PHaBlQCRS7njBzj4+lOINDjeweVSZRGy+YUbkA+g7/Ohbe4AjKvEr7M8dCPfnrTHQW8x2TcMKQ59rGR0Na5Jyq0c7k7JdKjk81PLikdIiF9sAEHv8OK+u/CFl9U8OafbsoDLCo69PdXy9Gspu4pCJIwTjeoG1gD0P9fSvqTw5cQz6Fp8sMrHESEnn0560sMnJ2zbGUT6T/Ak16Dc6Yitu/eiHHP3dq4pZafLpusKs0YWVJMNj05zX1XdXO2VWDZSQ4J99cf8ApI0ZbbWfrkSqolO4+81tKKuy5R+yb6KAm+73PnhRjPxromoiN9NdonIkIKgjrmuZfRmzQ6jek4zjGW9c/wBK6EuGimjUnc43Hn54rQEcT8UQMmohHchlOfaHOT0qtW5kF1cqkgV1flcdMGug+LrRvr7yMhYcY3ZyRVEtld5NViaPLYyMn2gw6fzrkS/dpi+yHV4wz+am5kKg555Pes0FYpNbRp/3I4ymwNxuPQHP+eaJizLaq7eXzwwLc8cdKAQ/Vprpo027SjqwGPh+VZeOkpcfRNU7LFHpG26XT4MI2DtUdB3H4Ck2m2P1+/u2lUtLHOyHec9DgD8KszyNJdW91CARJEJOvJxk8/8ADVc8KSzNLdStlDLPv6+8/PrXVGKTtFsfQ6UVYETKQCOCeaNIltj5RERK+uRj3dawXC7l2KWIYMfQkZ593WtTqc4lm3okrFySwUfKrbVBRx51ZvbL5OBzUtvIscm2RcpzuZOuKz2Y1jJ5U8njlfdU8UNrLDviuGSbkBGXIPXjP+etZt62cv8AZdtMgMNpJcRk3kfJ2FuclRwR8e9d58CXMN1o0MVvmCSFFUxHqvGPvBxXzDpesx2/lrIzqwwjYJ2lQeMgda6D4M8WCyv7S6iZjBuEZxjlSeQQO/HFZx/R7NoS+jud4zZC7SFDYz76R+LbMahprZAMsfINWG98uRAycqcMDmlWsR/ZMq9CCBXUalC8LhYtaulkbbnDbfTB61ePae6SeJiyrkMT3+FVfSLQR6lczOpwQEAPxq5WmY4XTaFXACjvnFAFL8bKWvGBA/d6e6uVorRatNceXvgyuRuKnd/PvXUPpCY5s8KwkCHdj0zwK5bLI1s4dZnZy42+zvyx4I6+p/OsZUp2yXoguFWV2WEyKeWJK4HXt69qitIpik8dx5jkjCsehHoKL1aOf6wZSQYn5JjPf4celaaZILyRkjy2zC55yTz61ELeT+BXstOi7o7C2kYJtgZgSRnAIG3Pu9o/Kk1vHGNYuZUKFWbsABVh0ixN7oBiD7JXmWNucY25P/5/GltrbRQ3soALhWOM9Gx610JWi5dmzSheMFlHpW/lsoG+e3jJGdpH9aiu5GzhGCrzke73VC88anGRnvle/wB9LoRRbqwuJBtsbEPFkkGNy5+B54+VJufMIddhBweMbTVkubnUdOlMEyYiclgUGBgdW9Rjj5Us1jVZr2COGaSOUBi24Lhs+/1/Ooic6QuDd+p6Z60306/KTwhcKq+zjAxz/Wk6EEKMc9zRdomZF3hgPcKJrQz6e+j3VpNS8OxNdPvMLtFuz1AwR+BAp1qLBod7vjBwoI65qn/Q+iyeFJzjaouSB/wrVj1yYxW3ltk+/tWkekbro9tYk+rKF2htwJOOtOkeKMom07T1OelV5bhWtwFOGI6jjpzR0EyuwlBLnZl+MY9KoYp8dW6yhZpCCioRgdcc1xvUJljkmgddkT8LgjB59/JrsfjYLJpOQDnGRzXF7rZaXBusscsE27sCsMyVIiRpJ5lwqbpoym3kAY5x2wOafaPZCyjLSk7mAzz+FLtLt0mmWWGNRBnhSTkd+1WUu5CcEAdvWqxxrYRR7pBMenX6RAkQ3KOueoBB/WoPqrPcFlYIDgemaOsgHbUgDjzLYNj/ABLn9BSa8j+1w0xIYBihOOvf86ttRLYRdWRcDcyqR1Xdk/hSqSDDsqSGMDgqrBfwxTBCluUMUisByQH/AJZzWQSaQ4dtRVmuCxyVXjHzqZxsRyy61++uYzHLICh6gjrx3pXnPxrwDNbqvPNVSXRlpG0VMrZ3BReSM8c0CkQPINPvDCJ+1LcygMN+cGk1Yl2fQn0VWzWnhiG2mGGkBlx6Fuf0pnr+DsTGfWh/CsnEbdAQKa61bDKyZHuzVpG6FUMKmHJOHA6GoCjLMMORuThc9fd+VTorISCQRioZ1E5Q7Qrxng56jjNAEeslZ9HG/HsDHNcV16FVSURB2UnJ44Brtt3B52l3KLjcckCuS6pZFtSALlARg56EZqJxtESVirw9dNBcRsZPs1xlSScjHTirtcOmxWyMegNVp7CCB8xZLMOw4ptHu8qIspClPZPYkHBpwVaGtDjTyp1OAkZWRWjb0PH9aS3UFxdXwtVEbvDxwTkD19MUyt5tk0DKp9lunxH9KhN2kVzJsSNCcs7Y5PoPhUz0y/oMs/DamEtM+W28uq4UGhLe7tniAmgG9PYJJwTjvQ9xeB1EcZkI9N5K/j0qJkCMQYk9eea55ZUuhWjjQ61MgBGa0C81Kq8112c7ZNGVz1ptozFb2IrgkGk4Q9qcaIP7ShPSpXYRPoLwdcebZxt0IGCKtt7D59uDmqH9HzloDGxyeDXSI0DWuKs3QhWBRKMZ4qC88yObeACE5x3pvJDtIPQZ5Hvoe5tndw8a592KBiyAbklJxlhnPpVL8Q2SRuQQGPX4Vfba3eMsJVwGz2qsaxan7bPO08ECmIobrhsE0wgkiWwfzTxGSQe+Tior2AmU4PxyKDvLhLWykDFScg4z8qlutiDvrSiFXxsbgjd3++l1mHnuHmmYNKTwB0oKW5M0aynJZlAwOAPh91CQGVMMDuUHAGc1yZMljb0WRpcPkqUBPrmtWZeDsc5Ge/60DbztFbtJJh8rnGeTW0UjzJvMoTP8IOMVyyyX2Ryrs5zFaSOceyp9GOM0SNMuR/2RI9V5HzrX7QvuHPrzTLS7e5lmjVIp/LdsFwCQPU8e6u7lJ9GaVmWeg3E+OVUHtnJprp2lxwSFfO9sdQylaN/ZVzHdmGzmdpFPsk9D/MVLA2oWd15d9DLvYYUkZx7waf7GqikdD8BQM+5oWU7DhvaGRXVNPWIQ/bTRfDcOK4FFNf6ZtkvPLiwyqeRlx17dcU5TX3OCIw2T13EE1py9lo7PJb20hyt1D8N1A3lpIHBt5oWXuN9csi8Qb4yRGwPPfH8qHm164SIts5zjv+WKXNDOtpAjR7XkQnPdxmlGp6eiwSLHiR2BHDLx+Nc2j8TzAETjaO2BXreIYQAxuig7krT+RCCPEGnmwtGlkVjI4IRQOc1z7XoXEsYnRon/AHj5gxx2q+xat58Q8m/R89FY4oa9tjfAC4mMi/3eHFKT5LQqOfS30ahVXDBeuBU9vcwSRgSOUboq9h685qz3fhu2c+wI1HfKbT+FVnWfDsts2YW3AHJJ6AeuRXK8YmmiXzN55Psjpg8cUY7wNgyM6kgYwc8fKkJlZoIAGwenpz0/lUs8koZUheEKg29AT9+a5XG3RjOSQ2TSUnLNHDbRyf3SSB92a3FvqNnKFjLqF6GOTAFOLdFGdzKre8nmpcIwHfjuTXe4J9nTxR5omsXMNwDJI7HIytyN6n4nrV1g1wS2bvHbxgYbKpwTjqBxzVH8sF8Ln45zT3wzZJdRyKSd8c53BTjIwDg/jWkNBQl8TavaaxNbeVbBWQBs5GV9QTivLee1jhYPt4HOBkfH0oHxPGLDV72KJgo83cMc5zzzn5/dVemuncyKHkdGwSzgAZ4OCPTrWM8rUtGTyU6LaL2xi3NEiOAcEdMfnWftPT5ZdtxANwA6HGP85qt+fOXRTsDlzhcZG0dvcelFGZdih2QO5yVOGIGetYvNJManZaItS09LZYwZpTgY9jp+VBTSafdQkCJHBJJdYiDxn0/lmkoMbJvZ2VVOPTNQNckEKh2ZPBHT76F5F9j5+zySKCOXMM+W/wAIxj50bBeumYtzIWPBGQDQ896QmJZPOGMDnGcfDrUc1yzwMwTYcbeuOaj5FdxFzTDn1uaIbfN/d4AbFQnxMqAi7iBHI3ZJHzFKvIDRgByfQNg/ypLdtNDK0XksvTHbj5VtGTb0Dk0OdVeOazS+tmJgdyjEY9lgM4+RFVaZ4pJWdpWGT3pxaeY+ianC5QNtWcKB02nBx78Gqu7bmJA4raGJXaM2rdnb4IH3bpIz0xweoqWS3GB1VD1O3pSjTZpJY9imTIH98/lTaG5uYGUuhZOnP60RlZ02QX1mYVV0lJHv70x8A3aftDUIX/eG1h7+Oah1l3ubVxFC++Nd5XGDjnJx3pR9G06nW7lnJyx4A7VohNizxOSus3W7IG4tyw57cY7Uke6UtFCF3uTuOB1c0d4pl3+Ib3YpVUfYFJyeKQvIS+4cMOhHWscuO3ZhKKYwe4MdwsW/H8TNnPXt8sVuruHJWNZPXYeR91IWugm4BdzevpU0V4PLHDA+vvqI4mgjLihx9ejKmNt6EHowxUS3MhJC7SvrQDSGUHfIf96tIWkUnaVYem7FDxaLU0HeZgkLgHHOKnS7MSM5Zw3+E8E/OghGxwWQc84zmvG2nPIUjnmsvj9hwVDa4v2jgSSUqQw74J+dBpqUEihA5Ldj/d/pSe8cSNkMc9ODQO0qa0x4kl2Z3Wi5+HNOfUtTuVnmSNBE0ar2bI9eMdc1G1pZ2CRQ/s1pW25Z2Xq2SD93FC+Fdbl01lXeRDuG/Cgkj76a3uv5vJnt3Yxu24dq350ilRcvD+niIq04UMeeRU000bFzHJF7GeWIPPwrnF3qmp7Cp1OZ4j1Abg0OZ5doXzpW/wB7AFSpKK0aci+3V2Vtbdkb7ZT5vmEck56H481YdC0GOz1r63aoBb3kKzBQOULclfgKofgnTZdV1e3hRsoCHctyMDrX0VpluixAMm4AYxjtWsPbH2cA8V+HJbfVrqWF5WMj7wdvIJqoX1hdg4dME85xg19XapY2MseZYEAHU8VSdX03TJjhXE8aknYh27ePjVtWS4nzqbSSM+0hzXixqWw6nFda17TdKYkWcKsq4G/zMN+lVafS445mAUjHQbd2ahxZDiVTywhwh499Tm2yhZfLGOuXAp8+mKQDtxk4xjFDzaaA23a+anixcStzSiHojGQenShnuZZRiSNj6Yq2SaNJgMY2C+tFQaDvXJUqBwSw4+dCikOn0UYmUHCxsM9sV7HFcyniNsfCr4NAk8vzAEYe5snHrUctg8DEbXU54JGM0/8ACeIl07Q7i4hLMVhiUbmZyAAKOtbnRbaIRSjzXB5fb1p3YRO8bCR8owIYbjmlN3oFuJ22FlU84OOKVFca6EMdpdTMAwIHuFXvw/4RhvIo5VlEo/iRmwflUi20UUieUAcdSR1ptFOw2bY4V2d0QDPxqlFAkPtD0RdFcvZxTt2yqDbn41ak8QXVvDh4owT23An8DVLsFvbuTbbmWZgMlEyxA+HpRTafqX8Vjdj1xC1VotMfya8TuF0g2N1z0+VJb+48wMscoRSfZQKOKBbTNRYsfqV8B74mGagbT9UKbI9OveDkfZsP5UWOzydTKSPZkbOMseT+lL7tDGDkZkzx3wKM/Zmrgf8AV14MZP8Aqm/Sp103U1ZW/Zt8z45zG/H4UrEIljYk7mVQeDxmsghmjYzRlQc7cnjI+FNZtL1hgSulXar32xEE0K2j61JKP9D3LMTnLQsM/wAqVhQJK7OwlZooiTgcNge+g7y4mjQe3G6v0IVWOPj1FMLjS9feIRtp15szkDyG4/Chp9E1ufG/TLw47C3I/IUWFC1rm4kjG6VNv7oHcD047VvDKiqyOpY5yCSaPGgalEu+50y+ESgsx8orgDvnBoBY1GMg59TSsKC7eYBWAjGzk8/nWTqrSEssYPxz+taLt4wPma9bJxyBQ2AbIMsWbpnAArFkUAgMPnQ0zEsrooYdSOwqWGLejNKwVAM5A5NUKhxpUgNlqZ3bT9WByT/tY6Wm7QHLE599G6VLCLfVNvtkWo4/92Ol88yyY8xcuOMHmgdEUsvmNhQSKIggZgpVTkjng1JDMEACIFwMdP1oqG88tj9mAx99MVEIt9wzJKox0z3oeW1LyMI3DnrhT+WaYfWZGIfykKjOenPuqPzXeUCOJAT2wMUmAtVWjJA4J7kYrZmmlOM7z6GmDQMqOzhWx0O/AyaFYbQHUrk9VA6UmNAMkOWZmIQjqp4zUTKytwFA/wANMXXzkXzCiEDggdflQjxgE7D7I9akAnQVY3kxxj+y3HJP+xelzrtxhlPHamuhn+2Tf+luP/pelhw3GKQGKrBC2QQOvIz8q98t25Vhj/zCo9oBwM1qUJ70AavqW47VYgMOQBU8MolUeZvbOMAnAreC0iLEIuSvXvip1Cow4AYemKtMoN0ZGFpqxVPa+q88Zx9tHgUJDBI0hZo8EdtvSjLa8ktpS9nLLDJjG9GIPzFFHXdUHDajef8AOb9aLEDRBQAGDc+6t5Y84O3g9OKITWtTYj/SF7jv9u361Oda1DAAv7oe8zt+tFgLtu3AIPTFYGdTuUEkdM0e2r6lnH7Sujx185/1qI6zqfIGo3nHcTv+tFgDebI2Wk3KQOAB15rR7lm2hkJOckt3ouPV9UJONTuuOzXLD+daz61rDez9dvSBwNszcfI0gAnm2Eh4FII60vkZjyFIBPpxR0+t6oOBqN+D3zcN+tDnXdW/8Uvv+e/60CJ9DY/XJhg8Wlxk4/2L0r3YqebWdSljeObUbySNhhkadiCPQjNLncnpToVk7SAck1r9YQdxQ7EEYNbLY3DjckMhB7hDSoLBl1S9Vwz+UVbjGP6UT+1boEApHgjHQ81lZWak10avbthCaveA4UxKPXZmibe7vpMYeFh1Ps1lZTUmIlzcOWLSAHHAXiiIotkSiRyzf3jWVlVYEoIU5OD8a9LqWULGoPxPNZWVRAPcSk59jb7gMYoZp5uu5h8DWVlIGQzZ/ixnrkHOagPvrKymSzRgO1QyAshA6+tZWUACvAxXcGPHXnvUYBxy/wCNZWUmI//Z",
              "timing": 4040
            },
            {
              "timestamp": 220234988671,
              "timing": 4713,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAgIDAQEAAAAAAAAAAAAABAUDBgACBwEI/8QARxAAAgEDAwIDBAcFBAYLAQAAAQIDAAQRBRIhMUEGE1EiYXGRBxQjgaGx0RUyQsHhJFJi8CUzY4KSkzQ1Q1NVcnSDlLPC0v/EABgBAAMBAQAAAAAAAAAAAAAAAAABAgME/8QAJBEAAgICAgICAgMAAAAAAAAAAAECEQMhEjEEURNBFCJhcYH/2gAMAwEAAhEDEQA/AOF1lF6OobVrJWAKmdAQe/tCm9vbWIn1QxXJldYJiqGHAH357U7ArtZTi2lex0JLqzwtxJcPHJMBlowFUqAf4c5bnvt9xrTVj52n2F3MqrdS+YrlVC+YqkbXIHcksM99vrmlYCqsph4iRU17UFRQqidwABgDk0x0eC2NqxllEX2ZYNs3b2/u0WBXqymUbQW2tQSSQ+bCjq7xAA5HU8Hj7ulT6uZLmyW5W9F5bpJsy8WyRCQSAfdhTgAkDHanYCasrKygDKysrKAMrKymotLfH/R3/wDnRf8A80AKqyp72NI5tsaFFx0MqyfiABUFAG0btHIrxsVdSGUjqCK2SaRGdldgzgqxB6g9QarB1K5B4kJHvAprpOqQySCO8iJO/O5W6g9vuqJT4q6J5Da0vbizL/VpWQOMMvVWHvB4NaXVxNdSmW4kaSQgDLHPA6D4Vb/D+i6dfXAV0jx7IeN5CGXOOeDV08UeEvDemaEJ4bBTdPwrLM5UY6n96phljNWhp2ckudVvbqNkuJzIrfvZUZP34zQ8U8sQIjcqD2Feyx+XPGvlhkkJUe1ggih7eJ7nUEijkKKezDcD8uR99L5o9Cc0TRTSxTrNFI6SqdwdWwwPrmpru/urxVW4mZ1UkhcADJ6nA7++u4fR/wCB/DGpeG7efUtNSe6I9txNIMn4BsUD9JfhDw7omiw3ml6UokMhjKGd+4ODyT0xV81VlHE6ynNhBZ3N4AEjcbSdqOcH39eDyKZzabp+YSltsbHtqzHH59fwrL8mO9AnZU6yrjFpOnysBHbrjGTukb9akn8J+dCJNNi86QD24Q3Puxk8/nUw8uE3STApVZW/kzRXD200JWTdjdJ7JU56YplPpaxFVVt7Y5OcDp+tU/JjF00SpWKqypL23eNT5QO4e/NKQuof96g9xA/SnHyISFzQlscPMA5AA55703e0i8uOaFyuZQoYHgd/wxSGMc5OePSmFtdRCBkd2V0IaMkZGR2pZIu7RE4u7RcIJDb+I0gVpHeURjzEYgcEDP8An1rs3jPda+EoBdOVc5wQM449a4Vot40up2kjAOAwOV4I5zz8q+ivEuiyeI/CkNxZkElBKqnrgis8MaVPsuC0z5vvnhabaGJY4y57nP5V7aMpkCKoKcFtp5OD0+6jdf0aeG5dXO3ZztYdwe1BaVbzy3SwxgK7ghckYzgjms2t6M2tnevoV1VZNEkikBAEp25zn4elXjxDY2mrabJb38XmQ43jnBBHcH8K5l9DlsItMuYpjskSQEg55yO3yrpZkKQBJnYjGCMfdiuytG66Pm/WLSO01qdIlSPb/q3AIbGOn3H19Ka2E++wRZ1X6yJMtIOMqR3/AOH8aI8Z21vb+IbrbADCx3KVI4Px9OtVywm3W8iKGJ3cgHOee34j76453bREdNofw6nBFIYThX67lBwBjpRmn69aQX8T7mAJCnHBI7c/jVGe7urZmdrTaFJDnHTPpnjnjsan0i5aS7R59qYztyvAA69+evH9KzxwqSkhRnydF+8U6Hb6or6vp7qnllWlibhmzgbvTqaTx2MwXMjKfQenxpWNRZ7V57eSS5j24UKhGSDxgUyt9RgmiQ3Eux9oBDN5Yzjngc8H0zXTqbNKSF9zbMGKSDAz1HANQSWERIJB5/w0xkuFxEse7A/e2ucfdUy2cUyqzbjgYHtHp86xeB3oVI5PHaBlQCRS7njBzj4+lOINDjeweVSZRGy+YUbkA+g7/Ohbe4AjKvEr7M8dCPfnrTHQW8x2TcMKQ59rGR0Na5Jyq0c7k7JdKjk81PLikdIiF9sAEHv8OK+u/CFl9U8OafbsoDLCo69PdXy9Gspu4pCJIwTjeoG1gD0P9fSvqTw5cQz6Fp8sMrHESEnn0560sMnJ2zbGUT6T/Ak16Dc6Yitu/eiHHP3dq4pZafLpusKs0YWVJMNj05zX1XdXO2VWDZSQ4J99cf8ApI0ZbbWfrkSqolO4+81tKKuy5R+yb6KAm+73PnhRjPxromoiN9NdonIkIKgjrmuZfRmzQ6jek4zjGW9c/wBK6EuGimjUnc43Hn54rQEcT8UQMmohHchlOfaHOT0qtW5kF1cqkgV1flcdMGug+LrRvr7yMhYcY3ZyRVEtld5NViaPLYyMn2gw6fzrkS/dpi+yHV4wz+am5kKg555Pes0FYpNbRp/3I4ymwNxuPQHP+eaJizLaq7eXzwwLc8cdKAQ/Vprpo027SjqwGPh+VZeOkpcfRNU7LFHpG26XT4MI2DtUdB3H4Ck2m2P1+/u2lUtLHOyHec9DgD8KszyNJdW91CARJEJOvJxk8/8ADVc8KSzNLdStlDLPv6+8/PrXVGKTtFsfQ6UVYETKQCOCeaNIltj5RERK+uRj3dawXC7l2KWIYMfQkZ593WtTqc4lm3okrFySwUfKrbVBRx51ZvbL5OBzUtvIscm2RcpzuZOuKz2Y1jJ5U8njlfdU8UNrLDviuGSbkBGXIPXjP+etZt62cv8AZdtMgMNpJcRk3kfJ2FuclRwR8e9d58CXMN1o0MVvmCSFFUxHqvGPvBxXzDpesx2/lrIzqwwjYJ2lQeMgda6D4M8WCyv7S6iZjBuEZxjlSeQQO/HFZx/R7NoS+jud4zZC7SFDYz76R+LbMahprZAMsfINWG98uRAycqcMDmlWsR/ZMq9CCBXUalC8LhYtaulkbbnDbfTB61ePae6SeJiyrkMT3+FVfSLQR6lczOpwQEAPxq5WmY4XTaFXACjvnFAFL8bKWvGBA/d6e6uVorRatNceXvgyuRuKnd/PvXUPpCY5s8KwkCHdj0zwK5bLI1s4dZnZy42+zvyx4I6+p/OsZUp2yXoguFWV2WEyKeWJK4HXt69qitIpik8dx5jkjCsehHoKL1aOf6wZSQYn5JjPf4celaaZILyRkjy2zC55yTz61ELeT+BXstOi7o7C2kYJtgZgSRnAIG3Pu9o/Kk1vHGNYuZUKFWbsABVh0ixN7oBiD7JXmWNucY25P/5/GltrbRQ3soALhWOM9Gx610JWi5dmzSheMFlHpW/lsoG+e3jJGdpH9aiu5GzhGCrzke73VC88anGRnvle/wB9LoRRbqwuJBtsbEPFkkGNy5+B54+VJufMIddhBweMbTVkubnUdOlMEyYiclgUGBgdW9Rjj5Us1jVZr2COGaSOUBi24Lhs+/1/Ooic6QuDd+p6Z60306/KTwhcKq+zjAxz/Wk6EEKMc9zRdomZF3hgPcKJrQz6e+j3VpNS8OxNdPvMLtFuz1AwR+BAp1qLBod7vjBwoI65qn/Q+iyeFJzjaouSB/wrVj1yYxW3ltk+/tWkekbro9tYk+rKF2htwJOOtOkeKMom07T1OelV5bhWtwFOGI6jjpzR0EyuwlBLnZl+MY9KoYp8dW6yhZpCCioRgdcc1xvUJljkmgddkT8LgjB59/JrsfjYLJpOQDnGRzXF7rZaXBusscsE27sCsMyVIiRpJ5lwqbpoym3kAY5x2wOafaPZCyjLSk7mAzz+FLtLt0mmWWGNRBnhSTkd+1WUu5CcEAdvWqxxrYRR7pBMenX6RAkQ3KOueoBB/WoPqrPcFlYIDgemaOsgHbUgDjzLYNj/ABLn9BSa8j+1w0xIYBihOOvf86ttRLYRdWRcDcyqR1Xdk/hSqSDDsqSGMDgqrBfwxTBCluUMUisByQH/AJZzWQSaQ4dtRVmuCxyVXjHzqZxsRyy61++uYzHLICh6gjrx3pXnPxrwDNbqvPNVSXRlpG0VMrZ3BReSM8c0CkQPINPvDCJ+1LcygMN+cGk1Yl2fQn0VWzWnhiG2mGGkBlx6Fuf0pnr+DsTGfWh/CsnEbdAQKa61bDKyZHuzVpG6FUMKmHJOHA6GoCjLMMORuThc9fd+VTorISCQRioZ1E5Q7Qrxng56jjNAEeslZ9HG/HsDHNcV16FVSURB2UnJ44Brtt3B52l3KLjcckCuS6pZFtSALlARg56EZqJxtESVirw9dNBcRsZPs1xlSScjHTirtcOmxWyMegNVp7CCB8xZLMOw4ptHu8qIspClPZPYkHBpwVaGtDjTyp1OAkZWRWjb0PH9aS3UFxdXwtVEbvDxwTkD19MUyt5tk0DKp9lunxH9KhN2kVzJsSNCcs7Y5PoPhUz0y/oMs/DamEtM+W28uq4UGhLe7tniAmgG9PYJJwTjvQ9xeB1EcZkI9N5K/j0qJkCMQYk9eea55ZUuhWjjQ61MgBGa0C81Kq8112c7ZNGVz1ptozFb2IrgkGk4Q9qcaIP7ShPSpXYRPoLwdcebZxt0IGCKtt7D59uDmqH9HzloDGxyeDXSI0DWuKs3QhWBRKMZ4qC88yObeACE5x3pvJDtIPQZ5Hvoe5tndw8a592KBiyAbklJxlhnPpVL8Q2SRuQQGPX4Vfba3eMsJVwGz2qsaxan7bPO08ECmIobrhsE0wgkiWwfzTxGSQe+Tior2AmU4PxyKDvLhLWykDFScg4z8qlutiDvrSiFXxsbgjd3++l1mHnuHmmYNKTwB0oKW5M0aynJZlAwOAPh91CQGVMMDuUHAGc1yZMljb0WRpcPkqUBPrmtWZeDsc5Ge/60DbztFbtJJh8rnGeTW0UjzJvMoTP8IOMVyyyX2Ryrs5zFaSOceyp9GOM0SNMuR/2RI9V5HzrX7QvuHPrzTLS7e5lmjVIp/LdsFwCQPU8e6u7lJ9GaVmWeg3E+OVUHtnJprp2lxwSFfO9sdQylaN/ZVzHdmGzmdpFPsk9D/MVLA2oWd15d9DLvYYUkZx7waf7GqikdD8BQM+5oWU7DhvaGRXVNPWIQ/bTRfDcOK4FFNf6ZtkvPLiwyqeRlx17dcU5TX3OCIw2T13EE1py9lo7PJb20hyt1D8N1A3lpIHBt5oWXuN9csi8Qb4yRGwPPfH8qHm164SIts5zjv+WKXNDOtpAjR7XkQnPdxmlGp6eiwSLHiR2BHDLx+Nc2j8TzAETjaO2BXreIYQAxuig7krT+RCCPEGnmwtGlkVjI4IRQOc1z7XoXEsYnRon/AHj5gxx2q+xat58Q8m/R89FY4oa9tjfAC4mMi/3eHFKT5LQqOfS30ahVXDBeuBU9vcwSRgSOUboq9h685qz3fhu2c+wI1HfKbT+FVnWfDsts2YW3AHJJ6AeuRXK8YmmiXzN55Psjpg8cUY7wNgyM6kgYwc8fKkJlZoIAGwenpz0/lUs8koZUheEKg29AT9+a5XG3RjOSQ2TSUnLNHDbRyf3SSB92a3FvqNnKFjLqF6GOTAFOLdFGdzKre8nmpcIwHfjuTXe4J9nTxR5omsXMNwDJI7HIytyN6n4nrV1g1wS2bvHbxgYbKpwTjqBxzVH8sF8Ln45zT3wzZJdRyKSd8c53BTjIwDg/jWkNBQl8TavaaxNbeVbBWQBs5GV9QTivLee1jhYPt4HOBkfH0oHxPGLDV72KJgo83cMc5zzzn5/dVemuncyKHkdGwSzgAZ4OCPTrWM8rUtGTyU6LaL2xi3NEiOAcEdMfnWftPT5ZdtxANwA6HGP85qt+fOXRTsDlzhcZG0dvcelFGZdih2QO5yVOGIGetYvNJManZaItS09LZYwZpTgY9jp+VBTSafdQkCJHBJJdYiDxn0/lmkoMbJvZ2VVOPTNQNckEKh2ZPBHT76F5F9j5+zySKCOXMM+W/wAIxj50bBeumYtzIWPBGQDQ896QmJZPOGMDnGcfDrUc1yzwMwTYcbeuOaj5FdxFzTDn1uaIbfN/d4AbFQnxMqAi7iBHI3ZJHzFKvIDRgByfQNg/ypLdtNDK0XksvTHbj5VtGTb0Dk0OdVeOazS+tmJgdyjEY9lgM4+RFVaZ4pJWdpWGT3pxaeY+ianC5QNtWcKB02nBx78Gqu7bmJA4raGJXaM2rdnb4IH3bpIz0xweoqWS3GB1VD1O3pSjTZpJY9imTIH98/lTaG5uYGUuhZOnP60RlZ02QX1mYVV0lJHv70x8A3aftDUIX/eG1h7+Oah1l3ubVxFC++Nd5XGDjnJx3pR9G06nW7lnJyx4A7VohNizxOSus3W7IG4tyw57cY7Uke6UtFCF3uTuOB1c0d4pl3+Ib3YpVUfYFJyeKQvIS+4cMOhHWscuO3ZhKKYwe4MdwsW/H8TNnPXt8sVuruHJWNZPXYeR91IWugm4BdzevpU0V4PLHDA+vvqI4mgjLihx9ejKmNt6EHowxUS3MhJC7SvrQDSGUHfIf96tIWkUnaVYem7FDxaLU0HeZgkLgHHOKnS7MSM5Zw3+E8E/OghGxwWQc84zmvG2nPIUjnmsvj9hwVDa4v2jgSSUqQw74J+dBpqUEihA5Ldj/d/pSe8cSNkMc9ODQO0qa0x4kl2Z3Wi5+HNOfUtTuVnmSNBE0ar2bI9eMdc1G1pZ2CRQ/s1pW25Z2Xq2SD93FC+Fdbl01lXeRDuG/Cgkj76a3uv5vJnt3Yxu24dq350ilRcvD+niIq04UMeeRU000bFzHJF7GeWIPPwrnF3qmp7Cp1OZ4j1Abg0OZ5doXzpW/wB7AFSpKK0aci+3V2Vtbdkb7ZT5vmEck56H481YdC0GOz1r63aoBb3kKzBQOULclfgKofgnTZdV1e3hRsoCHctyMDrX0VpluixAMm4AYxjtWsPbH2cA8V+HJbfVrqWF5WMj7wdvIJqoX1hdg4dME85xg19XapY2MseZYEAHU8VSdX03TJjhXE8aknYh27ePjVtWS4nzqbSSM+0hzXixqWw6nFda17TdKYkWcKsq4G/zMN+lVafS445mAUjHQbd2ahxZDiVTywhwh499Tm2yhZfLGOuXAp8+mKQDtxk4xjFDzaaA23a+anixcStzSiHojGQenShnuZZRiSNj6Yq2SaNJgMY2C+tFQaDvXJUqBwSw4+dCikOn0UYmUHCxsM9sV7HFcyniNsfCr4NAk8vzAEYe5snHrUctg8DEbXU54JGM0/8ACeIl07Q7i4hLMVhiUbmZyAAKOtbnRbaIRSjzXB5fb1p3YRO8bCR8owIYbjmlN3oFuJ22FlU84OOKVFca6EMdpdTMAwIHuFXvw/4RhvIo5VlEo/iRmwflUi20UUieUAcdSR1ptFOw2bY4V2d0QDPxqlFAkPtD0RdFcvZxTt2yqDbn41ak8QXVvDh4owT23An8DVLsFvbuTbbmWZgMlEyxA+HpRTafqX8Vjdj1xC1VotMfya8TuF0g2N1z0+VJb+48wMscoRSfZQKOKBbTNRYsfqV8B74mGagbT9UKbI9OveDkfZsP5UWOzydTKSPZkbOMseT+lL7tDGDkZkzx3wKM/Zmrgf8AV14MZP8Aqm/Sp103U1ZW/Zt8z45zG/H4UrEIljYk7mVQeDxmsghmjYzRlQc7cnjI+FNZtL1hgSulXar32xEE0K2j61JKP9D3LMTnLQsM/wAqVhQJK7OwlZooiTgcNge+g7y4mjQe3G6v0IVWOPj1FMLjS9feIRtp15szkDyG4/Chp9E1ufG/TLw47C3I/IUWFC1rm4kjG6VNv7oHcD047VvDKiqyOpY5yCSaPGgalEu+50y+ESgsx8orgDvnBoBY1GMg59TSsKC7eYBWAjGzk8/nWTqrSEssYPxz+taLt4wPma9bJxyBQ2AbIMsWbpnAArFkUAgMPnQ0zEsrooYdSOwqWGLejNKwVAM5A5NUKhxpUgNlqZ3bT9WByT/tY6Wm7QHLE599G6VLCLfVNvtkWo4/92Ol88yyY8xcuOMHmgdEUsvmNhQSKIggZgpVTkjng1JDMEACIFwMdP1oqG88tj9mAx99MVEIt9wzJKox0z3oeW1LyMI3DnrhT+WaYfWZGIfykKjOenPuqPzXeUCOJAT2wMUmAtVWjJA4J7kYrZmmlOM7z6GmDQMqOzhWx0O/AyaFYbQHUrk9VA6UmNAMkOWZmIQjqp4zUTKytwFA/wANMXXzkXzCiEDggdflQjxgE7D7I9akAnQVY3kxxj+y3HJP+xelzrtxhlPHamuhn+2Tf+luP/pelhw3GKQGKrBC2QQOvIz8q98t25Vhj/zCo9oBwM1qUJ70AavqW47VYgMOQBU8MolUeZvbOMAnAreC0iLEIuSvXvip1Cow4AYemKtMoN0ZGFpqxVPa+q88Zx9tHgUJDBI0hZo8EdtvSjLa8ktpS9nLLDJjG9GIPzFFHXdUHDajef8AOb9aLEDRBQAGDc+6t5Y84O3g9OKITWtTYj/SF7jv9u361Oda1DAAv7oe8zt+tFgLtu3AIPTFYGdTuUEkdM0e2r6lnH7Sujx185/1qI6zqfIGo3nHcTv+tFgDebI2Wk3KQOAB15rR7lm2hkJOckt3ouPV9UJONTuuOzXLD+daz61rDez9dvSBwNszcfI0gAnm2Eh4FII60vkZjyFIBPpxR0+t6oOBqN+D3zcN+tDnXdW/8Uvv+e/60CJ9DY/XJhg8Wlxk4/2L0r3YqebWdSljeObUbySNhhkadiCPQjNLncnpToVk7SAck1r9YQdxQ7EEYNbLY3DjckMhB7hDSoLBl1S9Vwz+UVbjGP6UT+1boEApHgjHQ81lZWak10avbthCaveA4UxKPXZmibe7vpMYeFh1Ps1lZTUmIlzcOWLSAHHAXiiIotkSiRyzf3jWVlVYEoIU5OD8a9LqWULGoPxPNZWVRAPcSk59jb7gMYoZp5uu5h8DWVlIGQzZ/ixnrkHOagPvrKymSzRgO1QyAshA6+tZWUACvAxXcGPHXnvUYBxy/wCNZWUmI//Z"
            },
            {
              "timestamp": 220235661921,
              "timing": 5386,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAABQADBAYHAgEI/8QARxAAAgEDAwIDBAcFBAYLAQAAAQIDAAQRBRIhMUEGE1EiYXGRBxQjgaGx0RUyUsHhQmKS8CQlM2OCkzQ1Q1NVcnSDlLPC0v/EABgBAAMBAQAAAAAAAAAAAAAAAAABAgME/8QAJBEAAgICAgICAgMAAAAAAAAAAAECEQMhEjEEURNBFCJhcYH/2gAMAwEAAhEDEQA/AMLpVL0dQ2rWSsAVM6Ag9/aFF7e2sRPqhiuTK6wTFUMOAPvz2p2BXaVGLaV7HQkurPC3Elw8ckwGWjAVSoB/s5y3Pfb7jXGrHztPsLuZVW6l8xXKqF8xVI2uQO5JYZ77fXNKwBVKiHiJFTXtQVFCqJ3AAGAOTRHR4LY2rGWURfZlg2zdvb+GiwK9SolG0FtrUEkkPmwo6u8QAOR1PB4+7pT+rmS5sluVvReW6SbMvFskQkEgH3YU4AJAx2p2AGpUqVACpUqVACpUqKi0t8f9Hf8A+dF//NAAqlT97Gkc22NCi46GVZPxAApigDqN2jkV42KupDKR1BFdJNIjOyuwZwVYg9QeoNVg6lcg8SEj3gUV0nVIZJBHeREnfncrdQe33VEp8VdE8gtaXtxZl/q0rIHGGXqrD3g8GuLq4mupTLcSNJIQBljngdB8Kt/h/RdOvrgK6R49kPG8hDLnHPBq6eKPCXhvTNCE8Ngpun4VlmcqMdT+9UwyxmrQ07MkudVvbqNkuJzIrfvZUZP34zUeKeWIERuVB7CvZY/LnjXywySEqPawQRUe3ie51BIo5Cinsw3A/LkffS+aPQnND0U0sU6zRSOkqncHVsMD65p67v7q8VVuJmdVJIXAAyepwO/vrcPo/wDA/hjUvDdvPqWmpPdEe24mkGT8A2Kg/SX4Q8O6JosN5pelKJDIYyhnfuDg8k9MVfNVZRidKjNhBZ3N4AEjcbSdqOcH39eDyKJzabp+YSltsbHtqzHH59fwrL8mO9AnZU6VXGLSdPlYCO3XGMndI3605P4T86ESabF50gHtwhufdjJ5/Oph5cJukmBSqVd+TNFcPbTQlZN2N0nslTnpiiU+lrEVVW3tjk5wOn61T8mMXTRKlYKpU5e27xqfKB3D35oSF1D/AL1B7iB+lOPkQkLmgLY4eYByABzz3ou9pF5cc0LlcyhQwPA7/higMY5yc8elELa6iEDI7sroQ0ZIyMjtSyRd2iJxd2i4QSG38RpArSO8ojHmIxA4IGf8+tbN4z3WvhKAXTlXOcEDOOPWsK0W8aXU7SRgHAYHK8Ec55+VfRXiXRZPEfhSG4syCSglVT1wRWeGNKn2XBaZ833zwtNtDEscZc9zn8q9tGUyBFUFOC208nB6fdU3X9GnhuXVzt2c7WHcHtULSreeW6WGMBXcELkjGcEc1m1vRm1s3r6FdVWTRJIpAQBKduc5+HpV48Q2Npq2myW9/F5kON45wQR3B/Csy+hy2EWmXMUx2SJICQc85Hb5VpZkKQBJnYjGCMfdiuytG66Pm/WLSO01qdIlSPb/ALNwCGxjp9x9fSithPvsEWdV+siTLSDjKkd/8P41I8Z21vb+IbrbADCx3KVI4Px9OtVywm3W8iKGJ3cgHOee34j76453bREdNoPw6nBFIYThX67lBwBjpUzT9etIL+J9zAEhTjgkdufxqjPd3VszO1ptCkhzjpn0zxzx2NP6RctJdo8+1MZ25XgAde/PXj+lZ44VJSQoz5Oi/eKdDt9UV9X091TyyrSxNwzZwN3p1NB47GYLmRlPoPT40LGos9q89vJJcx7cKFQjJB4wKJW+owTRIbiXY+0Ahm8sZxzwOeD6Zrp1NmlJA+5tmDFJBgZ6jgGmJLCIkEg8/wB2iMlwuIlj3YH721zj7qeWzimVWbccDA9o9PnWLwO9CpGTx2gZUAkUu54wc4+PpRiDQ43sHlUmURsvmFG5APoO/wA6i29wBGVeJX2Z46Ee/PWiOgt5jsm4YUhz7WMjoa1yTlVo53J2O6VHJ5qeXFI6REL7YAIPf4cV9d+ELL6p4c0+3ZQGWFR16e6vl6NZTdxSESRgnG9QNrAHof6+lfUnhy4hn0LT5YZWOIkJPPpz1pYZOTtm2Mon0n+BJr0G50xFbd+9EOOfu7Villp8um6wqzRhZUkw2PTnNfVd1c7ZVYNlJDgn31j/ANJGjLbaz9ciVVEp3H3mtpRV2XKP2PfRQE33e588KMZ+NaJqIjfTXaJyJCCoI65rMvozZodRvScZxjLeuf6VoS4aKaNSdzjcefnitARifiiBk1EI7kMpz7Q5yelVq3MgurlUkCur8rjpg1oPi60b6+8jIWHGN2ckVRLZXeTVYmjy2MjJ9oMOn865Ev3aYvsZ1eMM/mpuZCoOeeT3paCsUmto0/7kcZTYG43HoDn/ADzUmLMtqrt5fPDAtzxx0qAh+rTXTRpt2lHVgMfD8qy8dJS4+iap2WKPSNt0unwYRsHao6DuPwFBtNsfr9/dtKpaWOdkO856HAH4VZnkaS6t7qEAiSISdeTjJ5/w1XPCkszS3UrZQyz7+vvPz611Rik7RbD0OlFWBEykAjgnmppEtsfKIiJX1yMe7rSFwu5diliGDH0JGefd1rk6nOJZt6JKxcksFHyq21QUY86s3tl8nA5p23kWOTbIuU53MnXFL2Y1jJ5U8njlfdT8UNrLDviuGSbkBGXIPXjP+etZt62cv9l20yAw2klxGTeR8nYW5yVHBHx71vPgS5hutGhit8wSQoqmI9V4x94OK+YdL1mO38tZGdWGEbBO0qDxkDrWg+DPFgsr+0uomYwbhGcY5UnkEDvxxWcf0ezaEvo3O8ZshdpChsZ99A/FtmNQ01sgGWPkGrDe+XIgZOVOGBzQrWI/smVehBArqNSheFwsWtXSyNtzhtvpg9avHtPdJPExZVyGJ7/CqvpFoI9SuZnU4ICAH41crTMcLptCrgBR3zigCl+NlLXjAgfu9PdWVorRatNceXvgyuRuKnd/PvWofSExzZ4VhIEO7HpngVlssjWzh1mdnLjb7O/LHgjr6n86xlSnbJehi4VZXZYTIp5Ykrgde3r2pq0imKTx3HmOSMKx6EegqXq0c/1gykgxPyTGe/w49K40yQXkjJHltmFzzknn1qIW8n8CvZadF3R2FtIwTbAzAkjOAQNufd7R+VBreOMaxcyoUKs3YACrDpFib3QDEH2SvMsbc4xtyf8A8/jQ21toob2UAFwrHGejY9a6ErRcuzppQvGCyj0rvy2UDfPbxkjO0j+tNXcjZwjBV5yPd7qZeeNTjIz3yvf76XQii3VhcSDbY2IeLJIMblz8Dzx8qDc+YQ67CDg8Y2mrJc3Oo6dKYJkxE5LAoMDA6t6jHHyoZrGqzXsEcM0kcoDFtwXDZ9/r+dRE50gcG79T0z1ovp1+UnhC4VV9nGBjn+tB0IIUY57mpdomZF3hgPcKJrQz6e+j3VpNS8OxNdPvMLtFuz1AwR+BAo1qLBod7vjBwoI65qn/AEPosnhSc42qLkgf4Vqx65MYrby2yff2rSPSN10e2sSfVlC7Q24EnHWjSPFGUTadp6nPSq8twrW4CnDEdRx05qdBMrsJQS52ZfjGPSqGCfHVusoWaQgoqEYHXHNY3qEyxyTQOuyJ+FwRg8+/k1sfjYLJpOQDnGRzWL3Wy0uDdZY5YJt3YFYZkqREjiTzLhU3TRlNvIAxzjtgc0e0eyFlGWlJ3MBnn8KHaXbpNMssMaiDPCknI79qspdyE4IA7etVjjWwij3SCY9Ov0iBIhuUdc9QCD+tMfVWe4LKwQHA9M1OsgHbUgDjzLYNj+8uf0FBryP7XDTEhgGKE469/wA6ttRLZIurIuBuZVI6ruyfwoVJBh2VJDGBwVVgv4YoghS3KGKRWA5ID/yzmlBJpDh21FWa4LHJVeMfOpnGxGWXWv31zGY5ZAUPUEdeO9C85+NeAZrtV55qqS6MtI6iolbO4KLyRnjmoKRA8g0e8MIn7UtzKAw35waTViXZ9CfRVbNaeGIbaYYaQGXHoW5/Siev4OxMZ9aj+FZOI26AgUV1q2GVkyPdmrSN0CoYVMOScOB0NMFGWYYcjcnC56+78qfRWQkEgjFMzqJyh2hXjPBz1HGaAG9ZKz6ON+PYGOaxXXoVVJREHZScnjgGttu4PO0u5RcbjkgVkuqWRbUgC5QEYOehGaicbRElYK8PXTQXEbGT7NcZUknIx04q7XDpsVsjHoDVaewggfMWSzDsOKLR7vKiLKQpT2T2JBwacFWhrQY08qdTgJGVkVo29Dx/Wgt1BcXV8LVRG7w8cE5A9fTFErebZNAyqfZbp8R/SmTdpFcybEjQnLO2OT6D4VM9Mv6Jln4bUwlpny23l1XCg1Et7u2eICaAb09gknBOO9R7i8DqI4zIR6byV/HpTTIEYgxJ6881zyypdCtGNDrTyAEZrgLzTqrzXXZztj0ZXPWi2jMVvYiuCQaDhD2oxog/0lCelSuwifQXg6482zjboQMEVbb2Hz7cHNUP6PnLQGNjk8GtIjQNa4qzdAFYFEoxnimLzzI5t4AITnHei8kO0g9Bnke+o9zbO7h41z7sUDBkA3JKTjLDOfSqX4hskjcggMevwq+21u8ZYSrgNntVY1i1P22edp4IFMRQ3XDYJohBJEtg/mniMkg98nFNXsBMpwfjkVDvLhLWykDFScg4z8qlutiJ31pRCr42NwRu7/fQ6zDz3DzTMGlJ4A6VCluTNGspyWZQMDgD4fdUSAyphgdyg4AzmuTJksbeiyNLh8lSgJ9c1yzLwdjnIz3/AFqDbztFbtJJh8rnGeTXUUjzJvMoTP8AZBxiuWWS+yOVdmcxWkjnHsqfRjjNSRplyP8AsiR6ryPnXP2hfcOfXmiWl29zLNGqRT+W7YLgEgep491d3KT6M0rFZ6DcT45VQe2cmiunaXHBIV872x1DKVqb+yrmO7MNnM7SKfZJ6H+Yp2BtQs7ry76GXewwpIzj3g0/2NVFI0PwFAz7mhZTsOG9oZFapp6xCH7aaL4bhxWBRTX+mbZLzy4sMqnkZcde3XFGU19zgiMNk9dxBNacvZaNnkt7aQ5W6h+G6oN5aSBwbeaFl7jfWWReIN8ZIjYHnvj+VR5teuEiLbOc47/lilzQzW0gRo9ryITnu4zQjU9PRYJFjxI7Ajhl4/Gs2j8TzAETjaO2BXreIYQAxuig7krT+RCJHiDTzYWjSyKxkcEIoHOaz7XoXEsYnRon/ePmDHHar7Fq3nxDyb9Hz0Vjio17bG+AFxMZF/h4cUpPktCoz6W+jUKq4YL1wKft7mCSMCRyjdFXsPXnNWe78N2zn2BGo75Tafwqs6z4dltmzC24A5JPQD1yK5XjE00O+ZvPJ9kdMHjipjvA2DIzqSBjBzx8qAmVmggAbB6enPT+VOzyShlSF4QqDb0BP35rlcbdGM5JBZNJScs0cNtHJ/CSQPuzXYt9Rs5QsZdQvQxyYAoxboozuZVb3k807hGA78dya73BPs6eKPNE1i5huAZJHY5GVuRvU/E9ausGuCWzd47eMDDZVOCcdQOOao/lgvhc/HOaO+GbJLqORSTvjnO4KcZGAcH8a0hoKAvibV7TWJrbyrYKyANnIyvqCcV5bz2scLB9vA5wMj4+lQfE8YsNXvYomCjzdwxznPPOfn91V6a6dzIoeR0bBLOABng4I9OtYzytS0ZPJTotovbGLc0SI4BwR0x+dL9p6fLLtuIBuAHQ4x/nNVvz5y6KdgcucLjI2jt7j0qUZl2KHZA7nJU4YgZ61i80kxqdloi1LT0tljBmlOBj2On5VCmk0+6hIESOCSS6xEHjPp/LNBQY2TezsqqcemaYa5IIVDsyeCOn30LyL7Hz9nkkUEcuYZ8t/dGMfOpsF66Zi3MhY8EZANR570hMSyecMYHOM4+HWm5rlngZgmw429cc1HyK7iLmmTn1uaIbfN/d4AbFMnxMqAi7iBHI3ZJHzFCvIDRgByfQNg/yoLdtNDK0XksvTHbj5VtGTb0Dk0GdVeOazS+tmJgdyjEY9lgM4+RFVaZ4pJWdpWGT3oxaeY+ianC5QNtWcKB02nBx78Gqu7bmJA4raGJXaM2rdm3wQPu3SRnpjg9RTsluMDqqHqdvShGmzSSx7FMmQP4z+VFobm5gZS6Fk6c/rRGVnTYxfWZhVXSUke/vRHwDdp+0NQhf94bWHv45pnWXe5tXEUL7413lcYOOcnHehH0bTqdbuWcnLHgDtWiE2DPE5K6zdbsgbi3LDntxjtQR7pS0UIXe5O44HVzU7xTLv8Q3uxSqo+wKTk8UBeQl9w4YdCOtY5cduzCUUwg9wY7hYt+P7TNnPXt8sV2ruHJWNZPXYeR91AWugm4BdzevpT0V4PLHDA+vvqI4mgjLigx9ejKmNt6EHowxTS3MhJC7SvrUBpDKDvkP/FXELSKTtKsPTdih4tFqaJ3mYJC4Bxzin0uzEjOWcN/dPBPzqEI2OCyDnnGc142055Ckc81l8fsOCoLXF+0cCSSlSGHfBPzqGmpQSKEDkt2P8P8ASg944kbIY56cGoO0qa0x4kl2Z3Wi5+HNOfUtTuVnmSNBE0ar2bI9eMdc021pZ2CRQ/s1pW25Z2Xq2SD93FRfCuty6ayrvIh3DfhQSR99Fb3X83kz27sY3bcO1b86RSouXh/TxEVacKGPPIp6aaNi5jki9jPLEHn4VnF3qmp7Cp1OZ4j1Abg1HM8u0L50rf8AFgCpUlFaNORfbq7K2tuyN9sp83zCOSc9D8easOhaDHZ619btUAt7yFZgoHKFuSvwFUPwTpsuq6vbwo2UBDuW5GB1r6K0y3RYgGTcAMYx2rWHtj7MA8V+HJbfVrqWF5WMj7wdvIJqoX1hdg4dME85xg19XapY2MseZYEAHU8VSdX03TJjhXE8aknYh27ePjVtWS4nzqbSSM+0hzXixqWw6nFa1r2m6UxIs4VZVwN/mYb9Kq0+lxxzMApGOg27s1DiyHEqnlhDhDx76fNtlCy+WMdcuBR59MUgHbjJxjGKjzaaA23a+anixcStzSiHojGQenSoz3MsoxJGx9MVbJNGkwGMbBfWpUGg71yVKgcEsOPnQopDp9FGJlBwsbDPbFexxXMp4jbHwq+DQJPL8wBGHubJx603LYPAxG11OeCRjNP/AAniBdO0O4uISzFYYlG5mcgACp1rc6LbRCKUea4PL7etG7CJ3jYSPlGBDDcc0Ju9AtxO2wsqnnBxxSorjXQBjtLqZgGBA9wq9+H/AAjDeRRyrKJR/aRmwflTi20UUieUAcdSR1otFOw2bY4V2d0QDPxqlFAkHtD0RdFcvZxTt2yqDbn41ak8QXVvDh4owT23An8DVLsFvbuTbbmWZgMlEyxA+HpUptP1L+1Y3Y9cQtVaLTD8mvE7hdINjdc9PlQW/uPMDLHKEUn2UCjioLaZqLFj9SvgPfEwzTDafqhTZHp17wcj7Nh/Kix2eTqZSR7MjZxljyf0ofdoYwcjMmeO+BUz9mauB/1deDGT/sm/Sn103U1ZW/Zt8z45zG/H4UrEAljYk7mVQeDxmlBDNGxmjKg525PGR8KKzaXrDAldKu1XvtiIJqK2j61JKP8AU9yzE5y0LDP8qVhREldnYSs0URJwOGwPfUO8uJo0Htxur9CFVjj49RRC40vX3iEbadebM5A8huPwqNPomtz436ZeHHYW5H5CiwoGtc3EkY3Spt/dA7genHau4ZUVWR1LHOQSTU8aBqUS77nTL4RKCzHyiuAO+cGoCxqMZBz6mlYUS7eYBWAjGzk8/nSnVWkJZYwfjn9a4XbxgfM162TjkChsCbIMsWbpnAApLIoBAYfOo0zEsrooYdSOwp2GLejNKwVAM5A5NUKgxpUgNlqZ3bT9WByT/vY6Gm7QHLE599TdKlhFvqm32yLUcf8Aux0PnmWTHmLlxxg80DodW0vLuMSW9tLJEeAyrkHnH51Jt9Gv227bSXcVLY2kcDv8MAnNStP1+9srRbW2fy4QCu3YDkHqOfWpSeJr8AIzggKUAwMAFCnHH8Jx9w9BTCiFHo93KiuyNtI3oSvBXJGfhkEfGmZNCvpLh44oJXkADlFU5wSAODz1IFWSybUzpsU3mQpaCKVgrLuyoKsynj12MPjU6L9uMF1CK6thJNEoclAWKkoQCMc8sv3Z7VLCijwaVftGskNtKY5AWV9vGBu5z/wt/hPpTh0vVZkDi2lkUrvHGcjJ5/A/I1cYLTXLbbYLc22yBVSNsjapmyODjp9ocn3j3UFv7zU9GKQrcQ7ZLcxbY0Ur5RZiR09Wb3jpxikNIrk+k3azyJJA8cqY3oRjBJx93PFRLu3mtbh4Zo/LkQ4ZcYIPvqwT61f3TTyTzxB51AkIjB3jIIz8CBj0oNeu9zdz3Ej7pJHLucYyScmkDHNBVjeTHGP9FuOSf9y9DnXbjDKeO1FdDP8Apk3/AKW4/wDpehhw3GKQhKrBC2QQOvIz8q98t25Vhj/zCm9oBwM1yUJ70AcvqW47VYgMOQBT8MolUeZvbOMAnAruC0iLEIuSvXvin1Cow4AYemKtMom6MjC01YqntfVeeM4+2jwKiQwSNIWaPBHbb0qZbXkltKXs5ZYZMY3oxB+YqUdd1QcNqN5/zm/WixEaIKAAwbn3V3LHnB28HpxUhNa1NiP9YXuO/wBu360+da1DAAv7oe8zt+tFgD/aUBSWxjHU/lSEsyYKFjt6Ak8VObV9Szj9pXR46+c/600dZ1PkDUbzjuJ3/WiwGPrEzgtI7rtHAHfmm5bt3K71LHOSW5zUqPV9UJONTuuOzXLD+dcz61rDez9dvSBwNszcfI0gITzbCQ8CkEdaHyMx5CkAn04qdPreqDgajfg983DfrUc67q3/AIpff89/1oEP6Gx+uTDB4tLjJx/uXoXuxT82s6lLG8c2o3kkbDDI07EEehGaHO5PSnQrH2kA5Jrn6wg7io7EEYNdLY3DjckMhB7hDSoLIy6peq4Z/KKtxjH9Kk/tW6BAKR4Ix0PNKlWak10avbtkhNXvAcKYlHrszUm3u76TGHhYdT7NKlTUmIdzcOWLSAHHAXipEUWyJRI5Zv4jSpVVgOghTk4Pxr0upZQsag/E80qVUQR7iUnPsbfcBjFRmnm67mHwNKlSBjM2f7WM9cg5zTB99KlTJZwwHamZAWQgdfWlSoAivAxXcGPHXnvTYBxy/wCNKlSYj//Z"
            }
          ],
          "scale": 5386
        }
      },
      "autocomplete-valid": {
        "id": "autocomplete-valid",
        "title": "`autocomplete` attributes are used correctly",
        "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "user-timings": {
        "id": "user-timings",
        "title": "User Timing marks and measures",
        "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "42 user timings",
        "details": {
          "items": [
            {
              "startTime": 1721.288,
              "timingType": "Measure",
              "name": "Zone",
              "duration": 0.354
            },
            {
              "duration": 0.273,
              "name": "Zone:ZoneAwarePromise",
              "timingType": "Measure",
              "startTime": 1721.743
            },
            {
              "name": "Zone:toString",
              "duration": 0.147,
              "startTime": 1722.032,
              "timingType": "Measure"
            },
            {
              "timingType": "Measure",
              "startTime": 1722.357,
              "duration": 0.077,
              "name": "Zone:util"
            },
            {
              "timingType": "Measure",
              "startTime": 1722.466,
              "duration": 2.297,
              "name": "Zone:legacy"
            },
            {
              "duration": 0.056,
              "name": "Zone:defineProperty",
              "timingType": "Measure",
              "startTime": 1722.508
            },
            {
              "startTime": 1722.578,
              "timingType": "Measure",
              "name": "Zone:registerElement",
              "duration": 0.08
            },
            {
              "startTime": 1722.672,
              "timingType": "Measure",
              "name": "Zone:EventTargetLegacy",
              "duration": 2.058
            },
            {
              "timingType": "Measure",
              "startTime": 1724.792,
              "duration": 0.069,
              "name": "Zone:queueMicrotask"
            },
            {
              "name": "Zone:timers",
              "duration": 0.12,
              "startTime": 1724.881,
              "timingType": "Measure"
            },
            {
              "duration": 0.11,
              "name": "Zone:requestAnimationFrame",
              "timingType": "Measure",
              "startTime": 1725.015
            },
            {
              "startTime": 1725.139,
              "timingType": "Measure",
              "name": "Zone:blocking",
              "duration": 0.094
            },
            {
              "startTime": 1725.247,
              "timingType": "Measure",
              "name": "Zone:EventTarget",
              "duration": 0.146
            },
            {
              "startTime": 1725.438,
              "timingType": "Measure",
              "name": "Zone:MutationObserver",
              "duration": 0.145
            },
            {
              "name": "Zone:IntersectionObserver",
              "duration": 0.088,
              "startTime": 1725.598,
              "timingType": "Measure"
            },
            {
              "duration": 0.256,
              "name": "Zone:FileReader",
              "timingType": "Measure",
              "startTime": 1725.7
            },
            {
              "startTime": 1725.975,
              "timingType": "Measure",
              "name": "Zone:on_property",
              "duration": 15.968
            },
            {
              "duration": 0.19,
              "name": "Zone:customElements",
              "timingType": "Measure",
              "startTime": 1742
            },
            {
              "timingType": "Measure",
              "startTime": 1742.214,
              "duration": 0.131,
              "name": "Zone:XHR"
            },
            {
              "name": "Zone:geolocation",
              "duration": 0.133,
              "startTime": 1742.362,
              "timingType": "Measure"
            },
            {
              "timingType": "Measure",
              "startTime": 1742.508,
              "duration": 0.054,
              "name": "Zone:PromiseRejectionEvent"
            },
            {
              "startTime": 1721.288,
              "timingType": "Mark",
              "name": "Zone"
            },
            {
              "timingType": "Mark",
              "startTime": 1721.743,
              "name": "Zone:ZoneAwarePromise"
            },
            {
              "name": "Zone:toString",
              "timingType": "Mark",
              "startTime": 1722.032
            },
            {
              "name": "Zone:util",
              "timingType": "Mark",
              "startTime": 1722.357
            },
            {
              "name": "Zone:legacy",
              "timingType": "Mark",
              "startTime": 1722.466
            },
            {
              "name": "Zone:defineProperty",
              "startTime": 1722.508,
              "timingType": "Mark"
            },
            {
              "startTime": 1722.578,
              "timingType": "Mark",
              "name": "Zone:registerElement"
            },
            {
              "name": "Zone:EventTargetLegacy",
              "startTime": 1722.672,
              "timingType": "Mark"
            },
            {
              "startTime": 1724.792,
              "timingType": "Mark",
              "name": "Zone:queueMicrotask"
            },
            {
              "timingType": "Mark",
              "startTime": 1724.881,
              "name": "Zone:timers"
            },
            {
              "startTime": 1725.015,
              "timingType": "Mark",
              "name": "Zone:requestAnimationFrame"
            },
            {
              "startTime": 1725.139,
              "timingType": "Mark",
              "name": "Zone:blocking"
            },
            {
              "timingType": "Mark",
              "startTime": 1725.247,
              "name": "Zone:EventTarget"
            },
            {
              "name": "Zone:MutationObserver",
              "timingType": "Mark",
              "startTime": 1725.438
            },
            {
              "startTime": 1725.598,
              "timingType": "Mark",
              "name": "Zone:IntersectionObserver"
            },
            {
              "timingType": "Mark",
              "startTime": 1725.7,
              "name": "Zone:FileReader"
            },
            {
              "startTime": 1725.975,
              "timingType": "Mark",
              "name": "Zone:on_property"
            },
            {
              "name": "Zone:customElements",
              "startTime": 1742,
              "timingType": "Mark"
            },
            {
              "name": "Zone:XHR",
              "startTime": 1742.214,
              "timingType": "Mark"
            },
            {
              "name": "Zone:geolocation",
              "startTime": 1742.362,
              "timingType": "Mark"
            },
            {
              "startTime": 1742.508,
              "timingType": "Mark",
              "name": "Zone:PromiseRejectionEvent"
            }
          ],
          "headings": [
            {
              "label": "Name",
              "key": "name",
              "valueType": "text"
            },
            {
              "label": "Type",
              "key": "timingType",
              "valueType": "text"
            },
            {
              "valueType": "ms",
              "granularity": 0.01,
              "label": "Start Time",
              "key": "startTime"
            },
            {
              "valueType": "ms",
              "label": "Duration",
              "key": "duration",
              "granularity": 0.01
            }
          ],
          "type": "table"
        }
      },
      "meta-refresh": {
        "id": "meta-refresh",
        "title": "The document does not use `\u003cmeta http-equiv=\"refresh\"\u003e`",
        "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-refresh).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "js-libraries": {
        "id": "js-libraries",
        "title": "Detected JavaScript libraries",
        "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "type": "debugdata",
            "stacks": [
              {
                "version": "3.17.2",
                "id": "yui3"
              },
              {
                "version": "2.8.3",
                "id": "modernizr"
              },
              {
                "id": "corejs",
                "version": "core-js-global@3.26.0; core-js-global@3.26.0; core-js-pure@2.6.12; core-js-global@2.6.12; core-js-pure@2.6.12; core-js-pure@2.6.12; core-js-global@2.6.12"
              }
            ]
          },
          "type": "table",
          "items": [
            {
              "version": "3.17.2",
              "name": "YUI 3",
              "npm": "yui"
            },
            {
              "version": "2.8.3",
              "npm": "modernizr",
              "name": "Modernizr"
            },
            {
              "npm": "core-js",
              "name": "core-js",
              "version": "core-js-global@3.26.0; core-js-global@3.26.0; core-js-pure@2.6.12; core-js-global@2.6.12; core-js-pure@2.6.12; core-js-pure@2.6.12; core-js-global@2.6.12"
            }
          ],
          "headings": [
            {
              "label": "Name",
              "key": "name",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Version",
              "key": "version"
            }
          ]
        }
      },
      "duplicated-javascript-insight": {
        "id": "duplicated-javascript-insight",
        "title": "Duplicated JavaScript",
        "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "wastedBytes": 0,
            "type": "debugdata"
          },
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "valueType": "code"
            },
            {
              "valueType": "bytes",
              "granularity": 10,
              "subItemsHeading": {
                "key": "sourceTransferBytes"
              },
              "label": "Duplicated bytes",
              "key": "wastedBytes"
            }
          ]
        }
      },
      "speed-index": {
        "id": "speed-index",
        "title": "Speed Index",
        "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
        "score": 0.16,
        "scoreDisplayMode": "numeric",
        "displayValue": "8.8 s",
        "numericValue": 8772.1680854745609,
        "numericUnit": "millisecond"
      },
      "bypass": {
        "id": "bypass",
        "title": "The page contains a heading, skip link, or landmark region",
        "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.12/bypass).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "canonical": {
        "id": "canonical",
        "title": "Document has a valid `rel=canonical`",
        "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "td-headers-attr": {
        "id": "td-headers-attr",
        "title": "Cells in a `\u003ctable\u003e` element that use the `[headers]` attribute refer to table cells within the same table.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring `\u003ctd\u003e` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.12/td-headers-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-valid-attr-value": {
        "id": "aria-valid-attr-value",
        "title": "`[aria-*]` attributes have valid values",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "image-redundant-alt": {
        "id": "image-redundant-alt",
        "title": "Image elements do not have `[alt]` attributes that are redundant text.",
        "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "svg-img-alt": {
        "id": "svg-img-alt",
        "title": "SVG elements with an `img` role have an accessible text alternative",
        "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.12/svg-img-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "structured-data": {
        "id": "structured-data",
        "title": "Structured data is valid",
        "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "mainthread-work-breakdown": {
        "id": "mainthread-work-breakdown",
        "title": "Minimize main-thread work",
        "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "3.7 s",
        "metricSavings": {
          "TBT": 350
        },
        "details": {
          "items": [
            {
              "groupLabel": "Other",
              "duration": 1335.0467999999898,
              "group": "other"
            },
            {
              "group": "styleLayout",
              "groupLabel": "Style & Layout",
              "duration": 1039.2408000000003
            },
            {
              "group": "scriptEvaluation",
              "groupLabel": "Script Evaluation",
              "duration": 754.07759999999132
            },
            {
              "group": "scriptParseCompile",
              "groupLabel": "Script Parsing & Compilation",
              "duration": 441.68159999999989
            },
            {
              "group": "parseHTML",
              "duration": 58.837199999999982,
              "groupLabel": "Parse HTML & CSS"
            },
            {
              "duration": 38.535600000000009,
              "groupLabel": "Garbage Collection",
              "group": "garbageCollection"
            },
            {
              "duration": 16.228799999999993,
              "groupLabel": "Rendering",
              "group": "paintCompositeRender"
            }
          ],
          "headings": [
            {
              "label": "Category",
              "key": "groupLabel",
              "valueType": "text"
            },
            {
              "label": "Time Spent",
              "key": "duration",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "type": "table",
          "sortedBy": [
            "duration"
          ]
        },
        "numericValue": 3683.6483999999809,
        "numericUnit": "millisecond"
      },
      "long-tasks": {
        "id": "long-tasks",
        "title": "Avoid long main-thread tasks",
        "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "8 long tasks found",
        "metricSavings": {
          "TBT": 350
        },
        "details": {
          "debugData": {
            "tasks": [
              {
                "scriptEvaluation": 0,
                "startTime": 14823,
                "urlIndex": 0,
                "paintCompositeRender": 0,
                "other": 218,
                "duration": 218,
                "styleLayout": 0
              },
              {
                "scriptEvaluation": 0,
                "other": 167,
                "duration": 167,
                "urlIndex": 1,
                "startTime": 13352
              },
              {
                "paintCompositeRender": 0,
                "other": 152,
                "duration": 152,
                "urlIndex": 2,
                "styleLayout": 0,
                "startTime": 1112
              },
              {
                "urlIndex": 0,
                "other": 104,
                "duration": 104,
                "startTime": 13519,
                "scriptEvaluation": 0
              },
              {
                "scriptEvaluation": 0,
                "startTime": 7257,
                "other": 62,
                "duration": 62,
                "urlIndex": 3
              },
              {
                "scriptEvaluation": 0,
                "startTime": 13802,
                "urlIndex": 4,
                "other": 56,
                "duration": 56
              },
              {
                "startTime": 7319,
                "other": 52,
                "duration": 52,
                "urlIndex": 3,
                "scriptEvaluation": 0
              },
              {
                "scriptEvaluation": 0,
                "other": 52,
                "duration": 52,
                "urlIndex": 5,
                "startTime": 17102
              }
            ],
            "type": "debugdata",
            "urls": [
              "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
              "https://holos.global/",
              "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
              "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
              "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js"
            ]
          },
          "skipSumming": [
            "startTime"
          ],
          "type": "table",
          "sortedBy": [
            "duration"
          ],
          "items": [
            {
              "startTime": 14823.006104106878,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "duration": 218
            },
            {
              "startTime": 13352.002679956893,
              "duration": 167,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
            },
            {
              "startTime": 1112.0026799568961,
              "duration": 152,
              "url": "https://holos.global/"
            },
            {
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "duration": 104,
              "startTime": 13519.002679956893
            },
            {
              "startTime": 7257.0046202899221,
              "duration": 62,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V"
            },
            {
              "startTime": 13802.002679956893,
              "duration": 56,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js"
            },
            {
              "startTime": 7319.0046202899221,
              "duration": 52,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V"
            },
            {
              "startTime": 17102.002679956895,
              "duration": 52,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "granularity": 1,
              "label": "Start Time",
              "key": "startTime",
              "valueType": "ms"
            },
            {
              "key": "duration",
              "label": "Duration",
              "granularity": 1,
              "valueType": "ms"
            }
          ]
        }
      },
      "robots-txt": {
        "id": "robots-txt",
        "title": "robots.txt is valid",
        "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "text",
              "key": "index",
              "label": "Line #"
            },
            {
              "key": "line",
              "label": "Content",
              "valueType": "code"
            },
            {
              "label": "Error",
              "key": "message",
              "valueType": "code"
            }
          ]
        }
      },
      "unused-javascript": {
        "id": "unused-javascript",
        "title": "Reduce unused JavaScript",
        "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/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 739 KiB",
        "metricSavings": {
          "LCP": 3900,
          "FCP": 1350
        },
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "code",
                "key": "source"
              },
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "subItemsHeading": {
                "key": "sourceBytes"
              },
              "key": "totalBytes",
              "label": "Transfer Size",
              "valueType": "bytes"
            },
            {
              "subItemsHeading": {
                "key": "sourceWastedBytes"
              },
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "items": [
            {
              "totalBytes": 286007,
              "wastedPercent": 62.757740662261916,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
              "wastedBytes": 179492
            },
            {
              "wastedPercent": 87.8083816829154,
              "totalBytes": 99704,
              "wastedBytes": 87548,
              "url": "https://static.zohocdn.com/forms/js/formslivecore.8c0a59eecdb4d9c249ade0ca70e6febf.js"
            },
            {
              "wastedBytes": 80538,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
              "wastedPercent": 81.7444044776031,
              "totalBytes": 98524
            },
            {
              "wastedPercent": 37.159925696196943,
              "totalBytes": 183596,
              "wastedBytes": 68224,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js"
            },
            {
              "totalBytes": 162269,
              "wastedPercent": 41.768820157924516,
              "wastedBytes": 67778,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V"
            },
            {
              "wastedBytes": 67031,
              "url": "https://static.zohocdn.com/forms/js/formsofthirdpartylivejs.44e2e575a610118280a724ae6837b339.js",
              "wastedPercent": 88.881673772207975,
              "totalBytes": 75416
            },
            {
              "wastedBytes": 44083,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js",
              "wastedPercent": 98.128351597108889,
              "totalBytes": 44924
            },
            {
              "totalBytes": 44472,
              "wastedPercent": 96.785070332688917,
              "wastedBytes": 43042,
              "url": "https://static.zohocdn.com/forms/js/formsrulesincwebhlive.bb41e2f94d6866ee1e5b19071c770c2c.js"
            },
            {
              "wastedPercent": 53.043517061219191,
              "totalBytes": 70798,
              "wastedBytes": 37554,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js"
            },
            {
              "url": "https://static.zohocdn.com/forms/js/formsonefldlive.1efcc0a9ce9b65cc88ceaaa4feeab25f.js",
              "wastedBytes": 34585,
              "totalBytes": 40535,
              "wastedPercent": 85.321779706408364
            },
            {
              "wastedBytes": 23495,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/36750-0e0dcc3bf656857b-min.en-US.js",
              "wastedPercent": 99.093368428749,
              "totalBytes": 23710
            },
            {
              "wastedBytes": 22999,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/51032-5b10f78cd55ee141-min.en-US.js",
              "totalBytes": 39849,
              "wastedPercent": 57.71609315173226
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ],
          "type": "opportunity",
          "overallSavingsBytes": 756369,
          "overallSavingsMs": 3920,
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 3920,
              "FCP": 1350
            }
          }
        },
        "numericValue": 3920,
        "numericUnit": "millisecond"
      },
      "server-response-time": {
        "id": "server-response-time",
        "title": "Initial server response time was short",
        "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Root document took 30 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "url": "https://holos.global/",
              "responseTime": 26
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "timespanMs",
              "key": "responseTime",
              "label": "Time Spent"
            }
          ],
          "overallSavingsMs": 0,
          "type": "opportunity"
        },
        "numericValue": 26,
        "numericUnit": "millisecond"
      },
      "font-display-insight": {
        "id": "font-display-insight",
        "title": "Font display",
        "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 270 ms",
        "metricSavings": {
          "FCP": 250,
          "INP": 0
        },
        "details": {
          "items": [
            {
              "wastedMs": 265,
              "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925cfbfdcd027b2d8c8cbb/1636982011610/Syne-Regular.otfURL.ttf/.otf"
            },
            {
              "wastedMs": 260,
              "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925b00ad5a466767f946a4/1636981505418/Syne-Bold.otfURL.ttf/.otf"
            },
            {
              "wastedMs": 25,
              "url": "https://static.zohocdn.com/forms/images/fonts/onefield/icomoon.18c134ed879dd3735ad3a347ab7d73c1.woff2"
            },
            {
              "wastedMs": 20,
              "url": "https://static.zohocdn.com/webfonts/anticregular/font.woff2"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Est Savings",
              "key": "wastedMs",
              "valueType": "ms"
            }
          ],
          "type": "table",
          "skipSumming": [
            "wastedMs"
          ]
        }
      },
      "aria-command-name": {
        "id": "aria-command-name",
        "title": "`button`, `link`, and `menuitem` elements have accessible names",
        "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-command-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-dialog-name": {
        "id": "aria-dialog-name",
        "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
        "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "interactive-element-affordance": {
        "id": "interactive-element-affordance",
        "title": "Interactive elements indicate their purpose and state",
        "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "third-parties-insight": {
        "id": "third-parties-insight",
        "title": "3rd parties",
        "description": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "entity": "Squarespace",
              "mainThreadTime": 508.56700018048286,
              "subItems": {
                "items": [
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "transferSize": 286732,
                    "mainThreadTime": 227.1949999332428
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
                    "transferSize": 184321,
                    "mainThreadTime": 43.2710000872612
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                    "mainThreadTime": 34.63099992275238,
                    "transferSize": 39257
                  },
                  {
                    "mainThreadTime": 34.291999995708466,
                    "transferSize": 43079,
                    "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                  },
                  {
                    "mainThreadTime": 29.167000025510788,
                    "transferSize": 45645,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js"
                  },
                  {
                    "transferSize": 99247,
                    "mainThreadTime": 27.229000091552734,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js"
                  },
                  {
                    "transferSize": 31050,
                    "mainThreadTime": 22.035000115633011,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 20.566999971866608,
                    "transferSize": 71518,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js"
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/user-account-core-032ff61ccc50aec1-min.en-US.js",
                    "transferSize": 33807,
                    "mainThreadTime": 9.74600002169609
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/51032-5b10f78cd55ee141-min.en-US.js",
                    "mainThreadTime": 8.8149999976158142,
                    "transferSize": 40571
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/36750-0e0dcc3bf656857b-min.en-US.js",
                    "mainThreadTime": 5.3939999938011169,
                    "transferSize": 24431
                  },
                  {
                    "transferSize": 23713,
                    "mainThreadTime": 4.7209999859333038,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js"
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-92c0931cd0fb5795-min.en-US.js",
                    "transferSize": 19064,
                    "mainThreadTime": 4.6230000257492065
                  },
                  {
                    "transferSize": 27411,
                    "mainThreadTime": 4.4429999589920044,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/video-background.b4c2ba98023c48e93617.js"
                  },
                  {
                    "mainThreadTime": 4.2050000131130219,
                    "transferSize": 15663,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-553be5b17e9a9bde-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 3.4580000638961792,
                    "transferSize": 14913,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/8706.37d54976e211f6af2ab0.js"
                  },
                  {
                    "transferSize": 15853,
                    "mainThreadTime": 3.31099995970726,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js"
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/88124-98b8a9c74273d635-min.en-US.js",
                    "mainThreadTime": 2.9519999921321869,
                    "transferSize": 14098
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/21865-ec14ff2358ca7d1c-min.en-US.js",
                    "transferSize": 8600,
                    "mainThreadTime": 2.2950000166893005
                  },
                  {
                    "mainThreadTime": 2.273000031709671,
                    "transferSize": 14485,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7706.89c4bf0f2dd75fdeeefc.js"
                  },
                  {
                    "transferSize": 6214,
                    "mainThreadTime": 1.4860000014305115,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/50785-5da795d97049b11f-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 1.4090000092983246,
                    "transferSize": 3757,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/section-divider.2cf999b0651cf5bf496a.js"
                  },
                  {
                    "transferSize": 4722,
                    "mainThreadTime": 1.0250000059604645,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-7e31a7d05a3d896f-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 1.0109999477863312,
                    "transferSize": 5074,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/48844-845adadf960f8a75-min.en-US.js"
                  },
                  {
                    "transferSize": 4053,
                    "mainThreadTime": 1.0060000121593475,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/29373-ce744d4f84228bda-min.en-US.js"
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/1480.6a039b1d3b8174bc9169.js",
                    "mainThreadTime": 0.94699999690055847,
                    "transferSize": 4542
                  },
                  {
                    "transferSize": 6558,
                    "mainThreadTime": 0.92200002074241638,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/82365-7f8bed8d727a2323-min.en-US.js"
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/5247.484153ca7ab644a8706c.js",
                    "mainThreadTime": 0.87799999117851257,
                    "transferSize": 6847
                  },
                  {
                    "mainThreadTime": 0.82799997925758362,
                    "transferSize": 4248,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/43697-f517c2140e5fa74a-min.en-US.js"
                  },
                  {
                    "transferSize": 3471,
                    "mainThreadTime": 0.79800000786781311,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/12650-53ff0a28f9221293-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 0.64699998497962952,
                    "transferSize": 2778,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/16975-cb4dd2489e086630-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 0.6380000114440918,
                    "transferSize": 2602,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/async-reserved-cart-bootstrap-6c5f32fe56aefd87-min.en-US.js"
                  },
                  {
                    "mainThreadTime": 0.578000009059906,
                    "transferSize": 3889,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/user-items-list-banner-slideshow.9f86135f51b7e996c126.js"
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/3271.980bcd7fba7e551fee68.js",
                    "transferSize": 3352,
                    "mainThreadTime": 0.57199999690055847
                  },
                  {
                    "mainThreadTime": 0.56499999761581421,
                    "transferSize": 2248,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-aa199afcf7c87a38-min.en-US.js"
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/background-surface.e368755fabf8c97f26e0.js",
                    "transferSize": 897,
                    "mainThreadTime": 0.22600001096725464
                  },
                  {
                    "transferSize": 994,
                    "mainThreadTime": 0.21399998664855957,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.333bd5aee1885e7af603.js"
                  },
                  {
                    "mainThreadTime": 0.1940000057220459,
                    "transferSize": 1005,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/45779-1b560e815538deda-min.en-US.js"
                  },
                  {
                    "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true",
                    "transferSize": 112923,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925b00ad5a466767f946a4/1636981505418/Syne-Bold.otfURL.ttf/.otf",
                    "transferSize": 46959,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925cfbfdcd027b2d8c8cbb/1636982011610/Syne-Regular.otfURL.ttf/.otf",
                    "transferSize": 46371,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1782485764522-Q9TRHIZ72521COUM0KFD/static.css",
                    "transferSize": 41083,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/styles-compressed/35ebb88013744865-min.en-US.css",
                    "transferSize": 3877,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/styles-compressed/8308d1793f387442-min.en-US.css",
                    "mainThreadTime": 0,
                    "transferSize": 1745
                  },
                  {
                    "url": "https://assets.squarespace.com/universal/styles-compressed/user-account-core-5683ef8393a28a28-min.en-US.css",
                    "mainThreadTime": 0,
                    "transferSize": 1342
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 949,
                    "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css"
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 1375958
            },
            {
              "transferSize": 488246,
              "subItems": {
                "items": [
                  {
                    "url": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js",
                    "mainThreadTime": 58.513999938964844,
                    "transferSize": 30799
                  },
                  {
                    "url": "https://static.zohocdn.com/forms/js/formsofthirdpartylivejs.44e2e575a610118280a724ae6837b339.js",
                    "mainThreadTime": 32.10400003194809,
                    "transferSize": 76428
                  },
                  {
                    "transferSize": 100573,
                    "mainThreadTime": 31.140000015497208,
                    "url": "https://static.zohocdn.com/forms/js/formslivecore.8c0a59eecdb4d9c249ade0ca70e6febf.js"
                  },
                  {
                    "url": "https://static.zohocdn.com/forms/js/formsrulesincwebhlive.bb41e2f94d6866ee1e5b19071c770c2c.js",
                    "mainThreadTime": 11.883000046014786,
                    "transferSize": 45328
                  },
                  {
                    "mainThreadTime": 9.3430000245571136,
                    "transferSize": 41390,
                    "url": "https://static.zohocdn.com/forms/js/formsonefldlive.1efcc0a9ce9b65cc88ceaaa4feeab25f.js"
                  },
                  {
                    "mainThreadTime": 7.1470000147819519,
                    "transferSize": 19356,
                    "url": "https://static.zohocdn.com/forms/js/formsselect.b9384dcadf2bc7b3816527891df599f6.js"
                  },
                  {
                    "mainThreadTime": 6.4050000309944153,
                    "transferSize": 23478,
                    "url": "https://static.zohocdn.com/forms/js/formslivechoicefields.157cefb7e73f257085d5c031bc3a9da3.js"
                  },
                  {
                    "mainThreadTime": 3.5769999921321869,
                    "transferSize": 10607,
                    "url": "https://static.zohocdn.com/forms/js/formslivetextfields.23e86c8a662d6cd06d7a4ffdf93cc1e5.js"
                  },
                  {
                    "transferSize": 12917,
                    "mainThreadTime": 3.2939999997615814,
                    "url": "https://static.zohocdn.com/forms/js/formslivecompositefields.a3cae9ac75f917362bb43efc2bc1f7f7.js"
                  },
                  {
                    "url": "https://static.zohocdn.com/forms/js/lethargy.min.f110340f0704805aeecaf987bab2f15e.js",
                    "mainThreadTime": 0.42500001192092896,
                    "transferSize": 1286
                  },
                  {
                    "transferSize": 27346,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/css/formsonefldlivenew.63fd8d070cc8f5d71fc138a92e09eca0.css"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 22355,
                    "url": "https://static.zohocdn.com/forms/css/formsonefldliveother.e85ab566d8c1375f6e7e445a209c08bc.css"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 15354,
                    "url": "https://static.zohocdn.com/webfonts/anticregular/font.woff2"
                  },
                  {
                    "transferSize": 12396,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/css/formsthirdparty.2755260429cd02c98112dac6f4b5b8ce.css"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 11919,
                    "url": "https://static.zohocdn.com/forms/svghtml/live/new_live_icons.f35cebaf55ea3a8257ef0147c47f2c3a.html"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 6796,
                    "url": "https://static.zohocdn.com/forms/css/onefieldformotherfieldslivestyles.41fb00eceefff04bff71f17ae7c17261.css"
                  },
                  {
                    "transferSize": 5340,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/images/check-mark-outline.e44509047a0a79fb604be98bb10ec5bc.png"
                  },
                  {
                    "transferSize": 5171,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/css/onefieldformcompositefieldslivestyles.31eb55b4976507d496399ecad2f69373.css"
                  },
                  {
                    "transferSize": 5127,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/svghtml/live/new_onefield_live_icons.54961497d5f99fd7cd0552212e2e75a5.html"
                  },
                  {
                    "transferSize": 3609,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/svghtml/live/fields/choice_composite_fields.0888648ffc7a917c178ee21e1984cd9a.html"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 3146,
                    "url": "https://static.zohocdn.com/forms/images/fonts/onefield/icomoon.18c134ed879dd3735ad3a347ab7d73c1.woff2"
                  },
                  {
                    "transferSize": 3125,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/css/onefieldformbasicfieldslivestyles.ab5321b652c23696b9f11c669c1606c5.css"
                  },
                  {
                    "url": "https://static.zohocdn.com/forms/svghtml/live/fields/text_fields.cf86a77a301697805e18b6e72022301c.html",
                    "transferSize": 3047,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1353,
                    "mainThreadTime": 0,
                    "url": "https://static.zohocdn.com/forms/images/warning-info.607d397302b1f344f8d8df1258004046.png"
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 163.8320001065731,
              "entity": "zohocdn.com"
            },
            {
              "transferSize": 162957,
              "subItems": {
                "items": [
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
                    "mainThreadTime": 97.56100007891655,
                    "transferSize": 162957
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 97.56100007891655,
              "entity": "Google Tag Manager"
            },
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
                    "transferSize": 17856,
                    "mainThreadTime": 15.020000040531158
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 15.020000040531158,
              "transferSize": 17856,
              "entity": "zohopublic.com"
            },
            {
              "subItems": {
                "items": [
                  {
                    "mainThreadTime": 1.8429999649524689,
                    "transferSize": 10195,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.visitor.js"
                  },
                  {
                    "mainThreadTime": 1.7770000100135803,
                    "transferSize": 11828,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/6644.js"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                    "transferSize": 12178,
                    "mainThreadTime": 1.6659999787807465
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
                    "transferSize": 9639,
                    "mainThreadTime": 1.2879999876022339
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.visitor.js",
                    "mainThreadTime": 0.957999974489212,
                    "transferSize": 4486
                  },
                  {
                    "transferSize": 5508,
                    "mainThreadTime": 0.89300000667572021,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.visitor.js"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8018.js",
                    "mainThreadTime": 0.82699999213218689,
                    "transferSize": 5730
                  },
                  {
                    "transferSize": 4854,
                    "mainThreadTime": 0.66199997067451477,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.visitor.js"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.visitor.js",
                    "mainThreadTime": 0.6419999897480011,
                    "transferSize": 4458
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-lines.js",
                    "mainThreadTime": 0.59000000357627869,
                    "transferSize": 4962
                  },
                  {
                    "mainThreadTime": 0.5300000011920929,
                    "transferSize": 4367,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/9882.js"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-liquid.js",
                    "transferSize": 4153,
                    "mainThreadTime": 0.406000018119812
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-parallax.js",
                    "transferSize": 3085,
                    "mainThreadTime": 0.40399998426437378
                  },
                  {
                    "mainThreadTime": 0.37999996542930603,
                    "transferSize": 4032,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-film-grain.js"
                  },
                  {
                    "mainThreadTime": 0.22699996829032898,
                    "transferSize": 1832,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-circles.js"
                  },
                  {
                    "mainThreadTime": 0.17099997401237488,
                    "transferSize": 1698,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.shared.constants.js"
                  },
                  {
                    "transferSize": 1288,
                    "mainThreadTime": 0.16700002551078796,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.visitor.js"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.styles.css",
                    "transferSize": 2406,
                    "mainThreadTime": 0
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 1320,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.styles.css"
                  },
                  {
                    "transferSize": 1081,
                    "mainThreadTime": 0,
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.styles.css"
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.styles.css",
                    "mainThreadTime": 0,
                    "transferSize": 847
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.styles.css",
                    "mainThreadTime": 0,
                    "transferSize": 846
                  },
                  {
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.styles.css",
                    "transferSize": 825,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 13.43099981546402,
              "transferSize": 101618,
              "entity": "sqspcdn.com"
            },
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/7635655a-3e9b-4197-b362-fa1679e81ad9/Screen+Shot+2022-08-14+at+12.33.21+PM.png?format=2500w",
                    "mainThreadTime": 0,
                    "transferSize": 3237094
                  },
                  {
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/1637197880261-437TZ0BG1CVEW9A67B1U/Slide+16_9+-+11.png?format=1500w",
                    "transferSize": 117199,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f666a4-830d-4b96-9803-1816da6e6a1d/Holos-NR-135.jpg?format=750w",
                    "mainThreadTime": 0,
                    "transferSize": 108327
                  },
                  {
                    "transferSize": 93858,
                    "mainThreadTime": 0,
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2d5c49-3268-4e32-bbac-d6adf8cfc30d/Holos+cover.jpg?format=750w"
                  },
                  {
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/d24c7ab2-863c-4273-aaca-29d642e709ed/Acrya.jpeg?format=750w",
                    "transferSize": 13684,
                    "mainThreadTime": 0
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 3830,
                    "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/fd0590c6-6d39-4a93-8f05-93a1a2cbaff3/logo+wordmark+neutral.png?format=1500w"
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 0,
              "transferSize": 3573992,
              "entity": "squarespace-cdn.com"
            },
            {
              "entity": "Google Analytics",
              "transferSize": 796,
              "subItems": {
                "items": [
                  {
                    "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-WML0GYXS4V&gtm=45je67h1v9193540282za200zd9193540282&_p=1784619478261&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZjQwMz&are=1&cid=1651334127.1784619479&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118395334~118897920~118897930~118981136~119773331&sid=1784619478&sct=1&seg=0&dl=https%3A%2F%2Fholos.global%2F&dt=HOLOS&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1160",
                    "transferSize": 796,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "mainThreadTime": 0
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "key": "entity",
              "label": "3rd party"
            },
            {
              "key": "transferSize",
              "label": "Transfer size",
              "granularity": 1,
              "subItemsHeading": {
                "key": "transferSize"
              },
              "valueType": "bytes"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "subItemsHeading": {
                "key": "mainThreadTime"
              },
              "label": "Main thread time",
              "key": "mainThreadTime"
            }
          ],
          "type": "table",
          "isEntityGrouped": true
        }
      },
      "logical-tab-order": {
        "id": "logical-tab-order",
        "title": "The page has a logical tab order",
        "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "third-party-cookies": {
        "id": "third-party-cookies",
        "title": "Avoids third-party cookies",
        "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            }
          ],
          "type": "table"
        }
      },
      "notification-on-start": {
        "id": "notification-on-start",
        "title": "Avoids requesting the notification permission on page load",
        "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "source-location",
              "label": "Source",
              "key": "source"
            }
          ]
        }
      },
      "image-size-responsive": {
        "id": "image-size-responsive",
        "title": "Serves images with appropriate resolution",
        "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "label": "Displayed size",
              "key": "displayedSize",
              "valueType": "text"
            },
            {
              "label": "Actual size",
              "key": "actualSize",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Expected size",
              "key": "expectedSize"
            }
          ],
          "type": "table"
        }
      },
      "legacy-javascript-insight": {
        "id": "legacy-javascript-insight",
        "title": "Legacy JavaScript",
        "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 128 KiB",
        "metricSavings": {
          "LCP": 600,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "location": {
                      "column": 55081,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location"
                    },
                    "signal": "Array.prototype.at"
                  },
                  {
                    "location": {
                      "type": "source-location",
                      "line": 0,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "column": 55488,
                      "urlProvider": "network"
                    },
                    "signal": "Array.prototype.findLast"
                  },
                  {
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "column": 55283,
                      "urlProvider": "network"
                    },
                    "signal": "Array.prototype.findLastIndex"
                  },
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 55955,
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Array.prototype.flat"
                  },
                  {
                    "location": {
                      "column": 55701,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "Array.prototype.flatMap"
                  },
                  {
                    "location": {
                      "column": 56203,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "Array.prototype.includes"
                  },
                  {
                    "location": {
                      "column": 58557,
                      "urlProvider": "network",
                      "type": "source-location",
                      "line": 0,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Array.prototype.sort"
                  },
                  {
                    "location": {
                      "column": 59219,
                      "urlProvider": "network",
                      "type": "source-location",
                      "line": 0,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Array.prototype.unshift"
                  },
                  {
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 61644,
                      "urlProvider": "network"
                    },
                    "signal": "Math.hypot"
                  },
                  {
                    "signal": "Object.assign",
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 64380,
                      "urlProvider": "network"
                    }
                  },
                  {
                    "signal": "Object.fromEntries",
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 64947,
                      "urlProvider": "network"
                    }
                  },
                  {
                    "location": {
                      "column": 48788,
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Object.getOwnPropertyDescriptor"
                  },
                  {
                    "location": {
                      "column": 65090,
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Object.hasOwn"
                  },
                  {
                    "location": {
                      "column": 65713,
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "Promise.allSettled"
                  },
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 66625,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "Promise.any"
                  },
                  {
                    "signal": "String.prototype.endsWith",
                    "location": {
                      "column": 75921,
                      "urlProvider": "network",
                      "type": "source-location",
                      "line": 0,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    }
                  },
                  {
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 76304,
                      "urlProvider": "network"
                    },
                    "signal": "String.prototype.includes"
                  },
                  {
                    "location": {
                      "column": 77705,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "String.prototype.matchAll"
                  },
                  {
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0,
                      "column": 79252,
                      "urlProvider": "network"
                    },
                    "signal": "String.prototype.replaceAll"
                  },
                  {
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 83506,
                      "urlProvider": "network"
                    },
                    "signal": "String.prototype.startsWith"
                  },
                  {
                    "location": {
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 84326,
                      "urlProvider": "network"
                    },
                    "signal": "String.prototype.trim"
                  },
                  {
                    "location": {
                      "column": 83812,
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
                    },
                    "signal": "String.prototype.trimEnd"
                  },
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 84183,
                      "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "String.prototype.trimStart"
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 30647,
              "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js"
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "signal": "Array.from",
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
                      "column": 15758,
                      "urlProvider": "network"
                    }
                  },
                  {
                    "location": {
                      "column": 15599,
                      "urlProvider": "network",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "Array.prototype.find"
                  },
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 16619,
                      "type": "source-location",
                      "line": 0,
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js"
                    },
                    "signal": "Array.prototype.slice"
                  },
                  {
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
                      "column": 18058,
                      "urlProvider": "network"
                    },
                    "signal": "Object.assign"
                  },
                  {
                    "location": {
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 18418,
                      "urlProvider": "network"
                    },
                    "signal": "Reflect.construct"
                  }
                ]
              },
              "wastedBytes": 21075,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js"
            },
            {
              "wastedBytes": 14173,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
              "subItems": {
                "items": [
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 559,
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                      "type": "source-location",
                      "line": 0
                    },
                    "signal": "@babel/plugin-transform-classes"
                  },
                  {
                    "location": {
                      "column": 26133,
                      "urlProvider": "network",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                      "line": 0,
                      "type": "source-location"
                    },
                    "signal": "Array.prototype.filter"
                  },
                  {
                    "location": {
                      "column": 31496,
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js"
                    },
                    "signal": "Object.create"
                  },
                  {
                    "location": {
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                      "type": "source-location",
                      "line": 0,
                      "column": 27979,
                      "urlProvider": "network"
                    },
                    "signal": "Object.getOwnPropertyDescriptor"
                  },
                  {
                    "location": {
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 28202,
                      "urlProvider": "network"
                    },
                    "signal": "Object.getOwnPropertyDescriptors"
                  },
                  {
                    "location": {
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
                      "line": 0,
                      "type": "source-location",
                      "column": 28658,
                      "urlProvider": "network"
                    },
                    "signal": "Object.keys"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "signal": "Array.prototype.concat",
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/9882.js",
                      "column": 9584,
                      "urlProvider": "network"
                    }
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 13509,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/9882.js"
            },
            {
              "wastedBytes": 12933,
              "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-lines.js",
              "subItems": {
                "items": [
                  {
                    "signal": "Array.prototype.concat",
                    "location": {
                      "type": "source-location",
                      "line": 0,
                      "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-lines.js",
                      "column": 11507,
                      "urlProvider": "network"
                    }
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "wastedBytes": 11669,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
              "subItems": {
                "items": [
                  {
                    "location": {
                      "line": 17,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
                      "urlProvider": "network",
                      "column": 21631
                    },
                    "signal": "@babel/plugin-transform-classes"
                  },
                  {
                    "location": {
                      "line": 9,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
                      "column": 5065,
                      "urlProvider": "network"
                    },
                    "signal": "String.prototype.matchAll"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "location": {
                      "urlProvider": "network",
                      "column": 35249,
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
                      "type": "source-location",
                      "line": 479
                    },
                    "signal": "Array.from"
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 10014,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js"
            },
            {
              "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
              "wastedBytes": 9050,
              "subItems": {
                "items": [
                  {
                    "location": {
                      "type": "source-location",
                      "line": 59,
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
                      "column": 536,
                      "urlProvider": "network"
                    },
                    "signal": "Object.create"
                  },
                  {
                    "location": {
                      "column": 676,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
                      "type": "source-location",
                      "line": 59
                    },
                    "signal": "Object.getOwnPropertyDescriptor"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
              "wastedBytes": 8006,
              "subItems": {
                "items": [
                  {
                    "location": {
                      "type": "source-location",
                      "line": 19,
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
                      "column": 17060,
                      "urlProvider": "network"
                    },
                    "signal": "@babel/plugin-transform-classes"
                  },
                  {
                    "location": {
                      "column": 13187,
                      "urlProvider": "network",
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
                      "type": "source-location",
                      "line": 80
                    },
                    "signal": "Object.is"
                  },
                  {
                    "location": {
                      "column": 15144,
                      "urlProvider": "network",
                      "line": 80,
                      "type": "source-location",
                      "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js"
                    },
                    "signal": "Object.keys"
                  }
                ],
                "type": "subitems"
              }
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url",
              "subItemsHeading": {
                "key": "location",
                "valueType": "source-location"
              }
            },
            {
              "key": null,
              "subItemsHeading": {
                "key": "signal"
              },
              "valueType": "code"
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "label": "Wasted bytes"
            }
          ],
          "debugData": {
            "wastedBytes": 131076,
            "type": "debugdata"
          },
          "type": "table"
        }
      },
      "duplicate-id-aria": {
        "id": "duplicate-id-aria",
        "title": "ARIA IDs are unique",
        "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,3,DIV,0,DIV,0,NAV,1,DIV,1,DIV",
                      "snippet": "\u003cdiv class=\"header-nav-folder-content\" id=\"about\"\u003e",
                      "lhId": "1-14-DIV",
                      "nodeLabel": "\n        \n          \n            \n              \n                \n             …",
                      "boundingRect": {
                        "width": 0,
                        "right": 0,
                        "bottom": 0,
                        "height": 0,
                        "top": 0,
                        "left": 0
                      },
                      "selector": "div.header-nav-wrapper \u003e nav.header-nav-list \u003e div.header-nav-item \u003e div#about",
                      "type": "node"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,2,DIV,2,DIV,3,DIV,0,DIV,0,NAV,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"header-nav-folder-content\" id=\"about\"\u003e",
                "lhId": "1-13-DIV",
                "explanation": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: about",
                "nodeLabel": "\n        \n          \n            \n              \n                \n             …",
                "boundingRect": {
                  "right": 0,
                  "width": 0,
                  "bottom": 0,
                  "height": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div.header-nav-wrapper \u003e nav.header-nav-list \u003e div.header-nav-item \u003e div#about",
                "type": "node"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "impact": "critical",
            "tags": [
              "cat.parsing",
              "wcag2a",
              "wcag412",
              "EN-301-549",
              "EN-9.4.1.2",
              "RGAAv4",
              "RGAA-8.2.1"
            ],
            "type": "debugdata"
          }
        }
      },
      "layout-shifts": {
        "id": "layout-shifts",
        "title": "Avoid large layout shifts",
        "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "extra"
              },
              "label": "Element",
              "key": "node",
              "valueType": "node"
            },
            {
              "valueType": "numeric",
              "granularity": 0.001,
              "subItemsHeading": {
                "valueType": "text",
                "key": "cause"
              },
              "label": "Layout shift score",
              "key": "score"
            }
          ],
          "type": "table"
        }
      },
      "custom-controls-labels": {
        "id": "custom-controls-labels",
        "title": "Custom controls have associated labels",
        "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "largest-contentful-paint": {
        "id": "largest-contentful-paint",
        "title": "Largest Contentful Paint",
        "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "displayValue": "31.0 s",
        "numericValue": 31030.763801152327,
        "numericUnit": "millisecond"
      },
      "aria-progressbar-name": {
        "id": "aria-progressbar-name",
        "title": "ARIA `progressbar` elements have accessible names",
        "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "color-contrast": {
        "id": "color-contrast",
        "title": "Background and foreground colors have a sufficient contrast ratio",
        "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.12/color-contrast).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ]
        }
      },
      "unminified-css": {
        "id": "unminified-css",
        "title": "Minify CSS",
        "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 8 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 150
        },
        "details": {
          "sortedBy": [
            "wastedBytes"
          ],
          "type": "opportunity",
          "items": [
            {
              "totalBytes": 27346,
              "wastedPercent": 16.075980406133628,
              "wastedBytes": 4396,
              "url": "https://static.zohocdn.com/forms/css/formsonefldlivenew.63fd8d070cc8f5d71fc138a92e09eca0.css"
            },
            {
              "wastedBytes": 3893,
              "url": "https://static.zohocdn.com/forms/css/formsonefldliveother.e85ab566d8c1375f6e7e445a209c08bc.css",
              "totalBytes": 22355,
              "wastedPercent": 17.412651461689766
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "valueType": "bytes",
              "label": "Est Savings",
              "key": "wastedBytes"
            }
          ],
          "overallSavingsMs": 0,
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "FCP": 150,
              "LCP": 0
            }
          },
          "overallSavingsBytes": 8289
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "label-content-name-mismatch": {
        "id": "label-content-name-mismatch",
        "title": "Elements with visible text labels have matching accessible names.",
        "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.12/label-content-name-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "valid-source-maps": {
        "id": "valid-source-maps",
        "title": "Page has valid source maps",
        "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/26c58dc01e78db568fced91a39fabf63/scripts/video-background.b4c2ba98023c48e93617.js.map",
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/video-background.b4c2ba98023c48e93617.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/717fd3d9947dd863f5f7b5c03469ece9/scripts/user-items-list-banner-slideshow.9f86135f51b7e996c126.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/user-items-list-banner-slideshow.9f86135f51b7e996c126.js"
            },
            {
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/191fa59bfe0af6442e68961ffd3554bc/scripts/site-bundle.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/section-divider.2cf999b0651cf5bf496a.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ]
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/4ee013c659be255dae2c5896bfff8db6/scripts/section-divider.2cf999b0651cf5bf496a.js.map"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/ad4b59f7b03ef151a5be6b26943e7aa7/scripts/floating-cart.333bd5aee1885e7af603.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.333bd5aee1885e7af603.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/1b1633e2ba247728cc074dfd7833e7df/scripts/background-surface.e368755fabf8c97f26e0.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/background-surface.e368755fabf8c97f26e0.js"
            },
            {
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/8706.37d54976e211f6af2ab0.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/7d8d84253477997697b59014847e52e2/scripts/8706.37d54976e211f6af2ab0.js.map"
            },
            {
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7706.89c4bf0f2dd75fdeeefc.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/944e7927875ee81e4c6ef9060f0a8eec/scripts/7706.89c4bf0f2dd75fdeeefc.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/5247.484153ca7ab644a8706c.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/6775cb4b1a8b094cf1f36aa96ac41ad0/scripts/5247.484153ca7ab644a8706c.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/fc62ada89b952b5f7ff9d029102a746c/scripts/3271.980bcd7fba7e551fee68.js.map",
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/3271.980bcd7fba7e551fee68.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/new-bedford-framework/sourcemaps/c0d6288fabfdec5a40164cb53853005c/scripts/1480.6a039b1d3b8174bc9169.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/1480.6a039b1d3b8174bc9169.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-aa199afcf7c87a38-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/4f3f1d32ca8c46d0/visitor-site-error-reporter-aa199afcf7c87a38-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/0ea5c3f72da248af/user-account-core-032ff61ccc50aec1-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/user-account-core-032ff61ccc50aec1-min.en-US.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/dbc8b497abcfe3d7/performance-59135a6165445658-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/87e18ec432068104/extract-css-runtime-92c0931cd0fb5795-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-92c0931cd0fb5795-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/494ec050c75bacbe/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/dfb40a398ed66b9a/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js.map",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ]
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/94a2e445f0b5e346/common-vendors-0d9c0659469696da-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/5a23341142187962/common-42966b1b5c5de5c4-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/38fc146bd12b3dd2/cldr-resource-pack-553be5b17e9a9bde-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-553be5b17e9a9bde-min.en-US.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/78dc3d6ae615298c/async-reserved-cart-bootstrap-6c5f32fe56aefd87-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/async-reserved-cart-bootstrap-6c5f32fe56aefd87-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-7e31a7d05a3d896f-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/b47540ec1a61c981/async-commerce-cart-utils-7e31a7d05a3d896f-min.en-US.js.map",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ]
              }
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/fc1a4a2211730199/93003-12fa20f83c762315-min.en-US.js.map"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/774a055952506a7b/88124-98b8a9c74273d635-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/88124-98b8a9c74273d635-min.en-US.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/d74203d05a36b209/82365-7f8bed8d727a2323-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/82365-7f8bed8d727a2323-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/099e8ab6a2eeafa0/67246-c1dbeae337a9596a-min.en-US.js.map"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/51032-5b10f78cd55ee141-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/251fab986b14de27/51032-5b10f78cd55ee141-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/2bda8644d6e0b154/50785-5da795d97049b11f-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/50785-5da795d97049b11f-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/48844-845adadf960f8a75-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/4953f9d6440c0af9/48844-845adadf960f8a75-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/6970d43cc2bb48fd/45779-1b560e815538deda-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/45779-1b560e815538deda-min.en-US.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/8d2c9fb7fd38b24c/43697-f517c2140e5fa74a-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/43697-f517c2140e5fa74a-min.en-US.js"
            },
            {
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/d3fd8fb98cac0a05/36750-0e0dcc3bf656857b-min.en-US.js.map",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ]
              },
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/36750-0e0dcc3bf656857b-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/29373-ce744d4f84228bda-min.en-US.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/2d7aaa7a3ff518bd/29373-ce744d4f84228bda-min.en-US.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/d4b152e32db17abb/21865-ec14ff2358ca7d1c-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/21865-ec14ff2358ca7d1c-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/7be9098893430e14/20641-6e097976b40cda35-min.en-US.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/8c8fa99989814586/16975-cb4dd2489e086630-min.en-US.js.map",
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/16975-cb4dd2489e086630-min.en-US.js"
            },
            {
              "scriptUrl": "https://assets.squarespace.com/universal/scripts-compressed/12650-53ff0a28f9221293-min.en-US.js",
              "sourceMapUrl": "https://sourcemaps.squarespace.net/universal/scripts-compressed/sourcemaps/afd238ed943a7beb/12650-53ff0a28f9221293-min.en-US.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "TypeError: Failed to fetch"
                  }
                ],
                "type": "subitems"
              }
            }
          ],
          "headings": [
            {
              "subItemsHeading": {
                "key": "error"
              },
              "key": "scriptUrl",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "url",
              "label": "Map URL",
              "key": "sourceMapUrl"
            }
          ],
          "type": "table"
        }
      },
      "definition-list": {
        "id": "definition-list",
        "title": "`\u003cdl\u003e`'s contain only properly-ordered `\u003cdt\u003e` and `\u003cdd\u003e` groups, `\u003cscript\u003e`, `\u003ctemplate\u003e` or `\u003cdiv\u003e` elements.",
        "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/definition-list).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-delivery-insight": {
        "id": "image-delivery-insight",
        "title": "Improve image delivery",
        "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)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 2,764 KiB",
        "metricSavings": {
          "LCP": 13050,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "debugData": {
            "wastedBytes": 2830768,
            "type": "debugdata"
          },
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              },
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "bytes",
              "label": "Resource Size",
              "key": "totalBytes"
            },
            {
              "valueType": "bytes",
              "label": "Est Savings",
              "key": "wastedBytes",
              "subItemsHeading": {
                "valueType": "bytes",
                "key": "wastedBytes"
              }
            }
          ],
          "items": [
            {
              "wastedBytes": 2652315,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/7635655a-3e9b-4197-b362-fa1679e81ad9/Screen+Shot+2022-08-14+at+12.33.21+PM.png?format=2500w",
              "subItems": {
                "items": [
                  {
                    "reason": "Increasing the image compression factor could improve this image's download size.",
                    "wastedBytes": 2652315
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 3236482,
              "node": {
                "type": "node",
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "left": -528,
                  "top": 0,
                  "height": 823,
                  "bottom": 823,
                  "width": 1467,
                  "right": 940
                },
                "selector": "div.section-background \u003e div \u003e div.sqs-video-background \u003e img.custom-fallback-image",
                "lhId": "page-0-IMG",
                "snippet": "\u003cimg data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" data-image-dimensions=\"2870x1610\" data-image-focal-point=\"0.5,0.5\" class=\"custom-fallback-image loaded\" data-load=\"false\" elementtiming=\"nbf-video-background-fallback\" data-parent-ratio=\"0.5\" style=\"left: -527.543px; top: 0px; width: 1467.09px; height: 823px;\" alt=\"Screen Shot 2022-08-14 at 12.33.21 PM.png\" data-image-resolution=\"2500w\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
              }
            },
            {
              "wastedBytes": 72233,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2d5c49-3268-4e32-bbac-d6adf8cfc30d/Holos+cover.jpg?format=750w",
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 72233,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 93252,
              "node": {
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "top": 1614,
                  "left": -412,
                  "bottom": 2339,
                  "height": 725,
                  "width": 412,
                  "right": 0
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image-dimensions=\"5250x3300\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" width=\"5250\" height=\"3300\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" …\u003e",
                "lhId": "page-1-IMG"
              }
            },
            {
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/1637197880261-437TZ0BG1CVEW9A67B1U/Slide+16_9+-+11.png?format=1500w",
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 54761,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 116590,
              "node": {
                "lhId": "page-2-IMG",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-background\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"1920\" height=\"1080\" sizes=\"(max-width: 799px) 200vw, 100vw\" style=\"display:block;object-position: 50% 50%\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" …\u003e",
                "type": "node",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img",
                "boundingRect": {
                  "left": 0,
                  "top": 823,
                  "width": 412,
                  "right": 412,
                  "height": 791,
                  "bottom": 1614
                },
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img"
              },
              "wastedBytes": 54761
            },
            {
              "wastedBytes": 51459,
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f666a4-830d-4b96-9803-1816da6e6a1d/Holos-NR-135.jpg?format=750w",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "wastedBytes": 51459,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  }
                ]
              },
              "totalBytes": 107928,
              "node": {
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "boundingRect": {
                  "top": 2969,
                  "left": 0,
                  "bottom": 3273,
                  "height": 304,
                  "width": 412,
                  "right": 412
                },
                "type": "node",
                "snippet": "\u003cimg data-stretch=\"true\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" data-image-dimensions=\"2048x1365\" data-image-focal-point=\"0.5,0.5\" data-sqsp-image-block-image=\"\" alt=\"\" data-licensed-asset-preview=\"false\" data-load=\"false\" elementtiming=\"system-image-block\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" width=\"2048\" height=\"1365\" sizes=\"auto, 100vw\" style=\"display: block; object-position: var(--image-component-focal-point);\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "lhId": "page-3-IMG"
              }
            }
          ]
        }
      },
      "document-latency-insight": {
        "id": "document-latency-insight",
        "title": "Document request latency",
        "description": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": {
            "usesCompression": {
              "label": "Applies text compression",
              "value": true
            },
            "serverResponseIsFast": {
              "value": true,
              "label": "Server responds quickly (observed 26 ms)"
            },
            "noRedirects": {
              "value": true,
              "label": "Avoids redirects"
            }
          },
          "debugData": {
            "uncompressedResponseBytes": 0,
            "redirectDuration": 0,
            "wastedBytes": 0,
            "serverResponseTime": 26,
            "type": "debugdata"
          },
          "type": "checklist"
        }
      },
      "diagnostics": {
        "id": "diagnostics",
        "title": "Diagnostics",
        "description": "Collection of useful page vitals.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "throughput": 116580799426.55908,
              "numTasksOver10ms": 32,
              "totalByteWeight": 5917596,
              "numScripts": 67,
              "mainDocumentTransferSize": 56141,
              "numTasksOver500ms": 0,
              "totalTaskTime": 3069.7069999999912,
              "numTasksOver100ms": 4,
              "rtt": 0.00037798991885576672,
              "numFonts": 4,
              "numTasksOver25ms": 20,
              "numRequests": 113,
              "maxServerLatency": 126,
              "maxRtt": 4.05135,
              "numStylesheets": 18,
              "numTasksOver50ms": 8,
              "numTasks": 2306
            }
          ],
          "type": "debugdata"
        }
      },
      "max-potential-fid": {
        "id": "max-potential-fid",
        "title": "Max Potential First Input Delay",
        "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).",
        "score": 0.6,
        "scoreDisplayMode": "numeric",
        "displayValue": "220 ms",
        "numericValue": 218,
        "numericUnit": "millisecond"
      },
      "object-alt": {
        "id": "object-alt",
        "title": "`\u003cobject\u003e` elements have alternate text",
        "description": "Screen readers cannot translate non-text content. Adding alternate text to `\u003cobject\u003e` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.12/object-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-required-children": {
        "id": "aria-required-children",
        "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
        "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.12/aria-required-children).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "td-has-header": {
        "id": "td-has-header",
        "title": "`\u003ctd\u003e` elements in a large `\u003ctable\u003e` have one or more table headers.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that `\u003ctd\u003e` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/td-has-header).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "listitem": {
        "id": "listitem",
        "title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` parent elements",
        "description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/listitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "meta-viewport": {
        "id": "meta-viewport",
        "title": "`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\"\u003e` element and the `[maximum-scale]` attribute is not less than 5.",
        "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-viewport).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ]
        }
      },
      "trusted-types-xss": {
        "id": "trusted-types-xss",
        "title": "Mitigate DOM-based XSS with Trusted Types",
        "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "description": "No `Content-Security-Policy` header with Trusted Types directive found",
              "severity": "High"
            }
          ],
          "headings": [
            {
              "label": "Description",
              "key": "description",
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text"
            },
            {
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "skip-link": {
        "id": "skip-link",
        "title": "Skip links are focusable.",
        "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.12/skip-link).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-required-attr": {
        "id": "aria-required-attr",
        "title": "`[role]`s have all required `[aria-*]` attributes",
        "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.12/aria-required-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ],
          "items": []
        }
      },
      "select-name": {
        "id": "select-name",
        "title": "Select elements have associated label elements.",
        "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.12/select-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "origin-isolation": {
        "id": "origin-isolation",
        "title": "Ensure proper origin isolation with COOP",
        "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "severity": "High",
              "description": "No COOP header found"
            }
          ],
          "headings": [
            {
              "key": "description",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text"
            },
            {
              "key": "directive",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "valueType": "code"
            },
            {
              "label": "Severity",
              "key": "severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ],
          "type": "table"
        }
      },
      "aria-treeitem-name": {
        "id": "aria-treeitem-name",
        "title": "ARIA `treeitem` elements have accessible names",
        "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "visual-order-follows-dom": {
        "id": "visual-order-follows-dom",
        "title": "Visual order on the page follows DOM order",
        "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "inspector-issues": {
        "id": "inspector-issues",
        "title": "No issues in the `Issues` panel in Chrome Devtools",
        "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Issue type",
              "key": "issueType",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "resource-summary": {
        "id": "resource-summary",
        "title": "Resources Summary",
        "description": "Aggregates all network requests and groups them by type",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "transferSize": 5917596,
              "label": "Total",
              "requestCount": 113,
              "resourceType": "total"
            },
            {
              "transferSize": 3580685,
              "label": "Image",
              "requestCount": 8,
              "resourceType": "image"
            },
            {
              "transferSize": 1740121,
              "label": "Script",
              "requestCount": 67,
              "resourceType": "script"
            },
            {
              "requestCount": 18,
              "resourceType": "stylesheet",
              "transferSize": 246433,
              "label": "Stylesheet"
            },
            {
              "resourceType": "other",
              "requestCount": 14,
              "label": "Other",
              "transferSize": 164530
            },
            {
              "transferSize": 111830,
              "label": "Font",
              "requestCount": 4,
              "resourceType": "font"
            },
            {
              "resourceType": "document",
              "requestCount": 2,
              "transferSize": 73997,
              "label": "Document"
            },
            {
              "requestCount": 0,
              "resourceType": "media",
              "transferSize": 0,
              "label": "Media"
            },
            {
              "transferSize": 5721423,
              "label": "Third-party",
              "requestCount": 103,
              "resourceType": "third-party"
            }
          ],
          "headings": [
            {
              "label": "Resource Type",
              "key": "label",
              "valueType": "text"
            },
            {
              "label": "Requests",
              "key": "requestCount",
              "valueType": "numeric"
            },
            {
              "key": "transferSize",
              "label": "Transfer Size",
              "valueType": "bytes"
            }
          ],
          "type": "table"
        }
      },
      "redirects-http": {
        "id": "redirects-http",
        "title": "Redirects HTTP traffic to HTTPS",
        "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "interactive": {
        "id": "interactive",
        "title": "Time to Interactive",
        "description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "displayValue": "31.1 s",
        "numericValue": 31075.76380115233,
        "numericUnit": "millisecond"
      },
      "lcp-discovery-insight": {
        "id": "lcp-discovery-insight",
        "title": "LCP request discovery",
        "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",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-hidden-focus": {
        "id": "aria-hidden-focus",
        "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
        "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "aria-conditional-attr": {
        "id": "aria-conditional-attr",
        "title": "ARIA attributes are used as specified for the element's role",
        "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "clickjacking-mitigation": {
        "id": "clickjacking-mitigation",
        "title": "Mitigate clickjacking with XFO or CSP",
        "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description",
              "key": "description"
            },
            {
              "label": "Severity",
              "key": "severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "dom-size-insight": {
        "id": "dom-size-insight",
        "title": "Optimize DOM size",
        "description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "items": [
            {
              "value": {
                "value": 1053,
                "type": "numeric",
                "granularity": 1
              },
              "statistic": "Total elements"
            },
            {
              "node": {
                "lhId": "page-19-use",
                "snippet": "\u003cuse class=\"sqs-use--icon\" xlink:href=\"/universal/svg/social-accounts.svg#instagram-unauth-icon\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A,0,DIV,0,svg,0,use",
                "type": "node",
                "boundingRect": {
                  "bottom": 12209,
                  "height": 23,
                  "width": 23,
                  "right": 179,
                  "top": 12187,
                  "left": 157
                },
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon"
              },
              "value": {
                "granularity": 1,
                "value": 20,
                "type": "numeric"
              },
              "statistic": "DOM depth"
            },
            {
              "value": {
                "granularity": 1,
                "type": "numeric",
                "value": 16
              },
              "statistic": "Most children",
              "node": {
                "boundingRect": {
                  "top": 0,
                  "left": 0,
                  "bottom": 0,
                  "height": 0,
                  "width": 0,
                  "right": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e svg",
                "nodeLabel": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e svg",
                "type": "node",
                "snippet": "\u003csvg style=\"display:none\" viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,0,svg",
                "lhId": "page-746-svg"
              }
            }
          ],
          "headings": [
            {
              "label": "Statistic",
              "key": "statistic",
              "valueType": "text"
            },
            {
              "label": "Element",
              "key": "node",
              "valueType": "node"
            },
            {
              "valueType": "numeric",
              "label": "Value",
              "key": "value"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "maxDepth": 20,
            "maxChildren": 16,
            "totalElements": 1053
          },
          "type": "table"
        },
        "numericValue": 1053,
        "numericUnit": "element"
      },
      "baseline": {
        "id": "baseline",
        "title": "Baseline Features",
        "description": "Lists web features used on the page and their Baseline status as of 2026-06-05. [Learn more about Baseline](https://webstatus.dev/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/long-animation-frames",
                "text": "long-animation-frames"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "source": {
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "column": 71804
              }
            },
            {
              "source": {
                "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                "line": 1,
                "type": "source-location",
                "column": 89501,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "text": "beforeunload",
                "url": "https://webstatus.dev/features/beforeunload"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d-alpha",
                "text": "canvas-2d-alpha",
                "type": "link"
              },
              "source": {
                "line": 64,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                "column": 58343,
                "urlProvider": "network"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/datalist",
                "text": "datalist",
                "type": "link"
              },
              "source": {
                "urlProvider": "network",
                "column": 61712,
                "line": 64,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
              }
            },
            {
              "source": {
                "column": 52740,
                "urlProvider": "network",
                "line": 0,
                "type": "source-location",
                "url": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/background-clip-text",
                "text": "background-clip-text",
                "type": "link"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "column": 120940,
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
                "type": "source-location",
                "line": 7
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/regexp-static-properties",
                "text": "regexp-static-properties"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/layout-instability",
                "text": "layout-instability",
                "type": "link"
              },
              "source": {
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "column": 71804
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "column": 109,
                "url": "_lighthouse-eval.js",
                "line": 8,
                "type": "source-location"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/requestidlecallback",
                "text": "requestidlecallback",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/ua-client-hints",
                "text": "ua-client-hints",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/sizes-auto",
                "text": "sizes-auto"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/box-decoration-break",
                "text": "box-decoration-break",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-11)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/linear-easing",
                "text": "linear-easing",
                "type": "link"
              },
              "source": {
                "line": 62,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                "column": 25434,
                "urlProvider": "network"
              }
            },
            {
              "source": {
                "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
                "type": "source-location",
                "line": 227,
                "urlProvider": "network",
                "column": 105
              },
              "displayStatus": {
                "displayString": "Newly Available (2025-12-12)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/scrollend",
                "text": "scrollend"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "column": 3528,
                "url": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
                "line": 89,
                "type": "source-location"
              },
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2025-04-04)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/float16array",
                "text": "float16array"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Newly Available (2024-10-29)",
                "status": "low"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/fetch-priority",
                "text": "fetch-priority"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-07)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/masks",
                "text": "masks",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-19)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/has",
                "text": "has",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2024-09-16)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/backdrop-filter",
                "text": "backdrop-filter"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-11)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/nesting",
                "text": "nesting"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2025-09-05)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/uint8array-base64-hex",
                "text": "uint8array-base64-hex"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2024-12-11)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/scrollbar-width",
                "text": "scrollbar-width"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2022-03-14)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/structured-clone",
                "text": "structured-clone",
                "type": "link"
              },
              "source": {
                "column": 93707,
                "urlProvider": "network",
                "url": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
                "type": "source-location",
                "line": 0
              }
            },
            {
              "source": {
                "url": "https://holos.global/",
                "line": 0,
                "type": "source-location",
                "column": 0,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/nullish-coalescing",
                "text": "nullish-coalescing"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/logical-assignments",
                "text": "logical-assignments"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "url": "https://holos.global/",
                "column": 0,
                "urlProvider": "network"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/forced-colors",
                "text": "forced-colors",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2022-09-12)",
                "status": "high"
              },
              "source": {
                "column": 48708,
                "urlProvider": "network",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "type": "source-location",
                "line": 0
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2020-01-15)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/will-change",
                "text": "will-change"
              },
              "source": {
                "column": 48708,
                "urlProvider": "network",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "line": 0,
                "type": "source-location"
              }
            },
            {
              "source": {
                "line": 0,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "urlProvider": "network",
                "column": 48708
              },
              "displayStatus": {
                "displayString": "Widely Available (2023-03-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/outline",
                "text": "outline"
              }
            },
            {
              "source": {
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "line": 0,
                "type": "source-location",
                "urlProvider": "network",
                "column": 48708
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-09-30)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/flexbox",
                "text": "flexbox",
                "type": "link"
              }
            },
            {
              "source": {
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "line": 0,
                "type": "source-location",
                "column": 48708,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2017-10-17)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/grid",
                "text": "grid"
              }
            },
            {
              "source": {
                "column": 47000,
                "urlProvider": "network",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                "type": "source-location",
                "line": 0
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2022-05-31)",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/prefers-contrast",
                "text": "prefers-contrast",
                "type": "link"
              }
            },
            {
              "source": {
                "line": 1,
                "type": "source-location",
                "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                "column": 42951,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/request-animation-frame",
                "text": "request-animation-frame",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2019-03-25)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/intersection-observer",
                "text": "intersection-observer"
              },
              "source": {
                "column": 43791,
                "urlProvider": "network",
                "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                "line": 1,
                "type": "source-location"
              }
            },
            {
              "source": {
                "line": 7,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
                "column": 67185,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-01-15)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/slot",
                "text": "slot"
              }
            },
            {
              "source": {
                "column": 58294,
                "urlProvider": "network",
                "type": "source-location",
                "line": 64,
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas",
                "text": "canvas",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "featureId": {
                "type": "link",
                "text": "canvas-2d",
                "url": "https://webstatus.dev/features/canvas-2d"
              },
              "source": {
                "type": "source-location",
                "line": 64,
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                "column": 58343,
                "urlProvider": "network"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "text-indent",
                "url": "https://webstatus.dev/features/text-indent",
                "type": "link"
              },
              "source": {
                "column": 52432,
                "urlProvider": "network",
                "line": 0,
                "type": "source-location",
                "url": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-09-20)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/aspect-ratio",
                "text": "aspect-ratio"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/clip-path",
                "text": "clip-path",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/not",
                "text": "not",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2022-03-14)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/focus-visible",
                "text": "focus-visible",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/is",
                "text": "is"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2021-04-26)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/quotes",
                "text": "quotes"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2020-11-19)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/text-underline-offset",
                "text": "text-underline-offset",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/webp",
                "text": "webp",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "status": "high",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2022-09-12)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/overflow-clip",
                "text": "overflow-clip"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2018-05-09)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/js-modules",
                "text": "js-modules"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2022-03-14)",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/appearance",
                "text": "appearance",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-09-20)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/logical-properties",
                "text": "logical-properties",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2022-08-05)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/individual-transforms",
                "text": "individual-transforms",
                "type": "link"
              }
            }
          ],
          "headings": [
            {
              "valueType": "link",
              "key": "featureId",
              "label": "Web-features"
            },
            {
              "valueType": "baseline-status",
              "key": "displayStatus",
              "label": "Baseline Status"
            },
            {
              "valueType": "source-location",
              "label": "Source",
              "key": "source"
            }
          ],
          "type": "table"
        }
      },
      "inp-breakdown-insight": {
        "id": "inp-breakdown-insight",
        "title": "INP breakdown",
        "description": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart.",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "geolocation-on-start": {
        "id": "geolocation-on-start",
        "title": "Avoids requesting the geolocation permission on page load",
        "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/). Also consider using the [`\u003cgeolocation\u003e` element](https://developer.chrome.com/blog/geolocation-html-element).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "source-location",
              "key": "source",
              "label": "Source"
            }
          ]
        }
      },
      "cumulative-layout-shift": {
        "id": "cumulative-layout-shift",
        "title": "Cumulative Layout Shift",
        "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "displayValue": "0",
        "details": {
          "items": [
            {
              "newEngineResult": {
                "cumulativeLayoutShiftMainFrame": 0,
                "cumulativeLayoutShift": 0
              },
              "newEngineResultDiffered": false,
              "cumulativeLayoutShiftMainFrame": 0
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 0,
        "numericUnit": "unitless"
      },
      "html-lang-valid": {
        "id": "html-lang-valid",
        "title": "`\u003chtml\u003e` element has a valid value for its `[lang]` attribute",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-lang-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table"
        }
      },
      "table-fake-caption": {
        "id": "table-fake-caption",
        "title": "Tables use `\u003ccaption\u003e` instead of cells with the `[colspan]` attribute to indicate a caption.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.12/table-fake-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unsized-images": {
        "id": "unsized-images",
        "title": "Image elements do not have explicit `width` and `height`",
        "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)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            }
          ],
          "items": [
            {
              "url": "https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/fd0590c6-6d39-4a93-8f05-93a1a2cbaff3/logo+wordmark+neutral.png?format=1500w",
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,1,DIV,0,DIV,0,A,0,IMG",
                "snippet": "\u003cimg elementtiming=\"nbf-header-logo-desktop\" src=\"//images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/fd0590c6-…\" alt=\"HOLOS\" style=\"display:block\" fetchpriority=\"high\" loading=\"eager\" decoding=\"async\" data-loader=\"raw\"\u003e",
                "lhId": "1-105-IMG",
                "nodeLabel": "HOLOS",
                "boundingRect": {
                  "top": 28,
                  "left": 25,
                  "bottom": 58,
                  "height": 30,
                  "width": 178,
                  "right": 202
                },
                "selector": "div.header-title \u003e div.header-title-logo \u003e a \u003e img",
                "type": "node"
              }
            }
          ]
        }
      },
      "landmark-one-main": {
        "id": "landmark-one-main",
        "title": "Document has a main landmark.",
        "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.12/landmark-one-main).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "paste-preventing-inputs": {
        "id": "paste-preventing-inputs",
        "title": "Allows users to paste into input fields",
        "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "errors-in-console": {
        "id": "errors-in-console",
        "title": "Browser errors were logged to the console",
        "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "description": "AxiosError: Request failed with status code 401\n    at t (https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js:26:824)\n    at XMLHttpRequest.Ge (https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js:19:9997)\n    at Le.request (https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js:21:2276)\n    at async b.fetch (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:70:14107)\n    at async Q.fetchWebsiteComponentDefinitions (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:72:956)\n    at async https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:74:1226\n    at async Q.updateComponentDefinitions (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:74:1511)\n    at async n (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:65:69089)\n    at async r.addEditorHeaders (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:65:106734)\n    at async r.post (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:65:107085)\n    at async r (https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js:65:69417)",
              "source": "console.error",
              "sourceLocation": {
                "line": 64,
                "type": "source-location",
                "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                "column": 136112,
                "urlProvider": "network"
              }
            },
            {
              "description": "Failed to load resource: net::ERR_TIMED_OUT",
              "source": "network",
              "sourceLocation": {
                "column": 0,
                "urlProvider": "network",
                "url": "https://use.typekit.net/ik/T0T3ANyjfvgLifsshTLjq5sDxA1pu00k7znCSl035Hqfe7XIfFHN4UJLFRbh52jhWDjU5eBR5QZKFemq5AsKFQJkwQ9kjDqujs7mMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdP37O1FUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80Zko0ZWbCjWw0dA9C-eNCdaw0ZhUzjcBCOelydciyScNzOAFG-AFnZAtlZhyodKoDSWmyScmDSeBRZPoRdhXCdeNRjAUGdaFXOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcyzdeNDOciCdh4ydfUaiaS0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ5dA80ZW4hjPuldhs8SctKghB0pc8ydcv7fbKuHUMMeMb6MKG4fOJnIMMjgkMfH6qJlfCbMg65JMJ7fbKDHUMMegI6MKGHfOEOMyMgeMb6MKGHfOrOMyMgeMS6MKGHfOhOMyMgeMt6MTMgkFkSq3j.js",
                "type": "source-location",
                "line": 0
              }
            },
            {
              "sourceLocation": {
                "column": 0,
                "urlProvider": "network",
                "url": "https://holos.global/api/1/website-component-definitions",
                "type": "source-location",
                "line": 0
              },
              "description": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
              "source": "network"
            },
            {
              "sourceLocation": {
                "url": "https://holos.global/",
                "line": 48,
                "type": "source-location",
                "urlProvider": "network",
                "column": 1434
              },
              "source": "exception",
              "description": "TypeError: Cannot set properties of null (setting 'onload')\n    at HTMLDocument.\u003canonymous\u003e (https://holos.global/:49:1435)"
            }
          ],
          "headings": [
            {
              "valueType": "source-location",
              "key": "sourceLocation",
              "label": "Source"
            },
            {
              "valueType": "code",
              "label": "Description",
              "key": "description"
            }
          ],
          "type": "table"
        }
      },
      "video-caption": {
        "id": "video-caption",
        "title": "`\u003cvideo\u003e` elements contain a `\u003ctrack\u003e` element with `[kind=\"captions\"]`",
        "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.12/video-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "metrics": {
        "id": "metrics",
        "title": "Metrics",
        "description": "Collects all available metrics.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "cumulativeLayoutShiftMainFrame": 0,
              "observedCumulativeLayoutShift": 0,
              "observedTimeOriginTs": 220230275921,
              "observedFirstVisualChange": 2334,
              "observedDomContentLoaded": 1041,
              "observedTraceEnd": 12435,
              "observedSpeedIndex": 2811,
              "observedTraceEndTs": 220242710875,
              "observedTimeOrigin": 0,
              "totalBlockingTime": 347,
              "timeToFirstByte": 601,
              "observedFirstContentfulPaint": 2335,
              "observedLoad": 10120,
              "observedLastVisualChange": 5386,
              "firstContentfulPaint": 7321,
              "observedLargestContentfulPaintTs": 220235635195,
              "observedFirstContentfulPaintAllFrames": 2335,
              "observedFirstPaintTs": 220232610472,
              "observedSpeedIndexTs": 220233087357,
              "observedCumulativeLayoutShiftMainFrame": 0,
              "maxPotentialFID": 218,
              "observedNavigationStart": 0,
              "cumulativeLayoutShift": 0,
              "observedFirstContentfulPaintAllFramesTs": 220232610472,
              "speedIndex": 8772,
              "observedFirstPaint": 2335,
              "observedDomContentLoadedTs": 220231317368,
              "observedLargestContentfulPaint": 5359,
              "observedLargestContentfulPaintAllFramesTs": 220235635195,
              "observedNavigationStartTs": 220230275921,
              "largestContentfulPaint": 31031,
              "observedLastVisualChangeTs": 220235661921,
              "interactive": 31076,
              "observedLoadTs": 220240395743,
              "observedLargestContentfulPaintAllFrames": 5359,
              "observedFirstVisualChangeTs": 220232609921,
              "observedFirstContentfulPaintTs": 220232610472
            },
            {
              "lcpInvalidated": false
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 31076,
        "numericUnit": "millisecond"
      },
      "identical-links-same-purpose": {
        "id": "identical-links-same-purpose",
        "title": "Identical links have the same purpose.",
        "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.12/identical-links-same-purpose).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "viewport-insight": {
        "id": "viewport-insight",
        "title": "Optimize viewport for mobile",
        "description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "type": "table",
          "items": [
            {
              "node": {
                "lhId": "page-745-META",
                "path": "1,HTML,0,HEAD,1,META",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 0,
                  "bottom": 0,
                  "width": 0,
                  "right": 0
                },
                "selector": "head \u003e meta",
                "nodeLabel": "head \u003e meta"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            }
          ]
        }
      },
      "script-treemap-data": {
        "id": "script-treemap-data",
        "title": "Script Treemap Data",
        "description": "Used for treemap app",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "treemap-data",
          "nodes": [
            {
              "unusedBytes": 1065,
              "resourceBytes": 39107,
              "encodedBytes": 5609,
              "name": "https://holos.global/",
              "children": [
                {
                  "resourceBytes": 52,
                  "unusedBytes": 0,
                  "name": "(inline) document.docume…"
                },
                {
                  "resourceBytes": 33537,
                  "unusedBytes": 0,
                  "name": "(inline) Static = window…"
                },
                {
                  "resourceBytes": 25,
                  "name": "(inline) SQUARESPACE_ROL…",
                  "unusedBytes": 0
                },
                {
                  "resourceBytes": 274,
                  "name": "(inline) (function(rollu…",
                  "unusedBytes": 0
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 258
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 276
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 256
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 262
                },
                {
                  "name": "(inline) (function(rollu…",
                  "unusedBytes": 0,
                  "resourceBytes": 248
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 232
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 254
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 255
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function(rollu…",
                  "resourceBytes": 242
                },
                {
                  "resourceBytes": 1445,
                  "name": "(inline) !function(e){va…",
                  "unusedBytes": 981
                },
                {
                  "resourceBytes": 1274,
                  "unusedBytes": 84,
                  "name": "(inline) (function(){\n  …"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) Static.COOKIE_B…",
                  "resourceBytes": 36
                },
                {
                  "resourceBytes": 181,
                  "unusedBytes": 0,
                  "name": "(inline) window.dataLaye…"
                }
              ]
            },
            {
              "resourceBytes": 117560,
              "unusedBytes": 55140,
              "name": "https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
              "encodedBytes": 42352
            },
            {
              "resourceBytes": 3682,
              "unusedBytes": 997,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-aa199afcf7c87a38-min.en-US.js",
              "encodedBytes": 1545
            },
            {
              "name": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-92c0931cd0fb5795-min.en-US.js",
              "unusedBytes": 569,
              "resourceBytes": 50691,
              "encodedBytes": 18345
            },
            {
              "encodedBytes": 44924,
              "unusedBytes": 841745,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-a5cfdec1ae227f33-min.en-US.js",
              "resourceBytes": 857800
            },
            {
              "encodedBytes": 14942,
              "resourceBytes": 91769,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-553be5b17e9a9bde-min.en-US.js",
              "unusedBytes": 44
            },
            {
              "encodedBytes": 70798,
              "unusedBytes": 130765,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
              "resourceBytes": 246524
            },
            {
              "unusedBytes": 277860,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js",
              "resourceBytes": 747741,
              "encodedBytes": 183596
            },
            {
              "encodedBytes": 286007,
              "resourceBytes": 1110467,
              "unusedBytes": 696904,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
            },
            {
              "encodedBytes": 33086,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/user-account-core-032ff61ccc50aec1-min.en-US.js",
              "unusedBytes": 61162,
              "resourceBytes": 107726
            },
            {
              "encodedBytes": 30329,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
              "unusedBytes": 69638,
              "resourceBytes": 111215
            },
            {
              "unusedBytes": 8596,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.visitor.js",
              "resourceBytes": 11937,
              "encodedBytes": 3610
            },
            {
              "encodedBytes": 10936,
              "unusedBytes": 37747,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/6644.js",
              "resourceBytes": 37899
            },
            {
              "unusedBytes": 6142,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-parallax.js",
              "resourceBytes": 6266,
              "encodedBytes": 2229
            },
            {
              "unusedBytes": 16377,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.visitor.js",
              "resourceBytes": 29349,
              "encodedBytes": 9328
            },
            {
              "resourceBytes": 945,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.shared.constants.js",
              "unusedBytes": 0,
              "encodedBytes": 910
            },
            {
              "unusedBytes": 9750,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.visitor.js",
              "resourceBytes": 13149,
              "encodedBytes": 3985
            },
            {
              "encodedBytes": 3498,
              "resourceBytes": 10291,
              "unusedBytes": 10166,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/9882.js"
            },
            {
              "encodedBytes": 4086,
              "resourceBytes": 12214,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-lines.js",
              "unusedBytes": 12088
            },
            {
              "encodedBytes": 4610,
              "unusedBytes": 11028,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.visitor.js",
              "resourceBytes": 15035
            },
            {
              "unusedBytes": 21561,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8458.js",
              "resourceBytes": 21745,
              "encodedBytes": 8755
            },
            {
              "resourceBytes": 12018,
              "unusedBytes": 8596,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.visitor.js",
              "encodedBytes": 3599
            },
            {
              "encodedBytes": 11285,
              "resourceBytes": 33082,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/2513.js",
              "unusedBytes": 32924
            },
            {
              "resourceBytes": 8949,
              "unusedBytes": 8827,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-liquid.js",
              "encodedBytes": 3271
            },
            {
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-refracted-circles.js",
              "unusedBytes": 2930,
              "resourceBytes": 3052,
              "encodedBytes": 936
            },
            {
              "resourceBytes": 12969,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/8018.js",
              "unusedBytes": 12781,
              "encodedBytes": 4879
            },
            {
              "encodedBytes": 501,
              "resourceBytes": 536,
              "unusedBytes": 0,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.visitor.js"
            },
            {
              "unusedBytes": 8353,
              "name": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/image-effect-film-grain.js",
              "resourceBytes": 8475,
              "encodedBytes": 3144
            },
            {
              "resourceBytes": 127516,
              "unusedBytes": 48858,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
              "encodedBytes": 38593
            },
            {
              "encodedBytes": 162269,
              "resourceBytes": 487828,
              "name": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
              "unusedBytes": 203760
            },
            {
              "encodedBytes": 5909,
              "name": "https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs1atjhtKZWv0dvcQU3X_fv4Z1_J1NIuSY",
              "children": [
                {
                  "unusedBytes": 0,
                  "name": "(inline) var browserImgC…",
                  "resourceBytes": 47
                },
                {
                  "resourceBytes": 12028,
                  "unusedBytes": 0,
                  "name": "(inline) var i18n = \n{\n\"…"
                },
                {
                  "unusedBytes": 15,
                  "name": "(inline) (function () {\n…",
                  "resourceBytes": 504
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) var CustomDateL…",
                  "resourceBytes": 828
                },
                {
                  "resourceBytes": 264,
                  "name": "(inline) var spacerGifLi…",
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) (function () {\n…",
                  "unusedBytes": 15,
                  "resourceBytes": 517
                },
                {
                  "resourceBytes": 534,
                  "unusedBytes": 0,
                  "name": "(inline) ZFLive.isOldUpl…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) ZFLive.formSyst…",
                  "resourceBytes": 117
                },
                {
                  "resourceBytes": 1003,
                  "name": "(inline) ZFLive.isBgImgS…",
                  "unusedBytes": 0
                },
                {
                  "resourceBytes": 9152,
                  "unusedBytes": 816,
                  "name": "(inline) $(document).rea…"
                }
              ],
              "unusedBytes": 846,
              "resourceBytes": 24994
            },
            {
              "encodedBytes": 26749,
              "unusedBytes": 24738,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/video-background.b4c2ba98023c48e93617.js",
              "resourceBytes": 70350
            },
            {
              "encodedBytes": 3096,
              "unusedBytes": 3467,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/section-divider.2cf999b0651cf5bf496a.js",
              "resourceBytes": 9575
            },
            {
              "encodedBytes": 13836,
              "resourceBytes": 44369,
              "unusedBytes": 26455,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/7706.89c4bf0f2dd75fdeeefc.js"
            },
            {
              "encodedBytes": 241,
              "resourceBytes": 443,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/background-surface.e368755fabf8c97f26e0.js",
              "unusedBytes": 0
            },
            {
              "unusedBytes": 5556,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/3271.980bcd7fba7e551fee68.js",
              "resourceBytes": 6542,
              "encodedBytes": 2694
            },
            {
              "resourceBytes": 12947,
              "unusedBytes": 5508,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/1480.6a039b1d3b8174bc9169.js",
              "encodedBytes": 3881
            },
            {
              "encodedBytes": 3228,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/user-items-list-banner-slideshow.9f86135f51b7e996c126.js",
              "unusedBytes": 1799,
              "resourceBytes": 11450
            },
            {
              "encodedBytes": 29944,
              "resourceBytes": 89263,
              "name": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js",
              "unusedBytes": 32574
            },
            {
              "resourceBytes": 329555,
              "unusedBytes": 292914,
              "name": "https://static.zohocdn.com/forms/js/formsofthirdpartylivejs.44e2e575a610118280a724ae6837b339.js",
              "encodedBytes": 75572
            },
            {
              "encodedBytes": 99715,
              "unusedBytes": 501853,
              "name": "https://static.zohocdn.com/forms/js/formslivecore.8c0a59eecdb4d9c249ade0ca70e6febf.js",
              "resourceBytes": 571532
            },
            {
              "encodedBytes": 9754,
              "resourceBytes": 64390,
              "unusedBytes": 56514,
              "name": "https://static.zohocdn.com/forms/js/formslivetextfields.23e86c8a662d6cd06d7a4ffdf93cc1e5.js"
            },
            {
              "resourceBytes": 72656,
              "unusedBytes": 67467,
              "name": "https://static.zohocdn.com/forms/js/formslivecompositefields.a3cae9ac75f917362bb43efc2bc1f7f7.js",
              "encodedBytes": 12063
            },
            {
              "resourceBytes": 151762,
              "name": "https://static.zohocdn.com/forms/js/formslivechoicefields.157cefb7e73f257085d5c031bc3a9da3.js",
              "unusedBytes": 133975,
              "encodedBytes": 22623
            },
            {
              "encodedBytes": 44472,
              "resourceBytes": 307254,
              "name": "https://static.zohocdn.com/forms/js/formsrulesincwebhlive.bb41e2f94d6866ee1e5b19071c770c2c.js",
              "unusedBytes": 297376
            },
            {
              "encodedBytes": 436,
              "name": "https://static.zohocdn.com/forms/js/lethargy.min.f110340f0704805aeecaf987bab2f15e.js",
              "unusedBytes": 1466,
              "resourceBytes": 1694
            },
            {
              "resourceBytes": 220306,
              "unusedBytes": 187969,
              "name": "https://static.zohocdn.com/forms/js/formsonefldlive.1efcc0a9ce9b65cc88ceaaa4feeab25f.js",
              "encodedBytes": 40535
            },
            {
              "encodedBytes": 18502,
              "name": "https://static.zohocdn.com/forms/js/formsselect.b9384dcadf2bc7b3816527891df599f6.js",
              "unusedBytes": 36638,
              "resourceBytes": 73142
            },
            {
              "resourceBytes": 50679,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/8706.37d54976e211f6af2ab0.js",
              "unusedBytes": 29700,
              "encodedBytes": 14250
            },
            {
              "unusedBytes": 14338,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/5247.484153ca7ab644a8706c.js",
              "resourceBytes": 17679,
              "encodedBytes": 6187
            },
            {
              "encodedBytes": 13376,
              "resourceBytes": 41635,
              "unusedBytes": 27219,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/88124-98b8a9c74273d635-min.en-US.js"
            },
            {
              "encodedBytes": 98524,
              "unusedBytes": 275889,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
              "resourceBytes": 337502
            },
            {
              "unusedBytes": 20576,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/50785-5da795d97049b11f-min.en-US.js",
              "resourceBytes": 20904,
              "encodedBytes": 5511
            },
            {
              "unusedBytes": 86,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/82365-7f8bed8d727a2323-min.en-US.js",
              "resourceBytes": 15154,
              "encodedBytes": 5854
            },
            {
              "resourceBytes": 7740,
              "unusedBytes": 4924,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/12650-53ff0a28f9221293-min.en-US.js",
              "encodedBytes": 2753
            },
            {
              "encodedBytes": 39849,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/51032-5b10f78cd55ee141-min.en-US.js",
              "unusedBytes": 93608,
              "resourceBytes": 162187
            },
            {
              "encodedBytes": 3529,
              "resourceBytes": 10344,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/43697-f517c2140e5fa74a-min.en-US.js",
              "unusedBytes": 4741
            },
            {
              "encodedBytes": 2061,
              "resourceBytes": 5790,
              "unusedBytes": 5245,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/16975-cb4dd2489e086630-min.en-US.js"
            },
            {
              "encodedBytes": 4355,
              "resourceBytes": 15582,
              "unusedBytes": 12322,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/48844-845adadf960f8a75-min.en-US.js"
            },
            {
              "encodedBytes": 3349,
              "unusedBytes": 7912,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/29373-ce744d4f84228bda-min.en-US.js",
              "resourceBytes": 12475
            },
            {
              "resourceBytes": 82530,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/93003-12fa20f83c762315-min.en-US.js",
              "unusedBytes": 62720,
              "encodedBytes": 22992
            },
            {
              "resourceBytes": 95739,
              "unusedBytes": 94871,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/36750-0e0dcc3bf656857b-min.en-US.js",
              "encodedBytes": 23710
            },
            {
              "resourceBytes": 27197,
              "unusedBytes": 19684,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/21865-ec14ff2358ca7d1c-min.en-US.js",
              "encodedBytes": 7883
            },
            {
              "encodedBytes": 4004,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-7e31a7d05a3d896f-min.en-US.js",
              "unusedBytes": 11393,
              "resourceBytes": 13422
            },
            {
              "resourceBytes": 52290,
              "unusedBytes": 11324,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js",
              "encodedBytes": 15134
            },
            {
              "encodedBytes": 1884,
              "resourceBytes": 5362,
              "unusedBytes": 4920,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/async-reserved-cart-bootstrap-6c5f32fe56aefd87-min.en-US.js"
            },
            {
              "unusedBytes": 100,
              "name": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/floating-cart.333bd5aee1885e7af603.js",
              "resourceBytes": 617,
              "encodedBytes": 349
            },
            {
              "resourceBytes": 580,
              "name": "https://assets.squarespace.com/universal/scripts-compressed/45779-1b560e815538deda-min.en-US.js",
              "unusedBytes": 240,
              "encodedBytes": 333
            }
          ]
        }
      },
      "meta-description": {
        "id": "meta-description",
        "title": "Document does not have a meta description",
        "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "explanation": "Description text is empty."
      },
      "table-duplicate-name": {
        "id": "table-duplicate-name",
        "title": "Tables have different content in the summary attribute and `\u003ccaption\u003e`.",
        "description": "The summary attribute should describe the table structure, while `\u003ccaption\u003e` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "custom-controls-roles": {
        "id": "custom-controls-roles",
        "title": "Custom controls have ARIA roles",
        "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "th-has-data-cells": {
        "id": "th-has-data-cells",
        "title": "`\u003cth\u003e` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "non-composited-animations": {
        "id": "non-composited-animations",
        "title": "Avoid non-composited animations",
        "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "695 animated elements found",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-695-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"\n  sqs-gallery-container\n  sqs-gallery-block-grid\n  sqs-gallery-aspect-rat…\" data-async-rendering-enabled=\"true\" id=\"yui_3_17_2_1_1784619478489_187\"\u003e",
                "type": "node",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "left": 25,
                  "top": 11045,
                  "width": 363,
                  "right": 387,
                  "height": 906,
                  "bottom": 11952
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1646323675848_5262 \u003e div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-6-P",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,1,DIV,0,P",
                "type": "node",
                "nodeLabel": "Holos Costa Rica is rooted in the Diamante Valley, on 200 acres of protected ju…",
                "boundingRect": {
                  "left": 61,
                  "top": 1812,
                  "height": 259,
                  "bottom": 2071,
                  "width": 290,
                  "right": 351
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 3774,
                  "height": 168,
                  "top": 3607,
                  "left": 25
                },
                "lhId": "page-7-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp class=\"sqsrte-large\" style=\"text-align: center; ; white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-9999px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e",
                "lhId": "page-8-LI",
                "nodeLabel": "COMMUNITY\n\nHome to a diverse global community of thought leaders, entrepreneurs…",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": -9587,
                  "left": -9999,
                  "top": 7562
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "Podcasts",
                "boundingRect": {
                  "top": 9985,
                  "left": 25,
                  "bottom": 10005,
                  "height": 20,
                  "width": 68,
                  "right": 93
                },
                "selector": "div#block-yui_3_17_2_1_1638967131691_8074 \u003e div.sqs-block-content \u003e div.sqs-code-container \u003e p2#podcasts",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,P2",
                "snippet": "\u003cp2 id=\"podcasts\"\u003e",
                "lhId": "page-9-P2"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOLOS",
                "boundingRect": {
                  "width": 178,
                  "right": 202,
                  "height": 30,
                  "bottom": 58,
                  "left": 25,
                  "top": 28
                },
                "selector": "div.header-title \u003e div.header-title-logo \u003e a \u003e img",
                "lhId": "page-10-IMG",
                "snippet": "\u003cimg elementtiming=\"nbf-header-logo-desktop\" src=\"//images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/fd0590c6-…\" alt=\"HOLOS\" style=\"display:block\" fetchpriority=\"high\" loading=\"eager\" decoding=\"async\" data-loader=\"raw\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,1,DIV,0,DIV,0,A,0,IMG"
              }
            },
            {
              "node": {
                "lhId": "page-11-P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,3,P",
                "type": "node",
                "nodeLabel": "Explore holistic hospitality, land-based learning, and cultural rhythms guided …",
                "boundingRect": {
                  "top": 2825,
                  "left": 25,
                  "bottom": 2926,
                  "height": 101,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_249",
                "nodeLabel": "Each year we welcome the Wix&aacute;rika nation to guide a sacred ceremony root…",
                "boundingRect": {
                  "top": 11408,
                  "left": 25,
                  "width": 181,
                  "right": 206,
                  "bottom": 11589,
                  "height": 181
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_249\"\u003e",
                "lhId": "page-696-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-697-DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_251\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV",
                "type": "node",
                "nodeLabel": "Discover The Nest&hellip;\nOne of our unique rental properties at Holos.\nA seren…",
                "boundingRect": {
                  "top": 11589,
                  "left": 25,
                  "width": 181,
                  "right": 206,
                  "bottom": 11770,
                  "height": 181
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_251"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "left": 25,
                  "top": 4532,
                  "width": 363,
                  "right": 387,
                  "height": 44,
                  "bottom": 4576
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h2",
                "nodeLabel": "OFFERINGS",
                "type": "node",
                "snippet": "\u003ch2 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2",
                "lhId": "page-14-H2"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-737-IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1440x960\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"695e9510f0ceeb06aa422526\" data-type=\"image\" style=\"opacity: 0; left: -45.25px; top: 0px; width: 271px; height: 181px;\" data-parent-ratio=\"1.0\" alt=\"Each year we welcome the Wix&amp;aacute;rika nation to guide a sacred ceremony…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV,0,DIV,0,A,1,IMG",
                "type": "node",
                "nodeLabel": "Each year we welcome the Wix&aacute;rika nation to guide a sacred ceremony root…",
                "boundingRect": {
                  "top": 11408,
                  "left": -21,
                  "width": 271,
                  "right": 250,
                  "bottom": 11589,
                  "height": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_249 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-16-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV",
                "snippet": "\u003cdiv class=\"image-block-wrapper\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_93\"\u003e",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93",
                "boundingRect": {
                  "bottom": 9887,
                  "height": 495,
                  "width": 363,
                  "right": 387,
                  "top": 9392,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003ciframe aria-label=\"Newsletter\" frameborder=\"0\" style=\"height:300px;width:70%;border:none;\" src=\"https://forms.zohopublic.com/holosglobal1/form/test1/formperma/YQHOEuN2Wfs…\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,IFRAME",
                "lhId": "page-17-IFRAME",
                "nodeLabel": "Newsletter",
                "boundingRect": {
                  "top": 12244,
                  "left": 25,
                  "bottom": 12544,
                  "height": 300,
                  "width": 254,
                  "right": 279
                },
                "selector": "div#block-yui_3_17_2_1_1739805809454_12219 \u003e div.sqs-block-content \u003e div.sqs-code-container \u003e iframe",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "nodeLabel": "div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "boundingRect": {
                  "bottom": 3273,
                  "height": 304,
                  "width": 412,
                  "right": 412,
                  "top": 2969,
                  "left": 0
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\" data-animation-role=\"image\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-18-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-19-use",
                "snippet": "\u003cuse class=\"sqs-use--icon\" xlink:href=\"/universal/svg/social-accounts.svg#instagram-unauth-icon\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A,0,DIV,0,svg,0,use",
                "type": "node",
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "boundingRect": {
                  "width": 23,
                  "right": 179,
                  "bottom": 12209,
                  "height": 23,
                  "top": 12187,
                  "left": 157
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "left": 0,
                  "top": 7562,
                  "width": 412,
                  "right": 412,
                  "height": 426,
                  "bottom": 7988
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "lhId": "page-20-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/ce8…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/ce8…\" data-image-dimensions=\"2000x1334\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/ce8…\" width=\"2000\" height=\"1334\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/ce8…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,DIV,0,IMG"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,P,0,A",
                "snippet": "\u003ca target=\"_blank\" href=\"/terms-conditions\"\u003e",
                "lhId": "page-21-A",
                "nodeLabel": "Terms & Conditions",
                "boundingRect": {
                  "width": 122,
                  "right": 387,
                  "height": 24,
                  "bottom": 12650,
                  "left": 265,
                  "top": 12626
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e a",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-22-DIV",
                "snippet": "\u003cdiv class=\"\n    user-items-list-item-container\n    user-items-list-banner-slideshow\n  \" data-controller=\"UserItemsListBannerSlideshow\" data-progress-indicators-placement=\"\" data-is-infinite-enabled=\"true\" data-is-card-enabled=\"true\" data-title-alignment=\"left\" data-body-alignment=\"left\" data-button-alignment=\"left\" data-show-adjacent-slides=\"false\" data-card-vertical-position=\"middle\" data-card-horizontal-position=\"center\" data-navigation-controls=\"arrows\" data-navigation-placement=\"center\" data-navigation-alignment=\"center\" data-space-between-slides-value=\"100\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "bottom": 7988,
                  "height": 426,
                  "right": 412,
                  "width": 412,
                  "top": 7562,
                  "left": 0
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div.user-items-list \u003e div.user-items-list-item-container"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-23-DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,0,DIV",
                "type": "node",
                "boundingRect": {
                  "top": 12023,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 12846,
                  "height": 824
                },
                "selector": "div#siteWrapper \u003e footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div.section-border",
                "nodeLabel": "div#siteWrapper \u003e footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div.section-border"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Discover The Nest&hellip;\nOne of our unique rental properties at Holos.\nA seren…",
                "boundingRect": {
                  "bottom": 11770,
                  "height": 181,
                  "width": 181,
                  "right": 206,
                  "top": 11589,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_251 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DS6Q-VVlNVr/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "page-698-A"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "lhId": "page-25-DIV",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "bottom": 3273,
                  "height": 934,
                  "width": 412,
                  "right": 412,
                  "top": 2339,
                  "left": 0
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-26-use",
                "snippet": "\u003cuse class=\"sqs-use--mask\" xlink:href=\"/universal/svg/social-accounts.svg#instagram-unauth-mask\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A,0,DIV,0,svg,1,use",
                "type": "node",
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "boundingRect": {
                  "width": 48,
                  "right": 192,
                  "bottom": 12222,
                  "height": 48,
                  "top": 12174,
                  "left": 144
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-27-DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-8 span-8\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV",
                "type": "node",
                "boundingRect": {
                  "left": 8,
                  "top": 12227,
                  "width": 397,
                  "right": 404,
                  "height": 568,
                  "bottom": 12795
                },
                "selector": "div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div.col",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-28-DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-dee97f66820226213d65\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "boundingRect": {
                  "top": 4612,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 4779,
                  "height": 168
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "node": {
                "lhId": "page-29-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"sqs-block instagram-block sqs-block-instagram\" data-block-json=\"{&quot;title&quot;:true,&quot;thumbnail&quot;:true,&quot;excerpt&quot;:true,&quot;pageSize&quot;:9,&quot;filter&quot;:{},&quot;hS…\" data-block-type=\"25\" id=\"block-yui_3_17_2_1_1646323675848_5262\"\u003e",
                "type": "node",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "height": 940,
                  "bottom": 11969,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 11028
                },
                "selector": "div#page-section-619c4aef97a13024343832bc \u003e div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1646323675848_5262"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": -374,
                  "top": 7694,
                  "right": -38,
                  "width": 336,
                  "height": 28,
                  "bottom": 7723
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "STEWARDSHIP",
                "type": "node",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV,0,H2",
                "lhId": "page-30-H2"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element content-fill\"\u003e",
                "lhId": "page-31-DIV",
                "nodeLabel": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "boundingRect": {
                  "left": 25,
                  "top": 10583,
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817
                },
                "selector": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 25,
                  "top": 3817,
                  "height": 479,
                  "bottom": 4296,
                  "width": 363,
                  "right": 387
                },
                "selector": "div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "nodeLabel": "div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "type": "node",
                "snippet": "\u003cdiv class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\" data-animation-role=\"image\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-32-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 10240,
                  "height": 132,
                  "top": 10109,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h2",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2",
                "snippet": "\u003ch2 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "lhId": "page-33-H2"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "Terms & Conditions",
                "boundingRect": {
                  "right": 387,
                  "width": 363,
                  "bottom": 12650,
                  "height": 24,
                  "top": 12626,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small",
                "lhId": "page-34-P",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,P",
                "snippet": "\u003cp class=\"sqsrte-small\" style=\"text-align: right; ; white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_142\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV",
                "lhId": "page-35-DIV",
                "nodeLabel": "Learn more",
                "boundingRect": {
                  "left": 25,
                  "top": 4342,
                  "height": 59,
                  "bottom": 4401,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3822 \u003e div#yui_3_17_2_1_1784619478489_142",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "boundingRect": {
                  "bottom": 8315,
                  "height": 273,
                  "width": 397,
                  "right": 404,
                  "top": 8043,
                  "left": 8
                },
                "selector": "div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div.row",
                "lhId": "page-36-DIV",
                "snippet": "\u003cdiv class=\"row sqs-row\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "OUR HOME",
                "boundingRect": {
                  "bottom": 1796,
                  "height": 34,
                  "width": 290,
                  "right": 351,
                  "top": 1763,
                  "left": 61
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "lhId": "page-37-H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,H2"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Join us for retreats, workshops, and cultural gatherings rooted in presence and…",
                "boundingRect": {
                  "left": 16,
                  "top": 6844,
                  "height": 77,
                  "bottom": 6921,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description",
                "lhId": "page-38-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n          \n          \" style=\"\n            margin-top: 1%;\n            max-width: 100%;\n          \"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Explore Stewardship",
                "boundingRect": {
                  "left": -374,
                  "top": 7814,
                  "right": -38,
                  "width": 336,
                  "height": 57,
                  "bottom": 7871
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV,2,DIV",
                "lhId": "page-39-DIV"
              }
            },
            {
              "node": {
                "lhId": "page-699-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_253\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 11770,
                  "left": 25,
                  "bottom": 11952,
                  "height": 181,
                  "width": 181,
                  "right": 206
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_253",
                "nodeLabel": "There are journeys that begin with a calling, quiet but undeniable.\nThis one be…"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": 0,
                  "left": -412,
                  "top": 7562
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "type": "node",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/150…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/150…\" data-image-dimensions=\"1600x1067\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/150…\" width=\"1600\" height=\"1067\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/150…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,0,DIV,0,IMG",
                "lhId": "page-41-IMG"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-42-NAV",
                "snippet": "\u003cnav class=\"header-menu-nav-list\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV",
                "type": "node",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "left": 0,
                  "top": 106,
                  "width": 412,
                  "right": 412,
                  "height": 737,
                  "bottom": 843
                },
                "selector": "header#header \u003e div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "boundingRect": {
                  "left": 107,
                  "top": 450,
                  "height": 35,
                  "bottom": 485,
                  "right": 305,
                  "width": 198
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "lhId": "page-548-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A",
                "snippet": "\u003ca data-folder-id=\"/Residential\" href=\"/Residential\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Apply to Join the Village",
                "boundingRect": {
                  "height": 57,
                  "bottom": 6451,
                  "width": 223,
                  "right": 239,
                  "left": 16,
                  "top": 6394
                },
                "selector": "div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,1,DIV,0,DIV,0,A",
                "snippet": "\u003ca class=\"\n            list-item-content__button\n            sqs-block-button-elemen…\" href=\"/residences\"\u003e",
                "lhId": "page-43-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,2,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"section-divider-block\"\u003e",
                "lhId": "page-44-DIV",
                "selector": "article#sections \u003e section.page-section \u003e div.section-divider-display \u003e div.section-divider-block",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-divider-display \u003e div.section-divider-block",
                "boundingRect": {
                  "left": 0,
                  "top": 2339,
                  "width": 412,
                  "right": 412,
                  "height": 0,
                  "bottom": 2339
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "bottom": 7562,
                  "height": 2728,
                  "width": 412,
                  "right": 412,
                  "top": 4833,
                  "left": 0
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV",
                "lhId": "page-45-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "lhId": "page-46-DIV",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "top": 2409,
                  "left": 25,
                  "bottom": 2926,
                  "height": 517,
                  "right": 387,
                  "width": 363
                },
                "selector": "div#block-b21ac4c473ac77f2a28f \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "selector": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e div.user-items-list-banner-slideshow__arrow-icon-background",
                "nodeLabel": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e div.user-items-list-banner-slideshow__arrow-icon-background",
                "boundingRect": {
                  "bottom": 7964,
                  "height": 40,
                  "width": 40,
                  "right": 255,
                  "top": 7924,
                  "left": 215
                },
                "lhId": "page-47-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,BUTTON,0,DIV",
                "snippet": "\u003cdiv class=\"\n    user-items-list-banner-slideshow__arrow-icon-background\n    mobile-ar…\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 8097,
                  "height": 37,
                  "top": 8060,
                  "left": 25
                },
                "selector": "div#block-yui_3_17_2_1_1637636580708_7144 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": "DESTINATIONS",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-48-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 10%; transform: translate3d(0px, 0px, 0px);\" data-is-card-enabled=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI",
                "lhId": "page-49-LI",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "height": 725,
                  "bottom": 2339,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 1614
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-50-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "type": "node",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "left": 25,
                  "top": 2409,
                  "height": 517,
                  "bottom": 2926,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-b21ac4c473ac77f2a28f \u003e div.sqs-block-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "bottom": 2620,
                  "height": 24,
                  "width": 156,
                  "right": 361,
                  "top": 2596,
                  "left": 204
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large \u003e strong",
                "nodeLabel": "wisdom in action.",
                "type": "node",
                "snippet": "\u003cstrong\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,P,1,STRONG",
                "lhId": "page-51-STRONG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "boundingRect": {
                  "left": 25,
                  "top": 3607,
                  "width": 363,
                  "right": 387,
                  "height": 199,
                  "bottom": 3806
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3401",
                "lhId": "page-52-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1784246724460_3401\" id=\"block-yui_3_17_2_1_1784246724460_3401\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "For those called to root.\nStep into regenerative living in the Diamante Valley;…",
                "boundingRect": {
                  "left": 16,
                  "top": 6302,
                  "right": 396,
                  "width": 379,
                  "height": 77,
                  "bottom": 6379
                },
                "selector": "div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p",
                "type": "node",
                "snippet": "\u003cp class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,0,DIV,1,DIV,0,P",
                "lhId": "page-53-P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-54-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/c30…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/c30…\" data-image-dimensions=\"3500x2333\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/c30…\" width=\"3500\" height=\"2333\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/c30…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "right": -9587,
                  "width": 412,
                  "bottom": 7988,
                  "height": 426,
                  "top": 7562,
                  "left": -9999
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "bottom": 1614,
                  "height": 791,
                  "width": 412,
                  "right": 412,
                  "top": 823,
                  "left": 0
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "type": "node",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV",
                "lhId": "page-55-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 24,
                  "bottom": 12210,
                  "left": 25,
                  "top": 12186
                },
                "selector": "div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_33172 \u003e div.sqs-block-content",
                "lhId": "page-56-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "top": 874,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 1003,
                  "height": 129
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-68c4c0ebdd3be6298f061fbc\"\u003e",
                "lhId": "page-57-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 308,
                  "bottom": 4779,
                  "left": 0,
                  "top": 4472
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div",
                "nodeLabel": "OFFERINGS\n\nFrom immersive eco-retreats and wellness experiences to long-term re…",
                "type": "node",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV",
                "lhId": "page-58-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-700-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "type": "node",
                "nodeLabel": "Answers often arrive quietly.\nThe real work begins when we choose to look at th…",
                "boundingRect": {
                  "top": 11226,
                  "left": 25,
                  "bottom": 11408,
                  "height": 181,
                  "right": 206,
                  "width": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_247 \u003e div.margin-wrapper"
              }
            },
            {
              "node": {
                "lhId": "page-60-SECTION",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"bright-inverse\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"62f6b1bdb3901ce7b2baf892\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;url&quot;: &quot;https://vimeo.com/795781580&quot;,\n&quot;playbackSpeed&quot;: 1,\n&quot;fi…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" style=\"padding-top: 86.4375px;\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 823,
                  "bottom": 823,
                  "left": 0,
                  "top": 0
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "right": 412,
                  "width": 412,
                  "bottom": 7988,
                  "height": 426
                },
                "lhId": "page-61-LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(0px, 0px, 0px);\" data-is-card-enabled=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI"
              }
            },
            {
              "node": {
                "lhId": "page-62-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n          \n          \" style=\"\n            margin-top: 1%;\n            max-width: 100%;\n          \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,0,DIV,1,DIV",
                "type": "node",
                "boundingRect": {
                  "left": 16,
                  "top": 5761,
                  "height": 77,
                  "bottom": 5837,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description",
                "nodeLabel": "Bring your vision to life in one of Costa Rica’s most powerful sanctuaries.\nOur…"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "width": 412,
                  "right": 0,
                  "bottom": 7988,
                  "height": 426,
                  "top": 7562,
                  "left": -412
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "lhId": "page-63-DIV",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87",
                "boundingRect": {
                  "right": 404,
                  "width": 397,
                  "height": 529,
                  "bottom": 9375,
                  "left": 8,
                  "top": 8846
                },
                "lhId": "page-64-DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-4 span-4\" id=\"yui_3_17_2_1_1784619478489_87\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"header-border\" data-header-style=\"theme\" data-header-border=\"false\" data-test=\"header-border\" style=\"\n\n\n\n\n\"\u003e",
                "lhId": "page-65-DIV",
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-border",
                "nodeLabel": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-border",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "right": 412,
                  "width": 412,
                  "height": 86,
                  "bottom": 86
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_248 \u003e div.margin-wrapper",
                "nodeLabel": "A jungle. A breath. A moment where everything slows down so your soul can speak…",
                "boundingRect": {
                  "width": 181,
                  "right": 387,
                  "bottom": 11408,
                  "height": 181,
                  "top": 11226,
                  "left": 206
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV,0,DIV",
                "lhId": "page-701-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-549-SPAN",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV,1,SPAN",
                "snippet": "\u003cspan class=\"header-nav-folder-title-text\"\u003e",
                "type": "node",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "boundingRect": {
                  "width": 158,
                  "right": 265,
                  "height": 35,
                  "bottom": 485,
                  "left": 107,
                  "top": 450
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "top": 5790,
                  "left": 153,
                  "bottom": 5807,
                  "height": 17,
                  "width": 0,
                  "right": 153
                },
                "selector": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "nodeLabel": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "type": "node",
                "snippet": "\u003cbr\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,0,DIV,1,DIV,0,P,1,BR",
                "lhId": "page-67-BR"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-68-DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,0,DIV",
                "type": "node",
                "selector": "main#page \u003e article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div.section-border",
                "nodeLabel": "main#page \u003e article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div.section-border",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 2094,
                  "bottom": 10082,
                  "left": 0,
                  "top": 7988
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 479,
                  "bottom": 4296,
                  "left": 25,
                  "top": 3817
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080",
                "nodeLabel": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-im…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.imageFluid\" data-sqsp-block=\"image\" data-website-component-id=\"yui_3_17_2_1_1784246724460_3080\" id=\"block-yui_3_17_2_1_1784246724460_3080\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV",
                "lhId": "page-69-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 338,
                  "right": 787,
                  "bottom": 694,
                  "height": 70,
                  "top": 624,
                  "left": 449
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "lhId": "page-550-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,6,DIV,0,A",
                "snippet": "\u003ca href=\"/darkroom\" tabindex=\"-1\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#block-a9dc1603aec2929d30a2 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 335,
                  "bottom": 1349,
                  "left": 25,
                  "top": 1014
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-70-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-71-DIV",
                "snippet": "\u003cdiv class=\"section-background-overlay\" style=\"opacity: 0.9;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,0,DIV,0,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-overlay",
                "boundingRect": {
                  "bottom": 4833,
                  "height": 378,
                  "width": 412,
                  "right": 412,
                  "top": 4455,
                  "left": 0
                },
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-overlay"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "right": 396,
                  "width": 379,
                  "height": 57,
                  "bottom": 7534,
                  "left": 16,
                  "top": 7477
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container",
                "nodeLabel": "Join the Service Program",
                "lhId": "page-72-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"\n          margin-top: 4%;\n          max-width: 100%;\n        \" data-animation-role=\"button\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "width": 412,
                  "right": -9587,
                  "height": 426,
                  "bottom": 7988,
                  "left": -9999,
                  "top": 7562
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,0,DIV",
                "lhId": "page-73-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "DESTINATIONS",
                "boundingRect": {
                  "bottom": 8097,
                  "height": 37,
                  "width": 363,
                  "right": 387,
                  "top": 8060,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h3",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H3",
                "snippet": "\u003ch3 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "lhId": "page-74-H3"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-75-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/healing\"\u003e",
                "type": "node",
                "nodeLabel": "Explore Healing",
                "boundingRect": {
                  "top": 7814,
                  "left": -9961,
                  "width": 168,
                  "right": -9792,
                  "bottom": 7871,
                  "height": 57
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div",
                "boundingRect": {
                  "left": 220,
                  "top": 12174,
                  "height": 48,
                  "bottom": 12222,
                  "width": 48,
                  "right": 268
                },
                "selector": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,2,A,0,DIV",
                "snippet": "\u003cdiv\u003e",
                "lhId": "page-76-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-77-H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\" style=\"max-width: 100%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,0,DIV,0,H2",
                "type": "node",
                "boundingRect": {
                  "left": 16,
                  "top": 7353,
                  "width": 379,
                  "right": 396,
                  "height": 28,
                  "bottom": 7382
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e h2.list-item-content__title",
                "nodeLabel": "SERVE"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-78-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"row sqs-row\" id=\"yui_3_17_2_1_1784619478489_73\"\u003e",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73",
                "boundingRect": {
                  "left": 8,
                  "top": 8315,
                  "width": 397,
                  "right": 404,
                  "height": 1589,
                  "bottom": 9904
                },
                "selector": "div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 412,
                  "top": 106,
                  "width": 412,
                  "right": 824,
                  "height": 737,
                  "bottom": 843
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "lhId": "page-551-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-79-DIV",
                "snippet": "\u003cdiv class=\"list-item-media\" style=\"margin-bottom: 4%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,0,DIV",
                "type": "node",
                "nodeLabel": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "boundingRect": {
                  "top": 7053,
                  "left": 16,
                  "width": 379,
                  "right": 396,
                  "bottom": 7338,
                  "height": 285
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_246 \u003e div.margin-wrapper",
                "nodeLabel": "Imagine walking to the waterfall and finding a moment like this&hellip;\nHorses …",
                "boundingRect": {
                  "height": 181,
                  "bottom": 11226,
                  "width": 181,
                  "right": 387,
                  "left": 206,
                  "top": 11045
                },
                "lhId": "page-702-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "bottom": 2209,
                  "height": 466,
                  "width": 330,
                  "right": 371,
                  "top": 1743,
                  "left": 41
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV",
                "lhId": "page-81-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-82-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/food-as-medicine\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 7827,
                  "left": -9961,
                  "bottom": 7884,
                  "height": 57,
                  "width": 151,
                  "right": -9810
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "nodeLabel": "Explore Food"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-2-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-background\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"1920\" height=\"1080\" sizes=\"(max-width: 799px) 200vw, 100vw\" style=\"display:block;object-position: 50% 50%\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,0,DIV,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 1614,
                  "height": 791,
                  "top": 823,
                  "left": 0
                },
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-co…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.code\" data-sqsp-block=\"code\" data-website-component-id=\"yui_3_17_2_1_1739805809454_12219\" id=\"block-yui_3_17_2_1_1739805809454_12219\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV",
                "lhId": "page-83-DIV",
                "boundingRect": {
                  "top": 12227,
                  "left": 8,
                  "width": 397,
                  "right": 404,
                  "bottom": 12569,
                  "height": 342
                },
                "selector": "div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div.col \u003e div#block-yui_3_17_2_1_1739805809454_12219",
                "nodeLabel": "Newsletter",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca class=\"header-menu-controls-control header-menu-controls-control--active\" data-action=\"back\" href=\"/\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV,0,A",
                "lhId": "page-552-A",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "boundingRect": {
                  "left": 552,
                  "top": 256,
                  "height": 35,
                  "bottom": 291,
                  "width": 132,
                  "right": 684
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-84-IMG",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg data-stretch=\"true\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/339…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/339…\" data-image-dimensions=\"1600x1067\" data-image-focal-point=\"0.5,0.5\" data-sqsp-image-block-image=\"\" alt=\"\" data-licensed-asset-preview=\"false\" data-load=\"false\" elementtiming=\"system-image-block\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/339…\" width=\"1600\" height=\"1067\" sizes=\"auto, 100vw\" style=\"display: block; object-position: var(--image-component-focal-point);\" …\u003e",
                "type": "node",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817,
                  "left": 25,
                  "top": 10583
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cdiv class=\"section-background-canvas background-fx-canvas\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-85-DIV",
                "nodeLabel": "div.section-border \u003e div.section-background \u003e div.section-background-content \u003e div.section-background-canvas",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725,
                  "top": 1614,
                  "left": 0
                },
                "selector": "div.section-border \u003e div.section-background \u003e div.section-background-content \u003e div.section-background-canvas",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-86-DIV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-2 span-2\" id=\"yui_3_17_2_1_1784619478489_107\"\u003e",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107",
                "boundingRect": {
                  "bottom": 12227,
                  "height": 153,
                  "width": 397,
                  "right": 404,
                  "top": 12074,
                  "left": 8
                },
                "selector": "div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-87-DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "left": 0,
                  "top": 10109,
                  "height": 778,
                  "bottom": 10887,
                  "right": 412,
                  "width": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"\n    user-items-list-item-container\n    user-items-list-banner-slideshow\n  \" data-controller=\"UserItemsListBannerSlideshow\" data-progress-indicators-placement=\"\" data-is-infinite-enabled=\"true\" data-is-card-enabled=\"true\" data-title-alignment=\"center\" data-body-alignment=\"center\" data-button-alignment=\"center\" data-show-adjacent-slides=\"false\" data-card-vertical-position=\"middle\" data-card-horizontal-position=\"center\" data-navigation-controls=\"arrows\" data-navigation-placement=\"center\" data-navigation-alignment=\"center\" data-space-between-slides-value=\"20\" …\u003e",
                "lhId": "page-88-DIV",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725,
                  "top": 1614,
                  "left": 0
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div.user-items-list \u003e div.user-items-list-item-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "bottom": 12023,
                  "height": 1109,
                  "width": 412,
                  "right": 412,
                  "top": 10914,
                  "left": 0
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"white-bold\" class=\"page-section \n    \n      layout-engine-section\n    \n    background-width--…\" data-section-id=\"619c4aef97a13024343832bc\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" data-sqsp-section=\"classic-editor\" data-controllers-bound=\"SectionWrapperController\"\u003e",
                "lhId": "page-89-SECTION"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-90-P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,1,DIV,0,P",
                "type": "node",
                "nodeLabel": "Spaces and experiences that restore our connection to the natural world",
                "boundingRect": {
                  "left": 38,
                  "top": 7743,
                  "width": 336,
                  "right": 374,
                  "height": 51,
                  "bottom": 7794
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fluid-image-component-root image-block-outer-wrapper design-layout-fluid i…\" data-component-id=\"5f3939be98c4f531fc59\" data-test=\"image-block-fluid-outer-wrapper\" data-is-image-stretched=\"true\" data-is-mask-applied=\"false\" data-media-focal-point=\"0.5,0.5\" data-bpo=\"\" data-breakpoints=\"[{&quot;id&quot;:&quot;system_desktop&quot;,&quot;name&quot;:&quot;Desktop&quot;},{&quot;id&quot;:&quot;system_mobile&quot;,&quot;name&quot;:&quot;Mo…\" style=\"--image-component-object-fit: cover; --image-component-container-height: 1…;\"\u003e",
                "lhId": "page-91-DIV",
                "nodeLabel": "div.fe-block \u003e div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content \u003e div.fluid-image-component-root",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 304,
                  "bottom": 3273,
                  "left": 0,
                  "top": 2969
                },
                "selector": "div.fe-block \u003e div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content \u003e div.fluid-image-component-root",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/nature\"\u003e",
                "lhId": "page-92-A",
                "nodeLabel": "Explore Nature",
                "boundingRect": {
                  "width": 163,
                  "right": 201,
                  "height": 57,
                  "bottom": 7871,
                  "left": 38,
                  "top": 7814
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fe-block fe-block-5f3939be98c4f531fc59\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV",
                "lhId": "page-93-DIV",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 3273,
                  "height": 304,
                  "top": 2969,
                  "left": 0
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": 412
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "lhId": "page-94-DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV"
              }
            },
            {
              "node": {
                "nodeLabel": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e br",
                "boundingRect": {
                  "top": 12710,
                  "left": 387,
                  "bottom": 12726,
                  "height": 16,
                  "width": 0,
                  "right": 387
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e br",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,P,1,BR",
                "snippet": "\u003cbr\u003e",
                "lhId": "page-95-BR"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "lhId": "page-96-DIV",
                "boundingRect": {
                  "height": 105,
                  "bottom": 979,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 874
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0ebdd3be6298f061fbc \u003e div.sqs-block-content",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "lhId": "page-97-DIV",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY\n\nSpend three f…",
                "boundingRect": {
                  "bottom": 4401,
                  "height": 1074,
                  "width": 412,
                  "right": 412,
                  "top": 3327,
                  "left": 0
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-98-svg",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,1,A,0,DIV,0,svg",
                "snippet": "\u003csvg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"\u003e",
                "type": "node",
                "nodeLabel": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social",
                "boundingRect": {
                  "top": 12174,
                  "left": 182,
                  "width": 48,
                  "right": 230,
                  "bottom": 12222,
                  "height": 48
                },
                "selector": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-99-DIV",
                "snippet": "\u003cdiv id=\"siteWrapper\" class=\"clearfix site-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV",
                "type": "node",
                "nodeLabel": "Skip to Content\nOpen Menu\nHOST YOUR RETREAT AT HOLOS\nHOLOS IS A GLOBAL FIELD OF…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 12846,
                  "height": 12846,
                  "top": 0,
                  "left": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-button-container sqs-button-block-container-system_desktop sqs-b…\" data-animation-role=\"button\" data-button-size=\"medium\" data-button-type=\"primary\" id=\"yui_3_17_2_1_1784619478489_148\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-100-DIV",
                "nodeLabel": "Donate Today",
                "boundingRect": {
                  "width": 176,
                  "right": 294,
                  "height": 59,
                  "bottom": 10887,
                  "left": 118,
                  "top": 10828
                },
                "selector": "div.fe-block \u003e div#block-4f2f2d46b92dda64e131 \u003e div#yui_3_17_2_1_1784619478489_149 \u003e div#yui_3_17_2_1_1784619478489_148",
                "type": "node"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_96\"\u003e",
                "lhId": "page-101-DIV",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 9887,
                  "height": 495,
                  "top": 9392,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Explore Holistic Hospitality",
                "boundingRect": {
                  "top": 5296,
                  "left": 16,
                  "bottom": 5368,
                  "height": 72,
                  "width": 379,
                  "right": 396
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper",
                "lhId": "page-102-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-wrapper\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-103-DIV",
                "snippet": "\u003cdiv class=\"list-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV",
                "type": "node",
                "boundingRect": {
                  "left": 16,
                  "top": 7353,
                  "right": 396,
                  "width": 379,
                  "height": 181,
                  "bottom": 7534
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content",
                "nodeLabel": "SERVE\n\nA hands-on invitation to live the Holos rhythm.\nThrough care, contributi…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-104-A",
                "snippet": "\u003ca href=\"https://www.acraya.global/the-study\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-but…\" data-sqsp-button=\"\" data-initialized=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "type": "node",
                "nodeLabel": "Learn more",
                "boundingRect": {
                  "top": 4342,
                  "left": 25,
                  "bottom": 4401,
                  "height": 59,
                  "width": 363,
                  "right": 387
                },
                "selector": "div#block-yui_3_17_2_1_1784246724460_3822 \u003e div#yui_3_17_2_1_1784619478489_142 \u003e div#yui_3_17_2_1_1784619478489_141 \u003e a.sqs-block-button-element--medium"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-105-DIV",
                "selector": "div#block-619c4af0ed80e17da5f1f3e2 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "top": 10985,
                  "left": 25,
                  "bottom": 11011,
                  "height": 26,
                  "width": 363,
                  "right": 387
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cimg data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" data-image-dimensions=\"2870x1610\" data-image-focal-point=\"0.5,0.5\" class=\"custom-fallback-image loaded\" data-load=\"false\" elementtiming=\"nbf-video-background-fallback\" data-parent-ratio=\"0.5\" style=\"left: -527.543px; top: 0px; width: 1467.09px; height: 823px;\" alt=\"Screen Shot 2022-08-14 at 12.33.21 PM.png\" data-image-resolution=\"2500w\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/763…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "lhId": "page-0-IMG",
                "selector": "div.section-background \u003e div \u003e div.sqs-video-background \u003e img.custom-fallback-image",
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "top": 0,
                  "left": -528,
                  "width": 1467,
                  "right": 940,
                  "bottom": 823,
                  "height": 823
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div#page-section-61957a576ff2fd34dbfb537c \u003e div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "top": 12074,
                  "left": 8,
                  "right": 404,
                  "width": 397,
                  "bottom": 12795,
                  "height": 721
                },
                "lhId": "page-106-DIV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"row sqs-row\" id=\"yui_3_17_2_1_1784619478489_108\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "top": 12023,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 12846,
                  "height": 824
                },
                "selector": "footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div.section-border \u003e div.section-background",
                "type": "node",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,0,DIV,0,DIV",
                "lhId": "page-107-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-62f6b1bd00be4e1be0370daa\"\u003e",
                "lhId": "page-108-DIV",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "left": 71,
                  "top": 687,
                  "height": 85,
                  "bottom": 772,
                  "width": 269,
                  "right": 341
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-109-DIV",
                "snippet": "\u003cdiv class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-619266458816af4d8daaf6f7\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "boundingRect": {
                  "top": 8043,
                  "left": 25,
                  "bottom": 10026,
                  "height": 1984,
                  "width": 363,
                  "right": 387
                },
                "selector": "section#yui_3_17_2_1_1784619478489_76 \u003e div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-110-DIV",
                "snippet": "\u003cdiv class=\"sqs-block image-block sqs-block-image sqs-text-ready\" data-aspect-ratio=\"136.604774535809\" data-block-type=\"5\" data-sqsp-block=\"image-classic\" id=\"block-yui_3_17_2_1_1636983722793_5244\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244",
                "boundingRect": {
                  "right": 404,
                  "width": 397,
                  "height": 529,
                  "bottom": 9375,
                  "left": 8,
                  "top": 8846
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-111-DIV",
                "snippet": "\u003cdiv class=\"mobile-arrows\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "\n    \n      Previous\n    \n    \n  ",
                "boundingRect": {
                  "bottom": 7968,
                  "height": 48,
                  "width": 412,
                  "right": 412,
                  "top": 7920,
                  "left": 0
                },
                "selector": "div.user-items-list \u003e div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.mobile-arrows"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "top": 1614,
                  "left": 0,
                  "bottom": 2339,
                  "height": 725,
                  "right": 412,
                  "width": 412
                },
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div.slideshow-holder",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"slideshow-holder\"\u003e",
                "lhId": "page-112-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-113-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-yui_3_17_2_1_1784246724460_2848\"\u003e",
                "type": "node",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "top": 3327,
                  "left": 25,
                  "bottom": 3596,
                  "height": 269,
                  "right": 387,
                  "width": 363
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica",
                "boundingRect": {
                  "height": 27,
                  "bottom": 9948,
                  "right": 387,
                  "width": 363,
                  "left": 25,
                  "top": 9921
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p",
                "lhId": "page-114-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"\"\u003e"
              }
            },
            {
              "node": {
                "nodeLabel": "Discover The Nest&hellip;\nOne of our unique rental properties at Holos.\nA seren…",
                "boundingRect": {
                  "top": 11567,
                  "left": 25,
                  "width": 181,
                  "right": 206,
                  "bottom": 11792,
                  "height": 225
                },
                "selector": "div#yui_3_17_2_1_1784619478489_251 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1346\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"69549440820900623d969410\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: -22.2898px; width: 181px; height: 225px;\" data-parent-ratio=\"1.0\" alt=\"Discover The Nest&amp;hellip;\nOne of our unique rental properties at Holos.\nA …\" …\u003e",
                "lhId": "page-739-IMG"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": -9587,
                  "left": -9999,
                  "top": 7562
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "type": "node",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2ab…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2ab…\" data-image-dimensions=\"5472x3648\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2ab…\" width=\"5472\" height=\"3648\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2ab…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,0,DIV,0,IMG",
                "lhId": "page-116-IMG"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "snippet": "\u003cspan\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV,0,A,1,SPAN",
                "lhId": "page-553-SPAN",
                "boundingRect": {
                  "top": 422,
                  "left": 602,
                  "bottom": 457,
                  "height": 35,
                  "width": 72,
                  "right": 674
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-button-container sqs-button-block-container-system_desktop sqs-b…\" data-animation-role=\"button\" data-button-size=\"medium\" data-button-type=\"primary\" id=\"yui_3_17_2_1_1784619478489_141\"\u003e",
                "lhId": "page-117-DIV",
                "nodeLabel": "Learn more",
                "boundingRect": {
                  "height": 59,
                  "bottom": 4401,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 4342
                },
                "selector": "div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3822 \u003e div#yui_3_17_2_1_1784619478489_142 \u003e div#yui_3_17_2_1_1784619478489_141",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fluid-image-container sqs-image-content js-image-container visitor-mode\" data-sqsp-image-block-image-container=\"\"\u003e",
                "lhId": "page-118-DIV",
                "selector": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "nodeLabel": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "boundingRect": {
                  "left": 25,
                  "top": 3817,
                  "width": 363,
                  "right": 387,
                  "height": 479,
                  "bottom": 4296
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Apply to Join the Village",
                "boundingRect": {
                  "top": 6394,
                  "left": 16,
                  "bottom": 6451,
                  "height": 57,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container",
                "lhId": "page-119-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"\n          margin-top: 4%;\n          max-width: 100%;\n        \" data-animation-role=\"button\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-703-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DT-ynYmkdIW/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_246 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "nodeLabel": "Imagine walking to the waterfall and finding a moment like this&hellip;\nHorses …",
                "boundingRect": {
                  "top": 11045,
                  "left": 206,
                  "bottom": 11226,
                  "height": 181,
                  "width": 181,
                  "right": 387
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-121-DIV",
                "snippet": "\u003cdiv class=\"fluid-image-component-root image-block-outer-wrapper design-layout-fluid i…\" data-component-id=\"yui_3_17_2_1_1784246724460_3080\" data-test=\"image-block-fluid-outer-wrapper\" data-is-image-stretched=\"true\" data-is-mask-applied=\"false\" data-media-focal-point=\"0.5,0.5\" data-bpo=\"{}\" data-breakpoints=\"[{&quot;id&quot;:&quot;system_desktop&quot;,&quot;name&quot;:&quot;Desktop&quot;},{&quot;id&quot;:&quot;system_mobile&quot;,&quot;name&quot;:&quot;Mo…\" style=\"--image-component-object-fit: cover; --image-component-container-height: 1…;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "boundingRect": {
                  "bottom": 4296,
                  "height": 479,
                  "right": 387,
                  "width": 363,
                  "top": 3817,
                  "left": 25
                },
                "selector": "div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content \u003e div.fluid-image-component-root",
                "nodeLabel": "div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content \u003e div.fluid-image-component-root"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-12 span-12\" id=\"yui_3_17_2_1_1784619478489_109\"\u003e",
                "lhId": "page-122-DIV",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "width": 397,
                  "right": 404,
                  "height": 721,
                  "bottom": 12795,
                  "left": 8,
                  "top": 12074
                },
                "selector": "div#yui_3_17_2_1_1784619478489_111 \u003e div#page-section-61957a576ff2fd34dbfb537c \u003e div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1440x1920\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"6977a8275ddfbf046767d402\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: -30.1667px; width: 181px; height: 241px;\" data-parent-ratio=\"1.0\" alt=\"Imagine walking to the waterfall and finding a moment like this&amp;hellip;\nHo…\" …\u003e",
                "lhId": "page-734-IMG",
                "nodeLabel": "Imagine walking to the waterfall and finding a moment like this&hellip;\nHorses …",
                "boundingRect": {
                  "left": 206,
                  "top": 11015,
                  "width": 181,
                  "right": 387,
                  "height": 241,
                  "bottom": 11256
                },
                "selector": "div#yui_3_17_2_1_1784619478489_246 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86",
                "boundingRect": {
                  "height": 495,
                  "bottom": 9358,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 8863
                },
                "selector": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86",
                "lhId": "page-124-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_86\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-125-DIV",
                "snippet": "\u003cdiv class=\"image-block-outer-wrapper layout-caption-below design-layout-inline combin…\" data-test=\"image-block-inline-outer-wrapper\" data-sqsp-image-classic-block-layout=\"inline\" id=\"yui_3_17_2_1_1784619478489_70\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 8829,
                  "height": 496,
                  "top": 8332,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"1920x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-background\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"1920\" height=\"1080\" sizes=\"(max-width: 799px) 200vw, 100vw\" style=\"display:block;object-position: 50% 50%\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" …\u003e",
                "lhId": "page-126-IMG",
                "boundingRect": {
                  "left": 0,
                  "top": 4455,
                  "width": 412,
                  "right": 412,
                  "height": 378,
                  "bottom": 4833
                },
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e img",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-704-DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_248\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV",
                "type": "node",
                "nodeLabel": "A jungle. A breath. A moment where everything slows down so your soul can speak…",
                "boundingRect": {
                  "left": 206,
                  "top": 11226,
                  "height": 181,
                  "bottom": 11408,
                  "width": 181,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_248"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "height": 129,
                  "bottom": 1003,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 874
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0ebdd3be6298f061fbc",
                "lhId": "page-128-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"68c4c0ebdd3be6298f061fbc\" id=\"block-68c4c0ebdd3be6298f061fbc\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/stewardship\"\u003e",
                "lhId": "page-129-A",
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "nodeLabel": "Explore Stewardship",
                "boundingRect": {
                  "left": -374,
                  "top": 7814,
                  "width": 198,
                  "right": -175,
                  "height": 57,
                  "bottom": 7871
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-130-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e",
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "top": 10109,
                  "left": 0,
                  "bottom": 10887,
                  "height": 778,
                  "width": 412,
                  "right": 412
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Podcasts",
                "boundingRect": {
                  "bottom": 10009,
                  "height": 27,
                  "width": 363,
                  "right": 387,
                  "top": 9982,
                  "left": 25
                },
                "selector": "div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1638967131691_8074 \u003e div.sqs-block-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,1,DIV,0,DIV",
                "lhId": "page-131-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-132-P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV,1,DIV,0,P",
                "type": "node",
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "Holistic and immersive approach to wellbeing through plant tools, nature and co…",
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "bottom": 7794,
                  "height": 51,
                  "top": 7743,
                  "left": -9961
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-133-DIV",
                "boundingRect": {
                  "left": 25,
                  "top": 4612,
                  "height": 168,
                  "bottom": 4779,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-dee97f66820226213d65 \u003e div.sqs-block-content",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "For those called to root.\nStep into regenerative living in the Diamante Valley;…",
                "boundingRect": {
                  "height": 77,
                  "bottom": 6379,
                  "width": 379,
                  "right": 396,
                  "left": 16,
                  "top": 6302
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n          \n          \" style=\"\n            margin-top: 1%;\n            max-width: 100%;\n          \"\u003e",
                "lhId": "page-134-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 9921,
                  "left": 25,
                  "bottom": 9948,
                  "height": 27,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1637636580708_7933 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-135-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-136-P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,1,DIV,0,P",
                "type": "node",
                "nodeLabel": "An embodied lifestyle of living in connection with self, community and nature",
                "boundingRect": {
                  "left": -9961,
                  "top": 7743,
                  "height": 51,
                  "bottom": 7794,
                  "width": 336,
                  "right": -9625
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "lhId": "page-137-DIV",
                "boundingRect": {
                  "height": 51,
                  "bottom": 7794,
                  "width": 336,
                  "right": -38,
                  "left": -374,
                  "top": 7743
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "nodeLabel": "Commitment to being stewards of our ecosystems through regenerative practices ",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-741-IMG",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1350\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"6940a13b8067766d7a250961\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: -22.625px; width: 181px; height: 226px;\" data-parent-ratio=\"1.0\" alt=\"There are journeys that begin with a calling, quiet but undeniable.\nThis o…\" …\u003e",
                "type": "node",
                "nodeLabel": "There are journeys that begin with a calling, quiet but undeniable.\nThis one be…",
                "boundingRect": {
                  "left": 25,
                  "top": 11748,
                  "width": 181,
                  "right": 206,
                  "height": 226,
                  "bottom": 11974
                },
                "selector": "div#yui_3_17_2_1_1784619478489_253 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-aa60b76096934490284f",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817,
                  "left": 25,
                  "top": 10583
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-aa60b76096934490284f",
                "lhId": "page-139-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-im…\" data-aspect-ratio=\"62.21975318439744\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.imageFluid\" data-sqsp-block=\"image\" data-website-component-id=\"aa60b76096934490284f\" id=\"block-aa60b76096934490284f\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "lhId": "page-140-DIV",
                "snippet": "\u003cdiv class=\"row sqs-row\" id=\"yui_3_17_2_1_1784619478489_110\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "width": 397,
                  "right": 404,
                  "height": 721,
                  "bottom": 12795,
                  "left": 8,
                  "top": 12074
                },
                "selector": "div#yui_3_17_2_1_1784619478489_112 \u003e div#yui_3_17_2_1_1784619478489_111 \u003e div#page-section-61957a576ff2fd34dbfb537c \u003e div#yui_3_17_2_1_1784619478489_110"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Host a Retreat",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "height": 72,
                  "bottom": 5909,
                  "left": 16,
                  "top": 5837
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-wrapper\"\u003e",
                "lhId": "page-141-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Each year we welcome the Wix&aacute;rika nation to guide a sacred ceremony root…",
                "boundingRect": {
                  "left": 25,
                  "top": 11408,
                  "height": 181,
                  "bottom": 11589,
                  "width": 181,
                  "right": 206
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_249 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTN3LuqFASE/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "page-705-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-143-LI",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-9999px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 7562,
                  "left": -9999,
                  "right": -9587,
                  "width": 412,
                  "bottom": 7988,
                  "height": 426
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "nodeLabel": "CULTURE\n\nCommitment to the creative arts, music, high design and an honoring of…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 12778,
                  "height": 192,
                  "top": 12586,
                  "left": 25
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1639017034784_5184 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "lhId": "page-144-DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "node": {
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_253 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "nodeLabel": "There are journeys that begin with a calling, quiet but undeniable.\nThis one be…",
                "boundingRect": {
                  "bottom": 11952,
                  "height": 181,
                  "width": 181,
                  "right": 206,
                  "top": 11770,
                  "left": 25
                },
                "lhId": "page-706-A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DSTR0cgkjM-/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV,0,DIV,0,A"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,0,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\" style=\"max-width: 100%;\"\u003e",
                "lhId": "page-146-H2",
                "nodeLabel": "LIVE",
                "boundingRect": {
                  "top": 6270,
                  "left": 16,
                  "bottom": 6298,
                  "height": 28,
                  "right": 396,
                  "width": 379
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e h2.list-item-content__title",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "EXPERIENCE HOLOS",
                "boundingRect": {
                  "width": 269,
                  "right": 341,
                  "height": 57,
                  "bottom": 1453,
                  "left": 71,
                  "top": 1396
                },
                "selector": "div.fe-block \u003e div#block-68c4c0ebf15b94dbbc0e8970 \u003e div#yui_3_17_2_1_1784619478489_128 \u003e div#yui_3_17_2_1_1784619478489_127",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block-button-container sqs-button-block-container-system_desktop sqs-b…\" data-animation-role=\"button\" data-button-size=\"small\" data-button-type=\"tertiary\" id=\"yui_3_17_2_1_1784619478489_127\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-147-DIV"
              }
            },
            {
              "node": {
                "lhId": "page-148-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,0,DIV",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "type": "node",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "right": -9587,
                  "width": 412,
                  "left": -9999,
                  "top": 7562
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-554-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV",
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 544,
                  "bottom": 650,
                  "left": 0,
                  "top": 106
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-149-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://givebutter.com/HOLOS\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-but…\" data-sqsp-button=\"\" data-initialized=\"true\"\u003e",
                "type": "node",
                "nodeLabel": "Donate Today",
                "boundingRect": {
                  "width": 176,
                  "right": 294,
                  "bottom": 10887,
                  "height": 59,
                  "top": 10828,
                  "left": 118
                },
                "selector": "div#block-4f2f2d46b92dda64e131 \u003e div#yui_3_17_2_1_1784619478489_149 \u003e div#yui_3_17_2_1_1784619478489_148 \u003e a.sqs-block-button-element--medium"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-150-DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,0,DIV",
                "type": "node",
                "boundingRect": {
                  "right": 412,
                  "width": 412,
                  "height": 1109,
                  "bottom": 12023,
                  "left": 0,
                  "top": 10914
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border"
              }
            },
            {
              "node": {
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "boundingRect": {
                  "bottom": 3774,
                  "height": 168,
                  "width": 363,
                  "right": 387,
                  "top": 3607,
                  "left": 25
                },
                "selector": "div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3401 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-151-DIV"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "The universe isn&rsquo;t outside of you.\nIt lives in your breath, your intuitio…",
                "boundingRect": {
                  "top": 11408,
                  "left": 206,
                  "bottom": 11589,
                  "height": 181,
                  "width": 181,
                  "right": 387
                },
                "selector": "div#yui_3_17_2_1_1784619478489_250 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image",
                "lhId": "page-738-IMG",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"695c19fa0031b233a514dfe5\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: 0px; width: 181px; height: 181px;\" data-parent-ratio=\"1.0\" alt=\"The universe isn&amp;rsquo;t outside of you.\nIt lives in your breath, your int…\" …\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-153-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/410…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/410…\" data-image-dimensions=\"3500x2333\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/410…\" width=\"3500\" height=\"2333\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/410…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV,0,IMG",
                "type": "node",
                "boundingRect": {
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": -9587,
                  "top": 7562,
                  "left": -9999
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_247\"\u003e",
                "lhId": "page-707-DIV",
                "nodeLabel": "Answers often arrive quietly.\nThe real work begins when we choose to look at th…",
                "boundingRect": {
                  "left": 25,
                  "top": 11226,
                  "height": 181,
                  "bottom": 11408,
                  "width": 181,
                  "right": 206
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_247",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-content",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-content",
                "boundingRect": {
                  "left": 0,
                  "top": 1614,
                  "width": 412,
                  "right": 412,
                  "height": 725,
                  "bottom": 2339
                },
                "lhId": "page-155-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background-content\" data-controller=\"BackgroundSurface\" data-controllers-bound=\"BackgroundSurface\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg data-stretch=\"false\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/65a…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/65a…\" data-image-dimensions=\"1000x1604\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" elementtiming=\"system-image-block\" data-sqsp-image-classic-block-image=\"\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/65a…\" width=\"1000\" height=\"1604\" sizes=\"(max-width: 640px) 100vw, (max-width: 767px) 33.33333333333333vw, 33.33333…\" …\u003e",
                "lhId": "page-156-IMG",
                "boundingRect": {
                  "bottom": 9887,
                  "height": 495,
                  "width": 363,
                  "right": 387,
                  "top": 9392,
                  "left": 25
                },
                "selector": "figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93 \u003e div#yui_3_17_2_1_1784619478489_92 \u003e img",
                "nodeLabel": "figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93 \u003e div#yui_3_17_2_1_1784619478489_92 \u003e img",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103 \u003e div#yui_3_17_2_1_1784619478489_102 \u003e img",
                "boundingRect": {
                  "height": 61,
                  "bottom": 12152,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 12091
                },
                "selector": "figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103 \u003e div#yui_3_17_2_1_1784619478489_102 \u003e img",
                "type": "node",
                "snippet": "\u003cimg data-stretch=\"false\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"385x65\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" elementtiming=\"system-image-block\" data-sqsp-image-classic-block-image=\"\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"385\" height=\"65\" sizes=\"(max-width: 640px) 100vw, (max-width: 767px) 16.666666666666664vw, 16.6666…\" style=\"display: block; object-fit: cover; width: 100%; height: 100%;\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV,0,IMG",
                "lhId": "page-157-IMG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 6921,
                  "height": 77,
                  "width": 379,
                  "right": 396,
                  "top": 6844,
                  "left": 16
                },
                "selector": "div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "Join us for retreats, workshops, and cultural gatherings rooted in presence and…",
                "lhId": "page-158-P",
                "snippet": "\u003cp class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,0,DIV,1,DIV,0,P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-159-DIV",
                "snippet": "\u003cdiv\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,1,A,0,DIV",
                "type": "node",
                "nodeLabel": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div",
                "boundingRect": {
                  "width": 48,
                  "right": 230,
                  "height": 48,
                  "bottom": 12222,
                  "left": 182,
                  "top": 12174
                },
                "selector": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-160-SECTION",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"black-bold\" class=\"page-section \n    \n      layout-engine-section\n    \n    background-width--…\" data-section-id=\"61957a576ff2fd34dbfb537c\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" style=\"min-height: 62vh;\" data-sqsp-section=\"classic-editor\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "type": "node",
                "boundingRect": {
                  "bottom": 12846,
                  "height": 824,
                  "width": 412,
                  "right": 412,
                  "top": 12023,
                  "left": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-161-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-bu…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.button\" data-sqsp-block=\"button\" data-website-component-id=\"yui_3_17_2_1_1784246724460_3822\" id=\"block-yui_3_17_2_1_1784246724460_3822\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 59,
                  "bottom": 4401,
                  "left": 25,
                  "top": 4342
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3822",
                "nodeLabel": "Learn more"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-cta \u003e a.theme-btn--primary",
                "boundingRect": {
                  "right": 311,
                  "width": 210,
                  "bottom": 932,
                  "height": 72,
                  "top": 859,
                  "left": 101
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-cta \u003e a.theme-btn--primary",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"theme-btn--primary btn sqs-button-element--primary\" href=\"/stay\" target=\"_blank\"\u003e",
                "lhId": "page-555-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 687,
                  "left": 71,
                  "bottom": 772,
                  "height": 85,
                  "width": 269,
                  "right": 341
                },
                "selector": "div.fe-block \u003e div#block-62f6b1bd00be4e1be0370daa \u003e div#yui_3_17_2_1_1784619478489_121 \u003e div#yui_3_17_2_1_1784619478489_120",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-button-container sqs-button-block-container-system_desktop sqs-b…\" data-animation-role=\"button\" data-button-size=\"medium\" data-button-type=\"primary\" id=\"yui_3_17_2_1_1784619478489_120\"\u003e",
                "lhId": "page-162-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "top": 10985,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 11011,
                  "height": 26
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h4",
                "lhId": "page-163-H4",
                "snippet": "\u003ch4 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H4"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-164-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"\"\u003e",
                "type": "node",
                "nodeLabel": "Holos Global is grateful for our non-profit partnership with the Holos Foundati…",
                "boundingRect": {
                  "top": 10272,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 10572,
                  "height": 299
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv class=\"sqs-code-container\" data-localized=\"{&quot;enableSafeModeButton&quot;:&quot;Preview in safe mode&quot;,&quot;enableSafeModeText&quot;:&quot;This …\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-165-DIV",
                "nodeLabel": "Newsletter",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 12552,
                  "height": 308,
                  "top": 12244,
                  "left": 25
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1739805809454_12219 \u003e div.sqs-block-content \u003e div.sqs-code-container",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 3590,
                  "height": 263,
                  "top": 3327,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h2",
                "lhId": "page-166-H2",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2",
                "snippet": "\u003ch2 style=\"text-align: center; ; white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 11408,
                  "left": 206,
                  "bottom": 11589,
                  "height": 181,
                  "width": 181,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_250",
                "nodeLabel": "The universe isn&rsquo;t outside of you.\nIt lives in your breath, your intuitio…",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_250\"\u003e",
                "lhId": "page-708-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-168-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,2,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"patty\"\u003e",
                "type": "node",
                "nodeLabel": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.patty",
                "boundingRect": {
                  "top": 43,
                  "left": 364,
                  "width": 0,
                  "right": 364,
                  "bottom": 43,
                  "height": 0
                },
                "selector": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.patty"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "The universe isn&rsquo;t outside of you.\nIt lives in your breath, your intuitio…",
                "boundingRect": {
                  "left": 206,
                  "top": 11408,
                  "height": 181,
                  "bottom": 11589,
                  "width": 181,
                  "right": 387
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_250 \u003e div.margin-wrapper",
                "lhId": "page-709-DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-170-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_149\"\u003e",
                "type": "node",
                "nodeLabel": "Donate Today",
                "boundingRect": {
                  "top": 10828,
                  "left": 118,
                  "bottom": 10887,
                  "height": 59,
                  "width": 176,
                  "right": 294
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-4f2f2d46b92dda64e131 \u003e div#yui_3_17_2_1_1784619478489_149"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fe-block fe-block-68c4c0ebf15b94dbbc0e8970\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV",
                "lhId": "page-171-DIV",
                "boundingRect": {
                  "left": 71,
                  "top": 1395,
                  "width": 269,
                  "right": 341,
                  "height": 59,
                  "bottom": 1454
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "EXPERIENCE HOLOS",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7687,
                  "left": 31,
                  "width": 350,
                  "right": 381,
                  "bottom": 7879,
                  "height": 191
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV",
                "lhId": "page-172-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"41425c36da283bab2447\" id=\"block-41425c36da283bab2447\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-173-DIV",
                "nodeLabel": "OFFERINGS",
                "boundingRect": {
                  "left": 25,
                  "top": 4507,
                  "right": 387,
                  "width": 363,
                  "height": 94,
                  "bottom": 4601
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-41425c36da283bab2447",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "lhId": "page-174-P",
                "nodeLabel": "Anchored in our source node site in Costa Rica’s Diamante Valley, the Holos vis…",
                "boundingRect": {
                  "bottom": 8298,
                  "height": 168,
                  "width": 363,
                  "right": 387,
                  "top": 8131,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "boundingRect": {
                  "right": 255,
                  "width": 20,
                  "height": 20,
                  "bottom": 12207,
                  "left": 235,
                  "top": 12188
                },
                "lhId": "page-175-use",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,2,A,0,DIV,0,svg,0,use",
                "snippet": "\u003cuse class=\"sqs-use--icon\" xlink:href=\"/universal/svg/social-accounts.svg#linkedin-unauth-icon\"\u003e"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "We live in a world that moves fast, but our bodies, our minds, and our hearts r…",
                "boundingRect": {
                  "left": 206,
                  "top": 11589,
                  "height": 181,
                  "bottom": 11770,
                  "width": 181,
                  "right": 387
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_252 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "lhId": "page-710-A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DSqF_kdkp34/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV,0,DIV,0,A"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"header-title-nav-wrapper\"\u003e",
                "lhId": "page-177-DIV",
                "nodeLabel": "HOLOS",
                "boundingRect": {
                  "top": 28,
                  "left": 25,
                  "bottom": 58,
                  "height": 30,
                  "width": 313,
                  "right": 337
                },
                "selector": "div.header-announcement-bar-wrapper \u003e div.header-inner \u003e div.header-display-mobile \u003e div.header-title-nav-wrapper",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-socialaccountlinks-content\"\u003e",
                "lhId": "page-178-DIV",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 24,
                  "bottom": 12210,
                  "left": 25,
                  "top": 12186
                },
                "selector": "div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_33172 \u003e div.sqs-block-content \u003e div.sqs-block-socialaccountlinks-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "top": 10082,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 10914,
                  "height": 832
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "lhId": "page-179-DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cuse class=\"sqs-use--icon\" xlink:href=\"/universal/svg/social-accounts.svg#youtube-unauth-icon\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,1,A,0,DIV,0,svg,0,use",
                "lhId": "page-180-use",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "boundingRect": {
                  "top": 12190,
                  "left": 195,
                  "bottom": 12206,
                  "height": 16,
                  "width": 23,
                  "right": 217
                },
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--icon",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS\nHOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDU…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 12023,
                  "bottom": 12023,
                  "left": 0,
                  "top": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e main#page \u003e article#sections",
                "lhId": "page-181-ARTICLE",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE",
                "snippet": "\u003carticle class=\"sections\" id=\"sections\" data-page-sections=\"619239a899184b497363a620\"\u003e"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "bottom": 12210,
                  "height": 24,
                  "right": 387,
                  "width": 363,
                  "top": 12186,
                  "left": 25
                },
                "selector": "div#block-yui_3_17_2_1_1637650183301_33172 \u003e div.sqs-block-content \u003e div.sqs-block-socialaccountlinks-content \u003e div.sqs-svg-icon--outer",
                "lhId": "page-182-DIV",
                "snippet": "\u003cdiv class=\"sqs-svg-icon--outer social-icon-alignment-center social-icons-color-black …\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "node": {
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/practices\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,2,DIV,0,A",
                "lhId": "page-183-A",
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "nodeLabel": "Explore Practices",
                "boundingRect": {
                  "width": 177,
                  "right": -9784,
                  "height": 57,
                  "bottom": 7871,
                  "left": -9961,
                  "top": 7814
                },
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "lhId": "page-184-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV",
                "snippet": "\u003cdiv data-sqsp-image-classic-block-image-container=\"\" class=\"sqs-image-shape-container-element\n              \n          \n        \n     …\" style=\"position: relative;\" id=\"yui_3_17_2_1_1784619478489_67\"\u003e",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68 \u003e div#yui_3_17_2_1_1784619478489_67",
                "boundingRect": {
                  "left": 25,
                  "top": 8332,
                  "width": 363,
                  "right": 387,
                  "height": 496,
                  "bottom": 8829
                },
                "selector": "div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68 \u003e div#yui_3_17_2_1_1784619478489_67"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"row sqs-row\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-185-DIV",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "top": 10968,
                  "left": 8,
                  "width": 397,
                  "right": 404,
                  "bottom": 11969,
                  "height": 1001
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div#page-section-619c4aef97a13024343832bc \u003e div.row",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY\n\nSpend three f…",
                "boundingRect": {
                  "top": 3273,
                  "left": 0,
                  "bottom": 4455,
                  "height": 1183,
                  "width": 412,
                  "right": 412
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "type": "node",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV",
                "lhId": "page-186-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-68c4c0eb9c25997f42d3bb77 sqs-position-sticky\"\u003e",
                "lhId": "page-187-DIV",
                "nodeLabel": "SUPPORT HOLOS",
                "boundingRect": {
                  "top": 1465,
                  "left": 118,
                  "bottom": 1559,
                  "height": 94,
                  "width": 176,
                  "right": 294
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-188-IMG",
                "snippet": "\u003cimg data-stretch=\"false\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"1383x2218\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" elementtiming=\"system-image-block\" data-sqsp-image-classic-block-image=\"\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"1383\" height=\"2218\" sizes=\"(max-width: 640px) 100vw, (max-width: 767px) 33.33333333333333vw, 33.33333…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV,0,IMG",
                "type": "node",
                "selector": "figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68 \u003e div#yui_3_17_2_1_1784619478489_67 \u003e img",
                "nodeLabel": "figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68 \u003e div#yui_3_17_2_1_1784619478489_67 \u003e img",
                "boundingRect": {
                  "left": 25,
                  "top": 8332,
                  "height": 496,
                  "bottom": 8829,
                  "width": 363,
                  "right": 387
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-inner",
                "nodeLabel": "Open Menu",
                "boundingRect": {
                  "bottom": 62,
                  "height": 37,
                  "width": 363,
                  "right": 387,
                  "top": 25,
                  "left": 25
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"header-inner container--fluid\n        \n        \n        \n         header-m…\" data-test=\"header-inner\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV",
                "lhId": "page-189-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 378,
                  "bottom": 4833,
                  "right": 412,
                  "width": 412,
                  "left": 0,
                  "top": 4455
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "nodeLabel": "OFFERINGS\n\nFrom immersive eco-retreats and wellness experiences to long-term re…",
                "lhId": "page-190-SECTION",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"white\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"68d5c7e24773b07123b7f058\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;backgroundImage&quot;: {\n&quot;id&quot;: &quot;68d5c7e24773b07123b7f055&quot;,\n&quot;recordType&quot;: 2,\n…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" data-controllers-bound=\"SectionWrapperController\" …\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0eb9c25997f42d3bb77",
                "nodeLabel": "SUPPORT HOLOS",
                "boundingRect": {
                  "top": 1465,
                  "left": 118,
                  "right": 294,
                  "width": 176,
                  "bottom": 1559,
                  "height": 94
                },
                "lhId": "page-191-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-bu…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.button\" data-sqsp-block=\"button\" data-website-component-id=\"68c4c0eb9c25997f42d3bb77\" id=\"block-68c4c0eb9c25997f42d3bb77\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 823,
                  "bottom": 823,
                  "width": 412,
                  "right": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "lhId": "page-192-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "FOOD AS MEDICINE\n\nDestination food and beverage that crafts a holistic approach…",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": -9587,
                  "left": -9999,
                  "top": 7562
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "lhId": "page-193-LI",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-9999px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-194-DIV",
                "snippet": "\u003cdiv class=\"slideshow-holder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "right": 412,
                  "width": 412,
                  "height": 426,
                  "bottom": 7988,
                  "left": 0,
                  "top": 7562
                },
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div.slideshow-holder"
              }
            },
            {
              "node": {
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV,0,DIV,0,A,0,NOSCRIPT",
                "lhId": "page-711-NOSCRIPT",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "right": 0,
                  "width": 0,
                  "bottom": 0,
                  "height": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_250 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-196-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"fluidImageOverlay\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 2969,
                  "width": 412,
                  "right": 412,
                  "height": 304,
                  "bottom": 3273
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cfooter class=\"sections\" id=\"footer-sections\" data-footer-sections=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER",
                "lhId": "page-197-FOOTER",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 12846,
                  "height": 824,
                  "top": 12023,
                  "left": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e footer#footer-sections",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "top": 2339,
                  "left": 0,
                  "bottom": 3273,
                  "height": 934,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "lhId": "page-198-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"fluid-engine fe-68c8e46674ec9142adbdf717\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cfigure class=\"\n              sqs-block-image-figure\n              intrinsic\n            \" style=\"max-width:1000px;\" id=\"yui_3_17_2_1_1784619478489_94\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE",
                "lhId": "page-199-FIGURE",
                "boundingRect": {
                  "bottom": 9887,
                  "height": 495,
                  "right": 387,
                  "width": 363,
                  "top": 9392,
                  "left": 25
                },
                "selector": "div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94",
                "nodeLabel": "div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-200-UL",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL",
                "snippet": "\u003cul class=\"\n    user-items-list-item-container\n    user-items-list-simple\n  \" style=\"\n    grid-gap: 60px 60px;\n  \" data-controller=\"UserItemsListSimple\" data-num-columns=\"3\" data-content-order=\"media-first\" data-alignment-vertical=\"stretch\" data-section-id=\"68d5c4dea2780f748bdd1cc1\" data-current-context=\"{\n&quot;userItems&quot;: [ {\n&quot;title&quot;: &quot;Stay&quot;,\n&quot;description&quot;: &quot;&lt;p class=\\&quot;\\&quot; data-rte…\" data-media-alignment=\"left\" data-title-alignment=\"left\" data-body-alignment=\"left\" data-button-alignment=\"left\" data-title-placement=\"center\" data-body-placement=\"center\" data-button-placement=\"center\" …\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 4861,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 7534,
                  "height": 2674
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-201-P",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,P",
                "snippet": "\u003cp class=\"sqsrte-small\" style=\"text-align: right; ; white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e",
                "type": "node",
                "nodeLabel": "Privacy Policy\n\nFAQ’S",
                "boundingRect": {
                  "left": 25,
                  "top": 12706,
                  "width": 363,
                  "right": 387,
                  "height": 72,
                  "bottom": 12778
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__text-wrapper\"\u003e",
                "lhId": "page-202-DIV",
                "boundingRect": {
                  "bottom": 5296,
                  "height": 135,
                  "width": 379,
                  "right": 396,
                  "top": 5161,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "lhId": "page-556-DIV",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "boundingRect": {
                  "left": 0,
                  "top": 319,
                  "height": 60,
                  "bottom": 378,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-203-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,DIV",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 7562,
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-204-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 11952,
                  "height": 906,
                  "top": 11045,
                  "left": 25
                },
                "selector": "div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1646323675848_5262 \u003e div.sqs-block-content"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n          \n          \" style=\"\n            margin-top: 1%;\n            max-width: 100%;\n          \"\u003e",
                "lhId": "page-205-DIV",
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description",
                "nodeLabel": "A hands-on invitation to live the Holos rhythm.\nThrough care, contribution, and…",
                "boundingRect": {
                  "left": 16,
                  "top": 7386,
                  "height": 77,
                  "bottom": 7462,
                  "width": 379,
                  "right": 396
                },
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Home to a diverse global community of thought leaders, entrepreneurs, healers, …",
                "boundingRect": {
                  "top": 7730,
                  "left": -9961,
                  "right": -9625,
                  "width": 336,
                  "bottom": 7807,
                  "height": 77
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,1,DIV,0,P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "lhId": "page-206-P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 12222,
                  "height": 48,
                  "width": 48,
                  "right": 230,
                  "top": 12174,
                  "left": 182
                },
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "lhId": "page-207-use",
                "snippet": "\u003cuse class=\"sqs-use--mask\" xlink:href=\"/universal/svg/social-accounts.svg#youtube-unauth-mask\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,1,A,0,DIV,0,svg,1,use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg",
                "nodeLabel": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg",
                "boundingRect": {
                  "top": 720,
                  "left": 234,
                  "width": 25,
                  "right": 259,
                  "bottom": 745,
                  "height": 25
                },
                "lhId": "page-557-svg",
                "snippet": "\u003csvg viewBox=\"23 23 64 64\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,2,DIV,0,A,0,svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cp class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,0,DIV,1,DIV,0,P",
                "lhId": "page-208-P",
                "boundingRect": {
                  "top": 5193,
                  "left": 16,
                  "bottom": 5296,
                  "height": 102,
                  "width": 379,
                  "right": 396
                },
                "selector": "div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "Sanctuaries for stillness and reconnection: where eco-luxury meets sacred simpl…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 25,
                  "top": 9921,
                  "height": 27,
                  "bottom": 9948,
                  "width": 363,
                  "right": 387
                },
                "selector": "div#block-yui_3_17_2_1_1637636580708_7933 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-209-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-210-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,2,DIV,0,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"bottom-bun\"\u003e",
                "type": "node",
                "nodeLabel": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.bottom-bun",
                "boundingRect": {
                  "bottom": 49,
                  "height": 1,
                  "right": 381,
                  "width": 35,
                  "top": 48,
                  "left": 346
                },
                "selector": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.bottom-bun"
              }
            },
            {
              "node": {
                "lhId": "page-211-DIV",
                "snippet": "\u003cdiv class=\"header-announcement-bar-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV",
                "type": "node",
                "nodeLabel": "Skip to Content\nOpen Menu",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 86,
                  "bottom": 86,
                  "right": 412,
                  "width": 412
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "height": 1001,
                  "bottom": 11969,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 10968
                },
                "selector": "div.content \u003e div#page-section-619c4aef97a13024343832bc \u003e div.row \u003e div.col",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "type": "node",
                "snippet": "\u003cdiv class=\"col sqs-col-12 span-12\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-212-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 7562
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "lhId": "page-213-DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-214-DIV",
                "snippet": "\u003cdiv data-sqsp-image-classic-block-image-container=\"\" class=\"sqs-image-shape-container-element\n              \n          \n        \n     …\" style=\"position: relative;\" id=\"yui_3_17_2_1_1784619478489_92\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93 \u003e div#yui_3_17_2_1_1784619478489_92",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 495,
                  "bottom": 9887,
                  "left": 25,
                  "top": 9392
                },
                "selector": "div#yui_3_17_2_1_1784619478489_95 \u003e figure#yui_3_17_2_1_1784619478489_94 \u003e div#yui_3_17_2_1_1784619478489_93 \u003e div#yui_3_17_2_1_1784619478489_92"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/community\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,2,DIV,0,A",
                "lhId": "page-215-A",
                "nodeLabel": "Explore Community",
                "boundingRect": {
                  "left": -9961,
                  "top": 7827,
                  "width": 195,
                  "right": -9766,
                  "height": 57,
                  "bottom": 7884
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.section-background \u003e div \u003e div.sqs-video-background \u003e div#player",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 823,
                  "height": 0,
                  "top": 823,
                  "left": 0
                },
                "selector": "div.section-background \u003e div \u003e div.sqs-video-background \u003e div#player",
                "type": "node",
                "snippet": "\u003cdiv id=\"player\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-216-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 839,
                  "height": 720,
                  "bottom": 1559,
                  "width": 412,
                  "right": 412
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "lhId": "page-217-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-218-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "type": "node",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "left": 0,
                  "top": 2339,
                  "height": 934,
                  "bottom": 3273,
                  "right": 412,
                  "width": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-219-DIV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"padding-top: calc(6.2vmax);\" id=\"yui_3_17_2_1_1784619478489_112\"\u003e",
                "type": "node",
                "boundingRect": {
                  "height": 824,
                  "bottom": 12846,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 12023
                },
                "selector": "div#siteWrapper \u003e footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div#yui_3_17_2_1_1784619478489_112",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…"
              }
            },
            {
              "node": {
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "left": 25,
                  "top": 3327,
                  "width": 363,
                  "right": 387,
                  "height": 269,
                  "bottom": 3596
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_2848",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1784246724460_2848\" id=\"block-yui_3_17_2_1_1784246724460_2848\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-220-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "OFFERINGS\n\nFrom immersive eco-retreats and wellness experiences to long-term re…",
                "boundingRect": {
                  "left": 0,
                  "top": 4472,
                  "width": 412,
                  "right": 412,
                  "height": 308,
                  "bottom": 4779
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"fluid-engine fe-68d5c7e24773b07123b7f057\"\u003e",
                "lhId": "page-221-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "lhId": "page-222-P",
                "boundingRect": {
                  "top": 2642,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 2809,
                  "height": 168
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "nodeLabel": "Whether you arrive for healing, celebration, creative focus, or reflection, Hol…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 12778,
                  "height": 192,
                  "top": 12586,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_108 \u003e div.col \u003e div#block-yui_3_17_2_1_1639017034784_5184 \u003e div.sqs-block-content",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "lhId": "page-223-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 479,
                  "bottom": 4296,
                  "left": 25,
                  "top": 3817
                },
                "selector": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "lhId": "page-224-DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element-wrapper js-content-mode-element-system_desktop\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "GATHER\n\nJoin us for retreats, workshops, and cultural gatherings rooted in pres…",
                "boundingRect": {
                  "top": 6511,
                  "left": 16,
                  "bottom": 6993,
                  "height": 482,
                  "right": 396,
                  "width": 379
                },
                "selector": "div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI",
                "snippet": "\u003cli class=\"\n        list-item\n        \n      \" style=\"\n        \n      \" data-is-card-enabled=\"false\"\u003e",
                "lhId": "page-225-LI"
              }
            },
            {
              "node": {
                "type": "node",
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "width": 412,
                  "right": -9587,
                  "bottom": 7988,
                  "height": 426,
                  "top": 7562,
                  "left": -9999
                },
                "lhId": "page-226-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/259…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/259…\" data-image-dimensions=\"2500x1666\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/259…\" width=\"2500\" height=\"1666\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/259…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,0,DIV,0,IMG"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "lhId": "page-227-DIV",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…",
                "boundingRect": {
                  "left": 25,
                  "top": 1014,
                  "right": 387,
                  "width": 363,
                  "height": 335,
                  "bottom": 1349
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-a9dc1603aec2929d30a2 \u003e div.sqs-block-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "left": 25,
                  "top": 10985,
                  "height": 26,
                  "bottom": 11011,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.row \u003e div.col \u003e div#block-619c4af0ed80e17da5f1f3e2 \u003e div.sqs-block-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-228-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social",
                "boundingRect": {
                  "left": 144,
                  "top": 12174,
                  "height": 48,
                  "bottom": 12222,
                  "right": 192,
                  "width": 48
                },
                "selector": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social",
                "lhId": "page-229-svg",
                "snippet": "\u003csvg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A,0,DIV,0,svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "boundingRect": {
                  "left": 169,
                  "top": 7939,
                  "width": 5,
                  "right": 174,
                  "height": 10,
                  "bottom": 7949
                },
                "selector": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "lhId": "page-230-path",
                "snippet": "\u003cpath class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arr…\" d=\"M7.87012 13L2.00021 7L7.87012 1\" stroke-width=\"2\" fill=\"none\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,BUTTON,1,svg,0,path"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "top": 492,
                  "left": 580,
                  "width": 76,
                  "right": 656,
                  "bottom": 527,
                  "height": 35
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "lhId": "page-558-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,2,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL",
                "snippet": "\u003cul class=\"slides slides--initialized\" style=\"\n          min-height: 50vh;\n          \n        \"\u003e",
                "lhId": "page-231-UL",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 10026,
                  "height": 61,
                  "right": 404,
                  "width": 397,
                  "top": 9965,
                  "left": 8
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1638967131691_8074",
                "nodeLabel": "Podcasts",
                "lhId": "page-232-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-co…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.code\" data-sqsp-block=\"code\" data-website-component-id=\"yui_3_17_2_1_1638967131691_8074\" id=\"block-yui_3_17_2_1_1638967131691_8074\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOLOS",
                "boundingRect": {
                  "top": 28,
                  "left": 25,
                  "bottom": 58,
                  "height": 30,
                  "width": 313,
                  "right": 337
                },
                "selector": "div.header-inner \u003e div.header-display-mobile \u003e div.header-title-nav-wrapper \u003e div.header-title",
                "lhId": "page-233-DIV",
                "snippet": "\u003cdiv class=\"\n                      header-title\n                      \n               …\" data-animation-role=\"header-element\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 426,
                  "bottom": 7988,
                  "left": 0,
                  "top": 7562
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,0,DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "lhId": "page-234-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "top": 874,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 979,
                  "height": 105
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e h4",
                "lhId": "page-235-H4",
                "snippet": "\u003ch4 style=\"text-align:center;white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H4"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 9887,
                  "height": 495,
                  "top": 9392,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032 \u003e div#yui_3_17_2_1_1784619478489_96 \u003e div#yui_3_17_2_1_1784619478489_95",
                "lhId": "page-236-DIV",
                "snippet": "\u003cdiv class=\"image-block-outer-wrapper layout-caption-below design-layout-inline combin…\" data-test=\"image-block-inline-outer-wrapper\" data-sqsp-image-classic-block-layout=\"inline\" id=\"yui_3_17_2_1_1784619478489_95\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "\n    \n      Previous\n    \n    \n  ",
                "boundingRect": {
                  "left": 153,
                  "top": 7920,
                  "height": 48,
                  "bottom": 7968,
                  "width": 48,
                  "right": 201
                },
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,BUTTON",
                "snippet": "\u003cbutton class=\"\n    mobile-arrow-button\n    mobile-arrow-button--left\n  \" aria-label=\"\n    \n      Previous\n    \n    \n  \" data-animation-role=\"button\"\u003e",
                "lhId": "page-237-BUTTON"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon",
                "nodeLabel": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon",
                "boundingRect": {
                  "left": 167,
                  "top": 7934,
                  "width": 20,
                  "right": 187,
                  "height": 20,
                  "bottom": 7954
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,BUTTON,1,svg",
                "snippet": "\u003csvg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http://www.w3.org/2000/svg\"\u003e",
                "lhId": "page-238-svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A,0,NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "lhId": "page-712-NOSCRIPT",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "width": 0,
                  "right": 0,
                  "bottom": 0,
                  "height": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_245 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-240-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,0,DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "type": "node",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "bottom": 7562,
                  "height": 2728,
                  "width": 412,
                  "right": 412,
                  "top": 4833,
                  "left": 0
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 687,
                  "left": 71,
                  "width": 269,
                  "right": 341,
                  "bottom": 772,
                  "height": 85
                },
                "selector": "div#block-62f6b1bd00be4e1be0370daa \u003e div#yui_3_17_2_1_1784619478489_121 \u003e div#yui_3_17_2_1_1784619478489_120 \u003e a.sqs-block-button-element--medium",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "lhId": "page-4-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"/the-venue\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-but…\" data-sqsp-button=\"\" target=\"_blank\" data-initialized=\"true\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__text-wrapper\"\u003e",
                "lhId": "page-241-DIV",
                "boundingRect": {
                  "left": 16,
                  "top": 7353,
                  "width": 379,
                  "right": 396,
                  "height": 109,
                  "bottom": 7462
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper",
                "nodeLabel": "SERVE\n\nA hands-on invitation to live the Holos rhythm.\nThrough care, contributi…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "bottom": 3273,
                  "height": 934,
                  "width": 412,
                  "right": 412,
                  "top": 2339,
                  "left": 0
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e",
                "lhId": "page-242-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 1183,
                  "bottom": 4455,
                  "left": 0,
                  "top": 3273
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "lhId": "page-243-DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV",
                "lhId": "page-244-DIV",
                "nodeLabel": "LIVE\n\nFor those called to root.\nStep into regenerative living in the Diamante V…",
                "boundingRect": {
                  "bottom": 6451,
                  "height": 181,
                  "width": 379,
                  "right": 396,
                  "top": 6270,
                  "left": 16
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,0,DIV",
                "lhId": "page-245-DIV",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "top": 7562,
                  "left": -9999,
                  "width": 412,
                  "right": -9587,
                  "bottom": 7988,
                  "height": 426
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-246-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,3,DIV",
                "snippet": "\u003cdiv class=\"header-dropshadow\" data-header-style=\"theme\" data-header-dropshadow=\"false\" data-test=\"header-dropshadow\" style=\"\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 86,
                  "bottom": 86,
                  "right": 412,
                  "width": 412
                },
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-dropshadow",
                "nodeLabel": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-dropshadow"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI",
                "snippet": "\u003cli class=\"\n        list-item\n        \n      \" style=\"\n        \n      \" data-is-card-enabled=\"false\"\u003e",
                "lhId": "page-247-LI",
                "boundingRect": {
                  "top": 5428,
                  "left": 16,
                  "right": 396,
                  "width": 379,
                  "bottom": 5909,
                  "height": 482
                },
                "selector": "div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item",
                "nodeLabel": "HOST\n\nBring your vision to life in one of Costa Rica’s most powerful sanctuarie…",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 5761,
                  "left": 16,
                  "width": 379,
                  "right": 396,
                  "bottom": 5837,
                  "height": 77
                },
                "selector": "div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "Bring your vision to life in one of Costa Rica’s most powerful sanctuaries.\nOur…",
                "type": "node",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,0,DIV,1,DIV,0,P",
                "lhId": "page-248-P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social",
                "boundingRect": {
                  "width": 48,
                  "right": 268,
                  "bottom": 12222,
                  "height": 48,
                  "top": 12174,
                  "left": 220
                },
                "selector": "nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,2,A,0,DIV,0,svg",
                "snippet": "\u003csvg class=\"sqs-svg-icon--social\" viewBox=\"0 0 64 64\"\u003e",
                "lhId": "page-249-svg"
              }
            },
            {
              "node": {
                "lhId": "page-250-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_121\"\u003e",
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "left": 71,
                  "top": 687,
                  "height": 85,
                  "bottom": 772,
                  "width": 269,
                  "right": 341
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-62f6b1bd00be4e1be0370daa \u003e div#yui_3_17_2_1_1784619478489_121"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/e49…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/e49…\" data-image-dimensions=\"2048x1365\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-simple\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/e49…\" width=\"2048\" height=\"1365\" sizes=\"(max-width: 575px) calc((100vw - 0px) / 1 * 1.1252747252747253), (max-widt…\" class=\"list-image\" style=\"display:block;object-position: 50% 50%;\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,0,DIV,0,DIV,0,IMG",
                "lhId": "page-251-IMG",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "height": 285,
                  "bottom": 5713,
                  "left": 16,
                  "top": 5428
                },
                "selector": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "nodeLabel": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "top": 564,
                  "left": 501,
                  "bottom": 599,
                  "height": 35,
                  "right": 735,
                  "width": 234
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node",
                "snippet": "\u003ca href=\"/serviceprogram\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,5,DIV,0,A",
                "lhId": "page-559-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "left": 8,
                  "top": 12169,
                  "width": 397,
                  "right": 404,
                  "height": 58,
                  "bottom": 12227
                },
                "selector": "div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_33172",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-so…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.socialLinks\" data-sqsp-block=\"social-links\" data-website-component-id=\"yui_3_17_2_1_1637650183301_33172\" id=\"block-yui_3_17_2_1_1637650183301_33172\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-252-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-253-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-619c4aef97a13024343832bc\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 1001,
                  "bottom": 11969,
                  "left": 25,
                  "top": 10968
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div#page-section-619c4aef97a13024343832bc",
                "nodeLabel": " FOLLOW OUR JOURNEY"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS\nHOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDU…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 12023,
                  "bottom": 12023,
                  "left": 0,
                  "top": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e main#page",
                "lhId": "page-254-MAIN",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN",
                "snippet": "\u003cmain id=\"page\" class=\"container\" role=\"main\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,2,DIV,0,A",
                "snippet": "\u003ca href=\"/story\" tabindex=\"-1\"\u003e",
                "lhId": "page-560-A",
                "boundingRect": {
                  "width": 76,
                  "right": 656,
                  "height": 35,
                  "bottom": 527,
                  "left": 580,
                  "top": 492
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-255-DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,0,DIV",
                "type": "node",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "left": 0,
                  "top": 2339,
                  "width": 412,
                  "right": 412,
                  "height": 934,
                  "bottom": 3273
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "height": 1001,
                  "bottom": 11969,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 10968
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "lhId": "page-256-DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"image-block-outer-wrapper layout-caption-below design-layout-inline combin…\" data-test=\"image-block-inline-outer-wrapper\" data-sqsp-image-classic-block-layout=\"inline\" id=\"yui_3_17_2_1_1784619478489_85\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-257-DIV",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85",
                "boundingRect": {
                  "bottom": 9358,
                  "height": 495,
                  "width": 363,
                  "right": 387,
                  "top": 8863,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_87 \u003e div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "boundingRect": {
                  "width": 132,
                  "right": 684,
                  "bottom": 457,
                  "height": 35,
                  "top": 422,
                  "left": 552
                },
                "lhId": "page-561-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca class=\"header-menu-controls-control header-menu-controls-control--active\" data-action=\"back\" href=\"/\" tabindex=\"-1\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "boundingRect": {
                  "top": 5428,
                  "left": 16,
                  "bottom": 5713,
                  "height": 285,
                  "width": 379,
                  "right": 396
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "lhId": "page-258-DIV",
                "snippet": "\u003cdiv class=\"list-item-media-inner\" data-aspect-ratio=\"4:3\" data-animation-role=\"image\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-259-IMG",
                "snippet": "\u003cimg data-stretch=\"false\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" data-image-dimensions=\"1384x2218\" data-image-focal-point=\"0.5,0.5\" alt=\"\" data-load=\"false\" elementtiming=\"system-image-block\" data-sqsp-image-classic-block-image=\"\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/163…\" width=\"1384\" height=\"2218\" sizes=\"(max-width: 640px) 100vw, (max-width: 767px) 33.33333333333333vw, 33.33333…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83 \u003e div#yui_3_17_2_1_1784619478489_82 \u003e img",
                "boundingRect": {
                  "top": 8863,
                  "left": 25,
                  "bottom": 9358,
                  "height": 495,
                  "width": 363,
                  "right": 387
                },
                "selector": "figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83 \u003e div#yui_3_17_2_1_1784619478489_82 \u003e img"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-260-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "type": "node",
                "nodeLabel": "Explore Community",
                "boundingRect": {
                  "top": 7827,
                  "left": -9961,
                  "width": 336,
                  "right": -9625,
                  "bottom": 7884,
                  "height": 57
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-261-path",
                "snippet": "\u003cpath class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arr…\" d=\"M1.03472 7H20.9605\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,BUTTON,1,svg,1,path",
                "type": "node",
                "boundingRect": {
                  "width": 17,
                  "right": 242,
                  "bottom": 7944,
                  "height": 0,
                  "top": 7944,
                  "left": 226
                },
                "selector": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "nodeLabel": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca class=\"\n          list-item-content__button\n          sqs-block-button-element\n  …\" href=\"/culture\"\u003e",
                "lhId": "page-262-A",
                "nodeLabel": "Explore Culture",
                "boundingRect": {
                  "left": -9961,
                  "top": 7814,
                  "width": 168,
                  "right": -9793,
                  "height": 57,
                  "bottom": 7871
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 25,
                  "top": 10583,
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817
                },
                "selector": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "nodeLabel": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "lhId": "page-263-DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element-wrapper js-content-mode-element-system_desktop\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-264-SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"bright-inverse\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"6a59731870120a1bcb61aec0\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 1,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom&quot;:…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION",
                "type": "node",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY\n\nSpend three f…",
                "boundingRect": {
                  "left": 0,
                  "top": 3273,
                  "width": 412,
                  "right": 412,
                  "height": 1183,
                  "bottom": 4455
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 725,
                  "bottom": 2339,
                  "left": 0,
                  "top": 1614
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "type": "node",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,DIV",
                "lhId": "page-265-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-735-IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"69712a1d41569807dddcd363\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: 0px; width: 181px; height: 181px;\" data-parent-ratio=\"1.0\" alt=\"Answers often arrive quietly.\nThe real work begins when we choose to look …\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,A,1,IMG",
                "type": "node",
                "nodeLabel": "Answers often arrive quietly.\nThe real work begins when we choose to look at th…",
                "boundingRect": {
                  "height": 181,
                  "bottom": 11407,
                  "width": 181,
                  "right": 206,
                  "left": 25,
                  "top": 11226
                },
                "selector": "div#yui_3_17_2_1_1784619478489_247 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image"
              }
            },
            {
              "node": {
                "snippet": "\u003ca class=\"\n            list-item-content__button\n            sqs-block-button-elemen…\" href=\"/stay\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,1,DIV,0,DIV,0,A",
                "lhId": "page-267-A",
                "boundingRect": {
                  "top": 5311,
                  "left": 16,
                  "bottom": 5368,
                  "height": 57,
                  "width": 242,
                  "right": 259
                },
                "selector": "div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "nodeLabel": "Explore Holistic Hospitality",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica\n\nPodcasts",
                "boundingRect": {
                  "height": 122,
                  "bottom": 10026,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 9904
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"col sqs-col-12 span-12\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV",
                "lhId": "page-268-DIV"
              }
            },
            {
              "node": {
                "nodeLabel": "div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104",
                "boundingRect": {
                  "top": 12091,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 12152,
                  "height": 61
                },
                "selector": "div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104",
                "type": "node",
                "snippet": "\u003cfigure class=\"\n              sqs-block-image-figure\n              intrinsic\n            \" style=\"max-width:385px;\" id=\"yui_3_17_2_1_1784619478489_104\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE",
                "lhId": "page-269-FIGURE"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 211,
                  "left": 163,
                  "width": 86,
                  "right": 249,
                  "bottom": 246,
                  "height": 35
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "lhId": "page-562-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,0,DIV,0,A,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca href=\"https://www.youtube.com/@SinManualNoPlaybook\" target=\"_blank\" class=\"sqs-svg-icon--wrapper youtube-unauth\" aria-label=\"YouTube\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,1,A",
                "lhId": "page-270-A",
                "nodeLabel": "YouTube",
                "boundingRect": {
                  "width": 24,
                  "right": 218,
                  "height": 24,
                  "bottom": 12210,
                  "left": 194,
                  "top": 12186
                },
                "selector": "div.sqs-block-socialaccountlinks-content \u003e div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper",
                "type": "node"
              }
            },
            {
              "node": {
                "lhId": "page-271-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,1,DIV",
                "snippet": "\u003cdiv class=\"sqs-announcement-bar-dropzone\"\u003e",
                "type": "node",
                "nodeLabel": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e div.sqs-announcement-bar-dropzone",
                "boundingRect": {
                  "top": 0,
                  "left": 0,
                  "right": 412,
                  "width": 412,
                  "bottom": 0,
                  "height": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e div.sqs-announcement-bar-dropzone"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"header-background theme-bg--primary\"\u003e",
                "lhId": "page-272-DIV",
                "boundingRect": {
                  "left": 25,
                  "top": 25,
                  "height": 37,
                  "bottom": 62,
                  "width": 363,
                  "right": 387
                },
                "selector": "header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-inner \u003e div.header-background",
                "nodeLabel": "header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-inner \u003e div.header-background",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cbr\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,0,DIV,1,DIV,0,P,1,BR",
                "lhId": "page-273-BR",
                "nodeLabel": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "boundingRect": {
                  "width": 0,
                  "right": 169,
                  "bottom": 6323,
                  "height": 17,
                  "top": 6306,
                  "left": 169
                },
                "selector": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"619c4af0ed80e17da5f1f3e2\" id=\"block-619c4af0ed80e17da5f1f3e2\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-274-DIV",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "height": 60,
                  "bottom": 11028,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 10968
                },
                "selector": "div#page-section-619c4aef97a13024343832bc \u003e div.row \u003e div.col \u003e div#block-619c4af0ed80e17da5f1f3e2",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "bottom": 527,
                  "height": 35,
                  "width": 334,
                  "right": 785,
                  "top": 492,
                  "left": 451
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,1,DIV,0,A",
                "snippet": "\u003ca href=\"/residences\" tabindex=\"-1\"\u003e",
                "lhId": "page-563-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 350,
                  "right": -9618,
                  "bottom": 7879,
                  "height": 191,
                  "top": 7687,
                  "left": -9968
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "nodeLabel": "HEALING\n\nHolistic and immersive approach to wellbeing through plant tools, natu…",
                "type": "node",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV",
                "lhId": "page-275-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "HOST",
                "boundingRect": {
                  "left": 16,
                  "top": 5728,
                  "height": 28,
                  "bottom": 5757,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e h2.list-item-content__title",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,0,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\" style=\"max-width: 100%;\"\u003e",
                "lhId": "page-276-H2"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "An embodied lifestyle of living in connection with self, community and nature",
                "boundingRect": {
                  "bottom": 7794,
                  "height": 51,
                  "right": -9625,
                  "width": 336,
                  "top": 7743,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "lhId": "page-277-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "top": 0,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 823,
                  "height": 823
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "lhId": "page-278-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-279-A",
                "snippet": "\u003ca class=\"\n            list-item-content__button\n            sqs-block-button-elemen…\" href=\"/events\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,1,DIV,0,DIV,0,A",
                "type": "node",
                "boundingRect": {
                  "top": 6936,
                  "left": 16,
                  "width": 177,
                  "right": 194,
                  "bottom": 6993,
                  "height": 57
                },
                "selector": "div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "nodeLabel": "Upcoming Events"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTI6DycgTxe/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV,0,DIV,0,A",
                "lhId": "page-713-A",
                "nodeLabel": "The universe isn&rsquo;t outside of you.\nIt lives in your breath, your intuitio…",
                "boundingRect": {
                  "top": 11408,
                  "left": 206,
                  "width": 181,
                  "right": 387,
                  "bottom": 11589,
                  "height": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_250 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103",
                "boundingRect": {
                  "height": 61,
                  "bottom": 12152,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 12091
                },
                "selector": "div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV",
                "snippet": "\u003cdiv class=\"image-block-wrapper\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_103\"\u003e",
                "lhId": "page-281-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "lhId": "page-282-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content\"\u003e",
                "type": "node",
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content",
                "nodeLabel": "GATHER\n\nJoin us for retreats, workshops, and cultural gatherings rooted in pres…",
                "boundingRect": {
                  "left": 16,
                  "top": 6812,
                  "height": 181,
                  "bottom": 6993,
                  "width": 379,
                  "right": 396
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "left": 0,
                  "top": 1614,
                  "right": 412,
                  "width": 412,
                  "height": 725,
                  "bottom": 2339
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "lhId": "page-283-DIV",
                "snippet": "\u003cdiv class=\"section-border\" data-controller=\"SectionDivider\" style=\"clip-path: url(#section-divider-68c4e1965da4d55cef1072ef);\" data-controllers-bound=\"SectionDivider\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 68,
                  "top": 10986,
                  "height": 23,
                  "bottom": 11009,
                  "width": 283,
                  "right": 350
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e h4 \u003e a",
                "nodeLabel": "FOLLOW OUR JOURNEY",
                "type": "node",
                "snippet": "\u003ca href=\"https://www.instagram.com/holos.global/\" target=\"_blank\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H4,0,A",
                "lhId": "page-284-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 38,
                  "top": 7743,
                  "height": 51,
                  "bottom": 7794,
                  "width": 336,
                  "right": 374
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "nodeLabel": "Spaces and experiences that restore our connection to the natural world",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,1,DIV",
                "lhId": "page-285-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "lhId": "page-286-P",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 2576,
                  "height": 168,
                  "top": 2409,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "width": 412,
                  "right": 412,
                  "height": 823,
                  "bottom": 823
                },
                "selector": "div.section-border \u003e div.section-background \u003e div \u003e div.sqs-video-background",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-video-background content-fill mobile\" data-config-url=\"https://vimeo.com/795781580\" data-config-playback-speed=\"1\" data-config-filter=\"6\" data-config-filter-strength=\"93\" style=\"overflow: hidden; filter: opacity(93%);\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-287-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-288-DIV",
                "snippet": "\u003cdiv class=\"fluidImageOverlay\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay",
                "boundingRect": {
                  "right": 387,
                  "width": 363,
                  "bottom": 10817,
                  "height": 234,
                  "top": 10583,
                  "left": 25
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-289-DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-a9dc1603aec2929d30a2\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…",
                "boundingRect": {
                  "right": 387,
                  "width": 363,
                  "height": 335,
                  "bottom": 1349,
                  "left": 25,
                  "top": 1014
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "width": 412,
                  "right": -9587,
                  "bottom": 7988,
                  "height": 426,
                  "top": 7562,
                  "left": -9999
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/b65…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/b65…\" data-image-dimensions=\"1024x683\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/b65…\" width=\"1024\" height=\"683\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/b65…\" …\u003e",
                "lhId": "page-290-IMG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "STEWARDSHIP\n\nCommitment to being stewards of our ecosystems through regenerativ…",
                "boundingRect": {
                  "left": -412,
                  "top": 7562,
                  "width": 412,
                  "right": 0,
                  "height": 426,
                  "bottom": 7988
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "lhId": "page-291-LI",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-412px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "LinkedIn",
                "boundingRect": {
                  "top": 12186,
                  "left": 232,
                  "bottom": 12210,
                  "height": 24,
                  "width": 24,
                  "right": 256
                },
                "selector": "div.sqs-block-socialaccountlinks-content \u003e div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper",
                "lhId": "page-292-A",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,2,A",
                "snippet": "\u003ca href=\"https://www.linkedin.com/company/holos-global/\" target=\"_blank\" class=\"sqs-svg-icon--wrapper linkedin-unauth\" aria-label=\"LinkedIn\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "type": "node",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"light\" class=\"page-section \n    \n      user-items-list-section\n      full-bleed-section\n…\" data-section-id=\"61923ac1b6617a4d7cdb80b3\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageFocalPoint&quot;: {\n&quot;x&quot;: 0.5,\n&quot;y&quot;: 0.5\n},\n&quot;imageOverlayOpacity&quot;: 0.3,\n&quot;…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;filter&quot;: 1,\n&quot;videoFallbackContentItem&quot;: null,\n&quot;nativeVideoCo…\" data-animation=\"\" data-json-schema-section=\"\" data-sqsp-section=\"auto-layout\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION",
                "lhId": "page-293-SECTION"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "height": 28,
                  "bottom": 7723,
                  "width": 336,
                  "right": 374,
                  "left": 38,
                  "top": 7694
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "NATURE",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "lhId": "page-294-H2"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV",
                "lhId": "page-295-DIV",
                "nodeLabel": "STEWARDSHIP\n\nCommitment to being stewards of our ecosystems through regenerativ…",
                "boundingRect": {
                  "height": 191,
                  "bottom": 7879,
                  "right": -31,
                  "width": 350,
                  "left": -381,
                  "top": 7687
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-296-svg",
                "snippet": "\u003csvg class=\"section-divider-svg-stroke\" viewBox=\"0 0 1 1\" preserveAspectRatio=\"none\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,2,DIV,4,svg",
                "type": "node",
                "boundingRect": {
                  "bottom": 2339,
                  "height": 725,
                  "width": 412,
                  "right": 412,
                  "top": 1614,
                  "left": 0
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-divider-display \u003e svg.section-divider-svg-stroke",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-divider-display \u003e svg.section-divider-svg-stroke"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cli class=\"\n        list-item\n        \n      \" style=\"\n        \n      \" data-is-card-enabled=\"false\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI",
                "lhId": "page-297-LI",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "height": 507,
                  "bottom": 5368,
                  "width": 379,
                  "right": 396,
                  "left": 16,
                  "top": 4861
                },
                "selector": "div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-298-DIV",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV",
                "type": "node",
                "boundingRect": {
                  "height": 191,
                  "bottom": 7879,
                  "width": 350,
                  "right": -9618,
                  "left": -9968,
                  "top": 7687
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "nodeLabel": "CULTURE\n\nCommitment to the creative arts, music, high design and an honoring of…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "This sacred valley offers clarity, creativity, and connection through nature im…",
                "boundingRect": {
                  "top": 2087,
                  "left": 61,
                  "width": 290,
                  "right": 351,
                  "bottom": 2174,
                  "height": 86
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "lhId": "page-299-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,1,DIV,1,P",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Sanctuaries for stillness and reconnection: where eco-luxury meets sacred simpl…",
                "boundingRect": {
                  "left": 16,
                  "top": 5193,
                  "height": 102,
                  "bottom": 5296,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description",
                "lhId": "page-300-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n          \n          \" style=\"\n            margin-top: 1%;\n            max-width: 100%;\n          \"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "lhId": "page-564-DIV",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "bottom": 539,
                  "height": 60,
                  "width": 412,
                  "right": 824,
                  "top": 480,
                  "left": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "lhId": "page-301-DIV",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "top": 10082,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 10914,
                  "height": 832
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 35,
                  "bottom": 426,
                  "width": 134,
                  "right": 253,
                  "left": 119,
                  "top": 391
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "lhId": "page-565-SPAN",
                "snippet": "\u003cspan class=\"header-nav-folder-title-text\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV,1,SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "lhId": "page-302-DIV",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "height": 720,
                  "bottom": 1559,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 839
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-303-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-aa60b76096934490284f\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 10583,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 10817,
                  "height": 234
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-304-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_128\"\u003e",
                "type": "node",
                "nodeLabel": "EXPERIENCE HOLOS",
                "boundingRect": {
                  "left": 71,
                  "top": 1396,
                  "height": 57,
                  "bottom": 1453,
                  "width": 269,
                  "right": 341
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0ebf15b94dbbc0e8970 \u003e div#yui_3_17_2_1_1784619478489_128"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 6993,
                  "height": 57,
                  "top": 6936,
                  "left": 16
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container",
                "nodeLabel": "Upcoming Events",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"\n          margin-top: 4%;\n          max-width: 100%;\n        \" data-animation-role=\"button\"\u003e",
                "lhId": "page-305-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"header-display-mobile\" data-content-field=\"site-title\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV",
                "lhId": "page-306-DIV",
                "nodeLabel": "Open Menu",
                "boundingRect": {
                  "right": 387,
                  "width": 363,
                  "height": 37,
                  "bottom": 62,
                  "left": 25,
                  "top": 25
                },
                "selector": "header#header \u003e div.header-announcement-bar-wrapper \u003e div.header-inner \u003e div.header-display-mobile",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "boundingRect": {
                  "height": 285,
                  "bottom": 5146,
                  "width": 379,
                  "right": 396,
                  "left": 16,
                  "top": 4861
                },
                "selector": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "lhId": "page-307-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2d5…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2d5…\" data-image-dimensions=\"2333x3500\" data-image-focal-point=\"0.5120945059066192,0.6480810101262657\" data-load=\"false\" elementtiming=\"nbf-list-simple\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/2d5…\" width=\"2333\" height=\"3500\" sizes=\"(max-width: 575px) calc((100vw - 0px) / 1), (max-width: 767px) calc((100vw…\" class=\"list-image\" style=\"display:block;object-position: 51.20945059066192% 64.80810101262658%;\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,0,DIV,0,DIV,0,IMG"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "lhId": "page-308-BUTTON",
                "snippet": "\u003cbutton class=\"header-burger-btn burger\" data-test=\"header-burger\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON",
                "type": "node",
                "nodeLabel": "Open Menu",
                "boundingRect": {
                  "height": 37,
                  "bottom": 62,
                  "width": 47,
                  "right": 387,
                  "left": 340,
                  "top": 25
                },
                "selector": "div.header-inner \u003e div.header-display-mobile \u003e div.header-burger \u003e button.header-burger-btn"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca class=\"header-menu-controls-control header-menu-controls-control--active\" data-action=\"back\" href=\"/\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV,0,A",
                "lhId": "page-566-A",
                "boundingRect": {
                  "height": 35,
                  "bottom": 398,
                  "width": 132,
                  "right": 684,
                  "left": 552,
                  "top": 363
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Host a Retreat",
                "boundingRect": {
                  "width": 157,
                  "right": 174,
                  "bottom": 5909,
                  "height": 57,
                  "top": 5852,
                  "left": 16
                },
                "selector": "div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "lhId": "page-309-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,1,DIV,0,DIV,0,A",
                "snippet": "\u003ca class=\"\n            list-item-content__button\n            sqs-block-button-elemen…\" href=\"/the-venue\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cspan class=\"header-nav-folder-title-text\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV,1,SPAN",
                "lhId": "page-567-SPAN",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "boundingRect": {
                  "width": 188,
                  "right": 280,
                  "bottom": 366,
                  "height": 35,
                  "top": 331,
                  "left": 92
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,1,DIV",
                "lhId": "page-568-DIV",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "bottom": 373,
                  "height": 60,
                  "top": 313,
                  "left": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-310-DIV",
                "snippet": "\u003cdiv data-sqsp-image-classic-block-image-container=\"\" class=\"sqs-image-shape-container-element\n              \n          \n        \n     …\" style=\"position: relative;\" id=\"yui_3_17_2_1_1784619478489_82\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83 \u003e div#yui_3_17_2_1_1784619478489_82",
                "boundingRect": {
                  "height": 495,
                  "bottom": 9358,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 8863
                },
                "selector": "div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83 \u003e div#yui_3_17_2_1_1784619478489_82"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Skip to Content\nOpen Menu",
                "boundingRect": {
                  "height": 86,
                  "bottom": 86,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER",
                "snippet": "\u003cheader data-test=\"header\" id=\"header\" class=\"black header theme-col--primary\" data-section-theme=\"black\" data-controller=\"Header\" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;/stay&quot;,\n&quot;buttonText&quot;: &quot;BOOK N…\" data-section-id=\"header\" data-header-style=\"theme\" data-language-picker=\"{\n&quot;enabled&quot;: false,\n&quot;iconEnabled&quot;: false,\n&quot;iconType&quot;: &quot;globe&quot;,\n&quot;flagShape&quot;…\" data-first-focusable-element=\"\" tabindex=\"-1\" style=\"--solidHeaderBackgroundColor: hsla(var(--whi…;\" data-controllers-bound=\"Header\"\u003e",
                "lhId": "page-311-HEADER"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.fe-block \u003e div#block-68c4c0ebdd3be6298f061fbc \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "left": 25,
                  "top": 874,
                  "width": 363,
                  "right": 387,
                  "height": 105,
                  "bottom": 979
                },
                "lhId": "page-312-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fluid-image-container sqs-image-content js-image-container visitor-mode\" data-sqsp-image-block-image-container=\"\"\u003e",
                "lhId": "page-313-DIV",
                "nodeLabel": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 10817,
                  "height": 234,
                  "top": 10583,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83",
                "boundingRect": {
                  "left": 25,
                  "top": 8863,
                  "height": 495,
                  "bottom": 9358,
                  "width": 363,
                  "right": 387
                },
                "selector": "div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84 \u003e div#yui_3_17_2_1_1784619478489_83",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV",
                "snippet": "\u003cdiv class=\"image-block-wrapper\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_83\"\u003e",
                "lhId": "page-314-DIV"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_246\"\u003e",
                "lhId": "page-714-DIV",
                "nodeLabel": "Imagine walking to the waterfall and finding a moment like this&hellip;\nHorses …",
                "boundingRect": {
                  "top": 11045,
                  "left": 206,
                  "bottom": 11226,
                  "height": 181,
                  "width": 181,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_246",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV",
                "lhId": "page-316-DIV",
                "nodeLabel": " FOLLOW OUR JOURNEY",
                "boundingRect": {
                  "height": 1109,
                  "bottom": 12023,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 10914
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper",
                "boundingRect": {
                  "left": 0,
                  "top": 199,
                  "height": 358,
                  "bottom": 557,
                  "width": 412,
                  "right": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper",
                "lhId": "page-569-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 7710,
                  "height": 28,
                  "right": -9625,
                  "width": 336,
                  "top": 7682,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "FOOD AS MEDICINE",
                "lhId": "page-317-H2",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e"
              }
            },
            {
              "node": {
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 426,
                  "bottom": 7988,
                  "left": 0,
                  "top": 7562
                },
                "selector": "div.content \u003e div.user-items-list \u003e div.user-items-list-item-container \u003e div.slideshow-wrapper",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"slideshow-wrapper\"\u003e",
                "lhId": "page-318-DIV"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Destination food and beverage that crafts a holistic approach to nutrition prog…",
                "boundingRect": {
                  "height": 77,
                  "bottom": 7807,
                  "right": -9625,
                  "width": 336,
                  "left": -9961,
                  "top": 7730
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV,1,DIV",
                "lhId": "page-319-DIV"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "top": 2409,
                  "left": 25,
                  "bottom": 2958,
                  "height": 549,
                  "width": 363,
                  "right": 387
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-b21ac4c473ac77f2a28f",
                "lhId": "page-320-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"b21ac4c473ac77f2a28f\" id=\"block-b21ac4c473ac77f2a28f\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A,0,NOSCRIPT",
                "lhId": "page-715-NOSCRIPT",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 0,
                  "bottom": 0,
                  "width": 0,
                  "right": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_246 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"white\" class=\"page-section \n    \n      user-items-list-section\n      full-bleed-section\n…\" data-section-id=\"68d5c4dea2780f748bdd1cc1\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageFocalPoint&quot;: {\n&quot;x&quot;: 0.5,\n&quot;y&quot;: 0.5\n},\n&quot;imageOverlayOpacity&quot;: 0.3,\n&quot;…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;filter&quot;: 1,\n&quot;videoFallbackContentItem&quot;: null,\n&quot;nativeVideoCo…\" data-animation=\"\" data-json-schema-section=\"\" data-sqsp-section=\"auto-layout\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION",
                "lhId": "page-322-SECTION",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "top": 4833,
                  "left": 0,
                  "bottom": 7562,
                  "height": 2728,
                  "right": 412,
                  "width": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 378,
                  "left": 0,
                  "bottom": 438,
                  "height": 60,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "lhId": "page-570-DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "bottom": 843,
                  "height": 737,
                  "top": 106,
                  "left": 412
                },
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "lhId": "page-571-DIV",
                "snippet": "\u003cdiv data-folder=\"/offerings\" class=\"header-menu-nav-folder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "boundingRect": {
                  "height": 304,
                  "bottom": 3273,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 2969
                },
                "selector": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "lhId": "page-323-DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element content-fill\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 35,
                  "bottom": 306,
                  "width": 88,
                  "right": 230,
                  "left": 142,
                  "top": 271
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "lhId": "page-572-SPAN",
                "snippet": "\u003cspan class=\"header-nav-folder-title-text\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV,1,SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-324-DIV",
                "snippet": "\u003cdiv class=\"list-item-media\" style=\"margin-bottom: 4%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,0,DIV",
                "type": "node",
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "nodeLabel": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "boundingRect": {
                  "bottom": 5713,
                  "height": 285,
                  "right": 396,
                  "width": 379,
                  "top": 5428,
                  "left": 16
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-325-DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-2 span-2\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div.col",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_110 \u003e div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div.col",
                "boundingRect": {
                  "top": 12227,
                  "left": 8,
                  "bottom": 12227,
                  "height": 0,
                  "width": 397,
                  "right": 404
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 1614,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div.user-items-list",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "lhId": "page-326-DIV",
                "snippet": "\u003cdiv class=\"user-items-list\" style=\"min-height: 100px; padding-top: 0vmax; padding-bottom: 0vmax;\" data-card-theme=\"\" data-section-id=\"user-items-list\" data-section-title-enabled=\"false\" data-space-below-section-title-value=\"70\" data-space-below-section-title-unit=\"px\" data-layout-width=\"full-bleed\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,3,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "lhId": "page-573-DIV",
                "boundingRect": {
                  "width": 331,
                  "right": 783,
                  "height": 35,
                  "bottom": 480,
                  "left": 453,
                  "top": 445
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-im…\" data-aspect-ratio=\"123.32955011953347\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.imageFluid\" data-sqsp-block=\"image\" data-website-component-id=\"5f3939be98c4f531fc59\" id=\"block-5f3939be98c4f531fc59\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV",
                "lhId": "page-327-DIV",
                "nodeLabel": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-5f3939be98c4f531fc59",
                "boundingRect": {
                  "top": 2969,
                  "left": 0,
                  "bottom": 3273,
                  "height": 304,
                  "width": 412,
                  "right": 412
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-5f3939be98c4f531fc59",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-328-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-bu…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.button\" data-sqsp-block=\"button\" data-website-component-id=\"62f6b1bd00be4e1be0370daa\" id=\"block-62f6b1bd00be4e1be0370daa\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "width": 269,
                  "right": 341,
                  "height": 85,
                  "bottom": 772,
                  "left": 71,
                  "top": 687
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-62f6b1bd00be4e1be0370daa"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv data-folder=\"/retreats\" class=\"header-menu-nav-folder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV",
                "lhId": "page-574-DIV",
                "nodeLabel": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "boundingRect": {
                  "left": 412,
                  "top": 106,
                  "height": 737,
                  "bottom": 843,
                  "width": 412,
                  "right": 824
                },
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fluid-image-container sqs-image-content js-image-container visitor-mode\" data-sqsp-image-block-image-container=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-329-DIV",
                "nodeLabel": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "boundingRect": {
                  "top": 2969,
                  "left": 0,
                  "bottom": 3273,
                  "height": 304,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-media\" style=\"margin-bottom: 4%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,0,DIV",
                "lhId": "page-330-DIV",
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "nodeLabel": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "boundingRect": {
                  "top": 5969,
                  "left": 16,
                  "bottom": 6255,
                  "height": 285,
                  "width": 379,
                  "right": 396
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"padding-top: calc(6.7vmax);\" id=\"yui_3_17_2_1_1784619478489_75\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV",
                "lhId": "page-331-DIV",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "boundingRect": {
                  "top": 7988,
                  "left": 0,
                  "bottom": 10082,
                  "height": 2094,
                  "width": 412,
                  "right": 412
                },
                "selector": "main#page \u003e article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div#yui_3_17_2_1_1784619478489_75",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Release of Liability and Waiver",
                "boundingRect": {
                  "height": 24,
                  "bottom": 12690,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 12666
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small",
                "lhId": "page-332-P",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,P",
                "snippet": "\u003cp class=\"sqsrte-small\" style=\"text-align: right; ; white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-575-use",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,2,DIV,0,A,0,svg,0,use",
                "snippet": "\u003cuse xlink:href=\"#linkedin-unauth-icon\" width=\"110\" height=\"110\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 238,
                  "top": 723,
                  "height": 17,
                  "bottom": 741,
                  "width": 17,
                  "right": 255
                },
                "selector": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use",
                "nodeLabel": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,0,DIV",
                "lhId": "page-333-DIV",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 4833,
                  "height": 378,
                  "top": 4455,
                  "left": 0
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-334-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 335,
                  "bottom": 1349,
                  "left": 25,
                  "top": 1014
                },
                "selector": "div.fe-block \u003e div#block-a9dc1603aec2929d30a2 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…"
              }
            },
            {
              "node": {
                "lhId": "page-335-DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "boundingRect": {
                  "bottom": 10572,
                  "height": 463,
                  "width": 363,
                  "right": 387,
                  "top": 10109,
                  "left": 25
                },
                "selector": "div#block-69225257c907d78ff8c5 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "bottom": 11226,
                  "height": 181,
                  "width": 181,
                  "right": 206,
                  "top": 11045,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_245 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DUGYJQMDWdV/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "lhId": "page-716-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "left": 0,
                  "top": 10082,
                  "height": 832,
                  "bottom": 10914,
                  "right": 412,
                  "width": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "lhId": "page-337-SECTION",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"light\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"642db0f373515b5b117196fe\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 2,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" data-controllers-bound=\"SectionWrapperController\" …\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,P",
                "lhId": "page-338-P",
                "nodeLabel": "Beyond wellness, wisdom in action.",
                "boundingRect": {
                  "left": 25,
                  "top": 2592,
                  "height": 34,
                  "bottom": 2626,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 1109,
                  "bottom": 12023,
                  "left": 0,
                  "top": 10914
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "type": "node",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,0,DIV,0,DIV",
                "lhId": "page-339-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca href=\"/stay\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,1,DIV,0,A",
                "lhId": "page-576-A",
                "boundingRect": {
                  "left": 486,
                  "top": 325,
                  "width": 265,
                  "right": 750,
                  "height": 35,
                  "bottom": 360
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "nodeLabel": "div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 479,
                  "bottom": 4296,
                  "left": 25,
                  "top": 3817
                },
                "lhId": "page-340-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element content-fill\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "SERVE\n\nA hands-on invitation to live the Holos rhythm.\nThrough care, contributi…",
                "boundingRect": {
                  "top": 7053,
                  "left": 16,
                  "right": 396,
                  "width": 379,
                  "bottom": 7534,
                  "height": 482
                },
                "selector": "div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item",
                "lhId": "page-341-LI",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI",
                "snippet": "\u003cli class=\"\n        list-item\n        \n      \" style=\"\n        \n      \" data-is-card-enabled=\"false\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "Holistic and immersive approach to wellbeing through plant tools, nature and co…",
                "boundingRect": {
                  "top": 7743,
                  "left": -9961,
                  "width": 336,
                  "right": -9625,
                  "bottom": 7794,
                  "height": 51
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "lhId": "page-342-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P,0,A",
                "snippet": "\u003ca href=\"/stays\" target=\"_blank\"\u003e",
                "lhId": "page-343-A",
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p \u003e a",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica",
                "boundingRect": {
                  "top": 9925,
                  "left": 77,
                  "bottom": 9944,
                  "height": 19,
                  "width": 259,
                  "right": 335
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 16,
                  "top": 5852,
                  "right": 396,
                  "width": 379,
                  "height": 57,
                  "bottom": 5909
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container",
                "nodeLabel": "Host a Retreat",
                "lhId": "page-344-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"\n          margin-top: 4%;\n          max-width: 100%;\n        \" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,1,DIV,0,DIV"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e br",
                "boundingRect": {
                  "width": 0,
                  "right": 387,
                  "bottom": 12750,
                  "height": 16,
                  "top": 12734,
                  "left": 387
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e br",
                "lhId": "page-345-BR",
                "snippet": "\u003cbr\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,P,2,BR"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "height": 35,
                  "bottom": 527,
                  "width": 334,
                  "right": 785,
                  "left": 451,
                  "top": 492
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,1,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "lhId": "page-577-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-346-DIV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\" id=\"yui_3_17_2_1_1784619478489_111\"\u003e",
                "type": "node",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "top": 12074,
                  "left": 25,
                  "bottom": 12795,
                  "height": 721,
                  "width": 363,
                  "right": 387
                },
                "selector": "footer#footer-sections \u003e section#yui_3_17_2_1_1784619478489_113 \u003e div#yui_3_17_2_1_1784619478489_112 \u003e div#yui_3_17_2_1_1784619478489_111"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-347-A",
                "snippet": "\u003ca target=\"_blank\" href=\"/release-of-liability-and-waiver\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,P,0,A",
                "type": "node",
                "nodeLabel": "Release of Liability and Waiver",
                "boundingRect": {
                  "width": 190,
                  "right": 387,
                  "bottom": 12690,
                  "height": 24,
                  "top": 12666,
                  "left": 197
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e a"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-578-DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV",
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 319,
                  "height": 60,
                  "top": 259,
                  "left": 0
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e",
                "lhId": "page-348-DIV",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "bottom": 807,
                  "height": 120,
                  "width": 412,
                  "right": 412,
                  "top": 687,
                  "left": 0
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-burger \u003e button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner",
                "boundingRect": {
                  "width": 35,
                  "right": 381,
                  "bottom": 61,
                  "height": 35,
                  "top": 26,
                  "left": 346
                },
                "selector": "div.header-burger \u003e button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,2,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"burger-inner header-menu-icon-doubleLineHamburger\"\u003e",
                "lhId": "page-349-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-350-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 10572,
                  "height": 463,
                  "top": 10109,
                  "left": 25
                },
                "selector": "div.fe-block \u003e div#block-69225257c907d78ff8c5 \u003e div.sqs-block-content \u003e div.sqs-text-block-container"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv class=\"content\" id=\"yui_3_17_2_1_1784619478489_74\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV",
                "lhId": "page-351-DIV",
                "boundingRect": {
                  "left": 25,
                  "top": 8043,
                  "width": 363,
                  "right": 387,
                  "height": 1984,
                  "bottom": 10026
                },
                "selector": "article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"section-border\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,0,DIV",
                "lhId": "page-352-DIV",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 10914,
                  "height": 832,
                  "top": 10082,
                  "left": 0
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 725,
                  "bottom": 2339,
                  "left": 0,
                  "top": 1614
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image-dimensions=\"5250x3300\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" width=\"5250\" height=\"3300\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" …\u003e",
                "lhId": "page-353-IMG"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"light\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"68c8e46674ec9142adbdf718\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION",
                "lhId": "page-354-SECTION",
                "boundingRect": {
                  "top": 2339,
                  "left": 0,
                  "bottom": 3273,
                  "height": 934,
                  "width": 412,
                  "right": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 94,
                  "bottom": 4601,
                  "left": 25,
                  "top": 4507
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "OFFERINGS",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-41425c36da283bab2447\"\u003e",
                "lhId": "page-355-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "lhId": "page-356-DIV",
                "boundingRect": {
                  "top": 1614,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "top": 385,
                  "left": 475,
                  "right": 761,
                  "width": 286,
                  "bottom": 420,
                  "height": 35
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,2,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "lhId": "page-579-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,P,0,A",
                "snippet": "\u003ca target=\"_blank\" href=\"/privacy-policy\"\u003e",
                "lhId": "page-357-A",
                "nodeLabel": "Privacy Policy",
                "boundingRect": {
                  "left": 299,
                  "top": 12706,
                  "width": 88,
                  "right": 387,
                  "height": 24,
                  "bottom": 12730
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e a",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-content__button-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,1,DIV",
                "lhId": "page-358-DIV",
                "nodeLabel": "Join the Service Program",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "height": 72,
                  "bottom": 7534,
                  "left": 16,
                  "top": 7462
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "lhId": "page-359-DIV",
                "nodeLabel": "Explore Practices",
                "boundingRect": {
                  "left": -9961,
                  "top": 7814,
                  "width": 336,
                  "right": -9625,
                  "height": 57,
                  "bottom": 7871
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1757993343640_50526",
                "nodeLabel": "Anchored in our source node site in Costa Rica’s Diamante Valley, the Holos vis…",
                "boundingRect": {
                  "height": 202,
                  "bottom": 8315,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 8114
                },
                "lhId": "page-360-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1757993343640_50526\" id=\"block-yui_3_17_2_1_1757993343640_50526\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "height": 35,
                  "bottom": 527,
                  "width": 109,
                  "right": 672,
                  "left": 564,
                  "top": 492
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node",
                "snippet": "\u003ca href=\"/contact\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,1,DIV,0,A",
                "lhId": "page-580-A"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "bottom": 7871,
                  "height": 57,
                  "top": 7814,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "nodeLabel": "Explore Healing",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV,2,DIV",
                "lhId": "page-361-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "Commitment to the creative arts, music, high design and an honoring of indigeno…",
                "boundingRect": {
                  "height": 51,
                  "bottom": 7794,
                  "width": 336,
                  "right": -9625,
                  "left": -9961,
                  "top": 7743
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "type": "node",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV,1,DIV,0,P",
                "lhId": "page-362-P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "lhId": "page-363-DIV",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "bottom": 979,
                  "height": 105,
                  "right": 387,
                  "width": 363,
                  "top": 874,
                  "left": 25
                },
                "selector": "div#block-68c4c0ebdd3be6298f061fbc \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cstrong\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P,1,STRONG",
                "lhId": "page-364-STRONG",
                "nodeLabel": "source node site in Costa Rica’s Diamante Valley",
                "boundingRect": {
                  "height": 58,
                  "bottom": 8192,
                  "width": 336,
                  "right": 364,
                  "left": 29,
                  "top": 8135
                },
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large \u003e strong",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "Commitment to being stewards of our ecosystems through regenerative practices ",
                "boundingRect": {
                  "left": -374,
                  "top": 7743,
                  "height": 51,
                  "bottom": 7794,
                  "width": 336,
                  "right": -38
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "lhId": "page-365-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,6,LI,1,DIV,1,DIV,0,P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "YouTube",
                "boundingRect": {
                  "top": 720,
                  "left": 194,
                  "right": 219,
                  "width": 25,
                  "bottom": 745,
                  "height": 25
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon",
                "lhId": "page-581-A",
                "snippet": "\u003ca class=\"icon icon--lg icon--fill  header-icon header-icon-border-shape-none header…\" href=\"https://www.youtube.com/@SinManualNoPlaybook\" target=\"_blank\" aria-label=\"YouTube\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,1,DIV,0,A"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-366-DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "left": 0,
                  "top": 4833,
                  "height": 2728,
                  "bottom": 7562,
                  "width": 412,
                  "right": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "lhId": "page-367-DIV",
                "nodeLabel": "article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 2094,
                  "bottom": 10082,
                  "left": 0,
                  "top": 7988
                },
                "selector": "article#sections \u003e section#yui_3_17_2_1_1784619478489_76 \u003e div.section-border \u003e div.section-background",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 194,
                  "top": 720,
                  "width": 25,
                  "right": 219,
                  "height": 25,
                  "bottom": 745
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action",
                "nodeLabel": "YouTube",
                "type": "node",
                "snippet": "\u003cdiv class=\"header-menu-actions-action header-menu-actions-action--social mobile\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,1,DIV",
                "lhId": "page-582-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "STAY",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 5190,
                  "height": 28,
                  "top": 5161,
                  "left": 16
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e h2.list-item-content__title",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,0,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\" style=\"max-width: 100%;\"\u003e",
                "lhId": "page-368-H2"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Holos Costa Rica is rooted in the Diamante Valley, on 200 acres of protected ju…",
                "boundingRect": {
                  "top": 1812,
                  "left": 61,
                  "width": 290,
                  "right": 351,
                  "bottom": 2174,
                  "height": 361
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "lhId": "page-369-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 4%;\"\u003e"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV",
                "lhId": "page-370-DIV",
                "nodeLabel": "OFFERINGS\n\nFrom immersive eco-retreats and wellness experiences to long-term re…",
                "boundingRect": {
                  "right": 412,
                  "width": 412,
                  "height": 308,
                  "bottom": 4779,
                  "left": 0,
                  "top": 4472
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 0,
                  "top": 86,
                  "height": 737,
                  "bottom": 823,
                  "width": 412,
                  "right": 412
                },
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-menu \u003e div.header-menu-nav",
                "nodeLabel": "Instagram",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav\"\u003e",
                "lhId": "page-371-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-372-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "type": "node",
                "nodeLabel": "Commitment to the creative arts, music, high design and an honoring of indigeno…",
                "boundingRect": {
                  "bottom": 7794,
                  "height": 51,
                  "right": -9625,
                  "width": 336,
                  "top": 7743,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,2,DIV",
                "snippet": "\u003cdiv class=\"burger-box\"\u003e",
                "lhId": "page-373-DIV",
                "nodeLabel": "div.header-display-mobile \u003e div.header-burger \u003e button.header-burger-btn \u003e div.burger-box",
                "boundingRect": {
                  "top": 26,
                  "left": 346,
                  "bottom": 61,
                  "height": 35,
                  "width": 35,
                  "right": 381
                },
                "selector": "div.header-display-mobile \u003e div.header-burger \u003e button.header-burger-btn \u003e div.burger-box",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use",
                "boundingRect": {
                  "top": 722,
                  "left": 156,
                  "bottom": 743,
                  "height": 20,
                  "width": 20,
                  "right": 176
                },
                "selector": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use",
                "lhId": "page-583-use",
                "snippet": "\u003cuse xlink:href=\"#instagram-unauth-icon\" width=\"110\" height=\"110\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,0,DIV,0,A,0,svg,0,use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-717-NOSCRIPT",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,A,0,NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 0,
                  "left": 0,
                  "width": 0,
                  "right": 0,
                  "bottom": 0,
                  "height": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_247 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "Answers often arrive quietly.\nThe real work begins when we choose to look at th…",
                "boundingRect": {
                  "left": 25,
                  "top": 11226,
                  "height": 181,
                  "bottom": 11408,
                  "width": 181,
                  "right": 206
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_247 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "lhId": "page-718-A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTyKflmAf1p/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,A"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fluid-engine fe-642db0f373515b5b117196fd\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-376-DIV",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "left": 0,
                  "top": 10109,
                  "height": 778,
                  "bottom": 10887,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block image-block sqs-block-image sqs-text-ready\" data-aspect-ratio=\"136.87002652519894\" data-block-type=\"5\" data-sqsp-block=\"image-classic\" id=\"block-yui_3_17_2_1_1636983722793_4448\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-377-DIV",
                "nodeLabel": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448",
                "boundingRect": {
                  "bottom": 8846,
                  "height": 530,
                  "width": 397,
                  "right": 404,
                  "top": 8315,
                  "left": 8
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-378-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV,2,DIV",
                "type": "node",
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "nodeLabel": "Explore Food",
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "bottom": 7884,
                  "height": 57,
                  "top": 7827,
                  "left": -9961
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cp class=\"sqsrte-small\" style=\"white-space:pre-wrap;\" data-rte-preserve-empty=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "lhId": "page-379-P",
                "nodeLabel": "Diamante Valley, Costa Rica",
                "boundingRect": {
                  "left": 25,
                  "top": 12586,
                  "width": 363,
                  "right": 387,
                  "height": 24,
                  "bottom": 12610
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv data-controller=\"VideoBackground\" data-controllers-bound=\"VideoBackground\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,0,DIV,0,DIV,0,DIV",
                "lhId": "page-380-DIV",
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div",
                "nodeLabel": "Screen Shot 2022-08-14 at 12.33.21 PM.png",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 0,
                  "bottom": 0,
                  "right": 412,
                  "width": 412
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "lhId": "page-381-DIV",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "top": 3273,
                  "left": 0,
                  "bottom": 4455,
                  "height": 1183,
                  "right": 412,
                  "width": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "type": "node"
              }
            },
            {
              "node": {
                "selector": "div.user-items-list \u003e div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": 412
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"slideshow-gutter\" tabindex=\"0\"\u003e",
                "lhId": "page-382-DIV"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "top": 3327,
                  "left": 0,
                  "bottom": 4401,
                  "height": 1074,
                  "right": 412,
                  "width": 412
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY\n\nSpend three f…",
                "type": "node",
                "snippet": "\u003cdiv data-fluid-engine=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV",
                "lhId": "page-383-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,2,DIV",
                "lhId": "page-384-DIV",
                "nodeLabel": "Explore Nature",
                "boundingRect": {
                  "top": 7814,
                  "left": 38,
                  "width": 336,
                  "right": 374,
                  "bottom": 7871,
                  "height": 57
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-385-IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/841…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/841…\" data-image-dimensions=\"2333x3500\" data-image-focal-point=\"0.6441027564222764,0.7600950118764845\" data-load=\"false\" elementtiming=\"nbf-list-simple\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/841…\" width=\"2333\" height=\"3500\" sizes=\"(max-width: 575px) calc((100vw - 0px) / 1), (max-width: 767px) calc((100vw…\" class=\"list-image\" style=\"display:block;object-position: 64.41027564222765% 76.00950118764845%;\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,0,DIV,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "boundingRect": {
                  "left": 16,
                  "top": 7053,
                  "height": 285,
                  "bottom": 7338,
                  "width": 379,
                  "right": 396
                },
                "selector": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…",
                "boundingRect": {
                  "height": 335,
                  "bottom": 1349,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 1014
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "lhId": "page-386-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "boundingRect": {
                  "left": 170,
                  "top": 7944,
                  "width": 17,
                  "right": 186,
                  "height": 0,
                  "bottom": 7944
                },
                "selector": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,BUTTON,1,svg,1,path",
                "snippet": "\u003cpath class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arr…\" d=\"M22.9653 7L3.03948 7\" stroke-width=\"2\" stroke-linecap=\"square\" fill=\"none\"\u003e",
                "lhId": "page-387-path"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon",
                "boundingRect": {
                  "left": 225,
                  "top": 7934,
                  "width": 20,
                  "right": 245,
                  "height": 20,
                  "bottom": 7954
                },
                "selector": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon",
                "lhId": "page-388-svg",
                "snippet": "\u003csvg class=\"mobile-arrow-icon\" viewBox=\"0 0 24 14\" xmlns=\"http://www.w3.org/2000/svg\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,BUTTON,1,svg"
              }
            },
            {
              "node": {
                "lhId": "page-584-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,1,DIV,0,A,0,DIV",
                "type": "node",
                "boundingRect": {
                  "left": 486,
                  "top": 325,
                  "width": 265,
                  "right": 750,
                  "height": 35,
                  "bottom": 360
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "left": 25,
                  "top": 2409,
                  "width": 363,
                  "right": 387,
                  "height": 549,
                  "bottom": 2958
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-b21ac4c473ac77f2a28f\"\u003e",
                "lhId": "page-389-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-390-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "type": "node",
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 7562
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "boundingRect": {
                  "width": 5,
                  "right": 243,
                  "bottom": 7949,
                  "height": 10,
                  "top": 7939,
                  "left": 238
                },
                "selector": "div.mobile-arrows \u003e button.mobile-arrow-button \u003e svg.mobile-arrow-icon \u003e path.user-items-list-banner-slideshow__arrow-icon-foreground",
                "lhId": "page-391-path",
                "snippet": "\u003cpath class=\"user-items-list-banner-slideshow__arrow-icon-foreground\n        mobile-arr…\" d=\"M16.1299 1L21.9998 7L16.1299 13\" stroke-width=\"2\" fill=\"none\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,BUTTON,1,svg,0,path"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-392-DIV",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV",
                "type": "node",
                "nodeLabel": "FOOD AS MEDICINE\n\nDestination food and beverage that crafts a holistic approach…",
                "boundingRect": {
                  "top": 7674,
                  "left": -9968,
                  "width": 350,
                  "right": -9618,
                  "bottom": 7891,
                  "height": 217
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "bottom": 7871,
                  "height": 57,
                  "top": 7814,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__button-container",
                "nodeLabel": "Explore Culture",
                "lhId": "page-393-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"margin-top: 6%;\" data-animation-role=\"button\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV,2,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-394-DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "boundingRect": {
                  "height": 44,
                  "bottom": 4576,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 4532
                },
                "selector": "div#block-41425c36da283bab2447 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "nodeLabel": "OFFERINGS"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-719-DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "We live in a world that moves fast, but our bodies, our minds, and our hearts r…",
                "boundingRect": {
                  "top": 11589,
                  "left": 206,
                  "bottom": 11770,
                  "height": 181,
                  "width": 181,
                  "right": 387
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_252 \u003e div.margin-wrapper"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-396-DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-yui_3_17_2_1_1784246724460_3080\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV",
                "type": "node",
                "boundingRect": {
                  "bottom": 4296,
                  "height": 479,
                  "width": 363,
                  "right": 387,
                  "top": 3817,
                  "left": 25
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103 \u003e div#yui_3_17_2_1_1784619478489_102",
                "boundingRect": {
                  "left": 25,
                  "top": 12091,
                  "width": 363,
                  "right": 387,
                  "height": 61,
                  "bottom": 12152
                },
                "selector": "div#yui_3_17_2_1_1784619478489_105 \u003e figure#yui_3_17_2_1_1784619478489_104 \u003e div#yui_3_17_2_1_1784619478489_103 \u003e div#yui_3_17_2_1_1784619478489_102",
                "lhId": "page-397-DIV",
                "snippet": "\u003cdiv data-sqsp-image-classic-block-image-container=\"\" class=\"sqs-image-shape-container-element\n              \n          \n        \n     …\" style=\"position: relative;\" id=\"yui_3_17_2_1_1784619478489_102\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e",
                "lhId": "page-398-DIV",
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "left": 0,
                  "top": 1614,
                  "height": 725,
                  "bottom": 2339,
                  "width": 412,
                  "right": 412
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 720,
                  "bottom": 1559,
                  "left": 0,
                  "top": 839
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "type": "node",
                "snippet": "\u003cdiv class=\"fluid-engine fe-68c4c0eb58c6127b68dafb7c\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-399-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-400-DIV",
                "snippet": "\u003cdiv class=\"\n    user-items-list-banner-slideshow__arrow-icon-background\n    mobile-ar…\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,BUTTON,0,DIV",
                "type": "node",
                "nodeLabel": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e div.user-items-list-banner-slideshow__arrow-icon-background",
                "boundingRect": {
                  "top": 7924,
                  "left": 157,
                  "bottom": 7964,
                  "height": 40,
                  "width": 40,
                  "right": 197
                },
                "selector": "div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button \u003e div.user-items-list-banner-slideshow__arrow-icon-background"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 176,
                  "right": 294,
                  "height": 59,
                  "bottom": 10887,
                  "left": 118,
                  "top": 10828
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-4f2f2d46b92dda64e131",
                "nodeLabel": "Donate Today",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-bu…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.button\" data-sqsp-block=\"button\" data-website-component-id=\"4f2f2d46b92dda64e131\" id=\"block-4f2f2d46b92dda64e131\"\u003e",
                "lhId": "page-401-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "boundingRect": {
                  "height": 791,
                  "bottom": 1614,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 823
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-border",
                "lhId": "page-402-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,0,DIV",
                "snippet": "\u003cdiv class=\"section-border\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fluid-engine fe-6a59731828f26c6440273481\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-403-DIV",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 4401,
                  "height": 1074,
                  "top": 3327,
                  "left": 0
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY\n\nSpend three f…",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-404-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica",
                "boundingRect": {
                  "height": 27,
                  "bottom": 9948,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 9921
                },
                "selector": "div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1637636580708_7933 \u003e div.sqs-block-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-405-DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 168,
                  "bottom": 3774,
                  "left": 25,
                  "top": 3607
                },
                "selector": "div#block-yui_3_17_2_1_1784246724460_3401 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "left": 0,
                  "top": 1614,
                  "width": 412,
                  "right": 412,
                  "height": 725,
                  "bottom": 2339
                },
                "selector": "div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL",
                "snippet": "\u003cul class=\"slides slides--initialized\" style=\"\n          min-height: 75vh;\n          \n        \"\u003e",
                "lhId": "page-406-UL"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97",
                "boundingRect": {
                  "top": 9375,
                  "left": 8,
                  "bottom": 9904,
                  "height": 529,
                  "width": 397,
                  "right": 404
                },
                "selector": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97",
                "lhId": "page-407-DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-4 span-4\" id=\"yui_3_17_2_1_1784619478489_97\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-divider-display",
                "boundingRect": {
                  "height": 725,
                  "bottom": 2339,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 1614
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.section-divider-display",
                "type": "node",
                "snippet": "\u003cdiv class=\"section-divider-display\" style=\"--stroke-thickness: 6px; --stroke-dasharray: 0;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,2,DIV",
                "lhId": "page-408-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "We live in a world that moves fast, but our bodies, our minds, and our hearts r…",
                "boundingRect": {
                  "bottom": 11770,
                  "height": 181,
                  "width": 181,
                  "right": 387,
                  "top": 11589,
                  "left": 206
                },
                "selector": "div#yui_3_17_2_1_1784619478489_252 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"694c4e8eecd222490e3ce16d\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: 0px; width: 181px; height: 181px;\" data-parent-ratio=\"1.0\" alt=\"We live in a world that moves fast, but our bodies, our minds, and our hea…\" …\u003e",
                "lhId": "page-740-IMG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 12074,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 12795,
                  "height": 721
                },
                "selector": "section#yui_3_17_2_1_1784619478489_113 \u003e div#yui_3_17_2_1_1784619478489_112 \u003e div#yui_3_17_2_1_1784619478489_111 \u003e div#page-section-61957a576ff2fd34dbfb537c",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "lhId": "page-410-DIV",
                "snippet": "\u003cdiv class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\" id=\"page-section-61957a576ff2fd34dbfb537c\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-41425c36da283bab2447 \u003e div.sqs-block-content",
                "nodeLabel": "OFFERINGS",
                "boundingRect": {
                  "height": 44,
                  "bottom": 4576,
                  "right": 387,
                  "width": 363,
                  "left": 25,
                  "top": 4532
                },
                "lhId": "page-411-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div#siteWrapper \u003e header#header \u003e div.header-menu \u003e div.header-menu-bg",
                "boundingRect": {
                  "height": 823,
                  "bottom": 823,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 0
                },
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-menu \u003e div.header-menu-bg",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-bg theme-bg--primary\"\u003e",
                "lhId": "page-412-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 7562,
                  "left": -9999,
                  "width": 412,
                  "right": -9587,
                  "bottom": 7988,
                  "height": 426
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "nodeLabel": "HEALING\n\nHolistic and immersive approach to wellbeing through plant tools, natu…",
                "type": "node",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-9999px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI",
                "lhId": "page-413-LI"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 12186,
                  "left": 156,
                  "right": 180,
                  "width": 24,
                  "bottom": 12210,
                  "height": 24
                },
                "selector": "div.sqs-block-socialaccountlinks-content \u003e div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper",
                "nodeLabel": "Instagram",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/holos.global/\" target=\"_blank\" class=\"sqs-svg-icon--wrapper instagram-unauth\" aria-label=\"Instagram\"\u003e",
                "lhId": "page-414-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV",
                "lhId": "page-415-DIV",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "left": -9999,
                  "top": 7562,
                  "height": 426,
                  "bottom": 7988,
                  "width": 412,
                  "right": -9587
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "lhId": "page-416-DIV",
                "nodeLabel": "OFFERINGS\n\nFrom immersive eco-retreats and wellness experiences to long-term re…",
                "boundingRect": {
                  "top": 4455,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 4833,
                  "height": 378
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-417-A",
                "snippet": "\u003ca href=\"#page\" class=\"header-skip-link sqs-button-element--primary\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,0,A",
                "type": "node",
                "boundingRect": {
                  "height": 57,
                  "bottom": 80,
                  "width": 165,
                  "right": -14847,
                  "left": -15012,
                  "top": 23
                },
                "selector": "div#siteWrapper \u003e header#header \u003e div.header-announcement-bar-wrapper \u003e a.header-skip-link",
                "nodeLabel": "Skip to Content"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-code-container\" data-localized=\"{&quot;enableSafeModeButton&quot;:&quot;Preview in safe mode&quot;,&quot;enableSafeModeText&quot;:&quot;This …\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-418-DIV",
                "nodeLabel": "Podcasts",
                "boundingRect": {
                  "left": 25,
                  "top": 9982,
                  "height": 27,
                  "bottom": 10009,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1638967131691_8074 \u003e div.sqs-block-content \u003e div.sqs-code-container",
                "type": "node"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv class=\"sqs-gallery sqs-gallery-design-grid\" id=\"yui_3_17_2_1_1784619478489_204\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-720-DIV",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 11045,
                  "height": 0,
                  "top": 11045,
                  "left": 25
                },
                "selector": "div#block-yui_3_17_2_1_1646323675848_5262 \u003e div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "left": 0,
                  "top": 687,
                  "width": 412,
                  "right": 412,
                  "height": 120,
                  "bottom": 807
                },
                "selector": "article#sections \u003e section.page-section \u003e div.content-wrapper \u003e div.content",
                "lhId": "page-420-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"content\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "top": 1614,
                  "left": 0,
                  "bottom": 2339,
                  "height": 725,
                  "width": 412,
                  "right": 412
                },
                "selector": "div.user-items-list \u003e div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter",
                "lhId": "page-421-DIV",
                "snippet": "\u003cdiv class=\"slideshow-gutter\" tabindex=\"0\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div",
                "boundingRect": {
                  "top": 12174,
                  "left": 144,
                  "width": 48,
                  "right": 192,
                  "bottom": 12222,
                  "height": 48
                },
                "selector": "div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list \u003e a.sqs-svg-icon--wrapper \u003e div",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,0,A,0,DIV",
                "snippet": "\u003cdiv\u003e",
                "lhId": "page-422-DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "Donate Today",
                "boundingRect": {
                  "left": 118,
                  "top": 10828,
                  "width": 176,
                  "right": 294,
                  "height": 59,
                  "bottom": 10887
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-4f2f2d46b92dda64e131\"\u003e",
                "lhId": "page-423-DIV"
              }
            },
            {
              "node": {
                "lhId": "page-424-DIV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block image-block sqs-block-image sqs-text-ready\" data-block-type=\"5\" data-sqsp-block=\"image-classic\" id=\"block-yui_3_17_2_1_1637650183301_12455\"\u003e",
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455",
                "boundingRect": {
                  "bottom": 12169,
                  "height": 95,
                  "width": 397,
                  "right": 404,
                  "top": 12074,
                  "left": 8
                }
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"header-menu header-menu--folder-list\n      \n      \n      \n      \n      \n  …\" data-section-theme=\"\" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;/stay&quot;,\n&quot;buttonText&quot;: &quot;BOOK N…\" data-section-id=\"overlay-nav\" data-show-account-login=\"false\" data-test=\"header-menu\" style=\"padding-top: 86.4375px;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV",
                "lhId": "page-425-DIV",
                "selector": "body#collection-619239a899184b497363a621 \u003e div#siteWrapper \u003e header#header \u003e div.header-menu",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "width": 412,
                  "right": 412,
                  "height": 823,
                  "bottom": 823
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-426-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e",
                "type": "node",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "left": 0,
                  "top": 4833,
                  "right": 412,
                  "width": 412,
                  "height": 2728,
                  "bottom": 7562
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper"
              }
            },
            {
              "node": {
                "lhId": "page-427-DIV",
                "snippet": "\u003cdiv class=\"row sqs-row\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV",
                "type": "node",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica\n\nPodcasts",
                "boundingRect": {
                  "bottom": 10026,
                  "height": 122,
                  "width": 397,
                  "right": 404,
                  "top": 9904,
                  "left": 8
                },
                "selector": "div#yui_3_17_2_1_1784619478489_75 \u003e div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div.row"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725,
                  "top": 1614,
                  "left": 0
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "lhId": "page-428-SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"light\" class=\"page-section has-section-divider\n    \n      user-items-list-section\n      …\" data-section-id=\"68c4e1965da4d55cef1072ef\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageFocalPoint&quot;: {\n&quot;x&quot;: 0.5,\n&quot;y&quot;: 0.5\n},\n&quot;imageOverlayOpacity&quot;: 0.3,\n&quot;…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;filter&quot;: 1,\n&quot;videoFallbackContentItem&quot;: null,\n&quot;nativeVideoCo…\" data-animation=\"\" data-json-schema-section=\"\" data-sqsp-section=\"auto-layout\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "top": 1614,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 2339,
                  "height": 725
                },
                "selector": "div.content \u003e div.user-items-list \u003e div.user-items-list-item-container \u003e div.slideshow-wrapper",
                "lhId": "page-429-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"slideshow-wrapper\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 956,
                  "height": 113,
                  "top": 843,
                  "left": 0
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-cta",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-cta",
                "lhId": "page-585-DIV",
                "snippet": "\u003cdiv class=\"header-menu-cta\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,2,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-721-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 181,
                  "right": 206,
                  "bottom": 11952,
                  "height": 181,
                  "top": 11770,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_253 \u003e div.margin-wrapper",
                "nodeLabel": "There are journeys that begin with a calling, quiet but undeniable.\nThis one be…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.fluid-engine \u003e div.fe-block \u003e div#block-aa60b76096934490284f \u003e div.sqs-block-content",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817,
                  "left": 25,
                  "top": 10583
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-aa60b76096934490284f \u003e div.sqs-block-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-431-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-586-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-controls container header-menu-nav-item\"\u003e",
                "type": "node",
                "boundingRect": {
                  "height": 70,
                  "bottom": 480,
                  "width": 412,
                  "right": 824,
                  "left": 412,
                  "top": 410
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls"
              }
            },
            {
              "node": {
                "lhId": "page-432-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "type": "node",
                "nodeLabel": "OFFERINGS",
                "boundingRect": {
                  "left": 25,
                  "top": 4532,
                  "width": 363,
                  "right": 387,
                  "height": 44,
                  "bottom": 4576
                },
                "selector": "div.fe-block \u003e div#block-41425c36da283bab2447 \u003e div.sqs-block-content \u003e div.sqs-text-block-container"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "left": 0,
                  "top": 823,
                  "height": 791,
                  "bottom": 1614,
                  "width": 412,
                  "right": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section.page-section",
                "nodeLabel": "HOLOS IS A GLOBAL FIELD OF REGENERATION—FOR INDIVIDUALS, CULTURES, AND ECOSYSTE…",
                "type": "node",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"white\" class=\"page-section \n    \n      full-bleed-section\n      layout-engine-section\n  …\" data-section-id=\"68c4c0eb6a65a035c8ee4aa9\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;backgroundImage&quot;: {\n&quot;id&quot;: &quot;6195a83725630e69aa099352&quot;,\n&quot;recordType&quot;: 2,\n…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" data-fluid-engine-section=\"\" data-sqsp-section=\"fluid-engine\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION",
                "lhId": "page-433-SECTION"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOST\n\nBring your vision to life in one of Costa Rica’s most powerful sanctuarie…",
                "boundingRect": {
                  "left": 16,
                  "top": 5728,
                  "width": 379,
                  "right": 396,
                  "height": 181,
                  "bottom": 5909
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content",
                "lhId": "page-434-DIV",
                "snippet": "\u003cdiv class=\"list-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,P",
                "snippet": "\u003cp style=\"text-align:center;white-space:pre-wrap;\" class=\"sqsrte-large\"\u003e",
                "lhId": "page-435-P",
                "boundingRect": {
                  "left": 25,
                  "top": 4612,
                  "width": 363,
                  "right": 387,
                  "height": 168,
                  "bottom": 4779
                },
                "selector": "div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-large",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-436-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV",
                "snippet": "\u003cdiv class=\"header-burger\n\n  menu-overlay-has-visible-non-navigation-items\n\n\" data-animation-role=\"header-element\"\u003e",
                "type": "node",
                "boundingRect": {
                  "height": 37,
                  "bottom": 62,
                  "width": 50,
                  "right": 387,
                  "left": 337,
                  "top": 25
                },
                "selector": "div.header-announcement-bar-wrapper \u003e div.header-inner \u003e div.header-display-mobile \u003e div.header-burger",
                "nodeLabel": "Open Menu"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "boundingRect": {
                  "left": 16,
                  "top": 5969,
                  "height": 285,
                  "bottom": 6255,
                  "right": 396,
                  "width": 379
                },
                "selector": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/144…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/144…\" data-image-dimensions=\"1800x1201\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-simple\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/144…\" width=\"1800\" height=\"1201\" sizes=\"(max-width: 575px) calc((100vw - 0px) / 1 * 1.1240632805995006), (max-widt…\" class=\"list-image\" style=\"display:block;object-position: 50% 50%;\" …\u003e",
                "lhId": "page-437-IMG"
              }
            },
            {
              "node": {
                "lhId": "page-438-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 6%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,1,DIV",
                "type": "node",
                "boundingRect": {
                  "left": -9961,
                  "top": 7730,
                  "width": 336,
                  "right": -9625,
                  "height": 77,
                  "bottom": 7807
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "nodeLabel": "Home to a diverse global community of thought leaders, entrepreneurs, healers, …"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": -9587,
                  "bottom": 7988,
                  "height": 426,
                  "top": 7562,
                  "left": -9999
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "lhId": "page-439-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,0,DIV",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-440-DIV",
                "boundingRect": {
                  "top": 4612,
                  "left": 25,
                  "bottom": 4779,
                  "height": 168,
                  "right": 387,
                  "width": 363
                },
                "selector": "div.fe-block \u003e div#block-dee97f66820226213d65 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "nodeLabel": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "boundingRect": {
                  "left": 263,
                  "top": 6873,
                  "width": 0,
                  "right": 263,
                  "height": 17,
                  "bottom": 6890
                },
                "type": "node",
                "snippet": "\u003cbr\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,0,DIV,1,DIV,0,P,1,BR",
                "lhId": "page-441-BR"
              }
            },
            {
              "node": {
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div.user-items-list",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 7562,
                  "height": 2728,
                  "top": 4833,
                  "left": 0
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"user-items-list\" style=\"min-height: 100px; padding-top: 3.3vmax;\" data-card-theme=\"\" data-section-id=\"user-items-list\" data-section-title-enabled=\"false\" data-space-below-section-title-value=\"40\" data-space-below-section-title-unit=\"px\" data-layout-width=\"full\"\u003e",
                "lhId": "page-442-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-722-NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV,0,A,0,NOSCRIPT",
                "type": "node",
                "boundingRect": {
                  "width": 0,
                  "right": 0,
                  "bottom": 0,
                  "height": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_251 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-444-DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "boundingRect": {
                  "top": 10985,
                  "left": 25,
                  "bottom": 11011,
                  "height": 26,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.col \u003e div#block-619c4af0ed80e17da5f1f3e2 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "nodeLabel": " FOLLOW OUR JOURNEY"
              }
            },
            {
              "node": {
                "type": "node",
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_2848 \u003e div.sqs-block-content",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "top": 3327,
                  "left": 25,
                  "bottom": 3590,
                  "height": 263,
                  "width": 363,
                  "right": 387
                },
                "lhId": "page-445-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "lhId": "page-587-DIV",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "left": 412,
                  "top": 420,
                  "width": 412,
                  "right": 824,
                  "height": 60,
                  "bottom": 480
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div#yui_3_17_2_1_1784619478489_109 \u003e div#yui_3_17_2_1_1784619478489_108 \u003e div.col \u003e div#block-yui_3_17_2_1_1639017034784_5184",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "height": 226,
                  "bottom": 12795,
                  "width": 397,
                  "right": 404,
                  "left": 8,
                  "top": 12569
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1639017034784_5184\" id=\"block-yui_3_17_2_1_1639017034784_5184\"\u003e",
                "lhId": "page-446-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-723-NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV,0,DIV,0,A,0,NOSCRIPT",
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "width": 0,
                  "right": 0,
                  "height": 0,
                  "bottom": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_252 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-448-BR",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,0,DIV,1,DIV,0,P,1,BR",
                "snippet": "\u003cbr\u003e",
                "type": "node",
                "nodeLabel": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "boundingRect": {
                  "top": 5223,
                  "left": 215,
                  "width": 0,
                  "right": 215,
                  "bottom": 5240,
                  "height": 17
                },
                "selector": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-449-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-media-inner\" data-aspect-ratio=\"4:3\" data-animation-role=\"image\"\u003e",
                "type": "node",
                "nodeLabel": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "boundingRect": {
                  "bottom": 5146,
                  "height": 285,
                  "width": 379,
                  "right": 396,
                  "top": 4861,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "nodeLabel": "a.sqs-svg-icon--wrapper \u003e div \u003e svg.sqs-svg-icon--social \u003e use.sqs-use--mask",
                "boundingRect": {
                  "top": 12174,
                  "left": 220,
                  "width": 48,
                  "right": 268,
                  "bottom": 12222,
                  "height": 48
                },
                "lhId": "page-450-use",
                "snippet": "\u003cuse class=\"sqs-use--mask\" xlink:href=\"/universal/svg/social-accounts.svg#linkedin-unauth-mask\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV,2,A,0,DIV,0,svg,1,use"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-588-svg",
                "snippet": "\u003csvg viewBox=\"23 23 64 64\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,1,DIV,0,A,0,svg",
                "type": "node",
                "nodeLabel": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg",
                "boundingRect": {
                  "height": 25,
                  "bottom": 745,
                  "right": 219,
                  "width": 25,
                  "left": 194,
                  "top": 720
                },
                "selector": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg"
              }
            },
            {
              "node": {
                "lhId": "page-451-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"69225257c907d78ff8c5\" id=\"block-69225257c907d78ff8c5\"\u003e",
                "type": "node",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "height": 463,
                  "bottom": 10572,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 10109
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-69225257c907d78ff8c5"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 0,
                  "top": 823,
                  "width": 412,
                  "right": 412,
                  "height": 791,
                  "bottom": 1614
                },
                "selector": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-overlay",
                "nodeLabel": "section.page-section \u003e div.section-border \u003e div.section-background \u003e div.section-background-overlay",
                "lhId": "page-452-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,0,DIV,0,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"section-background-overlay\" style=\"opacity: 0.9;\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV",
                "lhId": "page-453-DIV",
                "nodeLabel": "PRACTICES\n\nAn embodied lifestyle of living in connection with self, community a…",
                "boundingRect": {
                  "bottom": 7879,
                  "height": 191,
                  "width": 350,
                  "right": -9618,
                  "top": 7687,
                  "left": -9968
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-454-path",
                "snippet": "\u003cpath class=\"section-divider-stroke\" d=\"M-100,0.5 L-100,1.5 M0,1 L1,1\" vector-effect=\"non-scaling-stroke\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,2,DIV,4,svg,0,path",
                "type": "node",
                "boundingRect": {
                  "left": -41200,
                  "top": 1976,
                  "width": 41612,
                  "right": 412,
                  "height": 725,
                  "bottom": 2701
                },
                "selector": "section.page-section \u003e div.section-divider-display \u003e svg.section-divider-svg-stroke \u003e path.section-divider-stroke",
                "nodeLabel": "section.page-section \u003e div.section-divider-display \u003e svg.section-divider-svg-stroke \u003e path.section-divider-stroke"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 181,
                  "right": 206,
                  "height": 181,
                  "bottom": 11226,
                  "left": 25,
                  "top": 11045
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_245 \u003e div.margin-wrapper",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "lhId": "page-724-DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "node": {
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,A,0,NOSCRIPT",
                "lhId": "page-725-NOSCRIPT",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "bottom": 0,
                  "height": 0,
                  "width": 0,
                  "right": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_248 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV",
                "lhId": "page-457-DIV",
                "nodeLabel": "Newsletter",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 12552,
                  "height": 308,
                  "top": 12244,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_108 \u003e div.col \u003e div#block-yui_3_17_2_1_1739805809454_12219 \u003e div.sqs-block-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "HOST\n\nBring your vision to life in one of Costa Rica’s most powerful sanctuarie…",
                "boundingRect": {
                  "bottom": 5837,
                  "height": 109,
                  "width": 379,
                  "right": 396,
                  "top": 5728,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__text-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,1,LI,1,DIV,0,DIV",
                "lhId": "page-458-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.fluid-engine \u003e div.fe-block \u003e div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content",
                "boundingRect": {
                  "left": 0,
                  "top": 2969,
                  "width": 412,
                  "right": 412,
                  "height": 304,
                  "bottom": 3273
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-5f3939be98c4f531fc59 \u003e div.sqs-block-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV",
                "lhId": "page-459-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-media-inner\" data-aspect-ratio=\"4:3\" data-animation-role=\"image\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,0,DIV,0,DIV",
                "lhId": "page-460-DIV",
                "nodeLabel": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 7338,
                  "height": 285,
                  "top": 7053,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,0,DIV,0,DIV,0,IMG",
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/cf5…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/cf5…\" data-image-dimensions=\"2200x1467\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-simple\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/cf5…\" width=\"2200\" height=\"1467\" sizes=\"(max-width: 575px) calc((100vw - 0px) / 1 * 1.1247443762781189), (max-widt…\" class=\"list-image\" style=\"display:block;object-position: 50% 50%;\" …\u003e",
                "lhId": "page-461-IMG",
                "nodeLabel": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 6796,
                  "height": 285,
                  "top": 6511,
                  "left": 16
                },
                "selector": "li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner \u003e img.list-image",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "left": 0,
                  "top": 522,
                  "height": 301,
                  "bottom": 823,
                  "width": 412,
                  "right": 412
                },
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "lhId": "page-462-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"\n      \n        \n      \n    \"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "HEALING",
                "boundingRect": {
                  "top": 7694,
                  "left": -9961,
                  "bottom": 7723,
                  "height": 28,
                  "width": 336,
                  "right": -9625
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,3,LI,1,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "lhId": "page-463-H2"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 6796,
                  "height": 285,
                  "top": 6511,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "nodeLabel": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "lhId": "page-464-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-media-inner\" data-aspect-ratio=\"4:3\" data-animation-role=\"image\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-726-NOSCRIPT",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV,0,DIV,0,A,0,NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "type": "node",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "width": 0,
                  "right": 0,
                  "bottom": 0,
                  "height": 0,
                  "top": 0,
                  "left": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_253 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_245",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "top": 11045,
                  "left": 25,
                  "bottom": 11226,
                  "height": 181,
                  "right": 206,
                  "width": 181
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_245\"\u003e",
                "lhId": "page-727-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Anchored in our source node site in Costa Rica’s Diamante Valley, the Holos vis…",
                "boundingRect": {
                  "height": 168,
                  "bottom": 8298,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 8131
                },
                "selector": "div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1757993343640_50526 \u003e div.sqs-block-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "lhId": "page-467-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "CULTURE",
                "boundingRect": {
                  "height": 28,
                  "bottom": 7723,
                  "width": 336,
                  "right": -9625,
                  "left": -9961,
                  "top": 7694
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "type": "node",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,5,LI,1,DIV,0,H2",
                "lhId": "page-468-H2"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 495,
                  "bottom": 9358,
                  "left": 25,
                  "top": 8863
                },
                "selector": "div#block-yui_3_17_2_1_1636983722793_5244 \u003e div#yui_3_17_2_1_1784619478489_86 \u003e div#yui_3_17_2_1_1784619478489_85 \u003e figure#yui_3_17_2_1_1784619478489_84",
                "lhId": "page-469-FIGURE",
                "snippet": "\u003cfigure class=\"\n              sqs-block-image-figure\n              intrinsic\n            \" style=\"max-width:1384px;\" id=\"yui_3_17_2_1_1784619478489_84\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.top-bun",
                "boundingRect": {
                  "left": 346,
                  "top": 37,
                  "width": 35,
                  "right": 381,
                  "height": 1,
                  "bottom": 38
                },
                "selector": "button.header-burger-btn \u003e div.burger-box \u003e div.burger-inner \u003e div.top-bun",
                "lhId": "page-470-DIV",
                "snippet": "\u003cdiv class=\"top-bun\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,2,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-471-BUTTON",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,BUTTON",
                "snippet": "\u003cbutton class=\"\n    mobile-arrow-button\n    mobile-arrow-button--right\n  \" aria-label=\"\n    \n    \n      Next\n    \n  \" data-animation-role=\"button\"\u003e",
                "type": "node",
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.mobile-arrows \u003e button.mobile-arrow-button",
                "nodeLabel": "\n    \n    \n      Next\n    \n  ",
                "boundingRect": {
                  "top": 7920,
                  "left": 211,
                  "width": 48,
                  "right": 259,
                  "bottom": 7968,
                  "height": 48
                }
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "lhId": "page-728-DIV",
                "nodeLabel": "Discover The Nest&hellip;\nOne of our unique rental properties at Holos.\nA seren…",
                "boundingRect": {
                  "height": 181,
                  "bottom": 11770,
                  "width": 181,
                  "right": 206,
                  "left": 25,
                  "top": 11589
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_251 \u003e div.margin-wrapper",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-473-DIV",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "top": 10109,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 10572,
                  "height": 463
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-69225257c907d78ff8c5 \u003e div.sqs-block-content",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "left": 25,
                  "top": 11045,
                  "right": 206,
                  "width": 181,
                  "height": 181,
                  "bottom": 11226
                },
                "selector": "div#yui_3_17_2_1_1784619478489_245 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image",
                "lhId": "page-733-IMG",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A,1,IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1080\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"697b921b8a3a2b2ddcf6f54d\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: 0px; width: 181px; height: 181px;\" data-parent-ratio=\"1.0\" alt=\"When we allow ourselves to reflect on impermanence,\nwe often return to lif…\" …\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,P,3,A",
                "snippet": "\u003ca target=\"_blank\" href=\"/faqs\"\u003e",
                "lhId": "page-475-A",
                "selector": "div.sqs-text-block-container \u003e div.sqs-html-content \u003e p.sqsrte-small \u003e a",
                "nodeLabel": "FAQ’S",
                "boundingRect": {
                  "height": 24,
                  "bottom": 12778,
                  "width": 42,
                  "right": 387,
                  "left": 345,
                  "top": 12754
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "LinkedIn",
                "boundingRect": {
                  "top": 720,
                  "left": 234,
                  "bottom": 745,
                  "height": 25,
                  "width": 25,
                  "right": 259
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"header-menu-actions-action header-menu-actions-action--social mobile\"\u003e",
                "lhId": "page-589-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-476-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-button-container sqs-button-block-container-system_desktop sqs-b…\" data-animation-role=\"button\" data-button-size=\"small\" data-button-type=\"tertiary\" id=\"yui_3_17_2_1_1784619478489_134\"\u003e",
                "type": "node",
                "nodeLabel": "SUPPORT HOLOS",
                "boundingRect": {
                  "bottom": 1549,
                  "height": 74,
                  "right": 294,
                  "width": 176,
                  "top": 1475,
                  "left": 118
                },
                "selector": "div.fe-block \u003e div#block-68c4c0eb9c25997f42d3bb77 \u003e div#yui_3_17_2_1_1784619478489_135 \u003e div#yui_3_17_2_1_1784619478489_134"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Diamante Valley, Costa Rica\n\nTerms & Conditions\n\nRelease of Liability and Waive…",
                "boundingRect": {
                  "top": 12586,
                  "left": 25,
                  "bottom": 12778,
                  "height": 192,
                  "right": 387,
                  "width": 363
                },
                "selector": "div#block-yui_3_17_2_1_1639017034784_5184 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "lhId": "page-477-DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fe-block fe-block-yui_3_17_2_1_1784246724460_3822\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV",
                "lhId": "page-478-DIV",
                "boundingRect": {
                  "top": 4342,
                  "left": 25,
                  "bottom": 4401,
                  "height": 59,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "Learn more",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "bottom": 2339,
                  "height": 725,
                  "width": 412,
                  "right": 412,
                  "top": 1614,
                  "left": 0
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "lhId": "page-479-DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "GATHER\n\nJoin us for retreats, workshops, and cultural gatherings rooted in pres…",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "height": 109,
                  "bottom": 6921,
                  "left": 16,
                  "top": 6812
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__text-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,0,DIV",
                "lhId": "page-480-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-481-DIV",
                "snippet": "\u003cdiv class=\"list-item-media\" style=\"margin-bottom: 4%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,0,DIV",
                "type": "node",
                "nodeLabel": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "boundingRect": {
                  "left": 16,
                  "top": 6511,
                  "height": 285,
                  "bottom": 6796,
                  "width": 379,
                  "right": 396
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media"
              }
            },
            {
              "node": {
                "nodeLabel": "SUPPORT HOLOS",
                "boundingRect": {
                  "top": 1475,
                  "left": 118,
                  "width": 176,
                  "right": 294,
                  "bottom": 1549,
                  "height": 74
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0eb9c25997f42d3bb77 \u003e div#yui_3_17_2_1_1784619478489_135",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_135\"\u003e",
                "lhId": "page-482-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"list-item-media-inner\" data-aspect-ratio=\"4:3\" data-animation-role=\"image\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,0,DIV,0,DIV",
                "lhId": "page-483-DIV",
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "nodeLabel": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media \u003e div.list-item-media-inner",
                "boundingRect": {
                  "top": 5969,
                  "left": 16,
                  "bottom": 6255,
                  "height": 285,
                  "width": 379,
                  "right": 396
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV",
                "lhId": "page-484-DIV",
                "boundingRect": {
                  "top": 3817,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 4296,
                  "height": 479
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content",
                "nodeLabel": "div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3080 \u003e div.sqs-block-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-485-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "type": "node",
                "nodeLabel": "Anchored in our source node site in Costa Rica’s Diamante Valley, the Holos vis…",
                "boundingRect": {
                  "top": 8131,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 8298,
                  "height": 168
                },
                "selector": "div#block-yui_3_17_2_1_1757993343640_50526 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "bottom": 6451,
                  "height": 72,
                  "width": 379,
                  "right": 396,
                  "top": 6379,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper",
                "nodeLabel": "Apply to Join the Village",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__button-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,1,DIV",
                "lhId": "page-486-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-487-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1637636580708_7144\" id=\"block-yui_3_17_2_1_1637636580708_7144\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "DESTINATIONS",
                "boundingRect": {
                  "height": 71,
                  "bottom": 8114,
                  "right": 404,
                  "width": 397,
                  "left": 8,
                  "top": 8043
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1637636580708_7144"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "height": 263,
                  "bottom": 3590,
                  "width": 363,
                  "right": 387,
                  "left": 25,
                  "top": 3327
                },
                "selector": "div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_2848 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "lhId": "page-488-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Anchored in our source node site in Costa Rica’s Diamante Valley, the Holos vis…",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 8298,
                  "height": 168,
                  "top": 8131,
                  "left": 25
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1757993343640_50526 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "lhId": "page-489-DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-490-DIV",
                "nodeLabel": "DESTINATIONS",
                "boundingRect": {
                  "left": 25,
                  "top": 8060,
                  "height": 37,
                  "bottom": 8097,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.col \u003e div#block-yui_3_17_2_1_1637636580708_7144 \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-491-DIV",
                "snippet": "\u003cdiv class=\"image-block-outer-wrapper layout-caption-hidden design-layout-inline combi…\" data-test=\"image-block-inline-outer-wrapper\" data-sqsp-image-classic-block-layout=\"inline\" id=\"yui_3_17_2_1_1784619478489_105\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105",
                "boundingRect": {
                  "bottom": 12152,
                  "height": 61,
                  "width": 363,
                  "right": 387,
                  "top": 12091,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106 \u003e div#yui_3_17_2_1_1784619478489_105"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fluidImageOverlay\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-492-DIV",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay",
                "boundingRect": {
                  "left": 25,
                  "top": 3817,
                  "height": 479,
                  "bottom": 4296,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e div.fluidImageOverlay",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "selector": "div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69",
                "nodeLabel": "div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69",
                "boundingRect": {
                  "left": 25,
                  "top": 8332,
                  "width": 363,
                  "right": 387,
                  "height": 496,
                  "bottom": 8829
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE",
                "snippet": "\u003cfigure class=\"\n              sqs-block-image-figure\n              intrinsic\n            \" style=\"max-width:1383px;\" id=\"yui_3_17_2_1_1784619478489_69\"\u003e",
                "lhId": "page-493-FIGURE"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 1549,
                  "height": 74,
                  "right": 294,
                  "width": 176,
                  "top": 1475,
                  "left": 118
                },
                "selector": "div#block-68c4c0eb9c25997f42d3bb77 \u003e div#yui_3_17_2_1_1784619478489_135 \u003e div#yui_3_17_2_1_1784619478489_134 \u003e a.sqs-block-button-element--small",
                "nodeLabel": "SUPPORT HOLOS",
                "lhId": "page-494-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,3,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://givebutter.com/HOLOS?_hsenc=p2ANqtz-_TGUDeq8JYnXZhgaDNSjxQi_bNCwwZ…\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-but…\" data-sqsp-button=\"\" target=\"_blank\" data-initialized=\"true\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "body#collection-619239a899184b497363a621 \u003e div#yui3-css-stamp",
                "boundingRect": {
                  "right": 0,
                  "width": 0,
                  "bottom": 12846,
                  "height": 0,
                  "top": 12846,
                  "left": 0
                },
                "selector": "body#collection-619239a899184b497363a621 \u003e div#yui3-css-stamp",
                "lhId": "page-495-DIV",
                "snippet": "\u003cdiv id=\"yui3-css-stamp\" style=\"position: absolute !important; visibility: hidden !important\"\u003e",
                "path": "1,HTML,1,BODY,3,DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV",
                "snippet": "\u003cdiv class=\"slide sqs-gallery-design-grid-slide\" data-type=\"image\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_252\"\u003e",
                "lhId": "page-729-DIV",
                "nodeLabel": "We live in a world that moves fast, but our bodies, our minds, and our hearts r…",
                "boundingRect": {
                  "left": 206,
                  "top": 11589,
                  "height": 181,
                  "bottom": 11770,
                  "width": 181,
                  "right": 387
                },
                "selector": "div.sqs-block-content \u003e div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_252",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "left": 25,
                  "top": 2409,
                  "height": 517,
                  "bottom": 2926,
                  "width": 363,
                  "right": 387
                },
                "selector": "div.fe-block \u003e div#block-b21ac4c473ac77f2a28f \u003e div.sqs-block-content \u003e div.sqs-text-block-container",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-text-block-container\"\u003e",
                "lhId": "page-497-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"a9dc1603aec2929d30a2\" id=\"block-a9dc1603aec2929d30a2\"\u003e",
                "lhId": "page-498-DIV",
                "nodeLabel": "At its core, Holos creates a growing network of sanctuaries where people return…",
                "boundingRect": {
                  "top": 1014,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 1349,
                  "height": 335
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-a9dc1603aec2929d30a2",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "main#page \u003e article#sections \u003e section.page-section \u003e div.content-wrapper",
                "nodeLabel": "We offer holotropic experiences that restore vitality, coherence, and clarity t…",
                "boundingRect": {
                  "top": 2339,
                  "left": 0,
                  "width": 412,
                  "right": 412,
                  "bottom": 3273,
                  "height": 934
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"content-wrapper\" style=\"padding-top: calc(0vmax);\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV",
                "lhId": "page-499-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cbr\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,0,DIV,1,DIV,0,P,1,BR",
                "lhId": "page-500-BR",
                "nodeLabel": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "boundingRect": {
                  "top": 7390,
                  "left": 320,
                  "bottom": 7407,
                  "height": 17,
                  "width": 0,
                  "right": 320
                },
                "selector": "div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p \u003e br",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "height": 77,
                  "bottom": 7807,
                  "left": -9961,
                  "top": 7730
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "Destination food and beverage that crafts a holistic approach to nutrition prog…",
                "lhId": "page-501-P",
                "snippet": "\u003cp class=\"\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,4,LI,1,DIV,1,DIV,0,P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "boundingRect": {
                  "top": 3817,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 4296,
                  "height": 479
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "type": "node",
                "snippet": "\u003cimg data-stretch=\"true\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/d24…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/d24…\" data-image-dimensions=\"1103x1557\" data-image-focal-point=\"0.5,0.5\" data-sqsp-image-block-image=\"\" alt=\"\" data-licensed-asset-preview=\"false\" data-load=\"false\" elementtiming=\"system-image-block\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/d24…\" width=\"1103\" height=\"1557\" sizes=\"auto, 100vw\" style=\"display: block; object-position: var(--image-component-focal-point);\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "lhId": "page-502-IMG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 228,
                  "right": 320,
                  "bottom": 366,
                  "height": 35,
                  "top": 331,
                  "left": 92
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "lhId": "page-590-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A",
                "snippet": "\u003ca data-folder-id=\"/retreats\" href=\"/retreats\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "STAY\n\nSanctuaries for stillness and reconnection: where eco-luxury meets sacred…",
                "boundingRect": {
                  "bottom": 5368,
                  "height": 207,
                  "width": 379,
                  "right": 396,
                  "top": 5161,
                  "left": 16
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content",
                "lhId": "page-503-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV",
                "snippet": "\u003cdiv class=\"list-item-content\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "INTRODUCING DARK ROOM MEDITATION RETREATS IN THE DIAMANTE VALLEY",
                "boundingRect": {
                  "top": 3327,
                  "left": 25,
                  "right": 387,
                  "width": 363,
                  "bottom": 3590,
                  "height": 263
                },
                "selector": "div#block-yui_3_17_2_1_1784246724460_2848 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "lhId": "page-504-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-505-LI",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 6% 6% 2%; transform: translate3d(-9999px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e",
                "type": "node",
                "nodeLabel": "PRACTICES\n\nAn embodied lifestyle of living in connection with self, community a…",
                "boundingRect": {
                  "height": 426,
                  "bottom": 7988,
                  "right": -9587,
                  "width": 412,
                  "left": -9999,
                  "top": 7562
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-506-DIV",
                "snippet": "\u003cdiv class=\"image-block-wrapper\" data-animation-role=\"image\" id=\"yui_3_17_2_1_1784619478489_68\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV",
                "type": "node",
                "boundingRect": {
                  "top": 8332,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 8829,
                  "height": 496
                },
                "selector": "div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_71 \u003e div#yui_3_17_2_1_1784619478489_70 \u003e figure#yui_3_17_2_1_1784619478489_69 \u003e div#yui_3_17_2_1_1784619478489_68"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 304,
                  "bottom": 3273,
                  "left": 0,
                  "top": 2969
                },
                "selector": "div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper \u003e div.fluid-image-container \u003e div.js-content-mode-element-wrapper",
                "lhId": "page-507-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"js-content-mode-element-wrapper js-content-mode-element-system_desktop\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content header-menu-nav-item-content-folder\"\u003e",
                "lhId": "page-591-DIV",
                "boundingRect": {
                  "top": 450,
                  "left": 107,
                  "width": 198,
                  "right": 305,
                  "bottom": 485,
                  "height": 35
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-508-DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"dee97f66820226213d65\" id=\"block-dee97f66820226213d65\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "height": 168,
                  "bottom": 4779,
                  "left": 25,
                  "top": 4612
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-dee97f66820226213d65"
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72",
                "boundingRect": {
                  "width": 397,
                  "right": 404,
                  "height": 530,
                  "bottom": 8846,
                  "left": 8,
                  "top": 8315
                },
                "selector": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72",
                "lhId": "page-509-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-4 span-4\" id=\"yui_3_17_2_1_1784619478489_72\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-510-DIV",
                "snippet": "\u003cdiv class=\"sqs-block image-block sqs-block-image sqs-text-ready\" data-aspect-ratio=\"136.604774535809\" data-block-type=\"5\" data-sqsp-block=\"image-classic\" id=\"block-yui_3_17_2_1_1636983722793_6032\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032",
                "boundingRect": {
                  "left": 8,
                  "top": 9375,
                  "right": 404,
                  "width": 397,
                  "height": 529,
                  "bottom": 9904
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_97 \u003e div#block-yui_3_17_2_1_1636983722793_6032"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "top": 7988,
                  "left": 0,
                  "bottom": 10082,
                  "height": 2094,
                  "width": 412,
                  "right": 412
                },
                "selector": "div#siteWrapper \u003e main#page \u003e article#sections \u003e section#yui_3_17_2_1_1784619478489_76",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION",
                "snippet": "\u003csection data-test=\"page-section\" data-section-theme=\"white-bold\" class=\"page-section \n    \n      layout-engine-section\n    \n    background-width--…\" data-section-id=\"619266458816af4d8daaf6f7\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n&quot;imageOverlayOpacity&quot;: 0.15,\n&quot;backgroundWidth&quot;: &quot;background-width--full-…\" data-current-context=\"{\n&quot;video&quot;: {\n&quot;playbackSpeed&quot;: 0.5,\n&quot;filter&quot;: 1,\n&quot;filterStrength&quot;: 0,\n&quot;zoom…\" data-animation=\"none\" style=\"min-height: 67vh;\" data-sqsp-section=\"classic-editor\" data-controllers-bound=\"SectionWrapperController\" …\u003e",
                "lhId": "page-511-SECTION"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "lhId": "page-512-H2",
                "nodeLabel": "COMMUNITY",
                "boundingRect": {
                  "top": 7682,
                  "left": -9961,
                  "bottom": 7710,
                  "height": 28,
                  "width": 336,
                  "right": -9625
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-bu…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.button\" data-sqsp-block=\"button\" data-website-component-id=\"68c4c0ebf15b94dbbc0e8970\" id=\"block-68c4c0ebf15b94dbbc0e8970\"\u003e",
                "lhId": "page-513-DIV",
                "boundingRect": {
                  "left": 71,
                  "top": 1395,
                  "width": 269,
                  "right": 341,
                  "height": 59,
                  "bottom": 1454
                },
                "selector": "div \u003e div.fluid-engine \u003e div.fe-block \u003e div#block-68c4c0ebf15b94dbbc0e8970",
                "nodeLabel": "EXPERIENCE HOLOS",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-514-DIV",
                "boundingRect": {
                  "top": 8060,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 8097,
                  "height": 37
                },
                "selector": "div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1637636580708_7144 \u003e div.sqs-block-content",
                "nodeLabel": "DESTINATIONS",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-515-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"sqs-block website-component-block sqs-block-website-component sqs-block-ht…\" data-block-css=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-scripts=\"[&quot;https://definitions.sqspcdn.com/website-component-definition/static-asse…\" data-block-type=\"1337\" data-definition-name=\"website.components.html\" data-sqsp-block=\"text\" data-website-component-id=\"yui_3_17_2_1_1637636580708_7933\" id=\"block-yui_3_17_2_1_1637636580708_7933\"\u003e",
                "type": "node",
                "boundingRect": {
                  "height": 61,
                  "bottom": 9965,
                  "right": 404,
                  "width": 397,
                  "left": 8,
                  "top": 9904
                },
                "selector": "div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col \u003e div#block-yui_3_17_2_1_1637636580708_7933",
                "nodeLabel": "Visit HOLOS Diamante in Costa Rica"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-516-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-69225257c907d78ff8c5\"\u003e",
                "type": "node",
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block",
                "nodeLabel": "DONATE TO THE HOLOS FOUNDATION\n\nHolos Global is grateful for our non-profit par…",
                "boundingRect": {
                  "top": 10109,
                  "left": 25,
                  "width": 363,
                  "right": 387,
                  "bottom": 10572,
                  "height": 463
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fluid-image-component-root image-block-outer-wrapper design-layout-fluid i…\" data-component-id=\"aa60b76096934490284f\" data-test=\"image-block-fluid-outer-wrapper\" data-is-image-stretched=\"true\" data-is-mask-applied=\"false\" data-media-focal-point=\"0.5,0.5\" data-bpo=\"\" data-breakpoints=\"[{&quot;id&quot;:&quot;system_desktop&quot;,&quot;name&quot;:&quot;Desktop&quot;},{&quot;id&quot;:&quot;system_mobile&quot;,&quot;name&quot;:&quot;Mo…\" style=\"--image-component-object-fit: cover; --image-component-container-height: 1…;\"\u003e",
                "lhId": "page-517-DIV",
                "nodeLabel": "div.fe-block \u003e div#block-aa60b76096934490284f \u003e div.sqs-block-content \u003e div.fluid-image-component-root",
                "boundingRect": {
                  "left": 25,
                  "top": 10583,
                  "height": 234,
                  "bottom": 10817,
                  "right": 387,
                  "width": 363
                },
                "selector": "div.fe-block \u003e div#block-aa60b76096934490284f \u003e div.sqs-block-content \u003e div.fluid-image-component-root",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "left": 412,
                  "top": 492,
                  "height": 60,
                  "bottom": 552,
                  "width": 412,
                  "right": 824
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "lhId": "page-592-DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,4,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-518-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,1,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"/\" data-animation-role=\"header-element\"\u003e",
                "type": "node",
                "boundingRect": {
                  "right": 202,
                  "width": 178,
                  "bottom": 58,
                  "height": 30,
                  "top": 28,
                  "left": 25
                },
                "selector": "div.header-title-nav-wrapper \u003e div.header-title \u003e div.header-title-logo \u003e a",
                "nodeLabel": "HOLOS"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,1,DIV,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-container\" style=\"\n          margin-top: 4%;\n          max-width: 100%;\n        \" data-animation-role=\"button\"\u003e",
                "lhId": "page-519-DIV",
                "boundingRect": {
                  "height": 57,
                  "bottom": 5368,
                  "width": 379,
                  "right": 396,
                  "left": 16,
                  "top": 5311
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container",
                "nodeLabel": "Explore Holistic Hospitality",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "COMMUNITY\n\nHome to a diverse global community of thought leaders, entrepreneurs…",
                "boundingRect": {
                  "height": 217,
                  "bottom": 7891,
                  "width": 350,
                  "right": -9618,
                  "left": -9968,
                  "top": 7674
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV",
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "lhId": "page-520-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-521-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,9,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"fluid-image-animation-wrapper sqs-image sqs-block-alignment-wrapper\" data-animation-role=\"image\"\u003e",
                "type": "node",
                "selector": "div#block-aa60b76096934490284f \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "nodeLabel": "div#block-aa60b76096934490284f \u003e div.sqs-block-content \u003e div.fluid-image-component-root \u003e div.fluid-image-animation-wrapper",
                "boundingRect": {
                  "left": 25,
                  "top": 10583,
                  "width": 363,
                  "right": 387,
                  "height": 234,
                  "bottom": 10817
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 220,
                  "right": 316,
                  "bottom": 1453,
                  "height": 57,
                  "top": 1396,
                  "left": 96
                },
                "selector": "div#block-68c4c0ebf15b94dbbc0e8970 \u003e div#yui_3_17_2_1_1784619478489_128 \u003e div#yui_3_17_2_1_1784619478489_127 \u003e a.sqs-block-button-element--small",
                "nodeLabel": "EXPERIENCE HOLOS",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,2,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"/experienceholos\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-but…\" data-sqsp-button=\"\" data-initialized=\"true\"\u003e",
                "lhId": "page-522-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "boundingRect": {
                  "left": 0,
                  "top": 2969,
                  "width": 412,
                  "right": 412,
                  "height": 304,
                  "bottom": 3273
                },
                "selector": "div.fluid-image-container \u003e div.js-content-mode-element-wrapper \u003e div.js-content-mode-element \u003e img",
                "lhId": "page-3-IMG",
                "snippet": "\u003cimg data-stretch=\"true\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" data-image-dimensions=\"2048x1365\" data-image-focal-point=\"0.5,0.5\" data-sqsp-image-block-image=\"\" alt=\"\" data-licensed-asset-preview=\"false\" data-load=\"false\" elementtiming=\"system-image-block\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/32f…\" width=\"2048\" height=\"1365\" sizes=\"auto, 100vw\" style=\"display: block; object-position: var(--image-component-focal-point);\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,3,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-523-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_106\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_108 \u003e div#yui_3_17_2_1_1784619478489_107 \u003e div#block-yui_3_17_2_1_1637650183301_12455 \u003e div#yui_3_17_2_1_1784619478489_106",
                "boundingRect": {
                  "left": 25,
                  "top": 12091,
                  "height": 61,
                  "bottom": 12152,
                  "width": 363,
                  "right": 387
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 12846,
                  "bottom": 12846,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 0
                },
                "selector": "body#collection-619239a899184b497363a621",
                "nodeLabel": "body#collection-619239a899184b497363a621",
                "lhId": "page-524-BODY",
                "path": "1,HTML,1,BODY",
                "snippet": "\u003cbody id=\"collection-619239a899184b497363a621\" class=\"tweak-blog-alternating-side-by-side-width-full tweak-blog-alternating-side…\" tabindex=\"-1\" data-animation-state=\"booted\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-593-SPAN",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV,0,SPAN",
                "snippet": "\u003cspan class=\"visually-hidden\"\u003e",
                "type": "node",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "boundingRect": {
                  "top": 467,
                  "left": 107,
                  "bottom": 468,
                  "height": 1,
                  "width": 1,
                  "right": 108
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "NATURE\n\nSpaces and experiences that restore our connection to the natural world…",
                "boundingRect": {
                  "top": 7562,
                  "left": 0,
                  "bottom": 7988,
                  "height": 426,
                  "width": 412,
                  "right": 412
                },
                "selector": "section.page-section \u003e div.content-wrapper \u003e div.content \u003e div.user-items-list",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"user-items-list\" style=\"min-height: 100px; padding-top: 0vmax; padding-bottom: 0vmax;\" data-card-theme=\"\" data-section-id=\"user-items-list\" data-section-title-enabled=\"false\" data-space-below-section-title-value=\"70\" data-space-below-section-title-unit=\"px\" data-layout-width=\"full-bleed\"\u003e",
                "lhId": "page-525-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71",
                "boundingRect": {
                  "width": 363,
                  "right": 387,
                  "bottom": 8829,
                  "height": 496,
                  "top": 8332,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_73 \u003e div#yui_3_17_2_1_1784619478489_72 \u003e div#block-yui_3_17_2_1_1636983722793_4448 \u003e div#yui_3_17_2_1_1784619478489_71",
                "lhId": "page-526-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\" id=\"yui_3_17_2_1_1784619478489_71\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-527-DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,1,SECTION,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 1614,
                  "height": 791,
                  "top": 823,
                  "left": 0
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca class=\"\n            list-item-content__button\n            sqs-block-button-elemen…\" href=\"/serviceprogram\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,1,DIV,0,DIV,0,A",
                "lhId": "page-528-A",
                "nodeLabel": "Join the Service Program",
                "boundingRect": {
                  "width": 227,
                  "right": 243,
                  "height": 57,
                  "bottom": 7534,
                  "left": 16,
                  "top": 7477
                },
                "selector": "div.list-item-content \u003e div.list-item-content__button-wrapper \u003e div.list-item-content__button-container \u003e a.list-item-content__button",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"margin-wrapper\"\u003e",
                "lhId": "page-730-DIV",
                "nodeLabel": "Each year we welcome the Wix&aacute;rika nation to guide a sacred ceremony root…",
                "boundingRect": {
                  "bottom": 11589,
                  "height": 181,
                  "width": 181,
                  "right": 206,
                  "top": 11408,
                  "left": 25
                },
                "selector": "div#yui_3_17_2_1_1784619478489_187 \u003e div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_249 \u003e div.margin-wrapper",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "\u003cimg src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95…",
                "boundingRect": {
                  "left": 0,
                  "top": 0,
                  "height": 0,
                  "bottom": 0,
                  "width": 0,
                  "right": 0
                },
                "selector": "div#yui_3_17_2_1_1784619478489_249 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e noscript",
                "lhId": "page-731-NOSCRIPT",
                "snippet": "\u003cnoscript\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV,0,DIV,0,A,0,NOSCRIPT"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "HOLOS",
                "boundingRect": {
                  "height": 30,
                  "bottom": 58,
                  "width": 313,
                  "right": 337,
                  "left": 25,
                  "top": 28
                },
                "selector": "div.header-display-mobile \u003e div.header-title-nav-wrapper \u003e div.header-title \u003e div.header-title-logo",
                "type": "node",
                "snippet": "\u003cdiv class=\"header-title-logo\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,2,DIV,1,DIV,0,DIV",
                "lhId": "page-531-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-532-NAV",
                "path": "1,HTML,1,BODY,0,DIV,3,FOOTER,0,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,NAV",
                "snippet": "\u003cnav class=\"sqs-svg-icon--list\"\u003e",
                "type": "node",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "bottom": 12210,
                  "height": 24,
                  "right": 387,
                  "width": 363,
                  "top": 12186,
                  "left": 25
                },
                "selector": "div.sqs-block-content \u003e div.sqs-block-socialaccountlinks-content \u003e div.sqs-svg-icon--outer \u003e nav.sqs-svg-icon--list"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "DESTINATIONS\n\nAnchored in our source node site in Costa Rica’s Diamante Valley,…",
                "boundingRect": {
                  "top": 8043,
                  "left": 8,
                  "bottom": 8315,
                  "height": 273,
                  "width": 397,
                  "right": 404
                },
                "selector": "div#yui_3_17_2_1_1784619478489_74 \u003e div#page-section-619266458816af4d8daaf6f7 \u003e div.row \u003e div.col",
                "lhId": "page-533-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,8,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"col sqs-col-12 span-12\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "boundingRect": {
                  "top": 4455,
                  "left": 0,
                  "bottom": 4833,
                  "height": 378,
                  "width": 412,
                  "right": 412
                },
                "selector": "article#sections \u003e section.page-section \u003e div.section-border \u003e div.section-background",
                "lhId": "page-534-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"section-background\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-535-H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,0,H2",
                "type": "node",
                "boundingRect": {
                  "width": 336,
                  "right": -9625,
                  "bottom": 7723,
                  "height": 28,
                  "top": 7694,
                  "left": -9961
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "PRACTICES"
              }
            },
            {
              "node": {
                "nodeLabel": "A jungle. A breath. A moment where everything slows down so your soul can speak…",
                "boundingRect": {
                  "height": 181,
                  "bottom": 11408,
                  "width": 181,
                  "right": 387,
                  "left": 206,
                  "top": 11226
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_248 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTgXw4tkthd/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "page-732-A"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-736-IMG",
                "snippet": "\u003cimg class=\"thumb-image\" elementtiming=\"system-gallery-block-grid\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/176…\" data-image-dimensions=\"1080x1346\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" data-image-id=\"69681077220eab4eb7c1feb2\" data-type=\"image\" style=\"opacity: 0; left: 0px; top: -22.2898px; width: 181px; height: 225px;\" data-parent-ratio=\"1.0\" alt=\"A jungle. A breath. A moment where everything slows down so your soul can …\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,A,1,IMG",
                "type": "node",
                "nodeLabel": "A jungle. A breath. A moment where everything slows down so your soul can speak…",
                "boundingRect": {
                  "top": 11204,
                  "left": 206,
                  "width": 181,
                  "right": 387,
                  "bottom": 11429,
                  "height": 225
                },
                "selector": "div#yui_3_17_2_1_1784619478489_248 \u003e div.margin-wrapper \u003e a.image-slide-anchor \u003e img.thumb-image"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Upcoming Events",
                "boundingRect": {
                  "bottom": 6993,
                  "height": 72,
                  "width": 379,
                  "right": 396,
                  "top": 6921,
                  "left": 16
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__button-wrapper",
                "lhId": "page-538-DIV",
                "snippet": "\u003cdiv class=\"list-item-content__button-wrapper\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "nodeLabel": "LIVE\n\nFor those called to root.\nStep into regenerative living in the Diamante V…",
                "boundingRect": {
                  "width": 379,
                  "right": 396,
                  "bottom": 6451,
                  "height": 482,
                  "top": 5969,
                  "left": 16
                },
                "selector": "div.content \u003e div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI",
                "snippet": "\u003cli class=\"\n        list-item\n        \n      \" style=\"\n        \n      \" data-is-card-enabled=\"false\"\u003e",
                "lhId": "page-539-LI"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"sqs-html-content\" data-sqsp-text-block-content=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,5,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV",
                "lhId": "page-540-DIV",
                "nodeLabel": "From immersive eco-retreats and wellness experiences to long-term regenerative …",
                "boundingRect": {
                  "top": 4612,
                  "left": 25,
                  "bottom": 4779,
                  "height": 168,
                  "width": 363,
                  "right": 387
                },
                "selector": "div#block-dee97f66820226213d65 \u003e div.sqs-block-content \u003e div.sqs-text-block-container \u003e div.sqs-html-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-541-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV",
                "snippet": "\u003cdiv class=\"fe-block fe-block-yui_3_17_2_1_1784246724460_3401\"\u003e",
                "type": "node",
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "boundingRect": {
                  "bottom": 3806,
                  "height": 199,
                  "right": 387,
                  "width": 363,
                  "top": 3607,
                  "left": 25
                },
                "selector": "div.content \u003e div \u003e div.fluid-engine \u003e div.fe-block"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "bottom": 3774,
                  "height": 168,
                  "width": 363,
                  "right": 387,
                  "top": 3607,
                  "left": 25
                },
                "selector": "div.fluid-engine \u003e div.fe-block \u003e div#block-yui_3_17_2_1_1784246724460_3401 \u003e div.sqs-block-content",
                "nodeLabel": "Spend three full days in darkness, supported by the facilitation team at Acraya…",
                "lhId": "page-542-DIV",
                "snippet": "\u003cdiv class=\"sqs-block-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,4,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-543-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,2,LI,1,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-content__text-wrapper\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 16,
                  "top": 6270,
                  "height": 109,
                  "bottom": 6379,
                  "width": 379,
                  "right": 396
                },
                "selector": "ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper",
                "nodeLabel": "LIVE\n\nFor those called to root.\nStep into regenerative living in the Diamante V…"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-544-DIV",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,0,LI,0,DIV",
                "snippet": "\u003cdiv class=\"list-item-media\" style=\"margin-bottom: 4%;\"\u003e",
                "type": "node",
                "nodeLabel": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media",
                "boundingRect": {
                  "top": 4861,
                  "left": 16,
                  "bottom": 5146,
                  "height": 285,
                  "width": 379,
                  "right": 396
                },
                "selector": "div.user-items-list \u003e ul.user-items-list-item-container \u003e li.list-item \u003e div.list-item-media"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"fluid-engine fe-62f6b1bd2fec79365ccb9eba\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV",
                "lhId": "page-545-DIV",
                "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 807,
                  "height": 120,
                  "top": 687,
                  "left": 0
                },
                "selector": "div.content-wrapper \u003e div.content \u003e div \u003e div.fluid-engine",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 7386,
                  "left": 16,
                  "width": 379,
                  "right": 396,
                  "bottom": 7462,
                  "height": 77
                },
                "selector": "div.list-item-content \u003e div.list-item-content__text-wrapper \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "A hands-on invitation to live the Holos rhythm.\nThrough care, contribution, and…",
                "lhId": "page-546-P",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,4,LI,1,DIV,0,DIV,1,DIV,0,P"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ch2 class=\"list-item-content__title\" style=\"max-width: 100%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,6,SECTION,1,DIV,0,DIV,0,DIV,1,UL,3,LI,1,DIV,0,DIV,0,H2",
                "lhId": "page-547-H2",
                "nodeLabel": "GATHER",
                "boundingRect": {
                  "bottom": 6840,
                  "height": 28,
                  "width": 379,
                  "right": 396,
                  "top": 6812,
                  "left": 16
                },
                "selector": "li.list-item \u003e div.list-item-content \u003e div.list-item-content__text-wrapper \u003e h2.list-item-content__title",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "height": 25,
                  "bottom": 745,
                  "width": 25,
                  "right": 179,
                  "left": 154,
                  "top": 720
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon",
                "nodeLabel": "Instagram",
                "lhId": "page-594-A",
                "snippet": "\u003ca class=\"icon icon--lg icon--fill  header-icon header-icon-border-shape-none header…\" href=\"https://www.instagram.com/holos.global/\" target=\"_blank\" aria-label=\"Instagram\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,0,DIV,0,A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "boundingRect": {
                  "bottom": 457,
                  "height": 35,
                  "width": 132,
                  "right": 684,
                  "top": 422,
                  "left": 552
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "type": "node",
                "snippet": "\u003ca class=\"header-menu-controls-control header-menu-controls-control--active\" data-action=\"back\" href=\"/\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV,0,A",
                "lhId": "page-595-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-596-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content header-menu-nav-item-content-folder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV",
                "type": "node",
                "boundingRect": {
                  "left": 119,
                  "top": 391,
                  "width": 174,
                  "right": 293,
                  "height": 35,
                  "bottom": 426
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-597-A",
                "snippet": "\u003ca href=\"/about\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,1,DIV,0,A",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "width": 88,
                  "right": 662,
                  "height": 35,
                  "bottom": 467,
                  "left": 574,
                  "top": 432
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-598-svg",
                "snippet": "\u003csvg viewBox=\"23 23 64 64\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,0,DIV,0,A,0,svg",
                "type": "node",
                "selector": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg",
                "nodeLabel": "div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon \u003e svg",
                "boundingRect": {
                  "top": 720,
                  "left": 154,
                  "width": 25,
                  "right": 179,
                  "bottom": 745,
                  "height": 25
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "width": 178,
                  "right": 707,
                  "height": 35,
                  "bottom": 587,
                  "left": 529,
                  "top": 552
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,3,DIV,0,A,0,DIV",
                "lhId": "page-599-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "bottom": 467,
                  "height": 35,
                  "width": 88,
                  "right": 662,
                  "top": 432,
                  "left": 574
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "lhId": "page-600-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,1,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e"
              }
            },
            {
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "boundingRect": {
                  "left": 602,
                  "top": 363,
                  "width": 72,
                  "right": 674,
                  "height": 35,
                  "bottom": 398
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "type": "node",
                "snippet": "\u003cspan\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV,0,A,1,SPAN",
                "lhId": "page-601-SPAN"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "top": 504,
                  "left": 482,
                  "bottom": 539,
                  "height": 35,
                  "right": 754,
                  "width": 271
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "lhId": "page-602-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,4,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "left": 92,
                  "top": 331,
                  "height": 35,
                  "bottom": 366,
                  "right": 320,
                  "width": 228
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content header-menu-nav-item-content-folder\"\u003e",
                "lhId": "page-603-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 465,
                  "top": 492,
                  "height": 35,
                  "bottom": 527,
                  "width": 306,
                  "right": 771
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "lhId": "page-604-A",
                "snippet": "\u003ca href=\"/the-venue\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,1,DIV,0,A"
              }
            },
            {
              "node": {
                "lhId": "page-605-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "boundingRect": {
                  "height": 60,
                  "bottom": 498,
                  "width": 412,
                  "right": 412,
                  "left": 0,
                  "top": 438
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cspan class=\"visually-hidden\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV,0,SPAN",
                "lhId": "page-606-SPAN",
                "boundingRect": {
                  "bottom": 349,
                  "height": 1,
                  "width": 1,
                  "right": 93,
                  "top": 348,
                  "left": 92
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "left": 529,
                  "top": 552,
                  "height": 35,
                  "bottom": 587,
                  "width": 178,
                  "right": 707
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node",
                "snippet": "\u003ca href=\"/testimonials\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,3,DIV,0,A",
                "lhId": "page-607-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "top": 480,
                  "left": 412,
                  "width": 412,
                  "right": 824,
                  "bottom": 539,
                  "height": 60
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "lhId": "page-608-DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-609-A",
                "snippet": "\u003ca href=\"/homestay\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,2,DIV,0,A",
                "type": "node",
                "boundingRect": {
                  "width": 286,
                  "right": 761,
                  "height": 35,
                  "bottom": 420,
                  "left": 475,
                  "top": 385
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-610-DIV",
                "snippet": "\u003cdiv data-folder=\"/about-1\" class=\"header-menu-nav-folder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV",
                "type": "node",
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "nodeLabel": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "boundingRect": {
                  "left": 412,
                  "top": 106,
                  "width": 412,
                  "right": 824,
                  "height": 737,
                  "bottom": 843
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "top": 705,
                  "left": 20,
                  "bottom": 760,
                  "height": 55,
                  "width": 372,
                  "right": 392
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-actions",
                "lhId": "page-611-DIV",
                "snippet": "\u003cdiv class=\"header-menu-actions social-accounts\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-612-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "boundingRect": {
                  "height": 737,
                  "bottom": 843,
                  "width": 412,
                  "right": 824,
                  "left": 412,
                  "top": 106
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content"
              }
            },
            {
              "node": {
                "snippet": "\u003cdiv class=\"header-menu-actions-action header-menu-actions-action--social mobile\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,0,DIV",
                "lhId": "page-613-DIV",
                "nodeLabel": "Instagram",
                "boundingRect": {
                  "top": 720,
                  "left": 154,
                  "bottom": 745,
                  "height": 25,
                  "width": 25,
                  "right": 179
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action",
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "bottom": 420,
                  "height": 70,
                  "top": 350,
                  "left": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "lhId": "page-614-DIV",
                "snippet": "\u003cdiv class=\"header-menu-controls container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 119,
                  "top": 408,
                  "height": 1,
                  "bottom": 409,
                  "width": 1,
                  "right": 120
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "lhId": "page-615-SPAN",
                "snippet": "\u003cspan class=\"visually-hidden\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV,0,SPAN"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "boundingRect": {
                  "right": 240,
                  "width": 109,
                  "height": 35,
                  "bottom": 545,
                  "left": 131,
                  "top": 510
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-nav-folder-title-text",
                "type": "node",
                "snippet": "\u003cspan class=\"header-nav-folder-title-text\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV,1,SPAN",
                "lhId": "page-616-SPAN"
              }
            },
            {
              "node": {
                "lhId": "page-617-A",
                "snippet": "\u003ca class=\"icon icon--lg icon--fill  header-icon header-icon-border-shape-none header…\" href=\"https://www.linkedin.com/company/holos-global/\" target=\"_blank\" aria-label=\"LinkedIn\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,2,DIV,0,A",
                "type": "node",
                "nodeLabel": "LinkedIn",
                "boundingRect": {
                  "left": 234,
                  "top": 720,
                  "width": 25,
                  "right": 259,
                  "height": 25,
                  "bottom": 745
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-actions \u003e div.header-menu-actions-action \u003e a.icon"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "boundingRect": {
                  "left": 412,
                  "top": 410,
                  "height": 70,
                  "bottom": 480,
                  "width": 412,
                  "right": 824
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-controls container header-menu-nav-item\"\u003e",
                "lhId": "page-618-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "left": 501,
                  "top": 564,
                  "width": 234,
                  "right": 735,
                  "height": 35,
                  "bottom": 599
                },
                "lhId": "page-619-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,5,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,3,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "lhId": "page-620-DIV",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "bottom": 599,
                  "height": 60,
                  "width": 412,
                  "right": 824,
                  "top": 539,
                  "left": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node"
              }
            },
            {
              "node": {
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "top": 445,
                  "left": 453,
                  "bottom": 480,
                  "height": 35,
                  "width": 331,
                  "right": 783
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node",
                "snippet": "\u003ca href=\"/upcoming-retreats\" tabindex=\"-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,3,DIV,0,A",
                "lhId": "page-621-A"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-622-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content header-menu-nav-item-content-folder\"\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "top": 271,
                  "left": 142,
                  "width": 128,
                  "right": 270,
                  "bottom": 306,
                  "height": 35
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-623-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV",
                "snippet": "\u003cdiv data-folder=\"/Residential\" class=\"header-menu-nav-folder\"\u003e",
                "type": "node",
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "nodeLabel": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "boundingRect": {
                  "right": 824,
                  "width": 412,
                  "bottom": 843,
                  "height": 737,
                  "top": 106,
                  "left": 412
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "left": 131,
                  "top": 510,
                  "right": 281,
                  "width": 149,
                  "height": 35,
                  "bottom": 545
                },
                "selector": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-wrapper \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content header-menu-nav-item-content-folder\"\u003e",
                "lhId": "page-624-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-625-A",
                "snippet": "\u003ca href=\"/\" aria-current=\"page\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,0,DIV,0,A",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "boundingRect": {
                  "height": 35,
                  "bottom": 246,
                  "width": 86,
                  "right": 249,
                  "left": 163,
                  "top": 211
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "width": 338,
                  "right": 787,
                  "bottom": 694,
                  "height": 70,
                  "top": 624,
                  "left": 449
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,6,DIV,0,A,0,DIV",
                "lhId": "page-626-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 465,
                  "top": 492,
                  "width": 306,
                  "right": 771,
                  "height": 35,
                  "bottom": 527
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "lhId": "page-627-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,1,DIV,0,A,0,DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,1,DIV,0,A,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-item-content\"\u003e",
                "lhId": "page-628-DIV",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "boundingRect": {
                  "width": 109,
                  "right": 672,
                  "bottom": 527,
                  "height": 35,
                  "top": 492,
                  "left": 564
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.container \u003e a \u003e div.header-menu-nav-item-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 432,
                  "left": 412,
                  "bottom": 492,
                  "height": 60,
                  "right": 824,
                  "width": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "lhId": "page-629-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,3,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "height": 60,
                  "bottom": 432,
                  "width": 412,
                  "right": 824,
                  "left": 412,
                  "top": 373
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "lhId": "page-630-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,2,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-631-SPAN",
                "snippet": "\u003cspan\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV,0,A,1,SPAN",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "boundingRect": {
                  "height": 35,
                  "bottom": 457,
                  "width": 72,
                  "right": 674,
                  "left": 602,
                  "top": 422
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 557,
                  "height": 60,
                  "top": 498,
                  "left": 0
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "lhId": "page-632-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca class=\"header-menu-controls-control header-menu-controls-control--active\" data-action=\"back\" href=\"/\" tabindex=\"-1\"\u003e",
                "lhId": "page-633-A",
                "boundingRect": {
                  "bottom": 457,
                  "height": 35,
                  "width": 132,
                  "right": 684,
                  "top": 422,
                  "left": 552
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "bottom": 612,
                  "height": 60,
                  "top": 552,
                  "left": 412
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "lhId": "page-634-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,5,DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "boundingRect": {
                  "top": 106,
                  "left": 412,
                  "bottom": 843,
                  "height": 737,
                  "width": 412,
                  "right": 824
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "lhId": "page-635-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-636-A",
                "snippet": "\u003ca data-folder-id=\"/contact-2\" href=\"/contact-2\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "boundingRect": {
                  "bottom": 545,
                  "height": 35,
                  "width": 149,
                  "right": 281,
                  "top": 510,
                  "left": 131
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-637-DIV",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,1,DIV",
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "height": 60,
                  "bottom": 539,
                  "left": 412,
                  "top": 480
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV",
                "snippet": "\u003cdiv data-folder=\"root\" class=\"header-menu-nav-folder header-menu-nav-folder--active\"\u003e",
                "lhId": "page-638-DIV",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 843,
                  "height": 737,
                  "top": 106,
                  "left": 0
                },
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "nodeLabel": "Instagram",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv data-folder=\"/contact-2\" class=\"header-menu-nav-folder\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV",
                "lhId": "page-639-DIV",
                "boundingRect": {
                  "left": 412,
                  "top": 106,
                  "width": 412,
                  "right": 824,
                  "height": 737,
                  "bottom": 843
                },
                "selector": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "nodeLabel": "div.header-menu \u003e div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder",
                "type": "node"
              }
            },
            {
              "node": {
                "snippet": "\u003ca data-folder-id=\"/about-1\" href=\"/about-1\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A",
                "lhId": "page-640-A",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "boundingRect": {
                  "bottom": 306,
                  "height": 35,
                  "right": 270,
                  "width": 128,
                  "top": 271,
                  "left": 142
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "Open Menu",
                "boundingRect": {
                  "top": 26,
                  "left": 364,
                  "width": 1,
                  "right": 365,
                  "bottom": 27,
                  "height": 1
                },
                "selector": "div.header-display-mobile \u003e div.header-burger \u003e button.header-burger-btn \u003e span.js-header-burger-open-title",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,2,DIV,4,DIV,3,DIV,7,DIV,0,BUTTON,0,SPAN",
                "snippet": "\u003cspan class=\"js-header-burger-open-title visually-hidden\"\u003e",
                "lhId": "page-641-SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-642-DIV",
                "snippet": "\u003cdiv class=\"header-menu-controls container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "boundingRect": {
                  "height": 70,
                  "bottom": 313,
                  "width": 412,
                  "right": 824,
                  "left": 412,
                  "top": 243
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,4,DIV,0,A",
                "snippet": "\u003ca href=\"/events\" tabindex=\"-1\"\u003e",
                "lhId": "page-643-A",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "boundingRect": {
                  "width": 271,
                  "right": 754,
                  "bottom": 539,
                  "height": 35,
                  "top": 504,
                  "left": 482
                },
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container \u003e a",
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "width": 412,
                  "right": 824,
                  "height": 60,
                  "bottom": 539,
                  "left": 412,
                  "top": 480
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,2,DIV",
                "lhId": "page-644-DIV"
              }
            },
            {
              "node": {
                "lhId": "page-645-SPAN",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV,0,A,1,SPAN",
                "snippet": "\u003cspan\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "boundingRect": {
                  "top": 422,
                  "left": 602,
                  "bottom": 457,
                  "height": 35,
                  "width": 72,
                  "right": 674
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"container header-menu-nav-item\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,6,DIV",
                "lhId": "page-646-DIV",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "boundingRect": {
                  "top": 612,
                  "left": 412,
                  "width": 412,
                  "right": 824,
                  "bottom": 706,
                  "height": 95
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.container",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-647-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-controls container header-menu-nav-item\"\u003e",
                "type": "node",
                "nodeLabel": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls",
                "boundingRect": {
                  "height": 70,
                  "bottom": 480,
                  "width": 412,
                  "right": 824,
                  "left": 412,
                  "top": 410
                },
                "selector": "nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-controls"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "nodeLabel": "div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "bottom": 259,
                  "height": 60,
                  "top": 199,
                  "left": 0
                },
                "type": "node",
                "snippet": "\u003cdiv class=\"container header-menu-nav-item header-menu-nav-item--collection header-men…\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,0,DIV",
                "lhId": "page-648-DIV"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 20,
                  "right": 216,
                  "bottom": 740,
                  "height": 14,
                  "top": 725,
                  "left": 196
                },
                "selector": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use",
                "nodeLabel": "div.header-menu-actions-action \u003e a.icon \u003e svg \u003e use",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,1,DIV,1,DIV,0,A,0,svg,0,use",
                "snippet": "\u003cuse xlink:href=\"#youtube-unauth-icon\" width=\"110\" height=\"110\"\u003e",
                "lhId": "page-649-use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-650-DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV",
                "type": "node",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "boundingRect": {
                  "top": 106,
                  "left": 412,
                  "bottom": 843,
                  "height": 737,
                  "width": 412,
                  "right": 824
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV,0,A,1,SPAN",
                "snippet": "\u003cspan\u003e",
                "lhId": "page-651-SPAN",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "boundingRect": {
                  "left": 602,
                  "top": 256,
                  "height": 35,
                  "bottom": 291,
                  "right": 674,
                  "width": 72
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cspan class=\"visually-hidden\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV,0,SPAN",
                "lhId": "page-652-SPAN",
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "boundingRect": {
                  "height": 1,
                  "bottom": 289,
                  "width": 1,
                  "right": 143,
                  "left": 142,
                  "top": 288
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "boundingRect": {
                  "right": 824,
                  "width": 412,
                  "height": 737,
                  "bottom": 843,
                  "left": 412,
                  "top": 106
                },
                "selector": "div.header-menu-nav \u003e nav.header-menu-nav-list \u003e div.header-menu-nav-folder \u003e div.header-menu-nav-folder-content",
                "lhId": "page-653-DIV",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV",
                "snippet": "\u003cdiv class=\"header-menu-nav-folder-content\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cspan class=\"visually-hidden\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV,0,SPAN",
                "lhId": "page-654-SPAN",
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.visually-hidden",
                "boundingRect": {
                  "bottom": 528,
                  "height": 1,
                  "width": 1,
                  "right": 132,
                  "top": 527,
                  "left": 131
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-nav-wrapper \u003e div.container \u003e a",
                "boundingRect": {
                  "width": 174,
                  "right": 293,
                  "bottom": 426,
                  "height": 35,
                  "top": 391,
                  "left": 119
                },
                "lhId": "page-655-A",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A",
                "snippet": "\u003ca data-folder-id=\"/offerings\" href=\"/offerings\"\u003e"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "lhId": "page-656-use",
                "nodeLabel": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "top": 262,
                  "left": 575,
                  "bottom": 284,
                  "height": 22,
                  "width": 11,
                  "right": 586
                },
                "selector": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV,2,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-left: 0.15em; width: 1em; height: 1em;\"\u003e",
                "lhId": "page-657-SPAN",
                "boundingRect": {
                  "top": 271,
                  "left": 235,
                  "bottom": 306,
                  "height": 35,
                  "width": 35,
                  "right": 270
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "top": 422,
                  "left": 562,
                  "bottom": 457,
                  "height": 35,
                  "width": 35,
                  "right": 597
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "lhId": "page-658-SPAN",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV,0,A,0,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-right: 0.15em; width: 1em; height: 1em;\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ]
              },
              "node": {
                "lhId": "page-659-svg",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "type": "node",
                "selector": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "left": 562,
                  "top": 422,
                  "width": 35,
                  "right": 597,
                  "height": 35,
                  "bottom": 457
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-660-svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV,2,SPAN,0,svg",
                "type": "node",
                "boundingRect": {
                  "height": 35,
                  "bottom": 306,
                  "width": 35,
                  "right": 270,
                  "left": 235,
                  "top": 271
                },
                "selector": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-661-use",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV,2,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "left": 281,
                  "top": 457,
                  "width": 11,
                  "right": 292,
                  "height": 22,
                  "bottom": 479
                },
                "selector": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-662-svg",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "type": "node",
                "nodeLabel": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "left": 562,
                  "top": 256,
                  "height": 35,
                  "bottom": 291,
                  "width": 35,
                  "right": 597
                },
                "selector": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "top": 277,
                  "left": 246,
                  "right": 257,
                  "width": 11,
                  "bottom": 300,
                  "height": 22
                },
                "selector": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,1,DIV,0,A,0,DIV,2,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "lhId": "page-663-use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-664-svg",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "type": "node",
                "selector": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "bottom": 457,
                  "height": 35,
                  "width": 35,
                  "right": 597,
                  "top": 422,
                  "left": 562
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV,2,SPAN,0,svg",
                "lhId": "page-665-svg",
                "selector": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "bottom": 485,
                  "height": 35,
                  "width": 35,
                  "right": 305,
                  "top": 450,
                  "left": 270
                },
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "width": 35,
                  "right": 281,
                  "bottom": 545,
                  "height": 35,
                  "top": 510,
                  "left": 246
                },
                "selector": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "type": "node",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV,2,SPAN,0,svg",
                "lhId": "page-666-svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "right": 586,
                  "width": 11,
                  "height": 22,
                  "bottom": 391,
                  "left": 575,
                  "top": 369
                },
                "selector": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "lhId": "page-667-use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "right": 597,
                  "width": 35,
                  "bottom": 457,
                  "height": 35,
                  "top": 422,
                  "left": 562
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "lhId": "page-668-SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-right: 0.15em; width: 1em; height: 1em;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV,0,A,0,SPAN"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "top": 391,
                  "left": 258,
                  "width": 35,
                  "right": 293,
                  "bottom": 426,
                  "height": 35
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV,2,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-left: 0.15em; width: 1em; height: 1em;\"\u003e",
                "lhId": "page-669-SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-670-svg",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV,2,SPAN,0,svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "type": "node",
                "boundingRect": {
                  "left": 258,
                  "top": 391,
                  "width": 35,
                  "right": 293,
                  "height": 35,
                  "bottom": 426
                },
                "selector": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-671-SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-left: 0.15em; width: 1em; height: 1em;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,4,DIV,0,A,0,DIV,2,SPAN",
                "type": "node",
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "bottom": 485,
                  "height": 35,
                  "width": 35,
                  "right": 305,
                  "top": 450,
                  "left": 270
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "width": 11,
                  "right": 586,
                  "height": 22,
                  "bottom": 451,
                  "left": 575,
                  "top": 429
                },
                "selector": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "nodeLabel": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,4,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg,0,use",
                "lhId": "page-672-use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "width": 35,
                  "right": 597,
                  "height": 35,
                  "bottom": 291,
                  "left": 562,
                  "top": 256
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,3,DIV,0,DIV,0,DIV,0,A,0,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-right: 0.15em; width: 1em; height: 1em;\"\u003e",
                "lhId": "page-673-SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 2339,
                  "left": 0,
                  "bottom": 2366,
                  "height": 27,
                  "width": 75,
                  "right": 75
                },
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div",
                "nodeLabel": "Item 1 of 2",
                "lhId": "page-686-DIV",
                "snippet": "\u003cdiv aria-live=\"polite\" aria-atomic=\"true\" style=\"position: absolute; pointer-events: none; opacity: 0;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,3,DIV"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "top": 516,
                  "left": 257,
                  "width": 11,
                  "right": 268,
                  "bottom": 539,
                  "height": 22
                },
                "selector": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "nodeLabel": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV,2,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "lhId": "page-674-use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg,0,use",
                "lhId": "page-675-use",
                "nodeLabel": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "left": 575,
                  "top": 429,
                  "width": 11,
                  "right": 586,
                  "height": 22,
                  "bottom": 451
                },
                "selector": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "lhId": "page-676-use",
                "boundingRect": {
                  "bottom": 451,
                  "height": 22,
                  "width": 11,
                  "right": 586,
                  "top": 429,
                  "left": 575
                },
                "selector": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "nodeLabel": "a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-right: 0.15em; width: 1em; height: 1em;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV,0,A,0,SPAN",
                "lhId": "page-677-SPAN",
                "boundingRect": {
                  "height": 35,
                  "bottom": 398,
                  "width": 35,
                  "right": 597,
                  "left": 562,
                  "top": 363
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "type": "node"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "height": 22,
                  "bottom": 419,
                  "width": 11,
                  "right": 280,
                  "left": 269,
                  "top": 397
                },
                "selector": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "lhId": "page-678-use",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,3,DIV,0,A,0,DIV,2,SPAN,0,svg,0,use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-679-svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV,2,SPAN,0,svg",
                "type": "node",
                "nodeLabel": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg",
                "boundingRect": {
                  "left": 285,
                  "top": 331,
                  "height": 35,
                  "bottom": 366,
                  "width": 35,
                  "right": 320
                },
                "selector": "a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg"
              }
            },
            {
              "node": {
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "left": 285,
                  "top": 331,
                  "height": 35,
                  "bottom": 366,
                  "width": 35,
                  "right": 320
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV,2,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-left: 0.15em; width: 1em; height: 1em;\"\u003e",
                "lhId": "page-680-SPAN"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "left": 562,
                  "top": 422,
                  "height": 35,
                  "bottom": 457,
                  "width": 35,
                  "right": 597
                },
                "selector": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "lhId": "page-681-svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,5,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-682-SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-right: 0.15em; width: 1em; height: 1em;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,2,DIV,0,DIV,0,DIV,0,A,0,SPAN",
                "type": "node",
                "boundingRect": {
                  "top": 422,
                  "left": 562,
                  "bottom": 457,
                  "height": 35,
                  "width": 35,
                  "right": 597
                },
                "selector": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon",
                "nodeLabel": "div.header-menu-nav-folder-content \u003e div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "lhId": "page-683-svg",
                "snippet": "\u003csvg viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" stroke-linecap=\"square\" stroke-linejoin=\"miter\" stroke-width=\"0.5px\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,1,DIV,0,DIV,0,DIV,0,A,0,SPAN,0,svg",
                "type": "node",
                "boundingRect": {
                  "bottom": 398,
                  "height": 35,
                  "right": 597,
                  "width": 35,
                  "top": 363,
                  "left": 562
                },
                "selector": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg",
                "nodeLabel": "div.header-menu-controls \u003e a.header-menu-controls-control \u003e span.header-dropdown-icon \u003e svg"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "boundingRect": {
                  "width": 35,
                  "right": 281,
                  "bottom": 545,
                  "height": 35,
                  "top": 510,
                  "left": 246
                },
                "selector": "div.container \u003e a \u003e div.header-menu-nav-item-content \u003e span.header-dropdown-icon",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,5,DIV,0,A,0,DIV,2,SPAN",
                "snippet": "\u003cspan class=\"header-dropdown-icon header-dropdown-flip\" style=\"margin-left: 0.15em; width: 1em; height: 1em;\"\u003e",
                "lhId": "page-684-SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-685-use",
                "snippet": "\u003cuse href=\"#openArrowHead\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,1,DIV,0,NAV,0,DIV,0,DIV,1,DIV,2,DIV,0,A,0,DIV,2,SPAN,0,svg,0,use",
                "type": "node",
                "nodeLabel": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use",
                "boundingRect": {
                  "right": 307,
                  "width": 11,
                  "height": 22,
                  "bottom": 360,
                  "left": 296,
                  "top": 337
                },
                "selector": "div.header-menu-nav-item-content \u003e span.header-dropdown-icon \u003e svg \u003e use"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Holos Costa Rica is rooted in the Diamante Valley, on 200 acres of protected ju…",
                "boundingRect": {
                  "height": 259,
                  "bottom": 2071,
                  "width": 290,
                  "right": -61,
                  "left": -351,
                  "top": 1812
                },
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "lhId": "page-687-P",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,1,DIV,0,P"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "width": 290,
                  "right": -61,
                  "height": 361,
                  "bottom": 2174,
                  "left": -351,
                  "top": 1812
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e div.list-item-content__description",
                "nodeLabel": "Holos Costa Rica is rooted in the Diamante Valley, on 200 acres of protected ju…",
                "type": "node",
                "snippet": "\u003cdiv class=\"list-item-content__description\n      \n      \n      \" style=\"margin-top: 4%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,1,DIV",
                "lhId": "page-688-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-689-DIV",
                "snippet": "\u003cdiv class=\"slide-media-container\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV",
                "type": "node",
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "nodeLabel": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-media-container",
                "boundingRect": {
                  "top": 1614,
                  "left": -412,
                  "bottom": 2339,
                  "height": 725,
                  "width": 412,
                  "right": 0
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ]
              },
              "node": {
                "snippet": "\u003cimg alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" data-image-dimensions=\"5250x3300\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" elementtiming=\"nbf-list-slideshow\" src=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" width=\"5250\" height=\"3300\" sizes=\"\" class=\"list-slideshow-image\" style=\"display:block;object-position: 50% 50%;\" srcset=\"https://images.squarespace-cdn.com/content/v1/618ac96b4ed9db522152c95a/bc2…\" …\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV,0,IMG",
                "lhId": "page-1-IMG",
                "nodeLabel": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "boundingRect": {
                  "top": 1614,
                  "left": -412,
                  "width": 412,
                  "right": 0,
                  "bottom": 2339,
                  "height": 725
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-media-container \u003e img.list-slideshow-image",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cdiv class=\"slide-content list-item-card-background\n      \n        list-item-rich-anim…\" style=\"width: 350px; min-width: 50%;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV",
                "lhId": "page-690-DIV",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "height": 466,
                  "bottom": 2209,
                  "width": 330,
                  "right": -41,
                  "left": -371,
                  "top": 1743
                },
                "selector": "div.slideshow-holder \u003e ul.slides \u003e li.slide \u003e div.slide-content",
                "type": "node"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-691-P",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,1,DIV,1,P",
                "snippet": "\u003cp data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\"\u003e",
                "type": "node",
                "selector": "li.slide \u003e div.slide-content \u003e div.list-item-content__description \u003e p",
                "nodeLabel": "This sacred valley offers clarity, creativity, and connection through nature im…",
                "boundingRect": {
                  "left": -351,
                  "top": 2087,
                  "height": 86,
                  "bottom": 2174,
                  "width": 290,
                  "right": -61
                }
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "OUR HOME\n\nHolos Costa Rica is rooted in the Diamante Valley, on 200 acres of pr…",
                "boundingRect": {
                  "top": 1614,
                  "left": -412,
                  "width": 412,
                  "right": 0,
                  "bottom": 2339,
                  "height": 725
                },
                "selector": "div.slideshow-gutter \u003e div.slideshow-holder \u003e ul.slides \u003e li.slide",
                "lhId": "page-692-LI",
                "snippet": "\u003cli class=\"\n                slide\n                list-item\n              \" style=\"padding: 10%; transform: translate3d(-412px, 0px, 0px);\" data-is-card-enabled=\"true\" aria-hidden=\"true\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "animation": "fonts-loading",
                    "failureReason": "Unsupported CSS Property: color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-693-H2",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,2,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,0,H2",
                "snippet": "\u003ch2 class=\"list-item-content__title\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 290,
                  "right": -61,
                  "bottom": 1796,
                  "height": 34,
                  "top": 1763,
                  "left": -351
                },
                "selector": "ul.slides \u003e li.slide \u003e div.slide-content \u003e h2.list-item-content__title",
                "nodeLabel": "OUR HOME"
              }
            },
            {
              "node": {
                "nodeLabel": "Item 1 of 7",
                "boundingRect": {
                  "bottom": 8015,
                  "height": 27,
                  "width": 75,
                  "right": 75,
                  "top": 7988,
                  "left": 0
                },
                "selector": "div.user-items-list-item-container \u003e div.slideshow-wrapper \u003e div.slideshow-gutter \u003e div",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,7,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,3,DIV",
                "snippet": "\u003cdiv aria-live=\"polite\" aria-atomic=\"true\" style=\"position: absolute; pointer-events: none; opacity: 0;\"\u003e",
                "lhId": "page-694-DIV"
              },
              "subItems": {
                "items": [
                  {
                    "failureReason": "Unsupported CSS Property: color",
                    "animation": "fonts-loading"
                  }
                ],
                "type": "subitems"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "text",
                "key": "failureReason"
              },
              "label": "Element",
              "key": "node"
            },
            {
              "subItemsHeading": {
                "key": "animation",
                "valueType": "text"
              },
              "key": null,
              "label": "Name",
              "valueType": "text"
            }
          ],
          "type": "table"
        }
      },
      "input-image-alt": {
        "id": "input-image-alt",
        "title": "`\u003cinput type=\"image\"\u003e` elements have `[alt]` text",
        "description": "When an image is being used as an `\u003cinput\u003e` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.12/input-image-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "focus-traps": {
        "id": "focus-traps",
        "title": "User focus is not accidentally trapped in a region",
        "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "link-text": {
        "id": "link-text",
        "title": "Links do not have descriptive text",
        "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/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "1 link found",
        "details": {
          "type": "table",
          "items": [
            {
              "textLang": "en-US",
              "text": "Learn more",
              "href": "https://www.acraya.global/the-study"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "Link destination",
              "key": "href"
            },
            {
              "valueType": "text",
              "label": "Link Text",
              "key": "text"
            }
          ]
        }
      },
      "image-aspect-ratio": {
        "id": "image-aspect-ratio",
        "title": "Displays images with correct aspect ratio",
        "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Aspect Ratio (Displayed)",
              "key": "displayedAspectRatio",
              "valueType": "text"
            },
            {
              "label": "Aspect Ratio (Actual)",
              "key": "actualAspectRatio",
              "valueType": "text"
            }
          ],
          "type": "table"
        }
      },
      "aria-roles": {
        "id": "aria-roles",
        "title": "`[role]` values are valid",
        "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-roles).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "forced-reflow-insight": {
        "id": "forced-reflow-insight",
        "title": "Forced reflow",
        "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "details": {
          "items": [
            {
              "headings": [
                {
                  "valueType": "source-location",
                  "key": "source",
                  "label": "Top function call"
                },
                {
                  "valueType": "ms",
                  "key": "reflowTime",
                  "label": "Total reflow time",
                  "granularity": 1
                }
              ],
              "items": [
                {
                  "reflowTime": 39.562,
                  "source": {
                    "line": 805,
                    "type": "source-location",
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
                    "column": 197,
                    "urlProvider": "network"
                  }
                }
              ],
              "type": "table"
            },
            {
              "type": "table",
              "items": [
                {
                  "source": {
                    "column": 48708,
                    "urlProvider": "network",
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
                    "line": 0,
                    "type": "source-location"
                  },
                  "reflowTime": 64.819
                },
                {
                  "reflowTime": 1.756,
                  "source": {
                    "type": "source-location",
                    "line": 1,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                    "column": 19531,
                    "urlProvider": "network"
                  }
                },
                {
                  "source": {
                    "column": 67472,
                    "urlProvider": "network",
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                    "line": 1,
                    "type": "source-location"
                  },
                  "reflowTime": 5.892
                },
                {
                  "source": {
                    "column": 72108,
                    "urlProvider": "network",
                    "line": 1,
                    "type": "source-location",
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js"
                  },
                  "reflowTime": 0.069
                },
                {
                  "reflowTime": 0.44,
                  "source": {
                    "type": "source-location",
                    "line": 1,
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                    "column": 83467,
                    "urlProvider": "network"
                  }
                },
                {
                  "reflowTime": 1.343,
                  "source": {
                    "line": 1,
                    "type": "source-location",
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js",
                    "column": 81894,
                    "urlProvider": "network"
                  }
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "column": 60442,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "line": 64,
                    "type": "source-location"
                  },
                  "reflowTime": 4.751
                },
                {
                  "source": {
                    "column": 62183,
                    "urlProvider": "network",
                    "line": 64,
                    "type": "source-location",
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
                  },
                  "reflowTime": 0.54
                },
                {
                  "reflowTime": 0.201,
                  "source": {
                    "type": "source-location",
                    "line": 64,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "column": 62218,
                    "urlProvider": "network"
                  }
                },
                {
                  "reflowTime": 3.147,
                  "source": {
                    "column": 128690,
                    "urlProvider": "network",
                    "type": "source-location",
                    "line": 64,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js"
                  }
                },
                {
                  "source": {
                    "column": 184694,
                    "urlProvider": "network",
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
                    "line": 7,
                    "type": "source-location"
                  },
                  "reflowTime": 1.329
                },
                {
                  "reflowTime": 0.71,
                  "source": {
                    "column": 124596,
                    "urlProvider": "network",
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "type": "source-location",
                    "line": 64
                  }
                },
                {
                  "source": {
                    "column": 27808,
                    "urlProvider": "network",
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.visitor.js",
                    "type": "source-location",
                    "line": 0
                  },
                  "reflowTime": 0.394
                },
                {
                  "source": {
                    "column": 25307,
                    "urlProvider": "network",
                    "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.visitor.js",
                    "line": 0,
                    "type": "source-location"
                  },
                  "reflowTime": 1.077
                },
                {
                  "source": {
                    "column": 55,
                    "urlProvider": "network",
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
                    "type": "source-location",
                    "line": 802
                  },
                  "reflowTime": 39.562
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "column": 18772,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "line": 4,
                    "type": "source-location"
                  },
                  "reflowTime": 12.393
                },
                {
                  "source": {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "line": 4,
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 18607
                  },
                  "reflowTime": 5.624
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "column": 19420,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "type": "source-location",
                    "line": 4
                  },
                  "reflowTime": 5.351
                },
                {
                  "source": {
                    "urlProvider": "network",
                    "column": 16447,
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "line": 4,
                    "type": "source-location"
                  },
                  "reflowTime": 9.303
                },
                {
                  "source": {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
                    "line": 4,
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 23029
                  },
                  "reflowTime": 6.882
                },
                {
                  "source": {
                    "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-02f58ecdd59f8b83-min.en-US.js",
                    "line": 7,
                    "type": "source-location",
                    "column": 75714,
                    "urlProvider": "network"
                  },
                  "reflowTime": 0.942
                },
                {
                  "source": {
                    "value": "[unattributed]",
                    "type": "text"
                  },
                  "reflowTime": 0.316
                },
                {
                  "source": {
                    "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/section-divider.2cf999b0651cf5bf496a.js",
                    "type": "source-location",
                    "line": 0,
                    "column": 1724,
                    "urlProvider": "network"
                  },
                  "reflowTime": 0.402
                }
              ],
              "headings": [
                {
                  "valueType": "source-location",
                  "label": "Source",
                  "key": "source"
                },
                {
                  "valueType": "ms",
                  "granularity": 1,
                  "label": "Total reflow time",
                  "key": "reflowTime"
                }
              ]
            }
          ],
          "type": "list"
        }
      },
      "final-screenshot": {
        "id": "final-screenshot",
        "title": "Final Screenshot",
        "description": "The last screenshot captured of the pageload.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "timestamp": 220235662864,
          "timing": 5387,
          "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAABQADBAYHAgEI/8QARxAAAgEDAwIDBAcFBAYLAQAAAQIDAAQRBRIhMUEGE1EiYXGRBxQjgaGx0RUyUsHhQmKS8CQlM2OCkzQ1Q1NVcnSDlLPC0v/EABgBAAMBAQAAAAAAAAAAAAAAAAABAgME/8QAJBEAAgICAgICAgMAAAAAAAAAAAECEQMhEjEEURNBFCJhcYH/2gAMAwEAAhEDEQA/AMLpVL0dQ2rWSsAVM6Ag9/aFF7e2sRPqhiuTK6wTFUMOAPvz2p2BXaVGLaV7HQkurPC3Elw8ckwGWjAVSoB/s5y3Pfb7jXGrHztPsLuZVW6l8xXKqF8xVI2uQO5JYZ77fXNKwBVKiHiJFTXtQVFCqJ3AAGAOTRHR4LY2rGWURfZlg2zdvb+GiwK9SolG0FtrUEkkPmwo6u8QAOR1PB4+7pT+rmS5sluVvReW6SbMvFskQkEgH3YU4AJAx2p2AGpUqVACpUqVACpUqKi0t8f9Hf8A+dF//NAAqlT97Gkc22NCi46GVZPxAApigDqN2jkV42KupDKR1BFdJNIjOyuwZwVYg9QeoNVg6lcg8SEj3gUV0nVIZJBHeREnfncrdQe33VEp8VdE8gtaXtxZl/q0rIHGGXqrD3g8GuLq4mupTLcSNJIQBljngdB8Kt/h/RdOvrgK6R49kPG8hDLnHPBq6eKPCXhvTNCE8Ngpun4VlmcqMdT+9UwyxmrQ07MkudVvbqNkuJzIrfvZUZP34zUeKeWIERuVB7CvZY/LnjXywySEqPawQRUe3ie51BIo5Cinsw3A/LkffS+aPQnND0U0sU6zRSOkqncHVsMD65p67v7q8VVuJmdVJIXAAyepwO/vrcPo/wDA/hjUvDdvPqWmpPdEe24mkGT8A2Kg/SX4Q8O6JosN5pelKJDIYyhnfuDg8k9MVfNVZRidKjNhBZ3N4AEjcbSdqOcH39eDyKJzabp+YSltsbHtqzHH59fwrL8mO9AnZU6VXGLSdPlYCO3XGMndI3605P4T86ESabF50gHtwhufdjJ5/Oph5cJukmBSqVd+TNFcPbTQlZN2N0nslTnpiiU+lrEVVW3tjk5wOn61T8mMXTRKlYKpU5e27xqfKB3D35oSF1D/AL1B7iB+lOPkQkLmgLY4eYByABzz3ou9pF5cc0LlcyhQwPA7/higMY5yc8elELa6iEDI7sroQ0ZIyMjtSyRd2iJxd2i4QSG38RpArSO8ojHmIxA4IGf8+tbN4z3WvhKAXTlXOcEDOOPWsK0W8aXU7SRgHAYHK8Ec55+VfRXiXRZPEfhSG4syCSglVT1wRWeGNKn2XBaZ833zwtNtDEscZc9zn8q9tGUyBFUFOC208nB6fdU3X9GnhuXVzt2c7WHcHtULSreeW6WGMBXcELkjGcEc1m1vRm1s3r6FdVWTRJIpAQBKduc5+HpV48Q2Npq2myW9/F5kON45wQR3B/Csy+hy2EWmXMUx2SJICQc85Hb5VpZkKQBJnYjGCMfdiuytG66Pm/WLSO01qdIlSPb/ALNwCGxjp9x9fSithPvsEWdV+siTLSDjKkd/8P41I8Z21vb+IbrbADCx3KVI4Px9OtVywm3W8iKGJ3cgHOee34j76453bREdNoPw6nBFIYThX67lBwBjpUzT9etIL+J9zAEhTjgkdufxqjPd3VszO1ptCkhzjpn0zxzx2NP6RctJdo8+1MZ25XgAde/PXj+lZ44VJSQoz5Oi/eKdDt9UV9X091TyyrSxNwzZwN3p1NB47GYLmRlPoPT40LGos9q89vJJcx7cKFQjJB4wKJW+owTRIbiXY+0Ahm8sZxzwOeD6Zrp1NmlJA+5tmDFJBgZ6jgGmJLCIkEg8/wB2iMlwuIlj3YH721zj7qeWzimVWbccDA9o9PnWLwO9CpGTx2gZUAkUu54wc4+PpRiDQ43sHlUmURsvmFG5APoO/wA6i29wBGVeJX2Z46Ee/PWiOgt5jsm4YUhz7WMjoa1yTlVo53J2O6VHJ5qeXFI6REL7YAIPf4cV9d+ELL6p4c0+3ZQGWFR16e6vl6NZTdxSESRgnG9QNrAHof6+lfUnhy4hn0LT5YZWOIkJPPpz1pYZOTtm2Mon0n+BJr0G50xFbd+9EOOfu7Villp8um6wqzRhZUkw2PTnNfVd1c7ZVYNlJDgn31j/ANJGjLbaz9ciVVEp3H3mtpRV2XKP2PfRQE33e588KMZ+NaJqIjfTXaJyJCCoI65rMvozZodRvScZxjLeuf6VoS4aKaNSdzjcefnitARifiiBk1EI7kMpz7Q5yelVq3MgurlUkCur8rjpg1oPi60b6+8jIWHGN2ckVRLZXeTVYmjy2MjJ9oMOn865Ev3aYvsZ1eMM/mpuZCoOeeT3paCsUmto0/7kcZTYG43HoDn/ADzUmLMtqrt5fPDAtzxx0qAh+rTXTRpt2lHVgMfD8qy8dJS4+iap2WKPSNt0unwYRsHao6DuPwFBtNsfr9/dtKpaWOdkO856HAH4VZnkaS6t7qEAiSISdeTjJ5/w1XPCkszS3UrZQyz7+vvPz611Rik7RbD0OlFWBEykAjgnmppEtsfKIiJX1yMe7rSFwu5diliGDH0JGefd1rk6nOJZt6JKxcksFHyq21QUY86s3tl8nA5p23kWOTbIuU53MnXFL2Y1jJ5U8njlfdT8UNrLDviuGSbkBGXIPXjP+etZt62cv9l20yAw2klxGTeR8nYW5yVHBHx71vPgS5hutGhit8wSQoqmI9V4x94OK+YdL1mO38tZGdWGEbBO0qDxkDrWg+DPFgsr+0uomYwbhGcY5UnkEDvxxWcf0ezaEvo3O8ZshdpChsZ99A/FtmNQ01sgGWPkGrDe+XIgZOVOGBzQrWI/smVehBArqNSheFwsWtXSyNtzhtvpg9avHtPdJPExZVyGJ7/CqvpFoI9SuZnU4ICAH41crTMcLptCrgBR3zigCl+NlLXjAgfu9PdWVorRatNceXvgyuRuKnd/PvWofSExzZ4VhIEO7HpngVlssjWzh1mdnLjb7O/LHgjr6n86xlSnbJehi4VZXZYTIp5Ykrgde3r2pq0imKTx3HmOSMKx6EegqXq0c/1gykgxPyTGe/w49K40yQXkjJHltmFzzknn1qIW8n8CvZadF3R2FtIwTbAzAkjOAQNufd7R+VBreOMaxcyoUKs3YACrDpFib3QDEH2SvMsbc4xtyf8A8/jQ21toob2UAFwrHGejY9a6ErRcuzppQvGCyj0rvy2UDfPbxkjO0j+tNXcjZwjBV5yPd7qZeeNTjIz3yvf76XQii3VhcSDbY2IeLJIMblz8Dzx8qDc+YQ67CDg8Y2mrJc3Oo6dKYJkxE5LAoMDA6t6jHHyoZrGqzXsEcM0kcoDFtwXDZ9/r+dRE50gcG79T0z1ovp1+UnhC4VV9nGBjn+tB0IIUY57mpdomZF3hgPcKJrQz6e+j3VpNS8OxNdPvMLtFuz1AwR+BAo1qLBod7vjBwoI65qn/AEPosnhSc42qLkgf4Vqx65MYrby2yff2rSPSN10e2sSfVlC7Q24EnHWjSPFGUTadp6nPSq8twrW4CnDEdRx05qdBMrsJQS52ZfjGPSqGCfHVusoWaQgoqEYHXHNY3qEyxyTQOuyJ+FwRg8+/k1sfjYLJpOQDnGRzWL3Wy0uDdZY5YJt3YFYZkqREjiTzLhU3TRlNvIAxzjtgc0e0eyFlGWlJ3MBnn8KHaXbpNMssMaiDPCknI79qspdyE4IA7etVjjWwij3SCY9Ov0iBIhuUdc9QCD+tMfVWe4LKwQHA9M1OsgHbUgDjzLYNj+8uf0FBryP7XDTEhgGKE469/wA6ttRLZIurIuBuZVI6ruyfwoVJBh2VJDGBwVVgv4YoghS3KGKRWA5ID/yzmlBJpDh21FWa4LHJVeMfOpnGxGWXWv31zGY5ZAUPUEdeO9C85+NeAZrtV55qqS6MtI6iolbO4KLyRnjmoKRA8g0e8MIn7UtzKAw35waTViXZ9CfRVbNaeGIbaYYaQGXHoW5/Siev4OxMZ9aj+FZOI26AgUV1q2GVkyPdmrSN0CoYVMOScOB0NMFGWYYcjcnC56+78qfRWQkEgjFMzqJyh2hXjPBz1HGaAG9ZKz6ON+PYGOaxXXoVVJREHZScnjgGttu4PO0u5RcbjkgVkuqWRbUgC5QEYOehGaicbRElYK8PXTQXEbGT7NcZUknIx04q7XDpsVsjHoDVaewggfMWSzDsOKLR7vKiLKQpT2T2JBwacFWhrQY08qdTgJGVkVo29Dx/Wgt1BcXV8LVRG7w8cE5A9fTFErebZNAyqfZbp8R/SmTdpFcybEjQnLO2OT6D4VM9Mv6Jln4bUwlpny23l1XCg1Et7u2eICaAb09gknBOO9R7i8DqI4zIR6byV/HpTTIEYgxJ6881zyypdCtGNDrTyAEZrgLzTqrzXXZztj0ZXPWi2jMVvYiuCQaDhD2oxog/0lCelSuwifQXg6482zjboQMEVbb2Hz7cHNUP6PnLQGNjk8GtIjQNa4qzdAFYFEoxnimLzzI5t4AITnHei8kO0g9Bnke+o9zbO7h41z7sUDBkA3JKTjLDOfSqX4hskjcggMevwq+21u8ZYSrgNntVY1i1P22edp4IFMRQ3XDYJohBJEtg/mniMkg98nFNXsBMpwfjkVDvLhLWykDFScg4z8qlutiJ31pRCr42NwRu7/fQ6zDz3DzTMGlJ4A6VCluTNGspyWZQMDgD4fdUSAyphgdyg4AzmuTJksbeiyNLh8lSgJ9c1yzLwdjnIz3/AFqDbztFbtJJh8rnGeTXUUjzJvMoTP8AZBxiuWWS+yOVdmcxWkjnHsqfRjjNSRplyP8AsiR6ryPnXP2hfcOfXmiWl29zLNGqRT+W7YLgEgep491d3KT6M0rFZ6DcT45VQe2cmiunaXHBIV872x1DKVqb+yrmO7MNnM7SKfZJ6H+Yp2BtQs7ry76GXewwpIzj3g0/2NVFI0PwFAz7mhZTsOG9oZFapp6xCH7aaL4bhxWBRTX+mbZLzy4sMqnkZcde3XFGU19zgiMNk9dxBNacvZaNnkt7aQ5W6h+G6oN5aSBwbeaFl7jfWWReIN8ZIjYHnvj+VR5teuEiLbOc47/lilzQzW0gRo9ryITnu4zQjU9PRYJFjxI7Ajhl4/Gs2j8TzAETjaO2BXreIYQAxuig7krT+RCJHiDTzYWjSyKxkcEIoHOaz7XoXEsYnRon/ePmDHHar7Fq3nxDyb9Hz0Vjio17bG+AFxMZF/h4cUpPktCoz6W+jUKq4YL1wKft7mCSMCRyjdFXsPXnNWe78N2zn2BGo75Tafwqs6z4dltmzC24A5JPQD1yK5XjE00O+ZvPJ9kdMHjipjvA2DIzqSBjBzx8qAmVmggAbB6enPT+VOzyShlSF4QqDb0BP35rlcbdGM5JBZNJScs0cNtHJ/CSQPuzXYt9Rs5QsZdQvQxyYAoxboozuZVb3k807hGA78dya73BPs6eKPNE1i5huAZJHY5GVuRvU/E9ausGuCWzd47eMDDZVOCcdQOOao/lgvhc/HOaO+GbJLqORSTvjnO4KcZGAcH8a0hoKAvibV7TWJrbyrYKyANnIyvqCcV5bz2scLB9vA5wMj4+lQfE8YsNXvYomCjzdwxznPPOfn91V6a6dzIoeR0bBLOABng4I9OtYzytS0ZPJTotovbGLc0SI4BwR0x+dL9p6fLLtuIBuAHQ4x/nNVvz5y6KdgcucLjI2jt7j0qUZl2KHZA7nJU4YgZ61i80kxqdloi1LT0tljBmlOBj2On5VCmk0+6hIESOCSS6xEHjPp/LNBQY2TezsqqcemaYa5IIVDsyeCOn30LyL7Hz9nkkUEcuYZ8t/dGMfOpsF66Zi3MhY8EZANR570hMSyecMYHOM4+HWm5rlngZgmw429cc1HyK7iLmmTn1uaIbfN/d4AbFMnxMqAi7iBHI3ZJHzFCvIDRgByfQNg/yoLdtNDK0XksvTHbj5VtGTb0Dk0GdVeOazS+tmJgdyjEY9lgM4+RFVaZ4pJWdpWGT3oxaeY+ianC5QNtWcKB02nBx78Gqu7bmJA4raGJXaM2rdm3wQPu3SRnpjg9RTsluMDqqHqdvShGmzSSx7FMmQP4z+VFobm5gZS6Fk6c/rRGVnTYxfWZhVXSUke/vRHwDdp+0NQhf94bWHv45pnWXe5tXEUL7413lcYOOcnHehH0bTqdbuWcnLHgDtWiE2DPE5K6zdbsgbi3LDntxjtQR7pS0UIXe5O44HVzU7xTLv8Q3uxSqo+wKTk8UBeQl9w4YdCOtY5cduzCUUwg9wY7hYt+P7TNnPXt8sV2ruHJWNZPXYeR91AWugm4BdzevpT0V4PLHDA+vvqI4mgjLigx9ejKmNt6EHowxTS3MhJC7SvrUBpDKDvkP/FXELSKTtKsPTdih4tFqaJ3mYJC4Bxzin0uzEjOWcN/dPBPzqEI2OCyDnnGc142055Ckc81l8fsOCoLXF+0cCSSlSGHfBPzqGmpQSKEDkt2P8P8ASg944kbIY56cGoO0qa0x4kl2Z3Wi5+HNOfUtTuVnmSNBE0ar2bI9eMdc021pZ2CRQ/s1pW25Z2Xq2SD93FRfCuty6ayrvIh3DfhQSR99Fb3X83kz27sY3bcO1b86RSouXh/TxEVacKGPPIp6aaNi5jki9jPLEHn4VnF3qmp7Cp1OZ4j1Abg1HM8u0L50rf8AFgCpUlFaNORfbq7K2tuyN9sp83zCOSc9D8easOhaDHZ619btUAt7yFZgoHKFuSvwFUPwTpsuq6vbwo2UBDuW5GB1r6K0y3RYgGTcAMYx2rWHtj7MA8V+HJbfVrqWF5WMj7wdvIJqoX1hdg4dME85xg19XapY2MseZYEAHU8VSdX03TJjhXE8aknYh27ePjVtWS4nzqbSSM+0hzXixqWw6nFa1r2m6UxIs4VZVwN/mYb9Kq0+lxxzMApGOg27s1DiyHEqnlhDhDx76fNtlCy+WMdcuBR59MUgHbjJxjGKjzaaA23a+anixcStzSiHojGQenSoz3MsoxJGx9MVbJNGkwGMbBfWpUGg71yVKgcEsOPnQopDp9FGJlBwsbDPbFexxXMp4jbHwq+DQJPL8wBGHubJx603LYPAxG11OeCRjNP/AAniBdO0O4uISzFYYlG5mcgACp1rc6LbRCKUea4PL7etG7CJ3jYSPlGBDDcc0Ju9AtxO2wsqnnBxxSorjXQBjtLqZgGBA9wq9+H/AAjDeRRyrKJR/aRmwflTi20UUieUAcdSR1otFOw2bY4V2d0QDPxqlFAkHtD0RdFcvZxTt2yqDbn41ak8QXVvDh4owT23An8DVLsFvbuTbbmWZgMlEyxA+HpUptP1L+1Y3Y9cQtVaLTD8mvE7hdINjdc9PlQW/uPMDLHKEUn2UCjioLaZqLFj9SvgPfEwzTDafqhTZHp17wcj7Nh/Kix2eTqZSR7MjZxljyf0ofdoYwcjMmeO+BUz9mauB/1deDGT/sm/Sn103U1ZW/Zt8z45zG/H4UrEAljYk7mVQeDxmlBDNGxmjKg525PGR8KKzaXrDAldKu1XvtiIJqK2j61JKP8AU9yzE5y0LDP8qVhREldnYSs0URJwOGwPfUO8uJo0Htxur9CFVjj49RRC40vX3iEbadebM5A8huPwqNPomtz436ZeHHYW5H5CiwoGtc3EkY3Spt/dA7genHau4ZUVWR1LHOQSTU8aBqUS77nTL4RKCzHyiuAO+cGoCxqMZBz6mlYUS7eYBWAjGzk8/nSnVWkJZYwfjn9a4XbxgfM162TjkChsCbIMsWbpnAApLIoBAYfOo0zEsrooYdSOwp2GLejNKwVAM5A5NUKgxpUgNlqZ3bT9WByT/vY6Gm7QHLE599TdKlhFvqm32yLUcf8Aux0PnmWTHmLlxxg80DodW0vLuMSW9tLJEeAyrkHnH51Jt9Gv227bSXcVLY2kcDv8MAnNStP1+9srRbW2fy4QCu3YDkHqOfWpSeJr8AIzggKUAwMAFCnHH8Jx9w9BTCiFHo93KiuyNtI3oSvBXJGfhkEfGmZNCvpLh44oJXkADlFU5wSAODz1IFWSybUzpsU3mQpaCKVgrLuyoKsynj12MPjU6L9uMF1CK6thJNEoclAWKkoQCMc8sv3Z7VLCijwaVftGskNtKY5AWV9vGBu5z/wt/hPpTh0vVZkDi2lkUrvHGcjJ5/A/I1cYLTXLbbYLc22yBVSNsjapmyODjp9ocn3j3UFv7zU9GKQrcQ7ZLcxbY0Ur5RZiR09Wb3jpxikNIrk+k3azyJJA8cqY3oRjBJx93PFRLu3mtbh4Zo/LkQ4ZcYIPvqwT61f3TTyTzxB51AkIjB3jIIz8CBj0oNeu9zdz3Ej7pJHLucYyScmkDHNBVjeTHGP9FuOSf9y9DnXbjDKeO1FdDP8Apk3/AKW4/wDpehhw3GKQhKrBC2QQOvIz8q98t25Vhj/zCm9oBwM1yUJ70AcvqW47VYgMOQBT8MolUeZvbOMAnAruC0iLEIuSvXvin1Cow4AYemKtMom6MjC01YqntfVeeM4+2jwKiQwSNIWaPBHbb0qZbXkltKXs5ZYZMY3oxB+YqUdd1QcNqN5/zm/WixEaIKAAwbn3V3LHnB28HpxUhNa1NiP9YXuO/wBu360+da1DAAv7oe8zt+tFgD/aUBSWxjHU/lSEsyYKFjt6Ak8VObV9Szj9pXR46+c/600dZ1PkDUbzjuJ3/WiwGPrEzgtI7rtHAHfmm5bt3K71LHOSW5zUqPV9UJONTuuOzXLD+dcz61rDez9dvSBwNszcfI0gITzbCQ8CkEdaHyMx5CkAn04qdPreqDgajfg983DfrUc67q3/AIpff89/1oEP6Gx+uTDB4tLjJx/uXoXuxT82s6lLG8c2o3kkbDDI07EEehGaHO5PSnQrH2kA5Jrn6wg7io7EEYNdLY3DjckMhB7hDSoLIy6peq4Z/KKtxjH9Kk/tW6BAKR4Ix0PNKlWak10avbtkhNXvAcKYlHrszUm3u76TGHhYdT7NKlTUmIdzcOWLSAHHAXipEUWyJRI5Zv4jSpVVgOghTk4Pxr0upZQsag/E80qVUQR7iUnPsbfcBjFRmnm67mHwNKlSBjM2f7WM9cg5zTB99KlTJZwwHamZAWQgdfWlSoAivAxXcGPHXnvTYBxy/wCNKlSYj//Z",
          "type": "screenshot"
        }
      },
      "unused-css-rules": {
        "id": "unused-css-rules",
        "title": "Reduce unused CSS",
        "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 180 KiB",
        "metricSavings": {
          "LCP": 750,
          "FCP": 750
        },
        "details": {
          "overallSavingsMs": 750,
          "debugData": {
            "metricSavings": {
              "LCP": 750,
              "FCP": 750
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 184773,
          "sortedBy": [
            "wastedBytes"
          ],
          "type": "opportunity",
          "items": [
            {
              "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true",
              "wastedBytes": 88640,
              "wastedPercent": 78.95501090625649,
              "totalBytes": 112266
            },
            {
              "wastedPercent": 97.869450489376689,
              "totalBytes": 40414,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1782485764522-Q9TRHIZ72521COUM0KFD/static.css",
              "wastedBytes": 39553
            },
            {
              "wastedPercent": 91.399455979379681,
              "totalBytes": 26497,
              "wastedBytes": 24218,
              "url": "https://static.zohocdn.com/forms/css/formsonefldlivenew.63fd8d070cc8f5d71fc138a92e09eca0.css"
            },
            {
              "wastedBytes": 20813,
              "url": "https://static.zohocdn.com/forms/css/formsonefldliveother.e85ab566d8c1375f6e7e445a209c08bc.css",
              "totalBytes": 21507,
              "wastedPercent": 96.7718202429393
            },
            {
              "wastedBytes": 11549,
              "url": "https://static.zohocdn.com/forms/css/formsthirdparty.2755260429cd02c98112dac6f4b5b8ce.css",
              "totalBytes": 11549,
              "wastedPercent": 100
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "valueType": "bytes",
              "label": "Est Savings",
              "key": "wastedBytes"
            }
          ]
        },
        "numericValue": 750,
        "numericUnit": "millisecond"
      },
      "aria-allowed-attr": {
        "id": "aria-allowed-attr",
        "title": "`[aria-*]` attributes match their roles",
        "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "crawlable-anchors": {
        "id": "crawlable-anchors",
        "title": "Links are crawlable",
        "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Uncrawlable Link",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "aria-input-field-name": {
        "id": "aria-input-field-name",
        "title": "ARIA input fields have accessible names",
        "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-dependency-tree-insight": {
        "id": "network-dependency-tree-insight",
        "title": "Network dependency tree",
        "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "value": {
                "type": "network-tree",
                "longestChain": {
                  "duration": 10116
                },
                "chains": {
                  "F47FCE0044BCA006E476AE5645B19CED": {
                    "children": {
                      "56.15": {
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.imageFluid/99e39bfd-f711-44dc-a698-a08344d407fe_755/website.components.imageFluid.styles.css",
                        "children": {},
                        "navStartToEndTime": 123,
                        "transferSize": 1320
                      },
                      "56.14": {
                        "navStartToEndTime": 123,
                        "transferSize": 847,
                        "children": {},
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/d9bb17fd-18ba-4a54-a412-55fc550e16d2_814/website.components.code.styles.css"
                      },
                      "56.39": {
                        "transferSize": 949,
                        "navStartToEndTime": 353,
                        "children": {
                          "56.120": {
                            "children": {},
                            "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925b00ad5a466767f946a4/1636981505418/Syne-Bold.otfURL.ttf/.otf",
                            "transferSize": 46959,
                            "navStartToEndTime": 1107
                          },
                          "56.123": {
                            "transferSize": 46371,
                            "navStartToEndTime": 1108,
                            "children": {},
                            "url": "https://static1.squarespace.com/static/618ac96b4ed9db522152c95a/t/61925cfbfdcd027b2d8c8cbb/1636982011610/Syne-Regular.otfURL.ttf/.otf"
                          }
                        },
                        "url": "https://static1.squarespace.com/static/custom-css/618ac96b4ed9db522152c95a/618ac96c4ed9db522152c974/0/custom.css"
                      },
                      "56.12": {
                        "navStartToEndTime": 122,
                        "transferSize": 1342,
                        "children": {},
                        "url": "https://assets.squarespace.com/universal/styles-compressed/user-account-core-5683ef8393a28a28-min.en-US.css"
                      },
                      "56.16": {
                        "transferSize": 1081,
                        "navStartToEndTime": 123,
                        "children": {},
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/2ffcc6f8-15e6-4ad5-b54d-53b47edf7a2c_938/website.components.button.styles.css"
                      },
                      "56.19": {
                        "navStartToEndTime": 126,
                        "transferSize": 2406,
                        "children": {},
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/b371f766-ee87-4c84-aa9d-6d9785b180ee_546/website.components.socialLinks.styles.css"
                      },
                      "56.18": {
                        "transferSize": 825,
                        "navStartToEndTime": 122,
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.html/82186a80-80ad-4d1e-922d-f919deb9b6e8_768/website.components.html.styles.css",
                        "children": {}
                      },
                      "56.210": {
                        "children": {},
                        "url": "https://static.zohocdn.com/webfonts/anticregular/font.woff2",
                        "navStartToEndTime": 1548,
                        "transferSize": 15354
                      },
                      "56.38": {
                        "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/versioned-assets/1782485764522-Q9TRHIZ72521COUM0KFD/static.css",
                        "children": {},
                        "navStartToEndTime": 148,
                        "transferSize": 41083
                      },
                      "56.37": {
                        "url": "https://static1.squarespace.com/static/versioned-site-css/618ac96b4ed9db522152c95a/69/5c5a519771c10ba3470d8101/618ac96c4ed9db522152c974/1807/site.css?nocustom=true",
                        "children": {},
                        "navStartToEndTime": 447,
                        "transferSize": 112923
                      },
                      "56.2": {
                        "transferSize": 0,
                        "url": "https://use.typekit.net/ik/T0T3ANyjfvgLifsshTLjq5sDxA1pu00k7znCSl035Hqfe7XIfFHN4UJLFRbh52jhWDjU5eBR5QZKFemq5AsKFQJkwQ9kjDqujs7mMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdP37O1FUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80Zko0ZWbCjWw0dA9C-eNCdaw0ZhUzjcBCOelydciyScNzOAFG-AFnZAtlZhyodKoDSWmyScmDSeBRZPoRdhXCdeNRjAUGdaFXOYFUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1Oco8ifUaiaS0jWw0dA9CiaiaOcyzdeNDOciCdh4ydfUaiaS0-hB0ZhBkdhvljhyTjhl8dKu1-Y80O1FUiABkZWF3jAF8OcFzdPUaiaS0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPJ5dA80ZW4hjPuldhs8SctKghB0pc8ydcv7fbKuHUMMeMb6MKG4fOJnIMMjgkMfH6qJlfCbMg65JMJ7fbKDHUMMegI6MKGHfOEOMyMgeMb6MKGHfOrOMyMgeMS6MKGHfOhOMyMgeMt6MTMgkFkSq3j.js",
                        "navStartToEndTime": 10116,
                        "children": {},
                        "isLongest": true
                      },
                      "56.17": {
                        "children": {},
                        "url": "https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/374b81e3-072e-460a-83ba-38e522d651a5_1091/website.components.spacer.styles.css",
                        "navStartToEndTime": 123,
                        "transferSize": 846
                      }
                    },
                    "isLongest": true,
                    "navStartToEndTime": 125,
                    "url": "https://holos.global/",
                    "transferSize": 56141
                  }
                }
              },
              "type": "list-section"
            },
            {
              "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.",
              "title": "Preconnected origins",
              "value": {
                "type": "table",
                "items": [
                  {
                    "source": {
                      "lhId": "page-742-LINK",
                      "path": "1,HTML,0,HEAD,27,LINK",
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://images.squarespace-cdn.com\"\u003e",
                      "type": "node",
                      "selector": "head \u003e link",
                      "nodeLabel": "head \u003e link",
                      "boundingRect": {
                        "top": 0,
                        "left": 0,
                        "bottom": 0,
                        "height": 0,
                        "width": 0,
                        "right": 0
                      }
                    },
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://images.squarespace-cdn.com/"
                  },
                  {
                    "source": {
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://use.typekit.net\" crossorigin=\"\"\u003e",
                      "path": "1,HTML,0,HEAD,28,LINK",
                      "lhId": "page-743-LINK",
                      "boundingRect": {
                        "bottom": 0,
                        "height": 0,
                        "width": 0,
                        "right": 0,
                        "top": 0,
                        "left": 0
                      },
                      "selector": "head \u003e link",
                      "nodeLabel": "head \u003e link",
                      "type": "node"
                    },
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://use.typekit.net/"
                  },
                  {
                    "origin": "https://p.typekit.net/",
                    "subItems": {
                      "items": [
                        {
                          "warning": "Unused preconnect. Only use preconnect for origins that the page is likely to request."
                        }
                      ],
                      "type": "subitems"
                    },
                    "source": {
                      "selector": "head \u003e link",
                      "nodeLabel": "head \u003e link",
                      "boundingRect": {
                        "left": 0,
                        "top": 0,
                        "height": 0,
                        "bottom": 0,
                        "width": 0,
                        "right": 0
                      },
                      "type": "node",
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://p.typekit.net\" crossorigin=\"\"\u003e",
                      "path": "1,HTML,0,HEAD,29,LINK",
                      "lhId": "page-744-LINK"
                    }
                  }
                ],
                "headings": [
                  {
                    "key": "origin",
                    "label": "Origin",
                    "subItemsHeading": {
                      "key": "warning"
                    },
                    "valueType": "text"
                  },
                  {
                    "label": "Source",
                    "key": "source",
                    "valueType": "node"
                  }
                ]
              },
              "type": "list-section"
            },
            {
              "type": "list-section",
              "value": {
                "type": "table",
                "items": [
                  {
                    "origin": "https://forms.zohopublic.com",
                    "wastedMs": 374.958
                  },
                  {
                    "wastedMs": 300,
                    "origin": "https://static.zohocdn.com"
                  }
                ],
                "headings": [
                  {
                    "valueType": "text",
                    "label": "Origin",
                    "key": "origin"
                  },
                  {
                    "valueType": "ms",
                    "label": "Est LCP savings",
                    "key": "wastedMs"
                  }
                ]
              },
              "title": "Preconnect candidates",
              "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
            }
          ],
          "type": "list"
        }
      },
      "bootup-time": {
        "id": "bootup-time",
        "title": "JavaScript execution time",
        "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "0.8 s",
        "metricSavings": {
          "TBT": 150
        },
        "details": {
          "summary": {
            "wastedMs": 815.58959999999809
          },
          "sortedBy": [
            "total"
          ],
          "type": "table",
          "items": [
            {
              "url": "https://holos.global/",
              "scriptParseCompile": 4.2119999999999962,
              "total": 1729.8335999999961,
              "scripting": 11.034
            },
            {
              "scripting": 74.680800000000175,
              "scriptParseCompile": 7.6727999999999987,
              "total": 328.5444,
              "url": "https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.3ac4db8e38074e1383b5ecad2061af25.js"
            },
            {
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-42966b1b5c5de5c4-min.en-US.js",
              "scriptParseCompile": 75.6132,
              "total": 317.57879999999784,
              "scripting": 216.41759999999786
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-WML0GYXS4V",
              "total": 167.07959999999994,
              "scriptParseCompile": 34.113600000000005,
              "scripting": 84.992399999999932
            },
            {
              "scripting": 58.989600000000017,
              "total": 166.44120000000004,
              "scriptParseCompile": 47.9472,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/common-vendors-0d9c0659469696da-min.en-US.js"
            },
            {
              "url": "Unattributable",
              "total": 139.20720000000046,
              "scriptParseCompile": 0,
              "scripting": 3.2243999999999993
            },
            {
              "url": "https://assets.squarespace.com/universal/scripts-compressed/performance-59135a6165445658-min.en-US.js",
              "scriptParseCompile": 7.7639999999999985,
              "total": 117.83519999999999,
              "scripting": 31.812
            },
            {
              "scripting": 65.412000000000049,
              "scriptParseCompile": 5.9159999999999995,
              "total": 116.31120000000006,
              "url": "https://static.zohocdn.com/forms/js/formstplivejs.5598e1e583c1d09fc270b76b7bc87fed.js"
            },
            {
              "scriptParseCompile": 21.015600000000003,
              "total": 77.2476,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/20641-6e097976b40cda35-min.en-US.js",
              "scripting": 12.07560000000001
            },
            {
              "scripting": 49.544400000000024,
              "total": 52.855200000000025,
              "scriptParseCompile": 3.1524,
              "url": "https://assets.squarespace.com/universal/scripts-compressed/67246-c1dbeae337a9596a-min.en-US.js"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "granularity": 1,
              "key": "total",
              "label": "Total CPU Time",
              "valueType": "ms"
            },
            {
              "granularity": 1,
              "label": "Script Evaluation",
              "key": "scripting",
              "valueType": "ms"
            },
            {
              "valueType": "ms",
              "key": "scriptParseCompile",
              "label": "Script Parse",
              "granularity": 1
            }
          ]
        },
        "numericValue": 815.58959999999809,
        "numericUnit": "millisecond"
      },
      "image-alt": {
        "id": "image-alt",
        "title": "Image elements have `[alt]` attributes",
        "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.12/image-alt).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ],
          "items": []
        }
      },
      "redirects": {
        "id": "redirects",
        "title": "Avoid multiple page redirects",
        "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "headings": [],
          "items": [],
          "overallSavingsMs": 0,
          "type": "opportunity"
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "aria-text": {
        "id": "aria-text",
        "title": "Elements with the `role=text` attribute do not have focusable descendents.",
        "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.12/aria-text).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-rtt": {
        "id": "network-rtt",
        "title": "Network Round Trip Times",
        "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "0 ms",
        "details": {
          "sortedBy": [
            "rtt"
          ],
          "type": "table",
          "items": [
            {
              "rtt": 4.05135,
              "origin": "https://images.squarespace-cdn.com"
            },
            {
              "rtt": 1.2921000000000007,
              "origin": "https://static.zohocdn.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://definitions.sqspcdn.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google-analytics.com"
            },
            {
              "origin": "https://forms.zohopublic.com",
              "rtt": 0.0047353583232856806
            },
            {
              "origin": "https://holos.global",
              "rtt": 0.00091398129807561249
            },
            {
              "origin": "https://static1.squarespace.com",
              "rtt": 0.00080600866708616006
            },
            {
              "origin": "https://www.googletagmanager.com",
              "rtt": 0.00042774204777522063
            },
            {
              "origin": "https://assets.squarespace.com",
              "rtt": 0.00037798991885576672
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "URL",
              "key": "origin"
            },
            {
              "granularity": 1,
              "label": "Time Spent",
              "key": "rtt",
              "valueType": "ms"
            }
          ]
        },
        "numericValue": 4.05135,
        "numericUnit": "millisecond"
      },
      "frame-title": {
        "id": "frame-title",
        "title": "`\u003cframe\u003e` or `\u003ciframe\u003e` elements have a title",
        "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.12/frame-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "link-in-text-block": {
        "id": "link-in-text-block",
        "title": "Links are distinguishable without relying on color.",
        "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.12/link-in-text-block).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "main-thread-tasks": {
        "id": "main-thread-tasks",
        "title": "Tasks",
        "description": "Lists the toplevel main thread tasks that executed during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "ms",
              "granularity": 1,
              "key": "startTime",
              "label": "Start Time"
            },
            {
              "key": "duration",
              "label": "End Time",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "startTime": 100.414,
              "duration": 15.93
            },
            {
              "duration": 5.074,
              "startTime": 116.785
            },
            {
              "duration": 5.764,
              "startTime": 142.74
            },
            {
              "startTime": 432.592,
              "duration": 14.994
            },
            {
              "duration": 10.687,
              "startTime": 448.606
            },
            {
              "duration": 34.545,
              "startTime": 470.058
            },
            {
              "startTime": 510.987,
              "duration": 29.333
            },
            {
              "startTime": 540.329,
              "duration": 8.445
            },
            {
              "duration": 12.056,
              "startTime": 553.147
            },
            {
              "startTime": 568.697,
              "duration": 40.997
            },
            {
              "startTime": 613.227,
              "duration": 139.167
            },
            {
              "startTime": 752.402,
              "duration": 9.831
            },
            {
              "startTime": 762.242,
              "duration": 92.558
            },
            {
              "duration": 172.65,
              "startTime": 868.985
            },
            {
              "duration": 51.703,
              "startTime": 1054.956
            },
            {
              "startTime": 1108.084,
              "duration": 9.821
            },
            {
              "duration": 43.221,
              "startTime": 1118.088
            },
            {
              "duration": 40.695,
              "startTime": 1164.463
            },
            {
              "startTime": 1224.738,
              "duration": 9.129
            },
            {
              "startTime": 1235.326,
              "duration": 23.46
            },
            {
              "duration": 9.057,
              "startTime": 1260.687
            },
            {
              "startTime": 1271.95,
              "duration": 15.02
            },
            {
              "startTime": 1287.982,
              "duration": 12.817
            },
            {
              "startTime": 1304.121,
              "duration": 36.063
            },
            {
              "startTime": 1340.2,
              "duration": 24.584
            },
            {
              "duration": 30.018,
              "startTime": 1373.024
            },
            {
              "startTime": 1417.417,
              "duration": 6.542
            },
            {
              "startTime": 1423.967,
              "duration": 12.019
            },
            {
              "duration": 9.491,
              "startTime": 1436.496
            },
            {
              "startTime": 1445.994,
              "duration": 7.018
            },
            {
              "startTime": 1468.382,
              "duration": 78.911
            },
            {
              "startTime": 1549.148,
              "duration": 77.028
            },
            {
              "startTime": 1632.253,
              "duration": 13.518
            },
            {
              "startTime": 1650.049,
              "duration": 26.544
            },
            {
              "startTime": 1682.713,
              "duration": 9.066
            },
            {
              "duration": 5.633,
              "startTime": 1701.8
            },
            {
              "startTime": 1712.273,
              "duration": 43.645
            },
            {
              "duration": 15.37,
              "startTime": 1766.126
            },
            {
              "startTime": 2331.616,
              "duration": 181.694
            },
            {
              "startTime": 2514.355,
              "duration": 6.554
            },
            {
              "duration": 37.463,
              "startTime": 2520.916
            },
            {
              "startTime": 2558.79,
              "duration": 126.724
            },
            {
              "startTime": 2698.113,
              "duration": 19.206
            },
            {
              "startTime": 2717.365,
              "duration": 7.233
            },
            {
              "startTime": 2731.407,
              "duration": 8.417
            },
            {
              "startTime": 2748.069,
              "duration": 7.258
            },
            {
              "startTime": 2764.648,
              "duration": 7.779
            },
            {
              "duration": 7.854,
              "startTime": 2781.305
            },
            {
              "startTime": 2798.556,
              "duration": 8.193
            },
            {
              "duration": 8.236,
              "startTime": 2815.353
            },
            {
              "startTime": 2831.895,
              "duration": 7.845
            },
            {
              "startTime": 2847.951,
              "duration": 7.705
            },
            {
              "duration": 8.035,
              "startTime": 2864.676
            },
            {
              "startTime": 2881.342,
              "duration": 7.55
            },
            {
              "startTime": 2897.982,
              "duration": 8.946
            },
            {
              "startTime": 2915.541,
              "duration": 7.546
            },
            {
              "startTime": 2931.407,
              "duration": 7.357
            },
            {
              "startTime": 2948.011,
              "duration": 7.28
            },
            {
              "startTime": 2964.731,
              "duration": 8.061
            },
            {
              "duration": 7.241,
              "startTime": 2981.693
            },
            {
              "startTime": 2998.174,
              "duration": 7.309
            },
            {
              "startTime": 3014.71,
              "duration": 7.125
            },
            {
              "duration": 7.294,
              "startTime": 3031.393
            },
            {
              "startTime": 3047.993,
              "duration": 7.212
            },
            {
              "startTime": 3064.724,
              "duration": 7.351
            },
            {
              "duration": 7.425,
              "startTime": 3081.334
            },
            {
              "duration": 7.554,
              "startTime": 3098.017
            },
            {
              "startTime": 3114.709,
              "duration": 7.538
            },
            {
              "duration": 7.069,
              "startTime": 3131.358
            },
            {
              "duration": 7.1,
              "startTime": 3148.052
            },
            {
              "startTime": 3164.697,
              "duration": 7.239
            },
            {
              "duration": 7.001,
              "startTime": 3181.354
            },
            {
              "startTime": 3198.023,
              "duration": 7.458
            },
            {
              "duration": 7.291,
              "startTime": 3214.68
            },
            {
              "duration": 7.117,
              "startTime": 3231.456
            },
            {
              "startTime": 3248.028,
              "duration": 7.397
            },
            {
              "duration": 7.863,
              "startTime": 3264.668
            },
            {
              "duration": 7.909,
              "startTime": 3281.352
            },
            {
              "duration": 8.255,
              "startTime": 3297.993
            },
            {
              "duration": 6.844,
              "startTime": 3314.723
            },
            {
              "duration": 7.129,
              "startTime": 3331.36
            },
            {
              "duration": 8.192,
              "startTime": 3348.043
            },
            {
              "startTime": 3364.709,
              "duration": 7.286
            },
            {
              "duration": 7.225,
              "startTime": 3381.352
            },
            {
              "startTime": 3398,
              "duration": 7.188
            },
            {
              "duration": 6.754,
              "startTime": 3414.696
            },
            {
              "duration": 6.89,
              "startTime": 3431.337
            },
            {
              "startTime": 3448.023,
              "duration": 6.807
            },
            {
              "duration": 6.808,
              "startTime": 3464.688
            },
            {
              "duration": 7.947,
              "startTime": 3481.356
            },
            {
              "duration": 6.887,
              "startTime": 3498.007
            },
            {
              "duration": 7.056,
              "startTime": 3514.69
            },
            {
              "duration": 7.133,
              "startTime": 3531.364
            },
            {
              "duration": 7.361,
              "startTime": 3548.026
            },
            {
              "startTime": 3564.635,
              "duration": 8.05
            },
            {
              "startTime": 3581.354,
              "duration": 7.014
            },
            {
              "startTime": 3598.071,
              "duration": 7.757
            },
            {
              "duration": 7.504,
              "startTime": 3614.683
            },
            {
              "duration": 7.147,
              "startTime": 3631.341
            },
            {
              "startTime": 3648.018,
              "duration": 7.13
            },
            {
              "duration": 7.728,
              "startTime": 3664.693
            },
            {
              "duration": 7.335,
              "startTime": 3681.364
            },
            {
              "duration": 7.125,
              "startTime": 3697.96
            },
            {
              "duration": 7.002,
              "startTime": 3714.628
            },
            {
              "duration": 7.63,
              "startTime": 3731.528
            },
            {
              "duration": 7.64,
              "startTime": 3747.967
            },
            {
              "startTime": 3764.671,
              "duration": 7.453
            },
            {
              "startTime": 3781.353,
              "duration": 7.988
            },
            {
              "startTime": 3798.042,
              "duration": 7.838
            },
            {
              "duration": 7.572,
              "startTime": 3814.695
            },
            {
              "duration": 7.071,
              "startTime": 3831.359
            },
            {
              "startTime": 3848.029,
              "duration": 8.169
            },
            {
              "duration": 7.741,
              "startTime": 3864.679
            },
            {
              "duration": 7.587,
              "startTime": 3881.36
            },
            {
              "duration": 8.075,
              "startTime": 3898.152
            },
            {
              "duration": 7.785,
              "startTime": 3914.701
            },
            {
              "duration": 7.385,
              "startTime": 3931.286
            },
            {
              "duration": 7.62,
              "startTime": 3947.969
            },
            {
              "startTime": 3964.652,
              "duration": 7.557
            },
            {
              "startTime": 3981.329,
              "duration": 7.27
            },
            {
              "duration": 7.02,
              "startTime": 3998.03
            },
            {
              "duration": 7.485,
              "startTime": 4014.68
            },
            {
              "duration": 7.101,
              "startTime": 4031.382
            },
            {
              "duration": 7.192,
              "startTime": 4047.985
            },
            {
              "duration": 6.903,
              "startTime": 4064.688
            },
            {
              "duration": 7.368,
              "startTime": 4081.347
            },
            {
              "startTime": 4097.982,
              "duration": 6.897
            },
            {
              "duration": 7.06,
              "startTime": 4114.645
            },
            {
              "duration": 7.005,
              "startTime": 4131.278
            },
            {
              "startTime": 4147.978,
              "duration": 7.201
            },
            {
              "startTime": 4164.626,
              "duration": 7.138
            },
            {
              "startTime": 4181.336,
              "duration": 6.957
            },
            {
              "duration": 8.595,
              "startTime": 4198.006
            },
            {
              "duration": 7.958,
              "startTime": 4214.665
            },
            {
              "duration": 7.749,
              "startTime": 4231.374
            },
            {
              "duration": 7.009,
              "startTime": 4247.996
            },
            {
              "duration": 7.405,
              "startTime": 4264.629
            },
            {
              "duration": 6.911,
              "startTime": 4281.29
            },
            {
              "startTime": 4298.026,
              "duration": 7.18
            },
            {
              "duration": 8.134,
              "startTime": 4314.656
            },
            {
              "duration": 6.918,
              "startTime": 4331.316
            },
            {
              "startTime": 4347.943,
              "duration": 7.136
            },
            {
              "startTime": 4364.707,
              "duration": 6.87
            },
            {
              "startTime": 4381.291,
              "duration": 7.415
            },
            {
              "duration": 7.032,
              "startTime": 4397.966
            },
            {
              "duration": 6.894,
              "startTime": 4414.655
            },
            {
              "duration": 7.61,
              "startTime": 4431.326
            },
            {
              "duration": 8.472,
              "startTime": 4447.998
            },
            {
              "duration": 7.841,
              "startTime": 4464.665
            },
            {
              "duration": 7.42,
              "startTime": 4481.308
            },
            {
              "startTime": 4497.984,
              "duration": 7.065
            },
            {
              "duration": 7.179,
              "startTime": 4514.662
            },
            {
              "duration": 7.073,
              "startTime": 4531.296
            },
            {
              "startTime": 4547.964,
              "duration": 7.061
            },
            {
              "startTime": 4564.636,
              "duration": 7.017
            },
            {
              "duration": 8.246,
              "startTime": 4581.315
            },
            {
              "startTime": 4597.998,
              "duration": 7.469
            },
            {
              "startTime": 4614.637,
              "duration": 7.271
            },
            {
              "startTime": 4631.369,
              "duration": 7.73
            },
            {
              "startTime": 4647.953,
              "duration": 7.108
            },
            {
              "startTime": 4664.63,
              "duration": 6.966
            },
            {
              "startTime": 4681.409,
              "duration": 7.142
            },
            {
              "duration": 7.815,
              "startTime": 4698.075
            },
            {
              "startTime": 4714.72,
              "duration": 7.585
            },
            {
              "startTime": 4731.375,
              "duration": 7.109
            },
            {
              "duration": 8.037,
              "startTime": 4747.956
            },
            {
              "startTime": 4764.639,
              "duration": 7.247
            },
            {
              "duration": 7.074,
              "startTime": 4781.315
            },
            {
              "startTime": 4798.042,
              "duration": 7.516
            },
            {
              "startTime": 4814.625,
              "duration": 7.675
            },
            {
              "duration": 7.61,
              "startTime": 4831.329
            },
            {
              "startTime": 4847.97,
              "duration": 7.201
            },
            {
              "startTime": 4864.675,
              "duration": 8.849
            },
            {
              "duration": 7.253,
              "startTime": 4881.319
            },
            {
              "duration": 7.524,
              "startTime": 4897.993
            },
            {
              "startTime": 4914.627,
              "duration": 8.037
            },
            {
              "duration": 7.107,
              "startTime": 4931.263
            },
            {
              "duration": 7.01,
              "startTime": 4948
            },
            {
              "startTime": 4964.628,
              "duration": 7.134
            },
            {
              "startTime": 4981.33,
              "duration": 7.689
            },
            {
              "startTime": 4997.975,
              "duration": 7.192
            },
            {
              "startTime": 5014.643,
              "duration": 7.408
            },
            {
              "duration": 7.41,
              "startTime": 5031.306
            },
            {
              "startTime": 5047.927,
              "duration": 6.941
            },
            {
              "startTime": 5064.666,
              "duration": 7.471
            },
            {
              "duration": 7.567,
              "startTime": 5081.318
            },
            {
              "duration": 7.149,
              "startTime": 5097.952
            },
            {
              "startTime": 5114.646,
              "duration": 7.567
            },
            {
              "duration": 7.453,
              "startTime": 5131.302
            },
            {
              "duration": 7.311,
              "startTime": 5147.962
            },
            {
              "startTime": 5164.731,
              "duration": 7.51
            },
            {
              "startTime": 5181.314,
              "duration": 7.236
            },
            {
              "startTime": 5197.961,
              "duration": 7.266
            },
            {
              "startTime": 5214.635,
              "duration": 7.327
            },
            {
              "duration": 6.91,
              "startTime": 5231.265
            },
            {
              "startTime": 5247.948,
              "duration": 7.365
            },
            {
              "startTime": 5264.606,
              "duration": 7.405
            },
            {
              "duration": 7.303,
              "startTime": 5281.259
            },
            {
              "duration": 7.384,
              "startTime": 5297.975
            },
            {
              "startTime": 5314.683,
              "duration": 39.27
            },
            {
              "duration": 30.156,
              "startTime": 5353.964
            }
          ]
        }
      },
      "aria-valid-attr": {
        "id": "aria-valid-attr",
        "title": "`[aria-*]` attributes are valid and not misspelled",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "unminified-javascript": {
        "id": "unminified-javascript",
        "title": "Minify JavaScript",
        "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "opportunity",
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [],
          "headings": [],
          "debugData": {
            "metricSavings": {
              "LCP": 0,
              "FCP": 0
            },
            "type": "debugdata"
          },
          "overallSavingsMs": 0,
          "overallSavingsBytes": 0
        },
        "warnings": [],
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "link-name": {
        "id": "link-name",
        "title": "Links do not have a discernible name",
        "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.12/link-name).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "items": [
            {
              "node": {
                "nodeLabel": "When we allow ourselves to reflect on impermanence,\nwe often return to life wit…",
                "boundingRect": {
                  "width": 181,
                  "right": 206,
                  "height": 181,
                  "bottom": 11226,
                  "left": 25,
                  "top": 11045
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_245 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DUGYJQMDWdV/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "1-1-A"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DT-ynYmkdIW/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "1-2-A",
                "nodeLabel": "Imagine walking to the waterfall and finding a moment like this&hellip;\nHorses …",
                "boundingRect": {
                  "width": 181,
                  "right": 387,
                  "height": 181,
                  "bottom": 11226,
                  "left": 206,
                  "top": 11045
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_246 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "type": "node"
              }
            },
            {
              "node": {
                "lhId": "1-3-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTyKflmAf1p/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "type": "node",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "Answers often arrive quietly.\nThe real work begins when we choose to look at th…",
                "boundingRect": {
                  "top": 11226,
                  "left": 25,
                  "width": 181,
                  "right": 206,
                  "bottom": 11408,
                  "height": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_247 \u003e div.margin-wrapper \u003e a.image-slide-anchor"
              }
            },
            {
              "node": {
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "A jungle. A breath. A moment where everything slows down so your soul can speak…",
                "boundingRect": {
                  "top": 11226,
                  "left": 206,
                  "width": 181,
                  "right": 387,
                  "bottom": 11408,
                  "height": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_248 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTgXw4tkthd/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "lhId": "1-4-A"
              }
            },
            {
              "node": {
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTN3LuqFASE/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,4,DIV,0,DIV,0,A",
                "lhId": "1-5-A",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "Each year we welcome the Wix&aacute;rika nation to guide a sacred ceremony root…",
                "boundingRect": {
                  "top": 11408,
                  "left": 25,
                  "bottom": 11589,
                  "height": 181,
                  "width": 181,
                  "right": 206
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_249 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node"
              }
            },
            {
              "node": {
                "type": "node",
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_250 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "The universe isn&rsquo;t outside of you.\nIt lives in your breath, your intuitio…",
                "boundingRect": {
                  "bottom": 11589,
                  "height": 181,
                  "width": 181,
                  "right": 387,
                  "top": 11408,
                  "left": 206
                },
                "lhId": "1-6-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,5,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DTI6DycgTxe/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e"
              }
            },
            {
              "node": {
                "lhId": "1-7-A",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV,0,A",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DS6Q-VVlNVr/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "type": "node",
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "Discover The Nest&hellip;\nOne of our unique rental properties at Holos.\nA seren…",
                "boundingRect": {
                  "left": 25,
                  "top": 11589,
                  "right": 206,
                  "width": 181,
                  "height": 181,
                  "bottom": 11770
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_251 \u003e div.margin-wrapper \u003e a.image-slide-anchor"
              }
            },
            {
              "node": {
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "We live in a world that moves fast, but our bodies, our minds, and our hearts r…",
                "boundingRect": {
                  "height": 181,
                  "bottom": 11770,
                  "width": 181,
                  "right": 387,
                  "left": 206,
                  "top": 11589
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_252 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DSqF_kdkp34/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,7,DIV,0,DIV,0,A",
                "lhId": "1-8-A"
              }
            },
            {
              "node": {
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "nodeLabel": "There are journeys that begin with a calling, quiet but undeniable.\nThis one be…",
                "boundingRect": {
                  "top": 11770,
                  "left": 25,
                  "width": 181,
                  "right": 206,
                  "bottom": 11952,
                  "height": 181
                },
                "selector": "div#yui_3_17_2_1_1784619478489_204 \u003e div#yui_3_17_2_1_1784619478489_253 \u003e div.margin-wrapper \u003e a.image-slide-anchor",
                "type": "node",
                "snippet": "\u003ca href=\"https://www.instagram.com/p/DSTR0cgkjM-/\" aria-label=\"\" class=\"\n                    image-slide-anchor\n                    \n             …\" style=\"overflow: hidden;\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,10,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,8,DIV,0,DIV,0,A",
                "lhId": "1-9-A"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "tags": [
              "cat.name-role-value",
              "wcag2a",
              "wcag244",
              "wcag412",
              "section508",
              "section508.22.a",
              "TTv5",
              "TT6.a",
              "EN-301-549",
              "EN-9.2.4.4",
              "EN-9.4.1.2",
              "ACT",
              "RGAAv4",
              "RGAA-6.2.1"
            ],
            "impact": "serious",
            "type": "debugdata"
          }
        }
      },
      "lcp-breakdown-insight": {
        "id": "lcp-breakdown-insight",
        "title": "LCP breakdown",
        "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "items": [
                {
                  "label": "Time to first byte",
                  "subpart": "timeToFirstByte",
                  "duration": 26.114
                },
                {
                  "label": "Element render delay",
                  "subpart": "elementRenderDelay",
                  "duration": 5333.16
                }
              ],
              "headings": [
                {
                  "valueType": "text",
                  "label": "Subpart",
                  "key": "label"
                },
                {
                  "label": "Duration",
                  "key": "duration",
                  "valueType": "ms"
                }
              ],
              "type": "table"
            },
            {
              "lhId": "page-4-A",
              "path": "1,HTML,1,BODY,0,DIV,2,MAIN,0,ARTICLE,0,SECTION,1,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A",
              "snippet": "\u003ca href=\"/the-venue\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-but…\" data-sqsp-button=\"\" target=\"_blank\" data-initialized=\"true\"\u003e",
              "type": "node",
              "selector": "div#block-62f6b1bd00be4e1be0370daa \u003e div#yui_3_17_2_1_1784619478489_121 \u003e div#yui_3_17_2_1_1784619478489_120 \u003e a.sqs-block-button-element--medium",
              "nodeLabel": "HOST YOUR RETREAT AT HOLOS",
              "boundingRect": {
                "top": 687,
                "left": 71,
                "bottom": 772,
                "height": 85,
                "right": 341,
                "width": 269
              }
            }
          ],
          "type": "list"
        }
      },
      "accesskeys": {
        "id": "accesskeys",
        "title": "`[accesskey]` values are unique",
        "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.12/accesskeys).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      }
    },
    "categories": {
      "performance": {
        "id": "performance",
        "title": "Performance",
        "score": 0.49,
        "auditRefs": [
          {
            "id": "first-contentful-paint",
            "weight": 10,
            "group": "metrics",
            "acronym": "FCP"
          },
          {
            "id": "largest-contentful-paint",
            "weight": 25,
            "group": "metrics",
            "acronym": "LCP"
          },
          {
            "id": "total-blocking-time",
            "weight": 30,
            "group": "metrics",
            "acronym": "TBT"
          },
          {
            "id": "cumulative-layout-shift",
            "weight": 25,
            "group": "metrics",
            "acronym": "CLS"
          },
          {
            "id": "speed-index",
            "weight": 10,
            "group": "metrics",
            "acronym": "SI"
          },
          {
            "id": "cache-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "cls-culprits-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "document-latency-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "dom-size-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "duplicated-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "font-display-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "forced-reflow-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "image-delivery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "inp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-discovery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "legacy-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "network-dependency-tree-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "render-blocking-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "third-parties-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "viewport-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "interactive",
            "weight": 0,
            "group": "hidden",
            "acronym": "TTI"
          },
          {
            "id": "max-potential-fid",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "unminified-css",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unminified-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-css-rules",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "total-byte-weight",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "user-timings",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "bootup-time",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "mainthread-work-breakdown",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "long-tasks",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "non-composited-animations",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unsized-images",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "network-requests",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-rtt",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-server-latency",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "main-thread-tasks",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "diagnostics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "metrics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "screenshot-thumbnails",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "final-screenshot",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "script-treemap-data",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "resource-summary",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "redirects",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "server-response-time",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "layout-shifts",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "accessibility": {
        "id": "accessibility",
        "title": "Accessibility",
        "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
        "score": 0.95,
        "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
        "auditRefs": [
          {
            "id": "accesskeys",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "aria-allowed-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-command-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-conditional-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-deprecated-role",
            "weight": 1,
            "group": "a11y-aria"
          },
          {
            "id": "aria-dialog-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-body",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-focus",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-input-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-meter-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-progressbar-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-prohibited-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-children",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-parent",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-roles",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-text",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-toggle-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-tooltip-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-treeitem-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr-value",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "bypass",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "color-contrast",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "definition-list",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "dlitem",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "document-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "duplicate-id-aria",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "form-field-multiple-labels",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "frame-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "heading-order",
            "weight": 3,
            "group": "a11y-navigation"
          },
          {
            "id": "html-has-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-lang-valid",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-xml-lang-mismatch",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "image-alt",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-button-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-image-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "label",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "link-in-text-block",
            "weight": 0,
            "group": "a11y-color-contrast"
          },
          {
            "id": "link-name",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "listitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "meta-refresh",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "meta-viewport",
            "weight": 10,
            "group": "a11y-best-practices"
          },
          {
            "id": "object-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "select-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "skip-link",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "tabindex",
            "weight": 7,
            "group": "a11y-navigation"
          },
          {
            "id": "target-size",
            "weight": 7,
            "group": "a11y-best-practices"
          },
          {
            "id": "td-headers-attr",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "th-has-data-cells",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "valid-lang",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "video-caption",
            "weight": 0,
            "group": "a11y-audio-video"
          },
          {
            "id": "landmark-one-main",
            "weight": 3,
            "group": "a11y-best-practices"
          },
          {
            "id": "autocomplete-valid",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "presentation-role-conflict",
            "weight": 1,
            "group": "a11y-best-practices"
          },
          {
            "id": "svg-img-alt",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "focusable-controls",
            "weight": 0
          },
          {
            "id": "interactive-element-affordance",
            "weight": 0
          },
          {
            "id": "logical-tab-order",
            "weight": 0
          },
          {
            "id": "visual-order-follows-dom",
            "weight": 0
          },
          {
            "id": "focus-traps",
            "weight": 0
          },
          {
            "id": "managed-focus",
            "weight": 0
          },
          {
            "id": "use-landmarks",
            "weight": 0
          },
          {
            "id": "offscreen-content-hidden",
            "weight": 0
          },
          {
            "id": "custom-controls-labels",
            "weight": 0
          },
          {
            "id": "custom-controls-roles",
            "weight": 0
          },
          {
            "id": "table-duplicate-name",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "empty-heading",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "aria-allowed-role",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "image-redundant-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "identical-links-same-purpose",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "label-content-name-mismatch",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "table-fake-caption",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "td-has-header",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "best-practices": {
        "id": "best-practices",
        "title": "Best Practices",
        "score": 0.96,
        "auditRefs": [
          {
            "id": "is-on-https",
            "weight": 5,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "redirects-http",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "geolocation-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "notification-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "csp-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "has-hsts",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "origin-isolation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "clickjacking-mitigation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "trusted-types-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "paste-preventing-inputs",
            "weight": 3,
            "group": "best-practices-ux"
          },
          {
            "id": "image-aspect-ratio",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "image-size-responsive",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "doctype",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "charset",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "baseline",
            "weight": 0,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "js-libraries",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "deprecations",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "third-party-cookies",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "errors-in-console",
            "weight": 1,
            "group": "best-practices-general"
          },
          {
            "id": "valid-source-maps",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "inspector-issues",
            "weight": 1,
            "group": "best-practices-general"
          }
        ]
      },
      "seo": {
        "id": "seo",
        "title": "SEO",
        "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
        "score": 0.85,
        "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
        "auditRefs": [
          {
            "id": "is-crawlable",
            "weight": 4.0434782608695654,
            "group": "seo-crawl"
          },
          {
            "id": "document-title",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "meta-description",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "http-status-code",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "link-text",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "crawlable-anchors",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "robots-txt",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "image-alt",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "hreflang",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "canonical",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "structured-data",
            "weight": 0
          }
        ]
      }
    },
    "categoryGroups": {
      "insights": {
        "title": "Insights",
        "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
      },
      "best-practices-ux": {
        "title": "User Experience"
      },
      "seo-mobile": {
        "title": "Mobile Friendly",
        "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
      },
      "best-practices-general": {
        "title": "General"
      },
      "a11y-navigation": {
        "title": "Navigation",
        "description": "These are opportunities to improve keyboard navigation in your application."
      },
      "diagnostics": {
        "title": "Diagnostics",
        "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
      },
      "a11y-best-practices": {
        "title": "Best practices",
        "description": "These items highlight common accessibility best practices."
      },
      "seo-crawl": {
        "title": "Crawling and Indexing",
        "description": "To appear in search results, crawlers need access to your app."
      },
      "agent-accessibility": {
        "title": "Agent Accessibility",
        "description": "These audits highlight best practices for improving the accessibility of the website for AI agents."
      },
      "seo-content": {
        "title": "Content Best Practices",
        "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
      },
      "webmcp": {
        "title": "WebMCP",
        "description": "Audits validating WebMCP integration."
      },
      "metrics": {
        "title": "Metrics"
      },
      "a11y-color-contrast": {
        "title": "Contrast",
        "description": "These are opportunities to improve the legibility of your content."
      },
      "a11y-names-labels": {
        "title": "Names and labels",
        "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-audio-video": {
        "title": "Audio and video",
        "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
      },
      "a11y-aria": {
        "title": "ARIA",
        "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-tables-lists": {
        "title": "Tables and lists",
        "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
      },
      "best-practices-trust-safety": {
        "title": "Trust and Safety"
      },
      "best-practices-browser-compat": {
        "title": "Browser Compatibility"
      },
      "a11y-language": {
        "title": "Internationalization and localization",
        "description": "These are opportunities to improve the interpretation of your content by users in different locales."
      }
    },
    "timing": {
      "total": 28675
    },
    "i18n": {
      "rendererFormattedStrings": {
        "varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
        "opportunityResourceColumnLabel": "Opportunity",
        "opportunitySavingsColumnLabel": "Estimated Savings",
        "errorMissingAuditInfo": "Report error: no audit information",
        "errorLabel": "Error!",
        "warningHeader": "Warnings: ",
        "passedAuditsGroupTitle": "Passed audits",
        "notApplicableAuditsGroupTitle": "Not applicable",
        "manualAuditsGroupTitle": "Additional items to manually check",
        "toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
        "crcLongestDurationLabel": "Maximum critical path latency:",
        "crcInitialNavigation": "Initial Navigation",
        "lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
        "labDataTitle": "Lab Data",
        "warningAuditsGroupTitle": "Passed audits but with warnings",
        "snippetExpandButtonLabel": "Expand snippet",
        "snippetCollapseButtonLabel": "Collapse snippet",
        "thirdPartyResourcesLabel": "Show 3rd-party resources",
        "runtimeDesktopEmulation": "Emulated Desktop",
        "runtimeMobileEmulation": "Emulated Moto G Power",
        "runtimeNoEmulation": "No emulation",
        "runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
        "runtimeSettingsCPUThrottling": "CPU throttling",
        "runtimeSettingsDevice": "Device",
        "runtimeSettingsNetworkThrottling": "Network throttling",
        "runtimeSettingsUANetwork": "User agent (network)",
        "runtimeUnknown": "Unknown",
        "dropdownCopyJSON": "Copy JSON",
        "dropdownDarkTheme": "Toggle Dark Theme",
        "dropdownPrintExpanded": "Print Expanded",
        "dropdownPrintSummary": "Print Summary",
        "dropdownSaveGist": "Save as Gist",
        "dropdownSaveHTML": "Save as HTML",
        "dropdownSaveJSON": "Save as JSON",
        "dropdownViewer": "Open in Viewer",
        "footerIssue": "File an issue",
        "throttlingProvided": "Provided by environment",
        "calculatorLink": "See calculator.",
        "runtimeSettingsAxeVersion": "Axe version",
        "viewTreemapLabel": "View Treemap",
        "showRelevantAudits": "Show audits relevant to:"
      }
    },
    "entities": [
      {
        "name": "holos.global",
        "isFirstParty": true,
        "isUnrecognized": true,
        "origins": [
          "https://holos.global"
        ]
      },
      {
        "name": "Adobe TypeKit",
        "homepage": "https://fonts.adobe.com/",
        "category": "cdn",
        "origins": [
          "https://use.typekit.net"
        ]
      },
      {
        "name": "Squarespace",
        "homepage": "https://www.squarespace.com/",
        "category": "hosting",
        "origins": [
          "https://assets.squarespace.com",
          "https://static1.squarespace.com"
        ]
      },
      {
        "name": "sqspcdn.com",
        "isUnrecognized": true,
        "origins": [
          "https://definitions.sqspcdn.com"
        ]
      },
      {
        "name": "Google Tag Manager",
        "homepage": "https://marketingplatform.google.com/about/tag-manager/",
        "category": "tag-manager",
        "origins": [
          "https://www.googletagmanager.com"
        ]
      },
      {
        "name": "squarespace-cdn.com",
        "isUnrecognized": true,
        "origins": [
          "https://images.squarespace-cdn.com"
        ]
      },
      {
        "name": "zohopublic.com",
        "isUnrecognized": true,
        "origins": [
          "https://forms.zohopublic.com"
        ]
      },
      {
        "name": "zohocdn.com",
        "isUnrecognized": true,
        "origins": [
          "https://static.zohocdn.com"
        ]
      },
      {
        "name": "Google Analytics",
        "homepage": "https://marketingplatform.google.com/about/analytics/",
        "category": "analytics",
        "origins": [
          "https://www.google-analytics.com"
        ]
      }
    ],
    "fullPageScreenshot": {
      "screenshot": {
        "height": 12846,
        "data": "data:image/webp;base64,UklGRpgyAABXRUJQVlA4WAoAAAAgAAAAmwEALTIASUNDUMgBAAAAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADZWUDggqjAAAFCvBJ0BKpwBLjI/EYi7WiwopqQgEagRgCIJaW78fJn/xWM7FwT//rPv9z50tPLenv+9PbPksRI+2f9V5xd9srlAB+Z93FrAK9RrflRfcgJqYd5D9rCrCrCrCrCq1k6VIAnYiOCmc0hcyc2ApqoTYCj24cWhQ7yH7UB2/v2l4XDBl0dL7UIHYVIJ5vxUC7VXpxVvYUNC9ANWgAt1NALsFfNA8kYdVCeY7cZX1A+qG8X0C1Cyp6NMNQM1JrppSIIGErRjxASOnIF1HiDndUTQM/0dAOLIPKJkPj84lQYCFzBkktOjO816hA35y1Dds/9qxOH7nP4jeWXhrpPNpUzL/QSMEQuytRai1FqL1V6q9VeqvVXqr1V6q9VeqvVXqr1V6q9VeqvVXqr1V9EbCGqs2pPegxyevv/5zNydiIm0hmQQ1VJrtwDSeKW0XCDIIaqk15g6qk122i4QZBDVhzzXoq4QZBDVUmu42AE4pbRcIMghqqTZQhqqTXbaLhBkENeWBQQ1VJrttFwgyCO1wgyCGqpNdtouEuzoq4QZBDVUmu20XmGu20XCDIIaqk15mhqTXbaLhBkENVSdbIdVSa7bRcIMgh2+RS2i4QZBDVUmu2/1Umu20XCDIIaqluphqqTXbaLhBkENWFiltFwgyCGqpNdxsAJxS2i4QZBDVUmyhDVUmu20XCDIIa8sCghqqTXbaLhBkEdrhBkENVSa7bRcJdnRVwgyCGqpNdtovMNdtouEGQQ1VJrzNDUmu20XCDIIaqk62Q6qk122i4QZBDt8iltFwgyCGqpNdt/qpNdtouEGQQ1VLdTDVUmu20XCDIIasLFLaLhBkENVSa7jYATiltFwgyCGqpNlCGqpNdtouEGQQ15YFBDVUmu20XCDII7XCDIIaqk122i4S7OirhBkENVSa7bReYa7bRcIMghqqTXmaGpNdtouEGQQ1VJ1sh1VJrttFwgyCHb5FLaLhBkENVSa7b/VSa7bRcIMghqqW6mGqpNdtouEGQQ1YWKW0XCDIIaqk13GwAnFLaLhBkENVSbKENVSa7bRcIMghrywKCGqpNdtouEGQR2uEGQQ1VJrttFwl2dFXCDIIaqk122i8w122i4QZBDVUmvM0NSa7bRcIMghqqTrZDqqTXbaLhBkEO3yKW0XCDIIaqk123+qk122i4QZBDVUt1MNVSa7bRcIMghqwsUtouEGQQ1VJruNgBOKW0XCDIIaqk2UIaqk122i4QZBDXlgUENVSa7bRcIMgjtcIMghqqTXbaLhLs6KuEGQQ1VJrttF5hrttFwgyCGqpNeZoak122i4QZBDVUnWyHVUmu20XCDIIdvkUtouEGQQ1VJrtv9VJrttFwgyCGqpbqYaqk122i4QZBDVhYpbRcIMghqqTXcbACcUtouEGQQ1VJsoQ1VJrttFwgyCGvLAoIaqk122i4QZBHa4QZBDVUmu20XCXZ0VcIMghqqTXbaLzDXbaLhBkENVSa8zQ1JrttFwgyCGqpOtkOqpNdtouEGQQ7fIpbRcIMghqqTXbf6qTXbaLhBkENVS3Uw1VJrttFwgyCGrCxS2i4QZBDVUmu42AE4pbRcIMghqqTZQhqqTXbaLhBkENeWBQQ1VJrttFwgyCO1wgyCGqpNdtouEuzoq4QZBDVUmu20XmGu20XCDIIaqk15mhqTXbaLhBkENVSdbIdVSa7bRcIMgh2+RS2i4QZBDVUmu2/1Umu20XCDIIaqluphqqTXbaLhBkENWFiltFwgyCGqpNdxsAJxS2i4QZBDVUmyhDVUmu20XCDIIa8sCghqqTXbaLhBkEdrhBkENVSa7bRcJdnRVwgyCGqpNdtovMNdtouEGQQ1VJrzNDUmu20XCDIIaqk62Q6qk122i4QZBDt8iltFwgyCGqpNdt/qpNdtouEGQQ1VLdTDVUmu20XCDIIasLFLaLhBkENVSa7jYATiltFwgyCGqpNlCGqpNdtouEGQQ15YFBDVUmu20XCDII7XCDIIaqk122i4S7OirhBkENVSa7bReYa7bRcIMghqqTXmaGpNdtouEGQQ1VJ1sh1VJrttFwgyCHb5FLaLhBkENVSa7b/VSa7bRcIMghqqW6mGqpNdtouEGQQ1YWKW0XCDIIaqk13GwAnFLaLhBkENVSbKENVSa7bRcIMghrywKCGqpNdtouEGQR2uEGQQ1VJrttFwl2dFXCDIIaqk122i8w122i4QZBDVUmvM0NSa7bRcIMghqqTrZDqqTXbaLhBkEO3yKW0XCDIIaqk123+qk122i4QZBDVUt1MNVSa7bRcIMghqwsUtouEGQQ1VJruNgBOKW0XCDIIaqk2UIaqk122i4QZBDXlgUENVSa7bRcIMgjtcIMghqqTXbaLhLs6KuEGQQ1VJrttF5hrttFwgyCGqpNeZoak122i4QZBDVUnWyHVUmu20XCDIIdvkUtouEGQQ1VJrtv9VJrttFwgyCGqpbqYaqk122i4QZBDVhYpbRcIMghqqTXcbACcUtouEGQQ1VJsoQ1VJrttFwgyCGvLAoIaqk122i4QZBHa4QZBDVUmu20XCXZ0VcIMghqqTXbaLzDXbaLhBkENVSa8zQ1JrttFwgyCGqpOtkOqpNdtouEGQQ7fIpbRcIMghqqTXbf6qTXbaLhBkENVS3Uw1VJrttFwgyCGrCxS2i4QZBDVUmu42AE4pbRcIMghqqTZQhqqTXbaLhBkENeWBQQ1VJrttFwgyCO1wgyCGqpNdtouEuzoq4QZBDVUmu20XmGu20XCDIIaqk15mhqTXbaLhBkENVSdbIdVSa7bRcIMgh2+RS2i4QZBDVUmu2/1Umu20XCDIIaqluphqqTXbaLhBkENWFiltFwgyCGqpNdxsAJxS2i4QZBDVUmyhDVUmu20XCDIIa8sCghqqTXbaLhBkEdrhBkENVSa7bRcJdnRVwgyCGqpNdtovMNdtouEGQQ1VJrzNDUmu20XCDIIaqk62Q6qk122i4QZBDt8iltFwgyCGqpNdt/qpNdtouEGQQ1VLdTDVUmu20XCDIIasLFLaLhBkENVSa7jYATiltFwgyCGqpNlCGqpNdtouEGQQ15YFBDVUmu20XCDII7XCDIIaqk122i4S7OirhBkENVSa7bReYa7bRcIMghqqTXmaGpNdtouEGQQ1VJ1sh1VJrttFwgyCHb5FLaLhBkENVSa7b/VSa7bRcIMghqqW6mGqpNdtouEGQQ1YWKW0XCDIIaqk13GwAnFLaLhBkENVSbKENVSa7bRcIMghrywKCGqpNdtouEGQR2uEGQQ1VJrttFwl2dFXCDIIaqk122i8w122i4QZBDVUmvM0NSa7bRcIMghqqTrZDqqTXbaLhBkEO3yKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk123+qk122i4QZBDVUnWyHVUmu20XCDIIa8HFLaLhBkENVSa7jHfblr0VcIMghqqWzghqqTXbaLhBkEO0niltFwgyCGqpNeYOqpNdtouEGQQ1VcWQQ1VJrttFwgyCO1wgyCGqpNdtouEJzDVUmu20XCDIIasLFLaLhBkENVSa7b/VSa7bRcIMghqqTrZDqqTXbaLhBkENeDiltFwgyCGqpNdxjvty16KuEGQQ1VLZwQ1VJrttFwgyCHaTxS2i4QZBDVUmvMHVUmu20XCDIIaquLIIaqk122i4QZBHa4QZBDVUmu20XCE5hqqTXbaLhBkENWFiltFwgyCGqpNdt/qpNdtouEGQQ1VJ1sh1VJrttFwgyCGvBxS2i4QZBDVUmu4x325a9FXCDIIaqls4Iaqk122i4QZBDtJ4pbRcIMghqqTXmDqqTXbaLhBkENVXFkENVSa7bRcIMgjtcIMghqqTXbaLhCcw1VJrttFwgyCGrCxS2i4QZBDVUmu2/1Umu20XCDIIaqk62Q6qk122i4QZBDXg4pbRcIMghqqTXcY77cteirhBkENVS2cENVSa7bRcIMgh2k8UtouEGQQ1VJrzB1VJrttFwgyCGqriyCGqpNdtouEGQR2uEGQQ1VJrttFwhOYaqk122i4QZBDVhYpbRcIMghqqTXbf6qTXbaLhBkENVSdbIdVSa7bRcIMghrwcUtouEGQQ1VJruMd9uWvRVwgyCGqpbOCGqpNdtouEGQQ7SeKW0XCDIIaqk15g6qk122i4QZBDVVxZBDVUmu20XCDII7XCDIIaqk122i4QnMNVSa7bRcIMghqwsUtouEGQQ1VJrtv9VJrttFwgyCGqpOtkOqpNdtouEGQQ14OKW0XCDIIaqk13GO+3LXoq4QZBDVUtnBDVUmu20XCDIIdpPFLaLhBkENVSa8wdVSa7bRcIMghqq4sghqqTXbaLhBkEdrhBkENVSa7bRcITmGqpNdtouEGQQ1YWKW0XCDIIaqk1237jIbWa1FqLUWotRai1FqLUWotRai1FqLUWoWqX/vuEGkNOzAYEHuhAAQfKqCdUCCKEEVbEJA2BCQQSEEk5B/jgkFgQe6MDBQ77cvRE7MYJgjqJ5dHFAEP+y30MuVwRNx0qxuEgdot9A6LT6vxh5ZctEAayFIZ6gEvBlTkUjAwI5FuU8nvAOG7DBQZADoHWZzAYEtAECK0gKD74hg+9Dvty9ETsz9ngZPSyEyyEMpfp4gyAxgbF6NQe6KHqqI1eWb92CklTKOpVHAhe/0eK7cdN3jkod9uXoidmfB7FbRg6oVz9f7Ch325eiErkjBai1FULUWotRai1FULUWoqhai1FqLUKsedv326D+AvPcmUAqybe1Kk13GO+3LXoq4QnMNVSdbIdVSa7cBqdVSYQAD+/KAVjfF/Yi/Yi/Yi/Yi/Yi/Yi/Yi/IbpZOvlicQH+H9Z0ZSCfjI2wmUqG4EbUG8fYsnRGJb/GK75e2997ZsHJtCy5c7NwL+/x1HtupdZNzcqNai32kucVr/DzmgQJxoFkqggYkOZB8C1YFqwLVgWqhUBAXWGo4T7OUKsfcJ0aiWzDproOQ5TrIB+LsMo3KcxaVpdPn+Q79MTSlqIrKA3+a8A3tpSwCZ5K/0uj+oKA3saUKJeB7tcjddy/ZTFhE+KpaFj13YGo+TYqxE7Gq+JQEwyg9eDt9DaVghT/xCMvqQaVg2YRiw8qigOgOOkEbyctrNgdsfR3jVq/qQ0H8IrPYikcyFxJw6O7HSs3w53AS7QDQzDnY6piX8GRgEYeTolcOPnO1G3Z42P3/YhsYCVz7g4nV6zaP+7luHu/DiH6VxxPcmupcxF45uRBA4mRqwQN1LInG1Nn4+WMTpHok+C4aDRVdZsH2GmoYUi+i+ZOwahrbqQ2orTJqUgfv/UCJ+r/I7U8BoWgJWSKtuaCa1/vEP/4LgFGAo3wHpboyJyoO/QKGTmPDMCagdbwYH/BDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awENmvBDZrAQ2a8ENmsBDZrwQ2awEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5gjQHzBGgPmCNAfMEaA+YI0B8wRoD5vLtYh7vMpZO7qxYIOnT5uzpn/BZ+fn5+fn4+BcnbAjMfsqi72ec56mcDfzEpdPsOvTdBo7wY5BpdbQnD95dgXXRIdEd/evO9M24WEPUTsa2CjqyhU4VNSY5DpynlQLm3bEWwOCfbEWwOCdTVq8LW5i8qAgfS52+9AjXV1AulRVih6Tza8lJzUgBDPd4EVFRa49t+jdtm9ey8+ihZSdXhan2gqWfDG06q5QH7G+YtKnsRaOMZugo2iQqc1tfYmnMhqnoAiH2vXojpYQR1WU/16zNoV4B4183jIrxnNfUvIuMq1vry8GJ2gECmhbbyV9EF3KbWOMLTJJFbRzNFd/g3RXnDJBv/ckVoVsnmcXCO4YNcr6aNU68thvM9FniqwI0OoQKXL7sSfAGqwFEVLyn07LguYkjOczBuXMyWTs2GFM2rXA7lzQYduS1Rf82M+xGU4rgiv5pGW5CaUg76qQ5PEyXXRDqdoW7adU2zf/uM3x8x9APe+qReaXnwmhwf3nydZlBOvKPUaHYQldtn1nKzjAE0xjgnR5oXRG6zta9R6yvnJnXsFnKerCA90eNxca4Rtb4KT4JrvTJUVjp0GcLw5qWLoJxT+z4LAiQcZZ+TdfLW5d0lV4cWnqUvSvCyqv/XKQWr2Vy4mxHPlivVDBd+B47aMXEgWhQ/kWyCjKo4yuTRBTmwqPHxPkL9iz5RfSX6aK1e780cWQeNcshQjpcQRipwODv3zChpsIfY+L4Ap4pQNOgXlhwG7jnWzHKHI7VGD+MA4C7pYKathefZxwi3fEYH2H/H53Mlh5Xw7xGRxuIYRtZGbXEYWcbopPuZMEeuIDHOZlBbJQtaPVDrWpVCxMKXbds+5F5K+Ni167nBs5VMe1Dy8ODTmBy4YLi7vrD7eWiHyKs5kVBafcAY5zkKgZJMnKBOPtAXIK/guh9g5680HLhE2kL9fd3Qa10i14KuOLT9Ghi6KkLTqSBgRxtdushVc5jumJyidhmONoxUj/7y/IQGp824Fhjq37u33Tt9G4NWI7xE3pzLrHhNWZiiwk1g29y136sZaKfLUFGbtQANQ7SJ/QwM0/7HGeSLrrMtmLtxaHLDNthgC17SiUx8HsLdVqmSCDjUtZuez9/35fmgO+lQ8A+CLEvuzbPZmNJ4OroQlSk6DuthwQ+cNm+PCDFliqRpDqSbX96VOnprVAWg80fb9dsDrj03x35zh4NJ92OJyVeD1Gv1ac/Xnqei943hTpEH5jDcpWxoqLE+d2VXCyixhTjs8NDQ150RTis844/OMDNQ9ZiPOH/1gJTYbhHDi/1PXCZMKQt1NOkSs7Jzjs8pIzQN3vKFVFfMthlE1/7uAvMjxOH6aGOgRGdLXhzzozDICZ6RRBbF8BAAA",
        "width": 412
      },
      "nodes": {
        "page-725-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-173-DIV": {
          "bottom": 36278,
          "height": 94,
          "width": 363,
          "right": 387,
          "id": "block-41425c36da283bab2447",
          "top": 36184,
          "left": 25
        },
        "page-429-DIV": {
          "top": 17085,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 26720,
          "height": 9635
        },
        "1-9-A": {
          "left": 25,
          "top": 67706,
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67887
        },
        "page-364-STRONG": {
          "width": 315,
          "right": 368,
          "bottom": 53780,
          "height": 58,
          "top": 53722,
          "left": 53
        },
        "page-395-IMG": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-12-A": {
          "left": 71,
          "top": 12710,
          "height": 85,
          "bottom": 12795,
          "width": 269,
          "right": 341
        },
        "page-518-A": {
          "right": 202,
          "width": 178,
          "bottom": 58,
          "height": 30,
          "top": 28,
          "left": 25
        },
        "page-159-DIV": {
          "left": 182,
          "top": 75365,
          "width": 48,
          "right": 230,
          "height": 48,
          "bottom": 75413
        },
        "page-353-IMG": {
          "height": 9635,
          "bottom": 26720,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 17085
        },
        "1-73-A": {
          "width": 271,
          "right": 754,
          "bottom": 6551,
          "height": 35,
          "top": 6516,
          "left": 482
        },
        "1-46-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-56-DIV": {
          "bottom": 75401,
          "height": 24,
          "width": 363,
          "right": 387,
          "top": 75377,
          "left": 25
        },
        "1-162-META": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-578-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 6330,
          "height": 60,
          "top": 6270,
          "left": 0
        },
        "page-31-DIV": {
          "top": 61134,
          "left": 25,
          "bottom": 61368,
          "height": 234,
          "width": 363,
          "right": 387
        },
        "1-163-META": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-652-SPAN": {
          "top": 6300,
          "left": 142,
          "width": 1,
          "right": 143,
          "bottom": 6301,
          "height": 1
        },
        "1-38-A": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-543-DIV": {
          "top": 42205,
          "left": 16,
          "bottom": 42315,
          "height": 110,
          "right": 396,
          "width": 379
        },
        "page-51-STRONG": {
          "left": 204,
          "top": 26982,
          "height": 24,
          "bottom": 27006,
          "width": 160,
          "right": 364
        },
        "page-410-DIV": {
          "top": 75265,
          "left": 25,
          "id": "page-section-61957a576ff2fd34dbfb537c",
          "width": 363,
          "right": 387,
          "bottom": 75985,
          "height": 721
        },
        "page-587-DIV": {
          "height": 60,
          "bottom": 6491,
          "width": 412,
          "right": 824,
          "left": 412,
          "top": 6431
        },
        "page-10-IMG": {
          "left": 25,
          "top": 28,
          "right": 202,
          "width": 178,
          "height": 30,
          "bottom": 58
        },
        "page-18-DIV": {
          "top": 27350,
          "left": 0,
          "right": 412,
          "width": 412,
          "bottom": 27654,
          "height": 304
        },
        "page-592-DIV": {
          "left": 412,
          "top": 6504,
          "width": 412,
          "right": 824,
          "height": 60,
          "bottom": 6563
        },
        "page-165-DIV": {
          "top": 75435,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 75743,
          "height": 308
        },
        "page-475-A": {
          "width": 42,
          "right": 387,
          "height": 24,
          "bottom": 75968,
          "left": 345,
          "top": 75945
        },
        "1-34-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-403-DIV": {
          "left": 0,
          "top": 31352,
          "height": 1081,
          "bottom": 32433,
          "width": 412,
          "right": 412
        },
        "page-485-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 53888,
          "height": 171,
          "top": 53717,
          "left": 25
        },
        "1-76-A": {
          "top": 6434,
          "left": 552,
          "right": 684,
          "width": 132,
          "bottom": 6469,
          "height": 35
        },
        "page-1-IMG": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-663-use": {
          "left": 246,
          "top": 6289,
          "height": 22,
          "bottom": 6311,
          "width": 11,
          "right": 257
        },
        "page-466-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-202-DIV": {
          "width": 379,
          "right": 396,
          "height": 135,
          "bottom": 41231,
          "left": 16,
          "top": 41096
        },
        "page-498-DIV": {
          "left": 25,
          "top": 13037,
          "id": "block-a9dc1603aec2929d30a2",
          "width": 363,
          "right": 387,
          "height": 342,
          "bottom": 13380
        },
        "page-412-DIV": {
          "width": 412,
          "right": 412,
          "height": 12846,
          "bottom": 12846,
          "left": 0,
          "top": 0
        },
        "page-616-SPAN": {
          "height": 35,
          "bottom": 6557,
          "width": 109,
          "right": 240,
          "left": 131,
          "top": 6522
        },
        "page-595-A": {
          "top": 6434,
          "left": 552,
          "width": 132,
          "right": 684,
          "bottom": 6469,
          "height": 35
        },
        "page-210-DIV": {
          "width": 35,
          "right": 381,
          "height": 1,
          "bottom": 49,
          "left": 346,
          "top": 48
        },
        "page-396-DIV": {
          "left": 25,
          "top": 31849,
          "height": 479,
          "bottom": 32328,
          "right": 387,
          "width": 363
        },
        "page-38-DIV": {
          "width": 379,
          "right": 396,
          "bottom": 42857,
          "height": 77,
          "top": 42781,
          "left": 16
        },
        "page-630-DIV": {
          "width": 412,
          "right": 824,
          "height": 60,
          "bottom": 6444,
          "left": 412,
          "top": 6384
        },
        "page-739-IMG": {
          "left": 25,
          "top": 67502,
          "height": 225,
          "bottom": 67727,
          "width": 181,
          "right": 206
        },
        "page-422-DIV": {
          "left": 144,
          "top": 75365,
          "width": 48,
          "right": 192,
          "height": 48,
          "bottom": 75413
        },
        "page-362-P": {
          "top": 47076,
          "left": -9961,
          "width": 336,
          "right": -9625,
          "bottom": 47127,
          "height": 51
        },
        "page-674-use": {
          "bottom": 6550,
          "height": 22,
          "right": 268,
          "width": 11,
          "top": 6528,
          "left": 257
        },
        "page-148-DIV": {
          "height": 6423,
          "bottom": 50318,
          "right": -9587,
          "width": 412,
          "left": -9999,
          "top": 43895
        },
        "page-304-DIV": {
          "width": 269,
          "right": 341,
          "bottom": 13484,
          "height": 57,
          "top": 13427,
          "left": 71,
          "id": "yui_3_17_2_1_1784619478489_128"
        },
        "page-746-svg": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-21-A": {
          "left": 266,
          "top": 75817,
          "width": 122,
          "right": 387,
          "height": 24,
          "bottom": 75841
        },
        "page-698-A": {
          "top": 67525,
          "left": 25,
          "bottom": 67706,
          "height": 181,
          "width": 181,
          "right": 206
        },
        "page-83-DIV": {
          "id": "block-yui_3_17_2_1_1739805809454_12219",
          "left": 8,
          "top": 75418,
          "height": 342,
          "bottom": 75760,
          "width": 397,
          "right": 404
        },
        "page-451-DIV": {
          "left": 25,
          "top": 60652,
          "id": "block-69225257c907d78ff8c5",
          "width": 363,
          "right": 387,
          "height": 471,
          "bottom": 61123
        },
        "page-564-DIV": {
          "left": 412,
          "top": 6491,
          "height": 60,
          "bottom": 6551,
          "width": 412,
          "right": 824
        },
        "page-270-A": {
          "height": 24,
          "bottom": 75401,
          "width": 24,
          "right": 218,
          "left": 194,
          "top": 75377
        },
        "page-431-DIV": {
          "left": 25,
          "top": 61134,
          "width": 363,
          "right": 387,
          "height": 234,
          "bottom": 61368
        },
        "page-667-use": {
          "left": 575,
          "top": 6380,
          "height": 22,
          "bottom": 6403,
          "width": 11,
          "right": 586
        },
        "page-656-use": {
          "left": 575,
          "top": 6273,
          "width": 11,
          "right": 586,
          "height": 22,
          "bottom": 6296
        },
        "page-492-DIV": {
          "left": 25,
          "top": 31849,
          "width": 363,
          "right": 387,
          "height": 479,
          "bottom": 32328
        },
        "page-268-DIV": {
          "width": 397,
          "right": 404,
          "height": 123,
          "bottom": 55616,
          "left": 8,
          "top": 55494
        },
        "page-548-A": {
          "height": 35,
          "bottom": 6497,
          "width": 198,
          "right": 305,
          "left": 107,
          "top": 6462
        },
        "page-363-DIV": {
          "height": 106,
          "bottom": 13004,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 12897
        },
        "page-433-SECTION": {
          "top": 12846,
          "left": 0,
          "bottom": 17085,
          "height": 4239,
          "width": 412,
          "right": 412
        },
        "page-107-DIV": {
          "top": 71643,
          "left": 0,
          "bottom": 79607,
          "height": 7965,
          "right": 412,
          "width": 412
        },
        "1-155-LINK": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-170-DIV": {
          "width": 176,
          "right": 294,
          "height": 59,
          "bottom": 61438,
          "left": 118,
          "top": 61379,
          "id": "yui_3_17_2_1_1784619478489_149"
        },
        "1-93-A": {
          "width": 197,
          "right": -176,
          "bottom": 47204,
          "height": 57,
          "top": 47147,
          "left": -374
        },
        "page-339-DIV": {
          "width": 412,
          "right": 412,
          "height": 8478,
          "bottom": 71643,
          "left": 0,
          "top": 63164
        },
        "page-95-BR": {
          "left": 387,
          "top": 75900,
          "width": 0,
          "right": 387,
          "height": 16,
          "bottom": 75916
        },
        "page-291-LI": {
          "width": 412,
          "right": 0,
          "bottom": 50318,
          "height": 6423,
          "top": 43895,
          "left": -412
        },
        "page-230-path": {
          "top": 50269,
          "left": 169,
          "width": 5,
          "right": 174,
          "bottom": 50279,
          "height": 10
        },
        "page-174-P": {
          "width": 363,
          "right": 387,
          "height": 171,
          "bottom": 53888,
          "left": 25,
          "top": 53717
        },
        "page-49-LI": {
          "left": 0,
          "top": 17085,
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-608-DIV": {
          "width": 412,
          "right": 824,
          "height": 60,
          "bottom": 6551,
          "left": 412,
          "top": 6491
        },
        "page-300-DIV": {
          "left": 16,
          "top": 41129,
          "width": 379,
          "right": 396,
          "height": 102,
          "bottom": 41231
        },
        "page-311-HEADER": {
          "width": 412,
          "right": 412,
          "height": 86,
          "bottom": 86,
          "left": 0,
          "top": 0,
          "id": "header"
        },
        "page-207-use": {
          "top": 75365,
          "left": 182,
          "bottom": 75413,
          "height": 48,
          "width": 48,
          "right": 230
        },
        "1-174-META": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-624-DIV": {
          "left": 131,
          "top": 6522,
          "width": 149,
          "right": 281,
          "height": 35,
          "bottom": 6557
        },
        "page-267-A": {
          "left": 16,
          "top": 41246,
          "height": 57,
          "bottom": 41303,
          "width": 241,
          "right": 257
        },
        "1-157-META": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-164-P": {
          "left": 25,
          "top": 60822,
          "height": 301,
          "bottom": 61123,
          "width": 363,
          "right": 387
        },
        "page-617-A": {
          "bottom": 12768,
          "height": 25,
          "width": 25,
          "right": 259,
          "top": 12743,
          "left": 234
        },
        "page-156-IMG": {
          "height": 495,
          "bottom": 55477,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 54981
        },
        "page-598-svg": {
          "width": 25,
          "right": 179,
          "height": 25,
          "bottom": 12768,
          "left": 154,
          "top": 12743
        },
        "page-744-LINK": {
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0
        },
        "page-678-use": {
          "height": 22,
          "bottom": 6431,
          "right": 280,
          "width": 11,
          "left": 269,
          "top": 6408
        },
        "page-332-P": {
          "width": 363,
          "right": 387,
          "bottom": 75881,
          "height": 24,
          "top": 75857,
          "left": 25
        },
        "page-146-H2": {
          "bottom": 42235,
          "height": 29,
          "right": 396,
          "width": 379,
          "top": 42205,
          "left": 16
        },
        "page-389-DIV": {
          "width": 363,
          "right": 387,
          "height": 549,
          "bottom": 27339,
          "left": 25,
          "top": 26790
        },
        "page-340-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 32328,
          "height": 479,
          "top": 31849,
          "left": 25
        },
        "1-133-IMG": {
          "width": 271,
          "right": 250,
          "bottom": 67524,
          "height": 181,
          "top": 67343,
          "left": -21
        },
        "page-474-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-687-P": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-194-DIV": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412,
          "top": 43895,
          "left": 0
        },
        "page-506-DIV": {
          "top": 53922,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_68",
          "width": 363,
          "right": 387,
          "bottom": 54418,
          "height": 496
        },
        "page-649-use": {
          "height": 14,
          "bottom": 12763,
          "width": 20,
          "right": 216,
          "left": 196,
          "top": 12748
        },
        "page-457-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 75743,
          "height": 308,
          "top": 75435,
          "left": 25
        },
        "page-47-DIV": {
          "top": 50254,
          "left": 215,
          "bottom": 50294,
          "height": 40,
          "width": 40,
          "right": 255
        },
        "1-6-A": {
          "left": 206,
          "top": 67343,
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67525
        },
        "page-44-DIV": {
          "top": 26720,
          "left": 0,
          "bottom": 26720,
          "height": 0,
          "width": 412,
          "right": 412
        },
        "page-717-NOSCRIPT": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-351-DIV": {
          "width": 363,
          "right": 387,
          "height": 1989,
          "bottom": 55616,
          "left": 25,
          "top": 53627,
          "id": "yui_3_17_2_1_1784619478489_74"
        },
        "1-79-A": {
          "width": 109,
          "right": 672,
          "height": 35,
          "bottom": 6539,
          "left": 564,
          "top": 6504
        },
        "1-134-IMG": {
          "left": 206,
          "top": 67343,
          "height": 181,
          "bottom": 67524,
          "width": 181,
          "right": 387
        },
        "1-70-A": {
          "left": 486,
          "top": 6337,
          "width": 265,
          "right": 750,
          "height": 35,
          "bottom": 6372
        },
        "page-81-DIV": {
          "top": 21667,
          "left": 41,
          "bottom": 22138,
          "height": 471,
          "width": 330,
          "right": 371
        },
        "page-205-DIV": {
          "bottom": 43400,
          "height": 77,
          "width": 379,
          "right": 396,
          "top": 43323,
          "left": 16
        },
        "page-366-DIV": {
          "height": 3524,
          "bottom": 43895,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 40371
        },
        "page-96-DIV": {
          "right": 387,
          "width": 363,
          "bottom": 13004,
          "height": 106,
          "top": 12897,
          "left": 25
        },
        "1-104-IMG": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-482-DIV": {
          "top": 13506,
          "left": 118,
          "id": "yui_3_17_2_1_1784619478489_135",
          "width": 176,
          "right": 294,
          "bottom": 13580,
          "height": 74
        },
        "page-257-DIV": {
          "id": "yui_3_17_2_1_1784619478489_85",
          "left": 25,
          "top": 54452,
          "height": 495,
          "bottom": 54947,
          "width": 363,
          "right": 387
        },
        "page-234-DIV": {
          "left": 0,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "width": 412,
          "right": 412
        },
        "page-315-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-497-DIV": {
          "left": 25,
          "top": 26790,
          "height": 527,
          "bottom": 27317,
          "width": 363,
          "right": 387
        },
        "1-106-IMG": {
          "left": -528,
          "top": 0,
          "height": 12846,
          "bottom": 12846,
          "width": 412,
          "right": -116
        },
        "1-92-A": {
          "top": 47147,
          "left": -9961,
          "width": 167,
          "right": -9794,
          "bottom": 47204,
          "height": 57
        },
        "1-161-META": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-693-H2": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-103-DIV": {
          "left": 16,
          "top": 43290,
          "width": 379,
          "right": 396,
          "height": 182,
          "bottom": 43471
        },
        "page-481-DIV": {
          "top": 42447,
          "left": 16,
          "bottom": 42732,
          "height": 285,
          "right": 396,
          "width": 379
        },
        "1-77-A": {
          "top": 6504,
          "left": 451,
          "bottom": 6539,
          "height": 35,
          "right": 785,
          "width": 334
        },
        "page-235-H4": {
          "left": 25,
          "top": 12897,
          "height": 106,
          "bottom": 13004,
          "width": 363,
          "right": 387
        },
        "page-709-DIV": {
          "bottom": 67525,
          "height": 181,
          "width": 181,
          "right": 387,
          "top": 67343,
          "left": 206
        },
        "page-209-DIV": {
          "height": 27,
          "bottom": 55538,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 55511
        },
        "page-182-DIV": {
          "left": 25,
          "top": 75377,
          "height": 24,
          "bottom": 75401,
          "width": 363,
          "right": 387
        },
        "page-561-A": {
          "width": 132,
          "right": 684,
          "bottom": 6469,
          "height": 35,
          "top": 6434,
          "left": 552
        },
        "page-115-DIV": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-533-DIV": {
          "right": 404,
          "width": 397,
          "height": 278,
          "bottom": 53905,
          "left": 8,
          "top": 53627
        },
        "page-276-H2": {
          "left": 16,
          "top": 41663,
          "width": 379,
          "right": 396,
          "height": 29,
          "bottom": 41693
        },
        "page-393-DIV": {
          "bottom": 47204,
          "height": 57,
          "width": 336,
          "right": -9625,
          "top": 47147,
          "left": -9961
        },
        "1-136-IMG": {
          "top": 67525,
          "left": 206,
          "width": 181,
          "right": 387,
          "bottom": 67706,
          "height": 181
        },
        "page-46-DIV": {
          "left": 25,
          "top": 26790,
          "width": 363,
          "right": 387,
          "height": 527,
          "bottom": 27317
        },
        "page-545-DIV": {
          "right": 412,
          "width": 412,
          "height": 120,
          "bottom": 12830,
          "left": 0,
          "top": 12710
        },
        "1-43-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-376-DIV": {
          "left": 0,
          "top": 60652,
          "height": 786,
          "bottom": 61438,
          "width": 412,
          "right": 412
        },
        "page-109-DIV": {
          "left": 25,
          "top": 53627,
          "id": "page-section-619266458816af4d8daaf6f7",
          "width": 363,
          "right": 387,
          "height": 1989,
          "bottom": 55616
        },
        "page-582-DIV": {
          "top": 12743,
          "left": 194,
          "bottom": 12768,
          "height": 25,
          "right": 219,
          "width": 25
        },
        "1-85-A": {
          "width": 221,
          "right": 238,
          "height": 57,
          "bottom": 42387,
          "left": 16,
          "top": 42330
        },
        "page-641-SPAN": {
          "top": 26,
          "left": 364,
          "width": 1,
          "right": 365,
          "bottom": 27,
          "height": 1
        },
        "page-172-DIV": {
          "bottom": 47211,
          "height": 192,
          "right": 381,
          "width": 350,
          "top": 47019,
          "left": 31
        },
        "page-477-DIV": {
          "top": 75777,
          "left": 25,
          "bottom": 75968,
          "height": 191,
          "right": 387,
          "width": 363
        },
        "page-265-DIV": {
          "left": 0,
          "top": 17085,
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-189-DIV": {
          "height": 37,
          "bottom": 62,
          "right": 387,
          "width": 363,
          "left": 25,
          "top": 25
        },
        "page-320-DIV": {
          "left": 25,
          "top": 26790,
          "id": "block-b21ac4c473ac77f2a28f",
          "right": 387,
          "width": 363,
          "height": 549,
          "bottom": 27339
        },
        "page-460-DIV": {
          "bottom": 43275,
          "height": 285,
          "width": 379,
          "right": 396,
          "top": 42989,
          "left": 16
        },
        "page-54-IMG": {
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423,
          "top": 43895,
          "left": -9999
        },
        "page-287-DIV": {
          "left": 0,
          "top": 0,
          "height": 12846,
          "bottom": 12846,
          "width": 412,
          "right": 412
        },
        "1-60-A": {
          "width": 25,
          "right": 219,
          "height": 25,
          "bottom": 12768,
          "left": 194,
          "top": 12743
        },
        "1-67-A": {
          "top": 6434,
          "left": 552,
          "bottom": 6469,
          "height": 35,
          "width": 132,
          "right": 684
        },
        "page-385-IMG": {
          "left": 16,
          "top": 42989,
          "right": 396,
          "width": 379,
          "height": 285,
          "bottom": 43275
        },
        "page-343-A": {
          "top": 55515,
          "left": 76,
          "width": 260,
          "right": 336,
          "bottom": 55534,
          "height": 19
        },
        "page-504-DIV": {
          "top": 31352,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 31628,
          "height": 276
        },
        "page-29-DIV": {
          "height": 940,
          "bottom": 67904,
          "width": 397,
          "right": 404,
          "id": "block-yui_3_17_2_1_1646323675848_5262",
          "left": 8,
          "top": 66964
        },
        "page-659-svg": {
          "left": 562,
          "top": 6434,
          "width": 35,
          "right": 597,
          "height": 35,
          "bottom": 6469
        },
        "page-61-LI": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412,
          "top": 43895,
          "left": 0
        },
        "page-52-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 31838,
          "height": 199,
          "top": 31639,
          "left": 25,
          "id": "block-yui_3_17_2_1_1784246724460_3401"
        },
        "page-699-DIV": {
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67887,
          "left": 25,
          "top": 67706,
          "id": "yui_3_17_2_1_1784619478489_253"
        },
        "page-491-DIV": {
          "height": 61,
          "bottom": 75343,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_105",
          "left": 25,
          "top": 75282
        },
        "page-286-P": {
          "width": 363,
          "right": 387,
          "height": 171,
          "bottom": 26961,
          "left": 25,
          "top": 26790
        },
        "page-213-DIV": {
          "left": 0,
          "top": 43895,
          "width": 412,
          "right": 412,
          "height": 6423,
          "bottom": 50318
        },
        "page-187-DIV": {
          "width": 176,
          "right": 294,
          "bottom": 13590,
          "height": 94,
          "top": 13496,
          "left": 118
        },
        "1-146-LINK": {
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-309-A": {
          "width": 156,
          "right": 173,
          "bottom": 41845,
          "height": 57,
          "top": 41788,
          "left": 16
        },
        "page-391-path": {
          "top": 50269,
          "left": 238,
          "width": 5,
          "right": 243,
          "bottom": 50279,
          "height": 10
        },
        "page-640-A": {
          "top": 6283,
          "left": 142,
          "bottom": 6318,
          "height": 35,
          "width": 128,
          "right": 270
        },
        "page-185-DIV": {
          "top": 66903,
          "left": 8,
          "width": 397,
          "right": 404,
          "bottom": 67904,
          "height": 1001
        },
        "page-404-DIV": {
          "right": 387,
          "width": 363,
          "height": 27,
          "bottom": 55538,
          "left": 25,
          "top": 55511
        },
        "1-2-A": {
          "top": 66981,
          "left": 206,
          "bottom": 67162,
          "height": 181,
          "width": 181,
          "right": 387
        },
        "page-79-DIV": {
          "left": 16,
          "top": 42989,
          "width": 379,
          "right": 396,
          "height": 285,
          "bottom": 43275
        },
        "page-665-svg": {
          "top": 6462,
          "left": 270,
          "bottom": 6497,
          "height": 35,
          "right": 305,
          "width": 35
        },
        "page-260-DIV": {
          "width": 336,
          "right": -9625,
          "bottom": 47217,
          "height": 57,
          "top": 47160,
          "left": -9961
        },
        "1-56-A": {
          "top": 6402,
          "left": 119,
          "width": 174,
          "right": 293,
          "bottom": 6437,
          "height": 35
        },
        "page-539-LI": {
          "height": 482,
          "bottom": 42387,
          "width": 379,
          "right": 396,
          "left": 16,
          "top": 41905
        },
        "page-432-DIV": {
          "left": 25,
          "top": 36207,
          "height": 46,
          "bottom": 36254,
          "width": 363,
          "right": 387
        },
        "page-232-DIV": {
          "width": 397,
          "right": 404,
          "height": 61,
          "bottom": 55616,
          "left": 8,
          "top": 55555,
          "id": "block-yui_3_17_2_1_1638967131691_8074"
        },
        "page-664-svg": {
          "top": 6434,
          "left": 562,
          "width": 35,
          "right": 597,
          "bottom": 6469,
          "height": 35
        },
        "page-494-A": {
          "left": 118,
          "top": 13506,
          "right": 294,
          "width": 176,
          "height": 74,
          "bottom": 13580
        },
        "page-661-use": {
          "top": 6468,
          "left": 281,
          "width": 11,
          "right": 292,
          "bottom": 6490,
          "height": 22
        },
        "1-164-META": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-495-DIV": {
          "height": 0,
          "bottom": 79607,
          "width": 0,
          "right": 0,
          "id": "yui3-css-stamp",
          "left": 0,
          "top": 79607
        },
        "page-242-DIV": {
          "top": 26720,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 27654,
          "height": 934
        },
        "page-625-A": {
          "left": 163,
          "top": 6223,
          "width": 86,
          "right": 249,
          "height": 35,
          "bottom": 6258
        },
        "page-570-DIV": {
          "left": 0,
          "top": 6390,
          "height": 60,
          "bottom": 6449,
          "width": 412,
          "right": 412
        },
        "page-177-DIV": {
          "left": 25,
          "top": 28,
          "height": 30,
          "bottom": 58,
          "width": 313,
          "right": 337
        },
        "page-416-DIV": {
          "top": 36132,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 37342,
          "height": 1210
        },
        "page-70-DIV": {
          "bottom": 13380,
          "height": 342,
          "width": 363,
          "right": 387,
          "top": 13037,
          "left": 25
        },
        "page-550-A": {
          "height": 70,
          "bottom": 6705,
          "width": 338,
          "right": 787,
          "left": 449,
          "top": 6635
        },
        "page-397-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 75343,
          "height": 61,
          "top": 75282,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_102"
        },
        "page-247-LI": {
          "height": 482,
          "bottom": 41845,
          "width": 379,
          "right": 396,
          "left": 16,
          "top": 41363
        },
        "page-76-DIV": {
          "height": 48,
          "bottom": 75413,
          "width": 48,
          "right": 268,
          "left": 220,
          "top": 75365
        },
        "page-467-DIV": {
          "top": 53717,
          "left": 25,
          "right": 387,
          "width": 363,
          "bottom": 53888,
          "height": 171
        },
        "page-471-BUTTON": {
          "left": 211,
          "top": 50250,
          "width": 48,
          "right": 259,
          "height": 48,
          "bottom": 50298
        },
        "page-13-NOSCRIPT": {
          "bottom": 0,
          "height": 0,
          "right": 0,
          "width": 0,
          "top": 0,
          "left": 0
        },
        "page-496-IMG": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-155-DIV": {
          "right": 412,
          "width": 412,
          "bottom": 26720,
          "height": 9635,
          "top": 17085,
          "left": 0
        },
        "page-99-DIV": {
          "right": 412,
          "width": 412,
          "height": 79607,
          "bottom": 79607,
          "left": 0,
          "top": 0,
          "id": "siteWrapper"
        },
        "page-419-DIV": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "right": 0,
          "width": 0
        },
        "page-373-DIV": {
          "bottom": 61,
          "height": 35,
          "width": 35,
          "right": 381,
          "top": 26,
          "left": 346
        },
        "page-542-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 31811,
          "height": 171,
          "top": 31639,
          "left": 25
        },
        "page-181-ARTICLE": {
          "bottom": 71643,
          "height": 71643,
          "width": 412,
          "right": 412,
          "id": "sections",
          "top": 0,
          "left": 0
        },
        "page-75-A": {
          "left": -9961,
          "top": 47147,
          "height": 57,
          "bottom": 47204,
          "width": 167,
          "right": -9793
        },
        "page-599-DIV": {
          "width": 178,
          "right": 707,
          "height": 35,
          "bottom": 6598,
          "left": 529,
          "top": 6563
        },
        "page-449-DIV": {
          "top": 40795,
          "left": 16,
          "right": 396,
          "width": 379,
          "bottom": 41080,
          "height": 285
        },
        "page-637-DIV": {
          "width": 412,
          "right": 824,
          "bottom": 6551,
          "height": 60,
          "top": 6491,
          "left": 412
        },
        "page-720-DIV": {
          "left": 25,
          "top": 66981,
          "id": "yui_3_17_2_1_1784619478489_204",
          "width": 363,
          "right": 387,
          "height": 0,
          "bottom": 66981
        },
        "page-704-DIV": {
          "height": 181,
          "bottom": 67343,
          "width": 181,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_248",
          "left": 206,
          "top": 67162
        },
        "page-151-DIV": {
          "top": 31639,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 31811,
          "height": 171
        },
        "page-549-SPAN": {
          "top": 6462,
          "left": 107,
          "bottom": 6497,
          "height": 35,
          "right": 265,
          "width": 158
        },
        "page-540-DIV": {
          "height": 205,
          "bottom": 36494,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 36289
        },
        "1-131-IMG": {
          "height": 181,
          "bottom": 67343,
          "right": 206,
          "width": 181,
          "left": 25,
          "top": 67162
        },
        "page-446-DIV": {
          "id": "block-yui_3_17_2_1_1639017034784_5184",
          "left": 8,
          "top": 75760,
          "height": 225,
          "bottom": 75985,
          "width": 397,
          "right": 404
        },
        "page-262-A": {
          "height": 57,
          "bottom": 47204,
          "width": 167,
          "right": -9794,
          "left": -9961,
          "top": 47147
        },
        "page-277-DIV": {
          "left": -9961,
          "top": 47076,
          "height": 51,
          "bottom": 47127,
          "width": 336,
          "right": -9625
        },
        "page-266-A": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-712-NOSCRIPT": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-726-NOSCRIPT": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-455-DIV": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-12-IMG": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-669-SPAN": {
          "bottom": 6437,
          "height": 35,
          "right": 293,
          "width": 35,
          "top": 6402,
          "left": 258
        },
        "1-53-A": {
          "top": 6223,
          "left": 163,
          "bottom": 6258,
          "height": 35,
          "width": 86,
          "right": 249
        },
        "page-527-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 17085,
          "height": 4239,
          "top": 12846,
          "left": 0
        },
        "1-168-META": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-27-DIV": {
          "bottom": 75985,
          "height": 568,
          "width": 397,
          "right": 404,
          "top": 75418,
          "left": 8
        },
        "page-392-DIV": {
          "bottom": 47224,
          "height": 218,
          "width": 350,
          "right": -9618,
          "top": 47006,
          "left": -9968
        },
        "1-37-A": {
          "right": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-574-DIV": {
          "height": 12760,
          "bottom": 12866,
          "width": 412,
          "right": 824,
          "left": 412,
          "top": 106
        },
        "page-613-DIV": {
          "left": 154,
          "top": 12743,
          "height": 25,
          "bottom": 12768,
          "width": 25,
          "right": 179
        },
        "page-92-A": {
          "left": 38,
          "top": 47147,
          "width": 162,
          "right": 200,
          "height": 57,
          "bottom": 47204
        },
        "page-521-DIV": {
          "height": 234,
          "bottom": 61368,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 61134
        },
        "page-60-SECTION": {
          "width": 412,
          "right": 412,
          "height": 12846,
          "bottom": 12846,
          "left": 0,
          "top": 0
        },
        "page-427-DIV": {
          "height": 123,
          "bottom": 55616,
          "width": 397,
          "right": 404,
          "left": 8,
          "top": 55494
        },
        "page-730-DIV": {
          "width": 181,
          "right": 206,
          "bottom": 67525,
          "height": 181,
          "top": 67343,
          "left": 25
        },
        "page-154-IMG": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-731-NOSCRIPT": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-688-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-293-SECTION": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412,
          "top": 43895,
          "left": 0
        },
        "page-35-DIV": {
          "top": 32374,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_142",
          "width": 363,
          "right": 387,
          "bottom": 32433,
          "height": 59
        },
        "page-609-A": {
          "left": 475,
          "top": 6396,
          "height": 35,
          "bottom": 6431,
          "width": 286,
          "right": 761
        },
        "page-122-DIV": {
          "height": 721,
          "bottom": 75985,
          "width": 397,
          "right": 404,
          "id": "yui_3_17_2_1_1784619478489_109",
          "left": 8,
          "top": 75265
        },
        "page-105-DIV": {
          "width": 363,
          "right": 387,
          "height": 27,
          "bottom": 66947,
          "left": 25,
          "top": 66920
        },
        "page-128-DIV": {
          "width": 363,
          "right": 387,
          "height": 129,
          "bottom": 13026,
          "left": 25,
          "top": 12897,
          "id": "block-68c4c0ebdd3be6298f061fbc"
        },
        "page-285-DIV": {
          "height": 51,
          "bottom": 47127,
          "width": 336,
          "right": 374,
          "left": 38,
          "top": 47076
        },
        "1-35-A": {
          "height": 30,
          "bottom": 58,
          "width": 178,
          "right": 202,
          "left": 25,
          "top": 28
        },
        "page-153-IMG": {
          "left": -9999,
          "top": 43895,
          "width": 412,
          "right": -9587,
          "height": 6423,
          "bottom": 50318
        },
        "page-648-DIV": {
          "width": 412,
          "right": 412,
          "height": 60,
          "bottom": 6270,
          "left": 0,
          "top": 6211
        },
        "page-526-DIV": {
          "left": 25,
          "top": 53922,
          "id": "yui_3_17_2_1_1784619478489_71",
          "right": 387,
          "width": 363,
          "height": 496,
          "bottom": 54418
        },
        "page-424-DIV": {
          "top": 75265,
          "left": 8,
          "id": "block-yui_3_17_2_1_1637650183301_12455",
          "width": 397,
          "right": 404,
          "bottom": 75360,
          "height": 95
        },
        "1-100-A": {
          "bottom": 75841,
          "height": 24,
          "width": 122,
          "right": 387,
          "top": 75817,
          "left": 266
        },
        "page-72-DIV": {
          "bottom": 43471,
          "height": 57,
          "width": 379,
          "right": 396,
          "top": 43415,
          "left": 16
        },
        "page-281-DIV": {
          "bottom": 75343,
          "height": 61,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_103",
          "top": 75282,
          "left": 25
        },
        "page-602-DIV": {
          "left": 482,
          "top": 6516,
          "width": 271,
          "right": 754,
          "height": 35,
          "bottom": 6551
        },
        "page-80-DIV": {
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0
        },
        "page-303-DIV": {
          "left": 25,
          "top": 61134,
          "height": 234,
          "bottom": 61368,
          "width": 363,
          "right": 387
        },
        "page-723-NOSCRIPT": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-180-use": {
          "bottom": 75397,
          "height": 16,
          "width": 23,
          "right": 217,
          "top": 75381,
          "left": 195
        },
        "page-683-svg": {
          "top": 6374,
          "left": 562,
          "width": 35,
          "right": 597,
          "bottom": 6409,
          "height": 35
        },
        "page-483-DIV": {
          "width": 379,
          "right": 396,
          "bottom": 42190,
          "height": 285,
          "top": 41905,
          "left": 16
        },
        "page-42-NAV": {
          "height": 12760,
          "bottom": 12866,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 106
        },
        "page-215-A": {
          "height": 57,
          "bottom": 47217,
          "width": 194,
          "right": -9767,
          "left": -9961,
          "top": 47160
        },
        "page-428-SECTION": {
          "left": 0,
          "top": 17085,
          "right": 412,
          "width": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-163-H4": {
          "top": 66920,
          "left": 25,
          "bottom": 66947,
          "height": 27,
          "width": 363,
          "right": 387
        },
        "page-737-IMG": {
          "width": 271,
          "right": 250,
          "height": 181,
          "bottom": 67524,
          "left": -21,
          "top": 67343
        },
        "page-91-DIV": {
          "bottom": 27654,
          "height": 304,
          "width": 412,
          "right": 412,
          "top": 27350,
          "left": 0
        },
        "page-65-DIV": {
          "top": 0,
          "left": 0,
          "bottom": 86,
          "height": 86,
          "width": 412,
          "right": 412
        },
        "page-610-DIV": {
          "top": 106,
          "left": 412,
          "bottom": 12866,
          "height": 12760,
          "right": 824,
          "width": 412
        },
        "1-166-META": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-282-DIV": {
          "top": 42748,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42929,
          "height": 182
        },
        "page-434-DIV": {
          "height": 182,
          "bottom": 41845,
          "width": 379,
          "right": 396,
          "left": 16,
          "top": 41663
        },
        "page-11-P": {
          "bottom": 27317,
          "height": 103,
          "width": 363,
          "right": 387,
          "top": 27214,
          "left": 25
        },
        "page-258-DIV": {
          "height": 285,
          "bottom": 41648,
          "right": 396,
          "width": 379,
          "left": 16,
          "top": 41363
        },
        "page-133-DIV": {
          "height": 205,
          "bottom": 36494,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 36289
        },
        "page-112-DIV": {
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720,
          "left": 0,
          "top": 17085
        },
        "page-337-SECTION": {
          "height": 4239,
          "bottom": 63164,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 58925
        },
        "page-379-P": {
          "left": 25,
          "top": 75777,
          "width": 363,
          "right": 387,
          "height": 24,
          "bottom": 75801
        },
        "1-36-A": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-216-DIV": {
          "height": 0,
          "bottom": 12846,
          "right": 412,
          "width": 412,
          "id": "player",
          "left": 0,
          "top": 12846
        },
        "page-86-DIV": {
          "height": 153,
          "bottom": 75418,
          "width": 397,
          "right": 404,
          "id": "yui_3_17_2_1_1784619478489_107",
          "left": 8,
          "top": 75265
        },
        "page-288-DIV": {
          "width": 363,
          "right": 387,
          "height": 234,
          "bottom": 61368,
          "left": 25,
          "top": 61134
        },
        "page-228-DIV": {
          "height": 27,
          "bottom": 66947,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 66920
        },
        "page-335-DIV": {
          "width": 363,
          "right": 387,
          "height": 471,
          "bottom": 61123,
          "left": 25,
          "top": 60652
        },
        "page-375-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-701-DIV": {
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67343,
          "left": 206,
          "top": 67162
        },
        "page-345-BR": {
          "top": 75924,
          "left": 387,
          "width": 0,
          "right": 387,
          "bottom": 75940,
          "height": 16
        },
        "page-677-SPAN": {
          "top": 6374,
          "left": 562,
          "bottom": 6409,
          "height": 35,
          "width": 35,
          "right": 597
        },
        "1-102-A": {
          "bottom": 75921,
          "height": 24,
          "width": 87,
          "right": 387,
          "top": 75897,
          "left": 300
        },
        "page-472-NOSCRIPT": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-638-DIV": {
          "left": 0,
          "top": 106,
          "width": 412,
          "right": 412,
          "height": 12760,
          "bottom": 12866
        },
        "page-90-P": {
          "height": 51,
          "bottom": 47127,
          "width": 336,
          "right": 374,
          "left": 38,
          "top": 47076
        },
        "page-126-IMG": {
          "left": 0,
          "top": 36132,
          "height": 4239,
          "bottom": 40371,
          "right": 412,
          "width": 412
        },
        "1-121-IMG": {
          "top": 43895,
          "left": -9999,
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": -9587
        },
        "page-370-DIV": {
          "bottom": 36494,
          "height": 345,
          "width": 412,
          "right": 412,
          "top": 36149,
          "left": 0
        },
        "page-255-DIV": {
          "height": 934,
          "bottom": 27654,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 26720
        },
        "page-465-A": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-418-DIV": {
          "width": 363,
          "right": 387,
          "height": 27,
          "bottom": 55599,
          "left": 25,
          "top": 55572
        },
        "page-605-DIV": {
          "left": 0,
          "top": 6449,
          "height": 60,
          "bottom": 6509,
          "width": 412,
          "right": 412
        },
        "page-316-DIV": {
          "left": 0,
          "top": 66055,
          "height": 2697,
          "bottom": 68752,
          "width": 412,
          "right": 412
        },
        "page-692-LI": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-488-DIV": {
          "left": 25,
          "top": 31352,
          "height": 276,
          "bottom": 31628,
          "width": 363,
          "right": 387
        },
        "page-367-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 58925,
          "height": 8607,
          "top": 50318,
          "left": 0
        },
        "1-144-LINK": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-724-DIV": {
          "top": 66981,
          "left": 25,
          "right": 206,
          "width": 181,
          "bottom": 67162,
          "height": 181
        },
        "page-25-DIV": {
          "width": 412,
          "right": 412,
          "height": 934,
          "bottom": 27654,
          "left": 0,
          "top": 26720
        },
        "page-243-DIV": {
          "left": 0,
          "top": 27654,
          "width": 412,
          "right": 412,
          "height": 8478,
          "bottom": 36132
        },
        "1-125-IMG": {
          "left": 25,
          "top": 53922,
          "height": 496,
          "bottom": 54418,
          "width": 363,
          "right": 387
        },
        "1-58-A": {
          "right": 281,
          "width": 149,
          "height": 35,
          "bottom": 6557,
          "left": 131,
          "top": 6522
        },
        "page-690-DIV": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-115-IMG": {
          "left": 16,
          "top": 41905,
          "right": 396,
          "width": 379,
          "height": 285,
          "bottom": 42190
        },
        "page-20-IMG": {
          "left": 0,
          "top": 43895,
          "width": 412,
          "right": 412,
          "height": 6423,
          "bottom": 50318
        },
        "page-681-svg": {
          "left": 562,
          "top": 6434,
          "height": 35,
          "bottom": 6469,
          "width": 35,
          "right": 597
        },
        "page-742-LINK": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "right": 0,
          "width": 0
        },
        "page-220-DIV": {
          "id": "block-yui_3_17_2_1_1784246724460_2848",
          "left": 25,
          "top": 31352,
          "height": 276,
          "bottom": 31628,
          "width": 363,
          "right": 387
        },
        "page-615-SPAN": {
          "top": 6419,
          "left": 119,
          "bottom": 6420,
          "height": 1,
          "width": 1,
          "right": 120
        },
        "page-562-DIV": {
          "height": 35,
          "bottom": 6258,
          "width": 86,
          "right": 249,
          "left": 163,
          "top": 6223
        },
        "page-626-DIV": {
          "top": 6635,
          "left": 449,
          "bottom": 6705,
          "height": 70,
          "right": 787,
          "width": 338
        },
        "page-670-svg": {
          "top": 6402,
          "left": 258,
          "bottom": 6437,
          "height": 35,
          "width": 35,
          "right": 293
        },
        "page-639-DIV": {
          "width": 412,
          "right": 824,
          "height": 12760,
          "bottom": 12866,
          "left": 412,
          "top": 106
        },
        "page-200-UL": {
          "top": 40795,
          "left": 0,
          "bottom": 43471,
          "height": 2676,
          "right": 412,
          "width": 412
        },
        "page-208-P": {
          "top": 41129,
          "left": 16,
          "bottom": 41231,
          "height": 102,
          "width": 379,
          "right": 396
        },
        "page-444-DIV": {
          "height": 27,
          "bottom": 66947,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 66920
        },
        "1-101-A": {
          "top": 75857,
          "left": 198,
          "bottom": 75881,
          "height": 24,
          "width": 189,
          "right": 387
        },
        "page-401-DIV": {
          "height": 59,
          "bottom": 61438,
          "width": 176,
          "right": 294,
          "id": "block-4f2f2d46b92dda64e131",
          "left": 118,
          "top": 61379
        },
        "1-152-LINK": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-741-IMG": {
          "left": 25,
          "top": 67683,
          "width": 181,
          "right": 206,
          "height": 226,
          "bottom": 67909
        },
        "1-29-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-437-IMG": {
          "top": 41905,
          "left": 16,
          "bottom": 42190,
          "height": 285,
          "width": 379,
          "right": 396
        },
        "page-551-DIV": {
          "bottom": 12866,
          "height": 12760,
          "right": 824,
          "width": 412,
          "top": 106,
          "left": 412
        },
        "1-65-A": {
          "width": 76,
          "right": 656,
          "bottom": 6539,
          "height": 35,
          "top": 6504,
          "left": 580
        },
        "1-23-A": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-161-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 32433,
          "height": 59,
          "top": 32374,
          "left": 25,
          "id": "block-yui_3_17_2_1_1784246724460_3822"
        },
        "page-581-A": {
          "top": 12743,
          "left": 194,
          "bottom": 12768,
          "height": 25,
          "width": 25,
          "right": 219
        },
        "page-513-DIV": {
          "width": 269,
          "right": 341,
          "bottom": 13485,
          "height": 59,
          "top": 13426,
          "left": 71,
          "id": "block-68c4c0ebf15b94dbbc0e8970"
        },
        "page-568-DIV": {
          "top": 6324,
          "left": 412,
          "bottom": 6384,
          "height": 60,
          "width": 412,
          "right": 824
        },
        "page-221-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 36494,
          "height": 345,
          "top": 36149,
          "left": 0
        },
        "page-204-DIV": {
          "top": 66981,
          "left": 25,
          "bottom": 67887,
          "height": 906,
          "right": 387,
          "width": 363
        },
        "page-380-DIV": {
          "left": 0,
          "top": 0,
          "width": 412,
          "right": 412,
          "height": 0,
          "bottom": 0
        },
        "page-450-use": {
          "height": 48,
          "bottom": 75413,
          "width": 48,
          "right": 268,
          "left": 220,
          "top": 75365
        },
        "1-169-META": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "1-135-IMG": {
          "left": 25,
          "top": 67502,
          "height": 225,
          "bottom": 67727,
          "width": 181,
          "right": 206
        },
        "page-716-A": {
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67162,
          "left": 25,
          "top": 66981
        },
        "1-51-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-420-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 12830,
          "height": 120,
          "top": 12710,
          "left": 0
        },
        "page-672-use": {
          "top": 6440,
          "left": 575,
          "width": 11,
          "right": 586,
          "bottom": 6462,
          "height": 22
        },
        "page-218-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 27654,
          "height": 934,
          "top": 26720,
          "left": 0
        },
        "page-238-svg": {
          "left": 167,
          "top": 50264,
          "width": 20,
          "right": 187,
          "height": 20,
          "bottom": 50284
        },
        "page-524-BODY": {
          "id": "collection-619239a899184b497363a621",
          "top": 0,
          "left": 0,
          "bottom": 79607,
          "height": 79607,
          "width": 412,
          "right": 412
        },
        "page-566-A": {
          "height": 35,
          "bottom": 6409,
          "width": 132,
          "right": 684,
          "left": 552,
          "top": 6374
        },
        "page-331-DIV": {
          "left": 0,
          "top": 52767,
          "id": "yui_3_17_2_1_1784619478489_75",
          "width": 412,
          "right": 412,
          "height": 3711,
          "bottom": 56477
        },
        "page-555-A": {
          "height": 72,
          "bottom": 12955,
          "width": 210,
          "right": 311,
          "left": 101,
          "top": 12882
        },
        "page-413-LI": {
          "left": -9999,
          "top": 43895,
          "width": 412,
          "right": -9587,
          "height": 6423,
          "bottom": 50318
        },
        "1-167-META": {
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0
        },
        "page-560-A": {
          "height": 35,
          "bottom": 6539,
          "width": 76,
          "right": 656,
          "left": 580,
          "top": 6504
        },
        "page-117-DIV": {
          "left": 25,
          "top": 32374,
          "id": "yui_3_17_2_1_1784619478489_141",
          "width": 363,
          "right": 387,
          "height": 59,
          "bottom": 32433
        },
        "page-224-DIV": {
          "top": 31849,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 32328,
          "height": 479
        },
        "page-40-DIV": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-274-DIV": {
          "left": 8,
          "top": 66903,
          "id": "block-619c4af0ed80e17da5f1f3e2",
          "width": 397,
          "right": 404,
          "height": 61,
          "bottom": 66964
        },
        "1-158-META": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-700-DIV": {
          "top": 67162,
          "left": 25,
          "bottom": 67343,
          "height": 181,
          "width": 181,
          "right": 206
        },
        "page-718-A": {
          "width": 181,
          "right": 206,
          "bottom": 67343,
          "height": 181,
          "top": 67162,
          "left": 25
        },
        "page-679-svg": {
          "top": 6342,
          "left": 285,
          "bottom": 6377,
          "height": 35,
          "width": 35,
          "right": 320
        },
        "1-11-A": {
          "left": -9961,
          "top": 47147,
          "width": 176,
          "right": -9785,
          "height": 57,
          "bottom": 47204
        },
        "page-447-DIV": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-657-SPAN": {
          "left": 235,
          "top": 6283,
          "width": 35,
          "right": 270,
          "height": 35,
          "bottom": 6318
        },
        "page-245-DIV": {
          "left": -9999,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "right": -9587,
          "width": 412
        },
        "page-294-H2": {
          "top": 47026,
          "left": 38,
          "width": 336,
          "right": 374,
          "bottom": 47056,
          "height": 29
        },
        "1-25-A": {
          "top": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "bottom": 0,
          "height": 0
        },
        "page-94-DIV": {
          "left": 0,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "width": 412,
          "right": 412
        },
        "1-52-A": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-653-DIV": {
          "bottom": 12866,
          "height": 12760,
          "width": 412,
          "right": 824,
          "top": 106,
          "left": 412
        },
        "page-597-A": {
          "width": 88,
          "right": 662,
          "bottom": 6479,
          "height": 35,
          "top": 6444,
          "left": 574
        },
        "page-398-DIV": {
          "top": 17085,
          "left": 0,
          "bottom": 26720,
          "height": 9635,
          "width": 412,
          "right": 412
        },
        "1-62-A": {
          "left": 101,
          "top": 12882,
          "width": 210,
          "right": 311,
          "height": 72,
          "bottom": 12955
        },
        "1-116-IMG": {
          "top": 42447,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42732,
          "height": 285
        },
        "page-470-DIV": {
          "bottom": 38,
          "height": 1,
          "width": 35,
          "right": 381,
          "top": 37,
          "left": 346
        },
        "page-283-DIV": {
          "left": 0,
          "top": 17085,
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-251-IMG": {
          "width": 379,
          "right": 396,
          "height": 285,
          "bottom": 41648,
          "left": 16,
          "top": 41363
        },
        "page-9-P2": {
          "right": 93,
          "width": 68,
          "height": 20,
          "bottom": 55595,
          "left": 25,
          "top": 55575,
          "id": "podcasts"
        },
        "page-321-IMG": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-745-META": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-333-DIV": {
          "top": 36132,
          "left": 0,
          "right": 412,
          "width": 412,
          "bottom": 40371,
          "height": 4239
        },
        "page-454-path": {
          "left": -41200,
          "top": 21902,
          "width": 41612,
          "right": 412,
          "height": 9635,
          "bottom": 31537
        },
        "1-63-A": {
          "height": 35,
          "bottom": 6409,
          "width": 132,
          "right": 684,
          "left": 552,
          "top": 6374
        },
        "page-405-DIV": {
          "top": 31639,
          "left": 25,
          "right": 387,
          "width": 363,
          "bottom": 31811,
          "height": 171
        },
        "page-384-DIV": {
          "right": 374,
          "width": 336,
          "bottom": 47204,
          "height": 57,
          "top": 47147,
          "left": 38
        },
        "page-675-use": {
          "width": 11,
          "right": 586,
          "height": 22,
          "bottom": 6462,
          "left": 575,
          "top": 6440
        },
        "1-27-A": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-296-svg": {
          "right": 412,
          "width": 412,
          "bottom": 26720,
          "height": 9635,
          "top": 17085,
          "left": 0
        },
        "page-329-DIV": {
          "height": 304,
          "bottom": 27654,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 27350
        },
        "1-89-A": {
          "bottom": 47217,
          "height": 57,
          "width": 194,
          "right": -9767,
          "top": 47160,
          "left": -9961
        },
        "page-436-DIV": {
          "top": 25,
          "left": 337,
          "width": 50,
          "right": 387,
          "bottom": 62,
          "height": 37
        },
        "page-312-DIV": {
          "left": 25,
          "top": 12897,
          "right": 387,
          "width": 363,
          "height": 106,
          "bottom": 13004
        },
        "page-711-NOSCRIPT": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-166-H2": {
          "width": 363,
          "right": 387,
          "height": 276,
          "bottom": 31628,
          "left": 25,
          "top": 31352
        },
        "1-91-A": {
          "height": 57,
          "bottom": 47217,
          "width": 150,
          "right": -9811,
          "left": -9961,
          "top": 47160
        },
        "page-623-DIV": {
          "width": 412,
          "right": 824,
          "bottom": 12866,
          "height": 12760,
          "top": 106,
          "left": 412
        },
        "page-295-DIV": {
          "top": 47019,
          "left": -381,
          "width": 350,
          "right": -31,
          "bottom": 47211,
          "height": 192
        },
        "page-469-FIGURE": {
          "height": 495,
          "bottom": 54947,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_84",
          "left": 25,
          "top": 54452
        },
        "page-537-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "bottom": 0,
          "height": 0
        },
        "page-78-DIV": {
          "id": "yui_3_17_2_1_1784619478489_73",
          "top": 53905,
          "left": 8,
          "bottom": 55494,
          "height": 1589,
          "right": 404,
          "width": 397
        },
        "page-426-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 43895,
          "height": 3524,
          "top": 40371,
          "left": 0
        },
        "page-127-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "1-109-IMG": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-319-DIV": {
          "width": 336,
          "right": -9625,
          "height": 77,
          "bottom": 47140,
          "left": -9961,
          "top": 47063
        },
        "page-129-A": {
          "left": -374,
          "top": 47147,
          "height": 57,
          "bottom": 47204,
          "width": 197,
          "right": -176
        },
        "page-685-use": {
          "width": 11,
          "right": 307,
          "bottom": 6371,
          "height": 22,
          "top": 6349,
          "left": 296
        },
        "page-439-DIV": {
          "left": -9999,
          "top": 43895,
          "width": 412,
          "right": -9587,
          "height": 6423,
          "bottom": 50318
        },
        "1-21-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-222-P": {
          "height": 171,
          "bottom": 27198,
          "right": 387,
          "width": 363,
          "left": 25,
          "top": 27027
        },
        "page-517-DIV": {
          "top": 61134,
          "left": 25,
          "bottom": 61368,
          "height": 234,
          "width": 363,
          "right": 387
        },
        "page-26-use": {
          "left": 144,
          "top": 75365,
          "height": 48,
          "bottom": 75413,
          "width": 48,
          "right": 192
        },
        "page-140-DIV": {
          "id": "yui_3_17_2_1_1784619478489_110",
          "left": 8,
          "top": 75265,
          "height": 721,
          "bottom": 75985,
          "right": 404,
          "width": 397
        },
        "page-73-DIV": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": -9587,
          "top": 43895,
          "left": -9999
        },
        "page-325-DIV": {
          "width": 397,
          "right": 404,
          "bottom": 75418,
          "height": 0,
          "top": 75418,
          "left": 8
        },
        "1-105-IMG": {
          "left": 25,
          "top": 28,
          "width": 178,
          "right": 202,
          "height": 30,
          "bottom": 58
        },
        "page-132-P": {
          "width": 336,
          "right": -9625,
          "height": 51,
          "bottom": 47127,
          "left": -9961,
          "top": 47076
        },
        "page-654-SPAN": {
          "right": 132,
          "width": 1,
          "bottom": 6540,
          "height": 1,
          "top": 6539,
          "left": 131
        },
        "page-196-DIV": {
          "left": 0,
          "top": 27350,
          "width": 412,
          "right": 412,
          "height": 304,
          "bottom": 27654
        },
        "page-214-DIV": {
          "bottom": 55477,
          "height": 495,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_92",
          "top": 54981,
          "left": 25
        },
        "1-159-META": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-660-svg": {
          "bottom": 6318,
          "height": 35,
          "width": 35,
          "right": 270,
          "top": 6283,
          "left": 235
        },
        "page-237-BUTTON": {
          "width": 48,
          "right": 201,
          "bottom": 50298,
          "height": 48,
          "top": 50250,
          "left": 153
        },
        "1-95-A": {
          "width": 176,
          "right": 294,
          "bottom": 61438,
          "height": 59,
          "top": 61379,
          "left": 118
        },
        "1-68-A": {
          "bottom": 6539,
          "height": 35,
          "right": 771,
          "width": 306,
          "top": 6504,
          "left": 465
        },
        "page-314-DIV": {
          "left": 25,
          "top": 54452,
          "id": "yui_3_17_2_1_1784619478489_83",
          "width": 363,
          "right": 387,
          "height": 495,
          "bottom": 54947
        },
        "1-39-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-49-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-273-BR": {
          "width": 0,
          "right": 169,
          "bottom": 42259,
          "height": 17,
          "top": 42242,
          "left": 169
        },
        "page-160-SECTION": {
          "top": 71643,
          "left": 0,
          "id": "yui_3_17_2_1_1784619478489_113",
          "width": 412,
          "right": 412,
          "bottom": 79607,
          "height": 7965
        },
        "page-192-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 12846,
          "height": 12846,
          "top": 0,
          "left": 0
        },
        "page-365-P": {
          "width": 336,
          "right": -38,
          "bottom": 47127,
          "height": 51,
          "top": 47076,
          "left": -374
        },
        "page-722-NOSCRIPT": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-145-LINK": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-458-DIV": {
          "top": 41663,
          "left": 16,
          "bottom": 41773,
          "height": 110,
          "width": 379,
          "right": 396
        },
        "page-662-svg": {
          "left": 562,
          "top": 6267,
          "height": 35,
          "bottom": 6302,
          "width": 35,
          "right": 597
        },
        "page-468-H2": {
          "height": 29,
          "bottom": 47056,
          "width": 336,
          "right": -9625,
          "left": -9961,
          "top": 47026
        },
        "page-233-DIV": {
          "width": 313,
          "right": 337,
          "height": 30,
          "bottom": 58,
          "left": 25,
          "top": 28
        },
        "1-111-IMG": {
          "left": 25,
          "top": 31849,
          "height": 479,
          "bottom": 32328,
          "width": 363,
          "right": 387
        },
        "page-244-DIV": {
          "right": 396,
          "width": 379,
          "bottom": 42387,
          "height": 182,
          "top": 42205,
          "left": 16
        },
        "1-84-A": {
          "left": 16,
          "top": 41788,
          "width": 156,
          "right": 173,
          "height": 57,
          "bottom": 41845
        },
        "page-124-DIV": {
          "bottom": 54947,
          "height": 495,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_86",
          "top": 54452,
          "left": 25
        },
        "page-352-DIV": {
          "left": 0,
          "top": 58925,
          "width": 412,
          "right": 412,
          "height": 4239,
          "bottom": 63164
        },
        "page-546-P": {
          "left": 16,
          "top": 43323,
          "height": 77,
          "bottom": 43400,
          "width": 379,
          "right": 396
        },
        "1-64-A": {
          "top": 6444,
          "left": 574,
          "bottom": 6479,
          "height": 35,
          "width": 88,
          "right": 662
        },
        "page-538-DIV": {
          "bottom": 42929,
          "height": 72,
          "width": 379,
          "right": 396,
          "top": 42857,
          "left": 16
        },
        "page-15-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-19-use": {
          "top": 75378,
          "left": 157,
          "width": 23,
          "right": 179,
          "bottom": 75400,
          "height": 23
        },
        "page-600-DIV": {
          "width": 88,
          "right": 662,
          "bottom": 6479,
          "height": 35,
          "top": 6444,
          "left": 574
        },
        "page-621-A": {
          "left": 453,
          "top": 6456,
          "height": 35,
          "bottom": 6491,
          "width": 331,
          "right": 783
        },
        "page-586-DIV": {
          "top": 6421,
          "left": 412,
          "width": 412,
          "right": 824,
          "bottom": 6491,
          "height": 70
        },
        "page-279-A": {
          "left": 16,
          "top": 42873,
          "width": 176,
          "right": 192,
          "height": 57,
          "bottom": 42929
        },
        "page-407-DIV": {
          "bottom": 55494,
          "height": 529,
          "width": 397,
          "right": 404,
          "id": "yui_3_17_2_1_1784619478489_97",
          "top": 54964,
          "left": 8
        },
        "1-90-A": {
          "top": 47147,
          "left": -9961,
          "width": 167,
          "right": -9793,
          "bottom": 47204,
          "height": 57
        },
        "page-188-IMG": {
          "bottom": 54418,
          "height": 496,
          "width": 363,
          "right": 387,
          "top": 53922,
          "left": 25
        },
        "page-438-DIV": {
          "bottom": 47140,
          "height": 77,
          "width": 336,
          "right": -9625,
          "top": 47063,
          "left": -9961
        },
        "page-658-SPAN": {
          "left": 562,
          "top": 6434,
          "height": 35,
          "bottom": 6469,
          "width": 35,
          "right": 597
        },
        "page-125-DIV": {
          "bottom": 54418,
          "height": 496,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_70",
          "top": 53922,
          "left": 25
        },
        "1-118-IMG": {
          "top": 43895,
          "left": 0,
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412
        },
        "page-408-DIV": {
          "left": 0,
          "top": 17085,
          "height": 9635,
          "bottom": 26720,
          "width": 412,
          "right": 412
        },
        "1-132-IMG": {
          "height": 225,
          "bottom": 67365,
          "right": 387,
          "width": 181,
          "left": 206,
          "top": 67140
        },
        "1-171-META": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-256-DIV": {
          "left": 25,
          "top": 66903,
          "width": 363,
          "right": 387,
          "height": 1001,
          "bottom": 67904
        },
        "page-135-DIV": {
          "left": 25,
          "top": 55511,
          "height": 27,
          "bottom": 55538,
          "width": 363,
          "right": 387
        },
        "page-567-SPAN": {
          "height": 35,
          "bottom": 6377,
          "width": 188,
          "right": 280,
          "left": 92,
          "top": 6342
        },
        "page-136-P": {
          "left": -9961,
          "top": 47076,
          "right": -9625,
          "width": 336,
          "height": 51,
          "bottom": 47127
        },
        "1-138-IMG": {
          "height": 61,
          "bottom": 75343,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 75282
        },
        "page-682-SPAN": {
          "right": 597,
          "width": 35,
          "height": 35,
          "bottom": 6469,
          "left": 562,
          "top": 6434
        },
        "page-246-DIV": {
          "width": 412,
          "right": 412,
          "height": 86,
          "bottom": 86,
          "left": 0,
          "top": 0
        },
        "page-203-DIV": {
          "top": 43895,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 50318,
          "height": 6423
        },
        "page-355-DIV": {
          "height": 94,
          "bottom": 36278,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 36184
        },
        "page-402-DIV": {
          "top": 12846,
          "left": 0,
          "bottom": 17085,
          "height": 4239,
          "width": 412,
          "right": 412
        },
        "page-301-DIV": {
          "width": 412,
          "right": 412,
          "height": 4239,
          "bottom": 63164,
          "left": 0,
          "top": 58925
        },
        "page-503-DIV": {
          "height": 207,
          "bottom": 41303,
          "width": 379,
          "right": 396,
          "left": 16,
          "top": 41096
        },
        "page-603-DIV": {
          "left": 92,
          "top": 6342,
          "width": 228,
          "right": 320,
          "height": 35,
          "bottom": 6377
        },
        "page-63-DIV": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 0,
          "top": 43895,
          "left": -412
        },
        "page-691-P": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-489-DIV": {
          "left": 25,
          "top": 53717,
          "height": 171,
          "bottom": 53888,
          "width": 363,
          "right": 387
        },
        "page-341-LI": {
          "top": 42989,
          "left": 16,
          "bottom": 43471,
          "height": 482,
          "width": 379,
          "right": 396
        },
        "page-7-P": {
          "left": 25,
          "top": 31639,
          "height": 171,
          "bottom": 31811,
          "width": 363,
          "right": 387
        },
        "page-239-DIV": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "1-41-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-462-DIV": {
          "top": 10140,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 12846,
          "height": 2706
        },
        "page-106-DIV": {
          "height": 721,
          "bottom": 75985,
          "right": 404,
          "width": 397,
          "id": "yui_3_17_2_1_1784619478489_108",
          "left": 8,
          "top": 75265
        },
        "page-606-SPAN": {
          "width": 1,
          "right": 93,
          "bottom": 6360,
          "height": 1,
          "top": 6359,
          "left": 92
        },
        "page-145-DIV": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "1-142-LINK": {
          "height": 0,
          "bottom": 0,
          "right": 0,
          "width": 0,
          "left": 0,
          "top": 0
        },
        "1-173-META": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "width": 0
        },
        "page-318-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 50318,
          "height": 6423,
          "top": 43895,
          "left": 0
        },
        "page-24-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "1-129-IMG": {
          "top": 66981,
          "left": 25,
          "width": 181,
          "right": 206,
          "bottom": 67162,
          "height": 181
        },
        "1-32-A": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-59-DIV": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-130-DIV": {
          "right": 412,
          "width": 412,
          "bottom": 61438,
          "height": 786,
          "top": 60652,
          "left": 0
        },
        "page-686-DIV": {
          "top": 26720,
          "left": 0,
          "width": 75,
          "right": 75,
          "bottom": 26747,
          "height": 27
        },
        "page-349-DIV": {
          "right": 381,
          "width": 35,
          "bottom": 61,
          "height": 35,
          "top": 26,
          "left": 346
        },
        "page-620-DIV": {
          "width": 412,
          "right": 824,
          "bottom": 6611,
          "height": 60,
          "top": 6551,
          "left": 412
        },
        "page-671-SPAN": {
          "right": 305,
          "width": 35,
          "bottom": 6497,
          "height": 35,
          "top": 6462,
          "left": 270
        },
        "1-127-IMG": {
          "width": 363,
          "right": 387,
          "bottom": 55477,
          "height": 495,
          "top": 54981,
          "left": 25
        },
        "page-575-use": {
          "width": 17,
          "right": 255,
          "bottom": 12764,
          "height": 17,
          "top": 12746,
          "left": 238
        },
        "page-445-DIV": {
          "width": 363,
          "right": 387,
          "height": 276,
          "bottom": 31628,
          "left": 25,
          "top": 31352
        },
        "page-5-DIV": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-442-DIV": {
          "left": 0,
          "top": 40371,
          "right": 412,
          "width": 412,
          "height": 3524,
          "bottom": 43895
        },
        "page-102-DIV": {
          "right": 396,
          "width": 379,
          "height": 72,
          "bottom": 41303,
          "left": 16,
          "top": 41231
        },
        "page-676-use": {
          "left": 575,
          "top": 6440,
          "width": 11,
          "right": 586,
          "height": 22,
          "bottom": 6462
        },
        "page-236-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 55477,
          "height": 495,
          "top": 54981,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_95"
        },
        "page-383-DIV": {
          "top": 31352,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 32433,
          "height": 1081
        },
        "1-26-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-53-P": {
          "top": 42238,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42315,
          "height": 77
        },
        "page-388-svg": {
          "height": 20,
          "bottom": 50284,
          "width": 20,
          "right": 245,
          "left": 225,
          "top": 50264
        },
        "page-338-P": {
          "left": 25,
          "top": 26977,
          "right": 387,
          "width": 363,
          "height": 34,
          "bottom": 27011
        },
        "page-350-DIV": {
          "width": 363,
          "right": 387,
          "height": 471,
          "bottom": 61123,
          "left": 25,
          "top": 60652
        },
        "page-713-A": {
          "top": 67343,
          "left": 206,
          "bottom": 67525,
          "height": 181,
          "width": 181,
          "right": 387
        },
        "page-646-DIV": {
          "left": 412,
          "top": 6623,
          "height": 95,
          "bottom": 6718,
          "width": 412,
          "right": 824
        },
        "page-369-DIV": {
          "width": 290,
          "right": 351,
          "height": 365,
          "bottom": 22102,
          "left": 61,
          "top": 21737
        },
        "page-532-NAV": {
          "width": 363,
          "right": 387,
          "bottom": 75401,
          "height": 24,
          "top": 75377,
          "left": 25
        },
        "1-59-A": {
          "height": 25,
          "bottom": 12768,
          "width": 25,
          "right": 179,
          "left": 154,
          "top": 12743
        },
        "1-124-IMG": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 0,
          "top": 43895,
          "left": -412
        },
        "page-119-DIV": {
          "top": 42330,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42387,
          "height": 57
        },
        "page-356-DIV": {
          "left": 0,
          "top": 17085,
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-635-DIV": {
          "width": 412,
          "right": 824,
          "height": 12760,
          "bottom": 12866,
          "left": 412,
          "top": 106
        },
        "page-30-H2": {
          "top": 47026,
          "left": -374,
          "width": 336,
          "right": -38,
          "bottom": 47056,
          "height": 29
        },
        "page-500-BR": {
          "left": 320,
          "top": 43327,
          "height": 17,
          "bottom": 43344,
          "width": 0,
          "right": 320
        },
        "page-298-DIV": {
          "left": -9968,
          "top": 47019,
          "height": 192,
          "bottom": 47211,
          "width": 350,
          "right": -9618
        },
        "page-520-DIV": {
          "top": 47006,
          "left": -9968,
          "bottom": 47224,
          "height": 218,
          "width": 350,
          "right": -9618
        },
        "page-45-DIV": {
          "left": 0,
          "top": 40371,
          "height": 3524,
          "bottom": 43895,
          "width": 412,
          "right": 412
        },
        "1-61-A": {
          "top": 12743,
          "left": 234,
          "width": 25,
          "right": 259,
          "bottom": 12768,
          "height": 25
        },
        "page-308-BUTTON": {
          "bottom": 62,
          "height": 37,
          "width": 47,
          "right": 387,
          "top": 25,
          "left": 340
        },
        "page-729-DIV": {
          "left": 206,
          "top": 67525,
          "id": "yui_3_17_2_1_1784619478489_252",
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67706
        },
        "page-579-DIV": {
          "top": 6396,
          "left": 475,
          "bottom": 6431,
          "height": 35,
          "width": 286,
          "right": 761
        },
        "page-612-DIV": {
          "width": 412,
          "right": 824,
          "height": 12760,
          "bottom": 12866,
          "left": 412,
          "top": 106
        },
        "page-515-DIV": {
          "bottom": 55555,
          "height": 61,
          "width": 397,
          "right": 404,
          "id": "block-yui_3_17_2_1_1637636580708_7933",
          "top": 55494,
          "left": 8
        },
        "1-13-DIV": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "id": "about",
          "top": 0,
          "left": 0
        },
        "page-97-DIV": {
          "right": 412,
          "width": 412,
          "height": 1081,
          "bottom": 32433,
          "left": 0,
          "top": 31352
        },
        "1-8-A": {
          "top": 67525,
          "left": 206,
          "bottom": 67706,
          "height": 181,
          "width": 181,
          "right": 387
        },
        "1-87-A": {
          "left": 16,
          "top": 43415,
          "height": 57,
          "bottom": 43471,
          "width": 225,
          "right": 242
        },
        "page-634-DIV": {
          "bottom": 6623,
          "height": 60,
          "width": 412,
          "right": 824,
          "top": 6563,
          "left": 412
        },
        "page-16-DIV": {
          "top": 54981,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_93",
          "width": 363,
          "right": 387,
          "bottom": 55477,
          "height": 495
        },
        "page-33-H2": {
          "right": 387,
          "width": 363,
          "bottom": 60790,
          "height": 138,
          "top": 60652,
          "left": 25
        },
        "1-151-LINK": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-271-DIV": {
          "left": 0,
          "top": 0,
          "width": 412,
          "right": 412,
          "height": 0,
          "bottom": 0
        },
        "page-123-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "1-74-A": {
          "right": 735,
          "width": 234,
          "bottom": 6611,
          "height": 35,
          "top": 6576,
          "left": 501
        },
        "page-631-SPAN": {
          "width": 72,
          "right": 674,
          "height": 35,
          "bottom": 6469,
          "left": 602,
          "top": 6434
        },
        "page-743-LINK": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-346-DIV": {
          "bottom": 75985,
          "height": 721,
          "width": 363,
          "right": 387,
          "id": "yui_3_17_2_1_1784619478489_111",
          "top": 75265,
          "left": 25
        },
        "page-452-DIV": {
          "left": 0,
          "top": 12846,
          "width": 412,
          "right": 412,
          "height": 4239,
          "bottom": 17085
        },
        "page-459-DIV": {
          "left": 0,
          "top": 27350,
          "width": 412,
          "right": 412,
          "height": 304,
          "bottom": 27654
        },
        "page-280-NOSCRIPT": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-85-DIV": {
          "left": 0,
          "top": 17085,
          "height": 9635,
          "bottom": 26720,
          "width": 412,
          "right": 412
        },
        "page-118-DIV": {
          "left": 25,
          "top": 31849,
          "right": 387,
          "width": 363,
          "height": 479,
          "bottom": 32328
        },
        "1-98-A": {
          "width": 24,
          "right": 218,
          "height": 24,
          "bottom": 75401,
          "left": 194,
          "top": 75377
        },
        "page-302-DIV": {
          "bottom": 13590,
          "height": 727,
          "width": 412,
          "right": 412,
          "top": 12862,
          "left": 0
        },
        "1-24-A": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-563-A": {
          "top": 6504,
          "left": 451,
          "bottom": 6539,
          "height": 35,
          "width": 334,
          "right": 785
        },
        "page-241-DIV": {
          "width": 379,
          "right": 396,
          "bottom": 43400,
          "height": 110,
          "top": 43290,
          "left": 16
        },
        "1-172-META": {
          "right": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-464-DIV": {
          "width": 379,
          "right": 396,
          "height": 285,
          "bottom": 42732,
          "left": 16,
          "top": 42447
        },
        "page-190-SECTION": {
          "height": 4239,
          "bottom": 40371,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 36132
        },
        "page-111-DIV": {
          "left": 0,
          "top": 50250,
          "width": 412,
          "right": 412,
          "height": 48,
          "bottom": 50298
        },
        "1-113-IMG": {
          "width": 379,
          "right": 396,
          "bottom": 41080,
          "height": 285,
          "top": 40795,
          "left": 16
        },
        "page-423-DIV": {
          "width": 176,
          "right": 294,
          "height": 59,
          "bottom": 61438,
          "left": 118,
          "top": 61379
        },
        "1-153-LINK": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "right": 0,
          "width": 0
        },
        "page-137-DIV": {
          "top": 47076,
          "left": -374,
          "bottom": 47127,
          "height": 51,
          "width": 336,
          "right": -38
        },
        "page-453-DIV": {
          "left": -9968,
          "top": 47019,
          "height": 192,
          "bottom": 47211,
          "width": 350,
          "right": -9618
        },
        "page-417-A": {
          "height": 57,
          "bottom": 79,
          "width": 164,
          "right": -14756,
          "left": -14920,
          "top": 22
        },
        "1-122-IMG": {
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423,
          "top": 43895,
          "left": -9999
        },
        "page-478-DIV": {
          "top": 32374,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 32433,
          "height": 59
        },
        "page-32-DIV": {
          "top": 31849,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 32328,
          "height": 479
        },
        "1-57-A": {
          "left": 107,
          "top": 6462,
          "height": 35,
          "bottom": 6497,
          "width": 198,
          "right": 305
        },
        "page-37-H2": {
          "bottom": 21721,
          "height": 35,
          "width": 290,
          "right": 351,
          "top": 21687,
          "left": 61
        },
        "1-15-A": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-264-SECTION": {
          "width": 412,
          "right": 412,
          "height": 8478,
          "bottom": 36132,
          "left": 0,
          "top": 27654
        },
        "page-178-DIV": {
          "top": 75377,
          "left": 25,
          "right": 387,
          "width": 363,
          "bottom": 75401,
          "height": 24
        },
        "1-72-A": {
          "width": 331,
          "right": 783,
          "bottom": 6491,
          "height": 35,
          "top": 6456,
          "left": 453
        },
        "page-108-DIV": {
          "height": 85,
          "bottom": 12795,
          "width": 269,
          "right": 341,
          "left": 71,
          "top": 12710
        },
        "page-211-DIV": {
          "top": 0,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 86,
          "height": 86
        },
        "page-240-DIV": {
          "bottom": 43895,
          "height": 3524,
          "width": 412,
          "right": 412,
          "top": 40371,
          "left": 0
        },
        "1-143-LINK": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-697-DIV": {
          "bottom": 67706,
          "height": 181,
          "width": 181,
          "right": 206,
          "id": "yui_3_17_2_1_1784619478489_251",
          "top": 67525,
          "left": 25
        },
        "page-322-SECTION": {
          "left": 0,
          "top": 40371,
          "height": 3524,
          "bottom": 43895,
          "width": 412,
          "right": 412
        },
        "page-150-DIV": {
          "left": 0,
          "top": 63164,
          "height": 8478,
          "bottom": 71643,
          "right": 412,
          "width": 412
        },
        "page-435-P": {
          "top": 36289,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 36494,
          "height": 205
        },
        "page-456-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-377-DIV": {
          "width": 397,
          "right": 404,
          "bottom": 54435,
          "height": 530,
          "top": 53905,
          "left": 8,
          "id": "block-yui_3_17_2_1_1636983722793_4448"
        },
        "page-17-IFRAME": {
          "width": 254,
          "right": 279,
          "bottom": 75735,
          "height": 300,
          "top": 75435,
          "left": 25
        },
        "page-694-DIV": {
          "bottom": 50346,
          "height": 27,
          "width": 75,
          "right": 75,
          "top": 50318,
          "left": 0
        },
        "page-415-DIV": {
          "left": -9999,
          "top": 43895,
          "right": -9587,
          "width": 412,
          "height": 6423,
          "bottom": 50318
        },
        "page-522-A": {
          "right": 315,
          "width": 218,
          "bottom": 13484,
          "height": 57,
          "top": 13427,
          "left": 97
        },
        "page-225-LI": {
          "top": 42447,
          "left": 16,
          "bottom": 42929,
          "height": 482,
          "width": 379,
          "right": 396
        },
        "page-584-DIV": {
          "top": 6337,
          "left": 486,
          "bottom": 6372,
          "height": 35,
          "right": 750,
          "width": 265
        },
        "page-430-IMG": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-40-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-493-FIGURE": {
          "right": 387,
          "width": 363,
          "height": 496,
          "bottom": 54418,
          "left": 25,
          "top": 53922,
          "id": "yui_3_17_2_1_1784619478489_69"
        },
        "page-525-DIV": {
          "top": 43895,
          "left": 0,
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412
        },
        "1-150-LINK": {
          "right": 0,
          "width": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-157-IMG": {
          "height": 61,
          "bottom": 75343,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 75282
        },
        "page-487-DIV": {
          "left": 8,
          "top": 53627,
          "id": "block-yui_3_17_2_1_1637636580708_7144",
          "width": 397,
          "right": 404,
          "height": 73,
          "bottom": 53700
        },
        "page-254-MAIN": {
          "top": 0,
          "left": 0,
          "id": "page",
          "width": 412,
          "right": 412,
          "bottom": 71643,
          "height": 71643
        },
        "page-516-DIV": {
          "left": 25,
          "top": 60652,
          "height": 471,
          "bottom": 61123,
          "width": 363,
          "right": 387
        },
        "page-689-DIV": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-441-BR": {
          "left": 263,
          "top": 42810,
          "height": 17,
          "bottom": 42827,
          "width": 0,
          "right": 263
        },
        "page-651-SPAN": {
          "width": 72,
          "right": 674,
          "bottom": 6302,
          "height": 35,
          "top": 6267,
          "left": 602
        },
        "page-511-SECTION": {
          "id": "yui_3_17_2_1_1784619478489_76",
          "left": 0,
          "top": 50318,
          "height": 8607,
          "bottom": 58925,
          "width": 412,
          "right": 412
        },
        "page-535-H2": {
          "left": -9961,
          "top": 47026,
          "width": 336,
          "right": -9625,
          "height": 29,
          "bottom": 47056
        },
        "1-140-LINK": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "1-170-META": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-508-DIV": {
          "top": 36289,
          "left": 25,
          "id": "block-dee97f66820226213d65",
          "width": 363,
          "right": 387,
          "bottom": 36494,
          "height": 205
        },
        "page-272-DIV": {
          "width": 363,
          "right": 387,
          "height": 37,
          "bottom": 62,
          "left": 25,
          "top": 25
        },
        "page-710-A": {
          "left": 206,
          "top": 67525,
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67706
        },
        "page-344-DIV": {
          "bottom": 41845,
          "height": 57,
          "width": 379,
          "right": 396,
          "top": 41788,
          "left": 16
        },
        "page-372-DIV": {
          "top": 47076,
          "left": -9961,
          "width": 336,
          "right": -9625,
          "bottom": 47127,
          "height": 51
        },
        "1-139-LINK": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-499-DIV": {
          "left": 0,
          "top": 26720,
          "height": 934,
          "bottom": 27654,
          "width": 412,
          "right": 412
        },
        "1-103-A": {
          "height": 24,
          "bottom": 75968,
          "width": 42,
          "right": 387,
          "left": 345,
          "top": 75945
        },
        "page-529-IMG": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-169-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-89-SECTION": {
          "bottom": 71643,
          "height": 8478,
          "width": 412,
          "right": 412,
          "top": 63164,
          "left": 0
        },
        "page-528-A": {
          "left": 16,
          "top": 43415,
          "height": 57,
          "bottom": 43471,
          "width": 225,
          "right": 242
        },
        "page-596-DIV": {
          "top": 6402,
          "left": 119,
          "width": 174,
          "right": 293,
          "bottom": 6437,
          "height": 35
        },
        "page-8-LI": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": -9587,
          "top": 43895,
          "left": -9999
        },
        "page-101-DIV": {
          "id": "yui_3_17_2_1_1784619478489_96",
          "top": 54981,
          "left": 25,
          "bottom": 55477,
          "height": 495,
          "width": 363,
          "right": 387
        },
        "page-48-DIV": {
          "height": 39,
          "bottom": 53683,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 53644
        },
        "page-702-DIV": {
          "left": 206,
          "top": 66981,
          "height": 181,
          "bottom": 67162,
          "width": 181,
          "right": 387
        },
        "page-327-DIV": {
          "bottom": 27654,
          "height": 304,
          "width": 412,
          "right": 412,
          "id": "block-5f3939be98c4f531fc59",
          "top": 27350,
          "left": 0
        },
        "page-553-SPAN": {
          "left": 602,
          "top": 6434,
          "height": 35,
          "bottom": 6469,
          "width": 72,
          "right": 674
        },
        "page-183-A": {
          "height": 57,
          "bottom": 47204,
          "right": -9785,
          "width": 176,
          "left": -9961,
          "top": 47147
        },
        "page-313-DIV": {
          "left": 25,
          "top": 61134,
          "width": 363,
          "right": 387,
          "height": 234,
          "bottom": 61368
        },
        "page-585-DIV": {
          "left": 0,
          "top": 12866,
          "height": 113,
          "bottom": 12979,
          "right": 412,
          "width": 412
        },
        "page-734-IMG": {
          "bottom": 67192,
          "height": 241,
          "width": 181,
          "right": 387,
          "top": 66951,
          "left": 206
        },
        "1-31-A": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "width": 0
        },
        "page-357-A": {
          "top": 75897,
          "left": 300,
          "bottom": 75921,
          "height": 24,
          "width": 87,
          "right": 387
        },
        "page-139-DIV": {
          "id": "block-aa60b76096934490284f",
          "top": 61134,
          "left": 25,
          "bottom": 61368,
          "height": 234,
          "width": 363,
          "right": 387
        },
        "page-480-DIV": {
          "top": 42748,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42857,
          "height": 110
        },
        "page-168-DIV": {
          "height": 0,
          "bottom": 43,
          "width": 0,
          "right": 364,
          "left": 364,
          "top": 43
        },
        "page-305-DIV": {
          "bottom": 42929,
          "height": 57,
          "right": 396,
          "width": 379,
          "top": 42873,
          "left": 16
        },
        "page-643-A": {
          "width": 271,
          "right": 754,
          "height": 35,
          "bottom": 6551,
          "left": 482,
          "top": 6516
        },
        "page-71-DIV": {
          "left": 0,
          "top": 36132,
          "width": 412,
          "right": 412,
          "height": 4239,
          "bottom": 40371
        },
        "page-523-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 75343,
          "height": 61,
          "top": 75282,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_106"
        },
        "1-96-A": {
          "top": 66921,
          "left": 67,
          "width": 283,
          "right": 350,
          "bottom": 66944,
          "height": 23
        },
        "page-512-H2": {
          "width": 336,
          "right": -9625,
          "bottom": 47043,
          "height": 29,
          "top": 47014,
          "left": -9961
        },
        "page-229-svg": {
          "right": 192,
          "width": 48,
          "height": 48,
          "bottom": 75413,
          "left": 144,
          "top": 75365
        },
        "page-502-IMG": {
          "top": 31849,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 32328,
          "height": 479
        },
        "page-87-DIV": {
          "top": 60652,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 61438,
          "height": 786
        },
        "page-619-DIV": {
          "right": 735,
          "width": 234,
          "height": 35,
          "bottom": 6611,
          "left": 501,
          "top": 6576
        },
        "1-42-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-501-P": {
          "width": 336,
          "right": -9625,
          "bottom": 47140,
          "height": 77,
          "top": 47063,
          "left": -9961
        },
        "page-559-A": {
          "width": 234,
          "right": 735,
          "bottom": 6611,
          "height": 35,
          "top": 6576,
          "left": 501
        },
        "page-2-IMG": {
          "top": 12846,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 17085,
          "height": 4239
        },
        "1-108-IMG": {
          "top": 17085,
          "left": 0,
          "bottom": 26720,
          "height": 9635,
          "right": 412,
          "width": 412
        },
        "page-443-DIV": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "1-154-LINK": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "1-16-A": {
          "right": -14756,
          "width": 164,
          "bottom": 79,
          "height": 57,
          "top": 22,
          "left": -14920
        },
        "page-703-A": {
          "top": 66981,
          "left": 206,
          "bottom": 67162,
          "height": 181,
          "width": 181,
          "right": 387
        },
        "1-33-A": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-4-A": {
          "top": 12710,
          "left": 71,
          "bottom": 12795,
          "height": 85,
          "width": 269,
          "right": 341
        },
        "page-368-H2": {
          "left": 16,
          "top": 41096,
          "height": 29,
          "bottom": 41125,
          "width": 379,
          "right": 396
        },
        "1-97-A": {
          "top": 75377,
          "left": 156,
          "width": 24,
          "right": 180,
          "bottom": 75401,
          "height": 24
        },
        "1-83-A": {
          "width": 241,
          "right": 257,
          "height": 57,
          "bottom": 41303,
          "left": 16,
          "top": 41246
        },
        "page-680-SPAN": {
          "top": 6342,
          "left": 285,
          "width": 35,
          "right": 320,
          "bottom": 6377,
          "height": 35
        },
        "page-342-DIV": {
          "width": 336,
          "right": -9625,
          "bottom": 47127,
          "height": 51,
          "top": 47076,
          "left": -9961
        },
        "page-84-IMG": {
          "right": 387,
          "width": 363,
          "height": 234,
          "bottom": 61368,
          "left": 25,
          "top": 61134
        },
        "page-378-DIV": {
          "width": 336,
          "right": -9625,
          "height": 57,
          "bottom": 47217,
          "left": -9961,
          "top": 47160
        },
        "page-336-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-348-DIV": {
          "width": 412,
          "right": 412,
          "height": 120,
          "bottom": 12830,
          "left": 0,
          "top": 12710
        },
        "page-41-IMG": {
          "right": 0,
          "width": 412,
          "height": 6423,
          "bottom": 50318,
          "left": -412,
          "top": 43895
        },
        "page-735-IMG": {
          "height": 181,
          "bottom": 67343,
          "right": 206,
          "width": 181,
          "left": 25,
          "top": 67162
        },
        "1-7-A": {
          "bottom": 67706,
          "height": 181,
          "width": 181,
          "right": 206,
          "top": 67525,
          "left": 25
        },
        "page-414-A": {
          "bottom": 75401,
          "height": 24,
          "width": 24,
          "right": 180,
          "top": 75377,
          "left": 156
        },
        "page-93-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 27654,
          "height": 304,
          "top": 27350,
          "left": 0
        },
        "page-473-DIV": {
          "left": 25,
          "top": 60652,
          "width": 363,
          "right": 387,
          "height": 471,
          "bottom": 61123
        },
        "page-323-DIV": {
          "bottom": 27654,
          "height": 304,
          "width": 412,
          "right": 412,
          "top": 27350,
          "left": 0
        },
        "1-44-A": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-310-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 54947,
          "height": 495,
          "top": 54452,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_82"
        },
        "page-727-DIV": {
          "bottom": 67162,
          "height": 181,
          "width": 181,
          "right": 206,
          "id": "yui_3_17_2_1_1784619478489_245",
          "top": 66981,
          "left": 25
        },
        "page-36-DIV": {
          "left": 8,
          "top": 53627,
          "right": 404,
          "width": 397,
          "height": 278,
          "bottom": 53905
        },
        "page-644-DIV": {
          "left": 412,
          "top": 6491,
          "height": 60,
          "bottom": 6551,
          "right": 824,
          "width": 412
        },
        "page-361-DIV": {
          "width": 336,
          "right": -9625,
          "bottom": 47204,
          "height": 57,
          "top": 47147,
          "left": -9961
        },
        "page-484-DIV": {
          "width": 363,
          "right": 387,
          "height": 479,
          "bottom": 32328,
          "left": 25,
          "top": 31849
        },
        "page-82-A": {
          "top": 47160,
          "left": -9961,
          "bottom": 47217,
          "height": 57,
          "width": 150,
          "right": -9811
        },
        "page-531-DIV": {
          "left": 25,
          "top": 28,
          "width": 313,
          "right": 337,
          "height": 30,
          "bottom": 58
        },
        "page-261-path": {
          "left": 226,
          "top": 50274,
          "height": 0,
          "bottom": 50274,
          "width": 17,
          "right": 242
        },
        "page-167-A": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-611-DIV": {
          "top": 12728,
          "left": 20,
          "width": 372,
          "right": 392,
          "bottom": 12783,
          "height": 55
        },
        "page-193-LI": {
          "top": 43895,
          "left": -9999,
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423
        },
        "1-119-IMG": {
          "left": -9999,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "right": -9587,
          "width": 412
        },
        "1-54-A": {
          "left": 142,
          "top": 6283,
          "width": 128,
          "right": 270,
          "height": 35,
          "bottom": 6318
        },
        "page-400-DIV": {
          "height": 40,
          "bottom": 50294,
          "width": 40,
          "right": 197,
          "left": 157,
          "top": 50254
        },
        "page-618-DIV": {
          "height": 70,
          "bottom": 6491,
          "width": 412,
          "right": 824,
          "left": 412,
          "top": 6421
        },
        "page-594-A": {
          "width": 25,
          "right": 179,
          "height": 25,
          "bottom": 12768,
          "left": 154,
          "top": 12743
        },
        "page-421-DIV": {
          "left": 0,
          "top": 17085,
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720
        },
        "page-186-DIV": {
          "top": 30504,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 33281,
          "height": 2777
        },
        "page-113-DIV": {
          "bottom": 31628,
          "height": 276,
          "width": 363,
          "right": 387,
          "top": 31352,
          "left": 25
        },
        "page-552-A": {
          "left": 552,
          "top": 6267,
          "width": 132,
          "right": 684,
          "height": 35,
          "bottom": 6302
        },
        "page-733-IMG": {
          "top": 66981,
          "left": 25,
          "bottom": 67162,
          "height": 181,
          "width": 181,
          "right": 206
        },
        "page-390-DIV": {
          "top": 43895,
          "left": 0,
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412
        },
        "1-126-IMG": {
          "height": 495,
          "bottom": 54947,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 54452
        },
        "page-141-DIV": {
          "bottom": 41845,
          "height": 72,
          "width": 379,
          "right": 396,
          "top": 41773,
          "left": 16
        },
        "page-55-DIV": {
          "top": 12846,
          "left": 0,
          "width": 412,
          "right": 412,
          "bottom": 14438,
          "height": 1592
        },
        "page-134-DIV": {
          "top": 42238,
          "left": 16,
          "width": 379,
          "right": 396,
          "bottom": 42315,
          "height": 77
        },
        "page-738-IMG": {
          "bottom": 67524,
          "height": 181,
          "right": 387,
          "width": 181,
          "top": 67343,
          "left": 206
        },
        "page-589-DIV": {
          "width": 25,
          "right": 259,
          "bottom": 12768,
          "height": 25,
          "top": 12743,
          "left": 234
        },
        "page-580-A": {
          "width": 109,
          "right": 672,
          "bottom": 6539,
          "height": 35,
          "top": 6504,
          "left": 564
        },
        "1-28-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-81-A": {
          "width": 176,
          "right": 294,
          "bottom": 13580,
          "height": 74,
          "top": 13506,
          "left": 118
        },
        "page-591-DIV": {
          "top": 6462,
          "left": 107,
          "bottom": 6497,
          "height": 35,
          "width": 198,
          "right": 305
        },
        "page-248-P": {
          "top": 41696,
          "left": 16,
          "bottom": 41773,
          "height": 77,
          "width": 379,
          "right": 396
        },
        "page-307-IMG": {
          "left": 16,
          "top": 40795,
          "right": 396,
          "width": 379,
          "height": 285,
          "bottom": 41080
        },
        "page-425-DIV": {
          "height": 12846,
          "bottom": 12846,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 0
        },
        "page-604-A": {
          "left": 465,
          "top": 6504,
          "height": 35,
          "bottom": 6539,
          "width": 306,
          "right": 771
        },
        "1-123-IMG": {
          "left": -9999,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "width": 412,
          "right": -9587
        },
        "1-75-A": {
          "left": 449,
          "top": 6635,
          "height": 70,
          "bottom": 6705,
          "width": 338,
          "right": 787
        },
        "page-120-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-77-H2": {
          "bottom": 43319,
          "height": 29,
          "width": 379,
          "right": 396,
          "top": 43290,
          "left": 16
        },
        "page-655-A": {
          "left": 119,
          "top": 6402,
          "right": 293,
          "width": 174,
          "height": 35,
          "bottom": 6437
        },
        "page-152-NOSCRIPT": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-142-DIV": {
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0
        },
        "page-547-H2": {
          "top": 42748,
          "left": 16,
          "bottom": 42777,
          "height": 29,
          "width": 379,
          "right": 396
        },
        "page-34-P": {
          "width": 363,
          "right": 387,
          "bottom": 75841,
          "height": 24,
          "top": 75817,
          "left": 25
        },
        "page-219-DIV": {
          "height": 2314,
          "bottom": 76782,
          "width": 412,
          "right": 412,
          "id": "yui_3_17_2_1_1784619478489_112",
          "left": 0,
          "top": 74468
        },
        "page-57-DIV": {
          "height": 129,
          "bottom": 13026,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 12897
        },
        "page-666-svg": {
          "width": 35,
          "right": 281,
          "bottom": 6557,
          "height": 35,
          "top": 6522,
          "left": 246
        },
        "page-212-DIV": {
          "width": 397,
          "right": 404,
          "height": 1001,
          "bottom": 67904,
          "left": 8,
          "top": 66903
        },
        "page-740-IMG": {
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67706,
          "left": 206,
          "top": 67525
        },
        "1-86-A": {
          "left": 16,
          "top": 42873,
          "right": 192,
          "width": 176,
          "height": 57,
          "bottom": 42929
        },
        "page-50-DIV": {
          "top": 26790,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 27317,
          "height": 527
        },
        "page-479-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 26720,
          "height": 9635,
          "top": 17085,
          "left": 0
        },
        "1-149-LINK": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-544-DIV": {
          "left": 16,
          "top": 40795,
          "width": 379,
          "right": 396,
          "height": 285,
          "bottom": 41080
        },
        "page-201-P": {
          "width": 363,
          "right": 387,
          "height": 72,
          "bottom": 75968,
          "left": 25,
          "top": 75897
        },
        "page-299-P": {
          "left": 61,
          "top": 22015,
          "height": 87,
          "bottom": 22102,
          "width": 290,
          "right": 351
        },
        "page-269-FIGURE": {
          "id": "yui_3_17_2_1_1784619478489_104",
          "top": 75282,
          "left": 25,
          "bottom": 75343,
          "height": 61,
          "right": 387,
          "width": 363
        },
        "1-82-A": {
          "left": 25,
          "top": 32374,
          "width": 363,
          "right": 387,
          "height": 59,
          "bottom": 32433
        },
        "page-199-FIGURE": {
          "right": 387,
          "width": 363,
          "bottom": 55477,
          "height": 495,
          "top": 54981,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_94"
        },
        "1-130-IMG": {
          "height": 241,
          "bottom": 67192,
          "width": 181,
          "right": 387,
          "left": 206,
          "top": 66951
        },
        "page-695-DIV": {
          "top": 66981,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_187",
          "width": 363,
          "right": 387,
          "bottom": 67887,
          "height": 906
        },
        "page-696-DIV": {
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67525,
          "left": 25,
          "top": 67343,
          "id": "yui_3_17_2_1_1784619478489_249"
        },
        "page-158-P": {
          "left": 16,
          "top": 42781,
          "height": 77,
          "bottom": 42857,
          "width": 379,
          "right": 396
        },
        "1-20-A": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-510-DIV": {
          "bottom": 55494,
          "height": 529,
          "width": 397,
          "right": 404,
          "id": "block-yui_3_17_2_1_1636983722793_6032",
          "top": 54964,
          "left": 8
        },
        "page-184-DIV": {
          "width": 363,
          "right": 387,
          "height": 496,
          "bottom": 54418,
          "left": 25,
          "top": 53922,
          "id": "yui_3_17_2_1_1784619478489_67"
        },
        "page-62-DIV": {
          "height": 77,
          "bottom": 41773,
          "width": 379,
          "right": 396,
          "left": 16,
          "top": 41696
        },
        "1-128-IMG": {
          "top": 61134,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 61368,
          "height": 234
        },
        "page-476-DIV": {
          "bottom": 13580,
          "height": 74,
          "width": 176,
          "right": 294,
          "id": "yui_3_17_2_1_1784619478489_134",
          "top": 13506,
          "left": 118
        },
        "page-306-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 62,
          "height": 37,
          "top": 25,
          "left": 25
        },
        "page-719-DIV": {
          "width": 181,
          "right": 387,
          "bottom": 67706,
          "height": 181,
          "top": 67525,
          "left": 206
        },
        "page-195-DIV": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-39-DIV": {
          "height": 57,
          "bottom": 47204,
          "width": 336,
          "right": -38,
          "left": -374,
          "top": 47147
        },
        "page-593-SPAN": {
          "width": 1,
          "right": 108,
          "height": 1,
          "bottom": 6480,
          "left": 107,
          "top": 6479
        },
        "page-98-svg": {
          "width": 48,
          "right": 230,
          "height": 48,
          "bottom": 75413,
          "left": 182,
          "top": 75365
        },
        "page-259-IMG": {
          "bottom": 54947,
          "height": 495,
          "width": 363,
          "right": 387,
          "top": 54452,
          "left": 25
        },
        "page-249-svg": {
          "top": 75365,
          "left": 220,
          "width": 48,
          "right": 268,
          "bottom": 75413,
          "height": 48
        },
        "page-409-DIV": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-601-SPAN": {
          "left": 602,
          "top": 6374,
          "height": 35,
          "bottom": 6409,
          "width": 72,
          "right": 674
        },
        "page-490-DIV": {
          "right": 387,
          "width": 363,
          "height": 39,
          "bottom": 53683,
          "left": 25,
          "top": 53644
        },
        "1-137-IMG": {
          "height": 226,
          "bottom": 67909,
          "width": 181,
          "right": 206,
          "left": 25,
          "top": 67683
        },
        "1-69-A": {
          "height": 35,
          "bottom": 6302,
          "right": 684,
          "width": 132,
          "left": 552,
          "top": 6267
        },
        "page-114-P": {
          "top": 55511,
          "left": 25,
          "bottom": 55538,
          "height": 27,
          "width": 363,
          "right": 387
        },
        "page-176-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-622-DIV": {
          "height": 35,
          "bottom": 6318,
          "width": 128,
          "right": 270,
          "left": 142,
          "top": 6283
        },
        "page-534-DIV": {
          "top": 36132,
          "left": 0,
          "bottom": 40371,
          "height": 4239,
          "width": 412,
          "right": 412
        },
        "page-707-DIV": {
          "width": 181,
          "right": 206,
          "bottom": 67343,
          "height": 181,
          "top": 67162,
          "left": 25,
          "id": "yui_3_17_2_1_1784619478489_247"
        },
        "page-628-DIV": {
          "top": 6504,
          "left": 564,
          "width": 109,
          "right": 672,
          "bottom": 6539,
          "height": 35
        },
        "1-17-A": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-324-DIV": {
          "bottom": 41648,
          "height": 285,
          "width": 379,
          "right": 396,
          "top": 41363,
          "left": 16
        },
        "page-179-DIV": {
          "top": 60228,
          "left": 0,
          "bottom": 61862,
          "height": 1634,
          "width": 412,
          "right": 412
        },
        "page-714-DIV": {
          "left": 206,
          "top": 66981,
          "id": "yui_3_17_2_1_1784619478489_246",
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67162
        },
        "page-590-A": {
          "left": 92,
          "top": 6342,
          "height": 35,
          "bottom": 6377,
          "width": 228,
          "right": 320
        },
        "1-110-IMG": {
          "bottom": 27654,
          "height": 304,
          "width": 412,
          "right": 412,
          "top": 27350,
          "left": 0
        },
        "page-673-SPAN": {
          "height": 35,
          "bottom": 6302,
          "width": 35,
          "right": 597,
          "left": 562,
          "top": 6267
        },
        "1-19-A": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-263-DIV": {
          "bottom": 61368,
          "height": 234,
          "width": 363,
          "right": 387,
          "top": 61134,
          "left": 25
        },
        "page-171-DIV": {
          "width": 269,
          "right": 341,
          "height": 59,
          "bottom": 13485,
          "left": 71,
          "top": 13426
        },
        "1-148-LINK": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-576-A": {
          "left": 486,
          "top": 6337,
          "width": 265,
          "right": 750,
          "height": 35,
          "bottom": 6372
        },
        "page-68-DIV": {
          "width": 412,
          "right": 412,
          "height": 8607,
          "bottom": 58925,
          "left": 0,
          "top": 50318
        },
        "page-569-DIV": {
          "bottom": 6569,
          "height": 358,
          "width": 412,
          "right": 412,
          "top": 6211,
          "left": 0
        },
        "page-519-DIV": {
          "bottom": 41303,
          "height": 57,
          "width": 379,
          "right": 396,
          "top": 41246,
          "left": 16
        },
        "page-684-SPAN": {
          "top": 6522,
          "left": 246,
          "width": 35,
          "right": 281,
          "bottom": 6557,
          "height": 35
        },
        "page-290-IMG": {
          "width": 412,
          "right": -9587,
          "height": 6423,
          "bottom": 50318,
          "left": -9999,
          "top": 43895
        },
        "1-55-A": {
          "width": 228,
          "right": 320,
          "height": 35,
          "bottom": 6377,
          "left": 92,
          "top": 6342
        },
        "page-629-DIV": {
          "left": 412,
          "top": 6444,
          "height": 60,
          "bottom": 6504,
          "width": 412,
          "right": 824
        },
        "1-94-A": {
          "left": 76,
          "top": 55515,
          "height": 19,
          "bottom": 55534,
          "width": 260,
          "right": 336
        },
        "page-198-DIV": {
          "top": 26720,
          "left": 0,
          "bottom": 27654,
          "height": 934,
          "width": 412,
          "right": 412
        },
        "page-138-DIV": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "1-107-IMG": {
          "width": 412,
          "right": 412,
          "bottom": 17085,
          "height": 4239,
          "top": 12846,
          "left": 0
        },
        "1-10-LI": {
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423,
          "top": 43895,
          "left": -9999
        },
        "1-176-META": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "page-326-DIV": {
          "right": 412,
          "width": 412,
          "bottom": 26720,
          "height": 9635,
          "top": 17085,
          "left": 0
        },
        "page-14-H2": {
          "height": 46,
          "bottom": 36254,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 36207
        },
        "page-347-A": {
          "bottom": 75881,
          "height": 24,
          "width": 189,
          "right": 387,
          "top": 75857,
          "left": 198
        },
        "page-650-DIV": {
          "left": 412,
          "top": 106,
          "width": 412,
          "right": 824,
          "height": 12760,
          "bottom": 12866
        },
        "page-100-DIV": {
          "right": 294,
          "width": 176,
          "height": 59,
          "bottom": 61438,
          "left": 118,
          "top": 61379,
          "id": "yui_3_17_2_1_1784619478489_148"
        },
        "page-278-DIV": {
          "top": 0,
          "left": 0,
          "bottom": 12846,
          "height": 12846,
          "width": 412,
          "right": 412
        },
        "page-583-use": {
          "height": 20,
          "bottom": 12766,
          "width": 20,
          "right": 176,
          "left": 156,
          "top": 12745
        },
        "page-387-path": {
          "left": 170,
          "top": 50274,
          "width": 17,
          "right": 186,
          "height": 0,
          "bottom": 50274
        },
        "page-217-DIV": {
          "width": 412,
          "right": 412,
          "height": 727,
          "bottom": 13590,
          "left": 0,
          "top": 12862
        },
        "page-226-IMG": {
          "left": -9999,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "right": -9587,
          "width": 412
        },
        "page-486-DIV": {
          "top": 42315,
          "left": 16,
          "bottom": 42387,
          "height": 72,
          "width": 379,
          "right": 396
        },
        "1-88-A": {
          "top": 47147,
          "left": 38,
          "bottom": 47204,
          "height": 57,
          "right": 200,
          "width": 162
        },
        "1-147-LINK": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-463-H2": {
          "right": -9625,
          "width": 336,
          "height": 29,
          "bottom": 47056,
          "left": -9961,
          "top": 47026
        },
        "page-292-A": {
          "left": 232,
          "top": 75377,
          "width": 24,
          "right": 256,
          "height": 24,
          "bottom": 75401
        },
        "page-231-UL": {
          "bottom": 50318,
          "height": 6423,
          "width": 412,
          "right": 412,
          "top": 43895,
          "left": 0
        },
        "page-541-DIV": {
          "bottom": 31838,
          "height": 199,
          "width": 363,
          "right": 387,
          "top": 31639,
          "left": 25
        },
        "1-117-IMG": {
          "left": 16,
          "top": 42989,
          "height": 285,
          "bottom": 43275,
          "width": 379,
          "right": 396
        },
        "page-227-DIV": {
          "top": 13037,
          "left": 25,
          "right": 387,
          "width": 363,
          "bottom": 13380,
          "height": 342
        },
        "page-253-DIV": {
          "bottom": 67904,
          "height": 1001,
          "width": 363,
          "right": 387,
          "id": "page-section-619c4aef97a13024343832bc",
          "top": 66903,
          "left": 25
        },
        "page-382-DIV": {
          "height": 6423,
          "bottom": 50318,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 43895
        },
        "1-80-A": {
          "top": 13427,
          "left": 97,
          "bottom": 13484,
          "height": 57,
          "width": 218,
          "right": 315
        },
        "page-121-DIV": {
          "height": 479,
          "bottom": 32328,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 31849
        },
        "page-572-SPAN": {
          "left": 142,
          "top": 6283,
          "height": 35,
          "bottom": 6318,
          "width": 88,
          "right": 230
        },
        "1-50-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-250-DIV": {
          "id": "yui_3_17_2_1_1784619478489_121",
          "top": 12710,
          "left": 71,
          "bottom": 12795,
          "height": 85,
          "width": 269,
          "right": 341
        },
        "page-104-A": {
          "bottom": 32433,
          "height": 59,
          "width": 363,
          "right": 387,
          "top": 32374,
          "left": 25
        },
        "page-374-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-0-IMG": {
          "bottom": 12846,
          "height": 12846,
          "width": 412,
          "right": -116,
          "top": 0,
          "left": -528
        },
        "1-99-A": {
          "left": 232,
          "top": 75377,
          "width": 24,
          "right": 256,
          "height": 24,
          "bottom": 75401
        },
        "page-557-svg": {
          "top": 12743,
          "left": 234,
          "bottom": 12768,
          "height": 25,
          "width": 25,
          "right": 259
        },
        "page-721-DIV": {
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67887,
          "left": 25,
          "top": 67706
        },
        "page-406-UL": {
          "height": 9635,
          "bottom": 26720,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 17085
        },
        "page-645-SPAN": {
          "top": 6434,
          "left": 602,
          "width": 72,
          "right": 674,
          "bottom": 6469,
          "height": 35
        },
        "1-141-LINK": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-144-DIV": {
          "left": 25,
          "top": 75777,
          "height": 191,
          "bottom": 75968,
          "width": 363,
          "right": 387
        },
        "page-317-H2": {
          "width": 336,
          "right": -9625,
          "bottom": 47043,
          "height": 29,
          "top": 47014,
          "left": -9961
        },
        "page-607-A": {
          "width": 178,
          "right": 707,
          "height": 35,
          "bottom": 6598,
          "left": 529,
          "top": 6563
        },
        "page-88-DIV": {
          "width": 412,
          "right": 412,
          "height": 9635,
          "bottom": 26720,
          "left": 0,
          "top": 17085
        },
        "page-636-A": {
          "top": 6522,
          "left": 131,
          "width": 149,
          "right": 281,
          "bottom": 6557,
          "height": 35
        },
        "1-160-META": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-507-DIV": {
          "width": 412,
          "right": 412,
          "height": 304,
          "bottom": 27654,
          "left": 0,
          "top": 27350
        },
        "1-175-META": {
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0
        },
        "page-206-P": {
          "height": 77,
          "bottom": 47140,
          "width": 336,
          "right": -9625,
          "left": -9961,
          "top": 47063
        },
        "1-0-H4": {
          "left": 25,
          "top": 66920,
          "height": 27,
          "bottom": 66947,
          "width": 363,
          "right": 387
        },
        "page-252-DIV": {
          "width": 397,
          "right": 404,
          "bottom": 75418,
          "height": 58,
          "top": 75360,
          "left": 8,
          "id": "block-yui_3_17_2_1_1637650183301_33172"
        },
        "page-399-DIV": {
          "top": 12862,
          "left": 0,
          "bottom": 13590,
          "height": 727,
          "right": 412,
          "width": 412
        },
        "page-530-DIV": {
          "top": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0
        },
        "page-110-DIV": {
          "width": 397,
          "right": 404,
          "bottom": 54964,
          "height": 529,
          "top": 54435,
          "left": 8,
          "id": "block-yui_3_17_2_1_1636983722793_5244"
        },
        "page-386-P": {
          "left": 25,
          "top": 13037,
          "height": 342,
          "bottom": 13380,
          "width": 363,
          "right": 387
        },
        "page-573-DIV": {
          "left": 453,
          "top": 6456,
          "height": 35,
          "bottom": 6491,
          "width": 331,
          "right": 783
        },
        "1-71-A": {
          "height": 35,
          "bottom": 6431,
          "width": 286,
          "right": 761,
          "left": 475,
          "top": 6396
        },
        "page-736-IMG": {
          "width": 181,
          "right": 387,
          "height": 225,
          "bottom": 67365,
          "left": 206,
          "top": 67140
        },
        "1-112-IMG": {
          "bottom": 40371,
          "height": 4239,
          "width": 412,
          "right": 412,
          "top": 36132,
          "left": 0
        },
        "page-565-SPAN": {
          "left": 119,
          "top": 6402,
          "height": 35,
          "bottom": 6437,
          "width": 134,
          "right": 253
        },
        "page-334-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 13380,
          "height": 342,
          "top": 13037,
          "left": 25
        },
        "page-28-DIV": {
          "height": 205,
          "bottom": 36494,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 36289
        },
        "1-48-A": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-556-DIV": {
          "left": 0,
          "top": 6330,
          "right": 412,
          "width": 412,
          "height": 60,
          "bottom": 6390
        },
        "1-45-A": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "1-5-A": {
          "height": 181,
          "bottom": 67525,
          "width": 181,
          "right": 206,
          "left": 25,
          "top": 67343
        },
        "page-394-DIV": {
          "width": 363,
          "right": 387,
          "height": 46,
          "bottom": 36254,
          "left": 25,
          "top": 36207
        },
        "page-354-SECTION": {
          "height": 934,
          "bottom": 27654,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 26720
        },
        "page-284-A": {
          "top": 66921,
          "left": 67,
          "bottom": 66944,
          "height": 23,
          "width": 283,
          "right": 350
        },
        "page-67-BR": {
          "width": 0,
          "right": 153,
          "height": 17,
          "bottom": 41743,
          "left": 153,
          "top": 41726
        },
        "page-732-A": {
          "width": 181,
          "right": 387,
          "bottom": 67343,
          "height": 181,
          "top": 67162,
          "left": 206
        },
        "page-6-P": {
          "width": 290,
          "right": 351,
          "bottom": 21999,
          "height": 262,
          "top": 21737,
          "left": 61
        },
        "page-360-DIV": {
          "id": "block-yui_3_17_2_1_1757993343640_50526",
          "top": 53700,
          "left": 8,
          "bottom": 53905,
          "height": 205,
          "width": 397,
          "right": 404
        },
        "1-78-A": {
          "width": 132,
          "right": 684,
          "height": 35,
          "bottom": 6469,
          "left": 552,
          "top": 6434
        },
        "page-705-A": {
          "left": 25,
          "top": 67343,
          "width": 181,
          "right": 206,
          "height": 181,
          "bottom": 67525
        },
        "page-66-IMG": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "1-66-A": {
          "width": 178,
          "right": 707,
          "bottom": 6598,
          "height": 35,
          "top": 6563,
          "left": 529
        },
        "page-116-IMG": {
          "right": -9587,
          "width": 412,
          "height": 6423,
          "bottom": 50318,
          "left": -9999,
          "top": 43895
        },
        "page-642-DIV": {
          "width": 412,
          "right": 824,
          "bottom": 6324,
          "height": 70,
          "top": 6255,
          "left": 412
        },
        "page-627-DIV": {
          "left": 465,
          "top": 6504,
          "width": 306,
          "right": 771,
          "height": 35,
          "bottom": 6539
        },
        "1-165-META": {
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0
        },
        "page-577-DIV": {
          "width": 334,
          "right": 785,
          "bottom": 6539,
          "height": 35,
          "top": 6504,
          "left": 451
        },
        "page-143-LI": {
          "top": 43895,
          "left": -9999,
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423
        },
        "page-297-LI": {
          "bottom": 41303,
          "height": 508,
          "width": 379,
          "right": 396,
          "top": 40795,
          "left": 16
        },
        "page-381-DIV": {
          "height": 8478,
          "bottom": 36132,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 27654
        },
        "page-614-DIV": {
          "top": 6362,
          "left": 412,
          "bottom": 6431,
          "height": 70,
          "right": 824,
          "width": 412
        },
        "page-505-LI": {
          "left": -9999,
          "top": 43895,
          "height": 6423,
          "bottom": 50318,
          "right": -9587,
          "width": 412
        },
        "page-149-A": {
          "top": 61379,
          "left": 118,
          "bottom": 61438,
          "height": 59,
          "width": 176,
          "right": 294
        },
        "page-23-DIV": {
          "left": 0,
          "top": 71643,
          "height": 7965,
          "bottom": 79607,
          "width": 412,
          "right": 412
        },
        "page-175-use": {
          "height": 20,
          "bottom": 75398,
          "width": 20,
          "right": 255,
          "left": 235,
          "top": 75378
        },
        "page-223-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 75968,
          "height": 191,
          "top": 75777,
          "left": 25
        },
        "page-330-DIV": {
          "bottom": 42190,
          "height": 285,
          "width": 379,
          "right": 396,
          "top": 41905,
          "left": 16
        },
        "page-448-BR": {
          "width": 0,
          "right": 215,
          "height": 17,
          "bottom": 41175,
          "left": 215,
          "top": 41158
        },
        "page-706-A": {
          "right": 206,
          "width": 181,
          "height": 181,
          "bottom": 67887,
          "left": 25,
          "top": 67706
        },
        "1-156-LINK": {
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "1-120-IMG": {
          "top": 43895,
          "left": -9999,
          "width": 412,
          "right": -9587,
          "bottom": 50318,
          "height": 6423
        },
        "1-18-A": {
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "bottom": 0
        },
        "page-588-svg": {
          "bottom": 12768,
          "height": 25,
          "width": 25,
          "right": 219,
          "top": 12743,
          "left": 194
        },
        "1-30-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-558-DIV": {
          "width": 76,
          "right": 656,
          "bottom": 6539,
          "height": 35,
          "top": 6504,
          "left": 580
        },
        "1-4-A": {
          "top": 67162,
          "left": 206,
          "bottom": 67343,
          "height": 181,
          "width": 181,
          "right": 387
        },
        "page-715-NOSCRIPT": {
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0,
          "left": 0,
          "top": 0
        },
        "page-708-DIV": {
          "width": 181,
          "right": 387,
          "height": 181,
          "bottom": 67525,
          "left": 206,
          "top": 67343,
          "id": "yui_3_17_2_1_1784619478489_250"
        },
        "page-43-A": {
          "width": 221,
          "right": 238,
          "bottom": 42387,
          "height": 57,
          "top": 42330,
          "left": 16
        },
        "page-647-DIV": {
          "left": 412,
          "top": 6421,
          "width": 412,
          "right": 824,
          "height": 70,
          "bottom": 6491
        },
        "1-3-A": {
          "height": 181,
          "bottom": 67343,
          "width": 181,
          "right": 206,
          "left": 25,
          "top": 67162
        },
        "1-114-IMG": {
          "left": 16,
          "top": 41363,
          "height": 285,
          "bottom": 41648,
          "width": 379,
          "right": 396
        },
        "page-147-DIV": {
          "id": "yui_3_17_2_1_1784619478489_127",
          "top": 13427,
          "left": 71,
          "bottom": 13484,
          "height": 57,
          "right": 341,
          "width": 269
        },
        "page-411-DIV": {
          "left": 25,
          "top": 36207,
          "width": 363,
          "right": 387,
          "height": 46,
          "bottom": 36254
        },
        "page-632-DIV": {
          "left": 0,
          "top": 6509,
          "height": 60,
          "bottom": 6569,
          "width": 412,
          "right": 412
        },
        "page-509-DIV": {
          "bottom": 54435,
          "height": 530,
          "width": 397,
          "right": 404,
          "id": "yui_3_17_2_1_1784619478489_72",
          "top": 53905,
          "left": 8
        },
        "page-275-DIV": {
          "right": -9618,
          "width": 350,
          "height": 192,
          "bottom": 47211,
          "left": -9968,
          "top": 47019
        },
        "page-64-DIV": {
          "id": "yui_3_17_2_1_1784619478489_87",
          "top": 54435,
          "left": 8,
          "bottom": 54964,
          "height": 529,
          "width": 397,
          "right": 404
        },
        "page-461-IMG": {
          "width": 379,
          "right": 396,
          "height": 285,
          "bottom": 42732,
          "left": 16,
          "top": 42447
        },
        "page-74-H3": {
          "height": 39,
          "bottom": 53683,
          "width": 363,
          "right": 387,
          "left": 25,
          "top": 53644
        },
        "1-1-A": {
          "height": 181,
          "bottom": 67162,
          "right": 206,
          "width": 181,
          "left": 25,
          "top": 66981
        },
        "page-358-DIV": {
          "bottom": 43471,
          "height": 72,
          "width": 379,
          "right": 396,
          "top": 43400,
          "left": 16
        },
        "1-47-A": {
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0,
          "width": 0,
          "right": 0
        },
        "page-58-DIV": {
          "width": 412,
          "right": 412,
          "bottom": 36494,
          "height": 345,
          "top": 36149,
          "left": 0
        },
        "page-371-DIV": {
          "bottom": 12846,
          "height": 12760,
          "width": 412,
          "right": 412,
          "top": 86,
          "left": 0
        },
        "1-22-A": {
          "width": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "left": 0
        },
        "page-191-DIV": {
          "id": "block-68c4c0eb9c25997f42d3bb77",
          "top": 13496,
          "left": 118,
          "bottom": 13590,
          "height": 94,
          "width": 176,
          "right": 294
        },
        "page-668-SPAN": {
          "width": 35,
          "right": 597,
          "height": 35,
          "bottom": 6469,
          "left": 562,
          "top": 6434
        },
        "page-289-DIV": {
          "top": 13037,
          "left": 25,
          "width": 363,
          "right": 387,
          "bottom": 13380,
          "height": 342
        },
        "page-69-DIV": {
          "width": 363,
          "right": 387,
          "bottom": 32328,
          "height": 479,
          "top": 31849,
          "left": 25,
          "id": "block-yui_3_17_2_1_1784246724460_3080"
        },
        "page-728-DIV": {
          "width": 181,
          "right": 206,
          "bottom": 67706,
          "height": 181,
          "top": 67525,
          "left": 25
        },
        "page-328-DIV": {
          "width": 269,
          "right": 341,
          "height": 85,
          "bottom": 12795,
          "left": 71,
          "top": 12710,
          "id": "block-62f6b1bd00be4e1be0370daa"
        },
        "page-514-DIV": {
          "left": 25,
          "top": 53644,
          "width": 363,
          "right": 387,
          "height": 39,
          "bottom": 53683
        },
        "page-633-A": {
          "left": 552,
          "top": 6434,
          "height": 35,
          "bottom": 6469,
          "width": 132,
          "right": 684
        },
        "page-22-DIV": {
          "width": 412,
          "right": 412,
          "height": 6423,
          "bottom": 50318,
          "left": 0,
          "top": 43895
        },
        "1-14-DIV": {
          "left": 0,
          "top": 0,
          "id": "about",
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-162-DIV": {
          "height": 85,
          "bottom": 12795,
          "width": 269,
          "right": 341,
          "id": "yui_3_17_2_1_1784619478489_120",
          "left": 71,
          "top": 12710
        },
        "page-440-DIV": {
          "left": 25,
          "top": 36289,
          "width": 363,
          "right": 387,
          "height": 205,
          "bottom": 36494
        },
        "page-359-DIV": {
          "width": 336,
          "right": -9625,
          "height": 57,
          "bottom": 47204,
          "left": -9961,
          "top": 47147
        },
        "page-554-DIV": {
          "left": 0,
          "top": 106,
          "height": 12567,
          "bottom": 12673,
          "right": 412,
          "width": 412
        },
        "page-197-FOOTER": {
          "top": 71643,
          "left": 0,
          "id": "footer-sections",
          "width": 412,
          "right": 412,
          "bottom": 79607,
          "height": 7965
        },
        "page-571-DIV": {
          "left": 412,
          "top": 106,
          "height": 12760,
          "bottom": 12866,
          "width": 412,
          "right": 824
        },
        "page-3-IMG": {
          "left": 0,
          "top": 27350,
          "height": 304,
          "bottom": 27654,
          "width": 412,
          "right": 412
        },
        "page-536-IMG": {
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "bottom": 0
        },
        "page-131-DIV": {
          "bottom": 55599,
          "height": 27,
          "width": 363,
          "right": 387,
          "top": 55572,
          "left": 25
        }
      }
    }
  },
  "analysisUTCTimestamp": "2026-07-21T07:37:57.757Z"
}
